1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-22 06:41:04 -07:00
Commit graph

155589 commits

Author SHA1 Message Date
Richard M. Stallman
2bb07400c9 (do_switch_frame): Don't call choose_minibuffer_frame.
(choose_minibuf_frame): Choose frame regardless of minibuffer level.
1995-07-21 07:50:21 +00:00
Richard M. Stallman
73af359db6 (echo_area_display): Use selected frame's minibuf window
but don't set the minibuf_window (don't call choose_minibuffer_frame).
(message2_nolog, message): Likewise.
(echo_area_window): New variable.
(echo_area_display): Set echo_area_window.
(redisplay_window): Distinguish minibuf_window and echo_area_window.

(redisplay): Skip shortcuts if buffer's clip_changed is set.
(redisplay_window): If buffer's clip_changed is set, update mode line.
1995-07-21 07:49:19 +00:00
Richard M. Stallman
93127526ed (command_loop_1): Clear echo area after 2 sec
only if the minibuffer is in the same place as the echo area.
1995-07-21 07:47:25 +00:00
Richard M. Stallman
2577053b1d (update_frame): Check that the echo area is in the frame being displayed. 1995-07-21 07:46:14 +00:00
Richard M. Stallman
acedc3e30b (font-lock-make-faces): Redo logic for whether
to call font-lock-make-face for a given face.
1995-07-21 05:05:49 +00:00
Richard M. Stallman
0314aacb41 (syms_of_xmenu): Set up Qdebug_on_next_call.
(set_frame_menubar): Bind it to nil.
1995-07-21 02:05:20 +00:00
Richard M. Stallman
3a0c47555c (indent-new-comment-line): fill-prefix overrides comment indentation. 1995-07-21 01:43:21 +00:00
Richard M. Stallman
9db1775aa6 (Fformat): Doc fix. 1995-07-20 22:51:01 +00:00
Richard M. Stallman
c8e76b4733 (Fsubst_char_in_region): Bind buffer-file-name to nil if NOUNDO is true. 1995-07-20 20:47:40 +00:00
Richard M. Stallman
ab6c5c0c36 (prepare_to_modify_buffer): Don't lock the file
if current_buffer->filename is nil.
1995-07-20 20:47:20 +00:00
Karl Heuer
2d475b5f1e Update disk requirements.
Document `make clean'.
Update directory descriptions.
1995-07-20 20:32:25 +00:00
Richard M. Stallman
bc35d5b39b (local-variables-section): Delete autoload cookie.
(skeleton-pair-insert-maybe): Renamed from pair-insert-maybe.
(skeleton-pair, skeleton-pair-filter, skeleton-pair-alist)
(skeleton-pair-on-word): Renamed from pair-...
(mirror-mode): Commented out.
1995-07-20 20:28:45 +00:00
Karl Heuer
cb3d1a0a4b (Fsafe_length): Use conservative upper bound. 1995-07-20 20:26:06 +00:00
Karl Heuer
a7f38d28b2 Comment change. 1995-07-20 20:02:38 +00:00
Richard M. Stallman
398ffa926b [USE_MOTIF]: Don't include X11/Xaw/Paned.h, X11/Xaw/Label.h. 1995-07-20 19:29:10 +00:00
Richard M. Stallman
e17f75338a (init_callproc): Set Vdoc_directory based on
Vinstallation_directory when that's non-nil, regardless of whether
we had to set Vexec_directory.
1995-07-20 19:28:08 +00:00
Richard M. Stallman
872e2c822b (init_environment): Move alloca call out of function arg. 1995-07-20 18:30:49 +00:00
Richard M. Stallman
b94f28eef7 (mail-fetch-field): Use buffer-substring-no-properties. 1995-07-20 17:54:10 +00:00
Richard M. Stallman
e2d79b7519 [!MULTI_FRAME] (BASE_PURESIZE): Increased to 325000. 1995-07-20 17:43:52 +00:00
Richard M. Stallman
f34e691838 (derived-mode-set-keymap): Cope if old-map is nil. 1995-07-20 17:42:55 +00:00
Richard M. Stallman
7c70a955ac (menu-bar-update-yank-menu): Treat all-dashes specially. 1995-07-20 06:14:12 +00:00
Richard M. Stallman
335b1952d2 M-ESC => M-: 1995-07-19 15:57:51 +00:00
Richard M. Stallman
828e66d1a5 (unload_color): Don't free colors if immutable colormap. 1995-07-19 15:47:28 +00:00
Richard M. Stallman
6da74aab15 (mail-default-reply-to): Doc fix. 1995-07-19 15:43:56 +00:00
Richard M. Stallman
2b1c5e1217 (backquote): Doc fix. 1995-07-19 03:42:12 +00:00
Richard M. Stallman
7d179cea04 (init_alloc_once): Set gc_cons_threshold from Lisp obj size. 1995-07-19 03:39:43 +00:00
Richard M. Stallman
b297554a28 (outline-next-visible-heading): Rewritten to handle
backwards motion and handle beg/end of buffer properly.
1995-07-19 03:19:03 +00:00
Richard M. Stallman
fb893977d6 (Fformat): Increment total for size of control string. 1995-07-18 23:59:23 +00:00
Richard M. Stallman
98fc5c3c8e (Fmessage): Doc fix. 1995-07-18 23:52:22 +00:00
Richard M. Stallman
9dd2b34edf (electric-helpify): Autoload with-electric-help, electric-helpify. 1995-07-18 23:31:41 +00:00
Richard M. Stallman
4b4b65a6ca Update overriding-local-map-menu-flag. 1995-07-18 23:20:50 +00:00
Richard M. Stallman
5fe8e44d85 Document overriding-terminal-local-map. 1995-07-18 23:17:59 +00:00
Richard M. Stallman
766525bccb (decode_mode_spec): New arg spec_width.
Use pint2str for %l and %c.  New code to output ??.
(display_mode_element): New var minendcol.
Pass new arg to decode_mode_spec.
(pint2str): New function.
1995-07-18 23:07:23 +00:00
Richard M. Stallman
0fea6c408f (Fwindow_start): Doc fix. 1995-07-18 22:12:31 +00:00
Richard M. Stallman
ea951766c5 Explain how redisplay updates window-start. 1995-07-18 22:10:51 +00:00
Richard M. Stallman
878c1d73d0 (font-lock-defaults): New variable.
(nroff-mode-syntax-table): New variable to provide comment syntax
for font-lock; I'm not sure if this is (or should be) necessary in
19.29 with font-lock-defaults.
(nroff-font-lock-keywords): New variable.
(nroff-mode): Install nroff syntax table and font lock keywords.
Comment about comments in filling and line-counting.
1995-07-18 21:43:16 +00:00
Richard M. Stallman
419e419852 Fix update of finder-inf.el, and byte-compile it. 1995-07-18 21:41:16 +00:00
Richard M. Stallman
fde7326e6d (forward-same-syntax): New function. 1995-07-18 21:37:32 +00:00
Richard M. Stallman
6738479381 Don't (require 'backquote).
(mouse-extend-internal): Select space in between "things" when
extending selection, ie. we are extending to "thing" boundaries.

Use x-lost-selection-hooks to handle loss of selection.
(mouse-sel-lost-selection-hook): New function.
(mouse-sel-selection-owner-p-function): Variable removed.
(mouse-sel-selection-owner-p): Function removed.
(mouse-sel-validate-selection): Function removed.
1995-07-18 21:37:14 +00:00
Richard M. Stallman
dbb12f2cf8 (file-name-sans-versions): Recognize version control version numbers. 1995-07-18 20:57:57 +00:00
Richard M. Stallman
45fc7cc3c5 (vc-mode-line, vc-find-file-hook): Moved the test for
version-controlled symbolic link from the former to the latter.
1995-07-18 20:55:46 +00:00
Richard M. Stallman
6aa1372974 (vc-do-command): Added parameter BUFFER (the default,
if nil, is *vc*). Updated all callers.
(vc-next-action-on-file, vc-diff, vc-version-diff, vc-backend-diff):
Use buffer *vc-diff* for diff output instead of *vc*.
1995-07-18 20:52:39 +00:00
Richard M. Stallman
231e734dd5 (menu-bar-tools-menu): Don't define gnus entry if no network support. 1995-07-18 20:51:00 +00:00
Richard M. Stallman
f804f4e445 (auto-mode-alist): Recognize *.ads and *.adb as Ada specs and bodies. 1995-07-18 20:48:36 +00:00
Richard M. Stallman
276c121047 (ada-ident-re): Doc fix.
(ada-end-stmt-re): Corrected serious pb of wrong parentheses.
(ada-subprog-start-re): Removed 'body' from the list.
(ada-format-paramlist): Simplified a regexp.
(ada-indent-current): On first line of the buffer, indent to column 0.
Don't reindent if new position is the same as the old one.  Thus, a
correcly indended line is not modified.
(ada-get-indent-subprog): Simplified a regexp.
(ada-goto-matching-decl-start): Distinguish between normal type
declaration and protected types, which are more like procedures.
(ada-remove-trailing-spaces): Use save-match-data, save-restriction
and widen when removing whitespace.
(ada-font-lock-keywords-1): Add 'pragma' as keyword.
(ada-font-lock-keywords-2): Allow *qualified* idents after 'end'.
1995-07-18 20:48:04 +00:00
Richard M. Stallman
0099c05af1 (SUNOS4_SHARED_LIBRARIES): Defined. 1995-07-18 20:42:59 +00:00
Richard M. Stallman
499a514dd7 (unexec): If not SUNOS4_SHARED_LIBRARIES
or if apparently not dynamically linked, just clear rel and erel.
1995-07-18 20:42:33 +00:00
Richard M. Stallman
fd7fe9a18f (Ffuncall, Fapply): Doc fix. 1995-07-18 19:16:16 +00:00
Richard M. Stallman
994662ce7a (Fcall_interactively): Doc fix. 1995-07-18 19:14:38 +00:00
Richard M. Stallman
82c028e0bc (x-create-frame-with-faces):
Specify frame arg to x-color-values and frame-parameters.
(set-face-background): Pass background-p arg to face-color-supported-p.
1995-07-18 13:27:49 +00:00