1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 14:30:43 -08:00
Commit graph

12610 commits

Author SHA1 Message Date
Richard M. Stallman
488bedffb5 (make-face-bold, make-face-italic, make-face-bold-italic)
(make-face-unbold, make-face-unitalic):
No error if font is already bold, italic, or whatever.
1995-07-25 04:50:43 +00:00
Richard M. Stallman
ec3bba39c6 (rmail-insert-inbox-text): Always use movemail when renaming a file. 1995-07-25 04:43:05 +00:00
Richard M. Stallman
103dcb3822 (Fprimitive_undo): Don't end inner loop
just because a previous-modtime doesn't match any more.
1995-07-25 02:18:58 +00:00
Richard M. Stallman
f8a8749802 (Fstart_process): Don't expand the file name before trying openp. 1995-07-25 01:42:05 +00:00
Richard M. Stallman
8a4aff68a1 Explain CTRL-META chars and how to use ESC for them. 1995-07-24 05:21:31 +00:00
Richard M. Stallman
d6be34f360 (Info-current-file): Doc fix.
(Info-find-node): Set Info-current-file to file name as specified.
1995-07-24 01:26:23 +00:00
Tom Tromey
6654e1b15e (tcl-word-no-props): New function.
(tcl-figure-type): Use it.
(tcl-current-word): Ditto.
1995-07-23 23:51:25 +00:00
Tom Tromey
a37875b4b5 Doc fixes. 1995-07-23 20:26:47 +00:00
Richard M. Stallman
fbdc1545c3 (Fprevious_window, Fnext_window): When minibuf = nil,
accept only the minibuffer window that is currently active.
1995-07-23 07:11:26 +00:00
Richard M. Stallman
3be3c08ef8 (do_auto_save_unwind): Set auto_saving to 0.
(Fdo_auto_save): Don't clear auto_saving here.  Set it to 1
only when we make the unwind-protect.

(Ffile_modes) [DOS_NT]: Use check_executable.
(check_executable): DOS_NT code moved here from Ffile_modes.
(check_writable): New code for MSDOS.

(Fexpand_file_name): Initial ~ means name is absolute.
1995-07-22 16:13:31 +00:00
Richard M. Stallman
cbc55f5569 (Fget_char_property): If OBJECT is non-current buffer,
use it properly for overlays_at.
1995-07-22 16:11:48 +00:00
Karl Heuer
645c4f6a8f Add latest changes of old library and some more.
(apropos): Only show unbound symbols when do-all
(apropos-documentation-check-elc-file): new copied function.
(apropos-command): also use `apropos-do-all' when called as function.
(apropos-print-doc): renamed from `apropos-print-documentation', i
is numeric index, replaces parameter tem.
(apropos-macrop): new function.
(apropos-print): use it to differentiate macros.
(apropos-symbol-face, apropos-keybinding-face, apropos-label-face)
(apropos-property-face, apropos-match-face): new variables
replace and extend the effect of `apropos-use-faces'.
(apropos-safe-documentation): renames `safe-documentation', also
returns a cons.
(apropos-regexp, apropos-files-scanned, apropos-accumulator)
(apropos-item): new variables to prevent compiler warnings.
(apropos-value-internal, apropos-documentation-internal): new fns.
1995-07-22 15:17:54 +00:00
Richard M. Stallman
821d417e03 (read_list): When a file loaded from site-init.el uses #$,
turn it into a relative file name starting with ../lisp.
1995-07-21 22:39:46 +00:00
Richard M. Stallman
dec4e22e1d (byte-optimize-lapcode): Fix format calls. 1995-07-21 20:57:25 +00:00
Richard M. Stallman
297cdcfa8c (AIX4): New definition. 1995-07-21 19:13:14 +00:00
Richard M. Stallman
bcc31647df (LD_SWITCH_MACHINE) [AIX4]: New alternate definition. 1995-07-21 19:10:38 +00:00
Richard M. Stallman
4a840d8bf7 (imenu-choose-buffer-index): Avoid trying to select WINDOW if it is nil. 1995-07-21 12:40:55 +00:00
Richard M. Stallman
8d8a349485 (set_frame_menubar): If the Lisp-level menu bar menus
are unchanged, don't recompute the widgets.
1995-07-21 08:31:15 +00:00
Richard M. Stallman
3f5572980b (menu-bar-buffer-menu): Function deleted.
(global-map): Define [menu-bar buffer] as a keymap with no fcn name.
(menu-bar-update-buffers): After defining it, call it.
1995-07-21 08:30:54 +00:00
Richard M. Stallman
c0acc1122b (echo_area_window): Declared. 1995-07-21 07:51:20 +00:00
Richard M. Stallman
c5b6b68020 (read_minibuf): Call choose_minibuffer_frame.
First save the previous minibuf_window.
(read_minibuf_unwind): Restore old minibuf_window.
1995-07-21 07:50:50 +00:00
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