]>
git.eshelyaron.com Git - emacs.git/log
Michael Kifer [Thu, 27 Jul 1995 19:41:59 +0000 (19:41 +0000)]
(vip-repeat-from-history-key): new default.
(vip-read-fast-keysequence,ex-unmap-read-args,ex-map-read-args):
changed to use vip-read-key.
Michael Kifer [Thu, 27 Jul 1995 19:41:08 +0000 (19:41 +0000)]
(vip-multiclick-timeout): new default.
Michael Kifer [Thu, 27 Jul 1995 19:40:33 +0000 (19:40 +0000)]
(vip-add-hook,vip-remove-hook): new functions.
Michael Kifer [Thu, 27 Jul 1995 19:39:47 +0000 (19:39 +0000)]
*** empty log message ***
Michael Kifer [Thu, 27 Jul 1995 19:37:42 +0000 (19:37 +0000)]
(vip-info-file-name): variable removed.
(vip-envelop-ESC-key,vip-start-replace,vip-finish-R-mode,vip-start-R-mode,
vip-insert-state-pre-command-sentinel,vip-R-state-post-command-sentinel,
vip-replace-char): functions modified.
Karl Heuer [Thu, 27 Jul 1995 19:10:36 +0000 (19:10 +0000)]
(x-font-regexp): Add \\(\\) for substring extraction.
Richard M. Stallman [Thu, 27 Jul 1995 18:50:02 +0000 (18:50 +0000)]
(pascal-mode): Added imenu support.
(pascal-imenu-generic-expression): New variable.
Richard M. Stallman [Thu, 27 Jul 1995 07:40:22 +0000 (07:40 +0000)]
(texinfo-environment-regexp): Allow whitespace at BOL.
Richard M. Stallman [Thu, 27 Jul 1995 07:37:53 +0000 (07:37 +0000)]
(tpu-backward-line): Only move to BOL if not already there.
Richard M. Stallman [Thu, 27 Jul 1995 07:37:12 +0000 (07:37 +0000)]
(tpu-version): New version.
(tpu-help-keypad-map): New help text.
(tpu-backward-line): Only move to BOL if not already there.
Richard M. Stallman [Thu, 27 Jul 1995 07:35:25 +0000 (07:35 +0000)]
Comment changes.
Richard M. Stallman [Wed, 26 Jul 1995 22:50:32 +0000 (22:50 +0000)]
(update_menu_bar): Pass new arg to set_frame_menubar.
(syms_of_xdisp): Doc fix.
Richard M. Stallman [Wed, 26 Jul 1995 22:23:11 +0000 (22:23 +0000)]
(indent-region-function): Doc fix.
Richard M. Stallman [Wed, 26 Jul 1995 22:21:02 +0000 (22:21 +0000)]
(shared-lisp-mode-map): Don't bind TAB, just set indent-line-function.
Richard M. Stallman [Wed, 26 Jul 1995 21:48:05 +0000 (21:48 +0000)]
(prefix-args): Pass ALL_LDFLAGS.
David J. MacKenzie [Wed, 26 Jul 1995 21:04:51 +0000 (21:04 +0000)]
Account for termcap file renaming.
David J. MacKenzie [Wed, 26 Jul 1995 19:46:59 +0000 (19:46 +0000)]
TERMCAP_NAME -> TERMCAP_FILE.
David J. MacKenzie [Wed, 26 Jul 1995 18:20:46 +0000 (18:20 +0000)]
(tparam): Remove arg array and the #ifdef.
Richard M. Stallman [Wed, 26 Jul 1995 18:01:10 +0000 (18:01 +0000)]
(perl-imenu-generic-expression) New variable.
(perl-mode): Set imenu-generic-expression.
Richard M. Stallman [Wed, 26 Jul 1995 18:00:24 +0000 (18:00 +0000)]
multiple-frames is not terminal-local.
Add frame argument to x-color-define-p and x-color-values.
David J. MacKenzie [Wed, 26 Jul 1995 17:54:50 +0000 (17:54 +0000)]
Move #define of bcopy to after #include <string.h>.
Richard M. Stallman [Wed, 26 Jul 1995 06:28:15 +0000 (06:28 +0000)]
Delete duplicate definitions for format-find-file and format-insert-file.
Richard M. Stallman [Wed, 26 Jul 1995 00:13:01 +0000 (00:13 +0000)]
Use defopt for same-window-buffer-names and same-window-regexps.
Karl Heuer [Wed, 26 Jul 1995 00:04:12 +0000 (00:04 +0000)]
Do renamings:
frame->display => frame->output, struct x_display -> struct x_output.
Richard M. Stallman [Tue, 25 Jul 1995 23:20:36 +0000 (23:20 +0000)]
(LIBS_SYSTEM): Defined.
Richard M. Stallman [Tue, 25 Jul 1995 23:18:12 +0000 (23:18 +0000)]
(LIBS_MACHINE): Delete -lsun.
Karl Heuer [Tue, 25 Jul 1995 22:06:08 +0000 (22:06 +0000)]
(x-font-regexp-weight-subnum, x-font-regexp-slant-subnum)
(x-font-regexp-swidth-subnum, x-font-regexp-adstyle-subnum): Defconst.
Richard M. Stallman [Tue, 25 Jul 1995 21:55:50 +0000 (21:55 +0000)]
Renamings: frame->display => frame->output, struct x_display -> sruct x_output.
Richard M. Stallman [Tue, 25 Jul 1995 21:20:18 +0000 (21:20 +0000)]
(struct x_output): Renamed from struct x_display.
Richard M. Stallman [Tue, 25 Jul 1995 21:14:46 +0000 (21:14 +0000)]
(struct frame): Rename `display' member to `output_data'.
Use new data type name for output_data.x.
Richard M. Stallman [Tue, 25 Jul 1995 21:13:10 +0000 (21:13 +0000)]
(imenu--history-list): Don't make this buffer-local.
(imenu): Call imenu-choose-buffer-index from interactive spec.
(imenu-generic-expression): Call make-variable-buffer-local.
(imenu-create-index-pattern): Variable deleted.
Many doc fixes.
Karl Heuer [Tue, 25 Jul 1995 20:27:48 +0000 (20:27 +0000)]
(run-hook-with-args): Fix previous code.
Richard M. Stallman [Tue, 25 Jul 1995 20:27:07 +0000 (20:27 +0000)]
(tar-copy): Inhibit use of jka-compr handler
when both to- and from- files would use it.
Richard M. Stallman [Tue, 25 Jul 1995 20:26:10 +0000 (20:26 +0000)]
Include buffer.h.
(x_activate_menubar): New function.
(set_frame_menubar): New arg deep_p. Callers changed.
Run various hooks here when deep_p is true.
(frame_vector): Variable deleted.
(syms_of_xmenu): Don't staticpro it.
(frame_vector_add_frame): Function deleted.
(menubar_id_to_frame): New function.
(menubar_selection_callback): Use menubar_id_to_frame.
(next_menubar_widget_id): New variable.
(set_frame_menubar): Use next_menubar_widget_id.
(free_frame_menubar): Get id from f->display.x->id.
Richard M. Stallman [Tue, 25 Jul 1995 20:24:46 +0000 (20:24 +0000)]
(enum event_kind): Added menu_bar_activate_event.
Richard M. Stallman [Tue, 25 Jul 1995 20:23:50 +0000 (20:23 +0000)]
(kbd_buffer_get_event) [USE_X_TOOLKIT]:
Handle menu_bar_activate_event by calling x_activate_menubar.
Richard M. Stallman [Tue, 25 Jul 1995 20:21:15 +0000 (20:21 +0000)]
(struct x_display): New fields saved_button_event, id.
Richard M. Stallman [Tue, 25 Jul 1995 20:13:23 +0000 (20:13 +0000)]
(next_noop_dpyinfo): New variable.
(XTread_socket): Use that to cycle through all displays for XNoOp.
(XTread_socket) [USE_X_TOOLKIT]: For ButtonPress in menu bar,
save the event--don't pass to Xt yet. Make a menu_bar_activate_event.
(temp_index, temp_buffer): Now static.
Richard M. Stallman [Tue, 25 Jul 1995 20:10:03 +0000 (20:10 +0000)]
(x_menubar_window_to_frame): New function.
Karl Heuer [Tue, 25 Jul 1995 19:57:02 +0000 (19:57 +0000)]
(signal_before_change): Use Frun_hook_with_args.
(signal_after_change): Likewise.
Karl Heuer [Tue, 25 Jul 1995 19:36:42 +0000 (19:36 +0000)]
(Frun_hook_with_args): New C function, formerly in subr.el.
Karl Heuer [Tue, 25 Jul 1995 19:36:20 +0000 (19:36 +0000)]
(Frun_hook_with_args): Declare this function.
Karl Heuer [Tue, 25 Jul 1995 19:35:38 +0000 (19:35 +0000)]
(run-hook-with-args): Deleted; now in C code.
Richard M. Stallman [Tue, 25 Jul 1995 04:50:43 +0000 (04:50 +0000)]
(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.
Richard M. Stallman [Tue, 25 Jul 1995 04:43:05 +0000 (04:43 +0000)]
(rmail-insert-inbox-text): Always use movemail when renaming a file.
Richard M. Stallman [Tue, 25 Jul 1995 02:18:58 +0000 (02:18 +0000)]
(Fprimitive_undo): Don't end inner loop
just because a previous-modtime doesn't match any more.
Richard M. Stallman [Tue, 25 Jul 1995 01:42:05 +0000 (01:42 +0000)]
(Fstart_process): Don't expand the file name before trying openp.
Richard M. Stallman [Mon, 24 Jul 1995 05:21:31 +0000 (05:21 +0000)]
Explain CTRL-META chars and how to use ESC for them.
Richard M. Stallman [Mon, 24 Jul 1995 01:26:23 +0000 (01:26 +0000)]
(Info-current-file): Doc fix.
(Info-find-node): Set Info-current-file to file name as specified.
Tom Tromey [Sun, 23 Jul 1995 23:51:25 +0000 (23:51 +0000)]
(tcl-word-no-props): New function.
(tcl-figure-type): Use it.
(tcl-current-word): Ditto.
Tom Tromey [Sun, 23 Jul 1995 20:26:47 +0000 (20:26 +0000)]
Doc fixes.
Richard M. Stallman [Sun, 23 Jul 1995 07:11:26 +0000 (07:11 +0000)]
(Fprevious_window, Fnext_window): When minibuf = nil,
accept only the minibuffer window that is currently active.
Richard M. Stallman [Sat, 22 Jul 1995 16:13:31 +0000 (16:13 +0000)]
(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.
Richard M. Stallman [Sat, 22 Jul 1995 16:11:48 +0000 (16:11 +0000)]
(Fget_char_property): If OBJECT is non-current buffer,
use it properly for overlays_at.
Karl Heuer [Sat, 22 Jul 1995 15:17:54 +0000 (15:17 +0000)]
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.
Richard M. Stallman [Fri, 21 Jul 1995 22:39:46 +0000 (22:39 +0000)]
(read_list): When a file loaded from site-init.el uses #$,
turn it into a relative file name starting with ../lisp.
Richard M. Stallman [Fri, 21 Jul 1995 20:57:25 +0000 (20:57 +0000)]
(byte-optimize-lapcode): Fix format calls.
Richard M. Stallman [Fri, 21 Jul 1995 19:13:14 +0000 (19:13 +0000)]
(AIX4): New definition.
Richard M. Stallman [Fri, 21 Jul 1995 19:10:38 +0000 (19:10 +0000)]
(LD_SWITCH_MACHINE) [AIX4]: New alternate definition.
Richard M. Stallman [Fri, 21 Jul 1995 12:40:55 +0000 (12:40 +0000)]
(imenu-choose-buffer-index): Avoid trying to select WINDOW if it is nil.
Richard M. Stallman [Fri, 21 Jul 1995 08:31:15 +0000 (08:31 +0000)]
(set_frame_menubar): If the Lisp-level menu bar menus
are unchanged, don't recompute the widgets.
Richard M. Stallman [Fri, 21 Jul 1995 08:30:54 +0000 (08:30 +0000)]
(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.
Richard M. Stallman [Fri, 21 Jul 1995 07:51:20 +0000 (07:51 +0000)]
(echo_area_window): Declared.
Richard M. Stallman [Fri, 21 Jul 1995 07:50:50 +0000 (07:50 +0000)]
(read_minibuf): Call choose_minibuffer_frame.
First save the previous minibuf_window.
(read_minibuf_unwind): Restore old minibuf_window.
Richard M. Stallman [Fri, 21 Jul 1995 07:50:21 +0000 (07:50 +0000)]
(do_switch_frame): Don't call choose_minibuffer_frame.
(choose_minibuf_frame): Choose frame regardless of minibuffer level.
Richard M. Stallman [Fri, 21 Jul 1995 07:49:19 +0000 (07:49 +0000)]
(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.
Richard M. Stallman [Fri, 21 Jul 1995 07:47:25 +0000 (07:47 +0000)]
(command_loop_1): Clear echo area after 2 sec
only if the minibuffer is in the same place as the echo area.
Richard M. Stallman [Fri, 21 Jul 1995 07:46:14 +0000 (07:46 +0000)]
(update_frame): Check that the echo area is in the frame being displayed.
Richard M. Stallman [Fri, 21 Jul 1995 05:05:49 +0000 (05:05 +0000)]
(font-lock-make-faces): Redo logic for whether
to call font-lock-make-face for a given face.
Richard M. Stallman [Fri, 21 Jul 1995 02:05:20 +0000 (02:05 +0000)]
(syms_of_xmenu): Set up Qdebug_on_next_call.
(set_frame_menubar): Bind it to nil.
Richard M. Stallman [Fri, 21 Jul 1995 01:43:21 +0000 (01:43 +0000)]
(indent-new-comment-line): fill-prefix overrides comment indentation.
Richard M. Stallman [Thu, 20 Jul 1995 22:51:01 +0000 (22:51 +0000)]
(Fformat): Doc fix.
Richard M. Stallman [Thu, 20 Jul 1995 20:47:40 +0000 (20:47 +0000)]
(Fsubst_char_in_region): Bind buffer-file-name to nil if NOUNDO is true.
Richard M. Stallman [Thu, 20 Jul 1995 20:47:20 +0000 (20:47 +0000)]
(prepare_to_modify_buffer): Don't lock the file
if current_buffer->filename is nil.
Karl Heuer [Thu, 20 Jul 1995 20:32:25 +0000 (20:32 +0000)]
Update disk requirements.
Document `make clean'.
Update directory descriptions.
Richard M. Stallman [Thu, 20 Jul 1995 20:28:45 +0000 (20:28 +0000)]
(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.
Karl Heuer [Thu, 20 Jul 1995 20:26:06 +0000 (20:26 +0000)]
(Fsafe_length): Use conservative upper bound.
Karl Heuer [Thu, 20 Jul 1995 20:02:38 +0000 (20:02 +0000)]
Comment change.
Richard M. Stallman [Thu, 20 Jul 1995 19:29:10 +0000 (19:29 +0000)]
[USE_MOTIF]: Don't include X11/Xaw/Paned.h, X11/Xaw/Label.h.
Richard M. Stallman [Thu, 20 Jul 1995 19:28:08 +0000 (19:28 +0000)]
(init_callproc): Set Vdoc_directory based on
Vinstallation_directory when that's non-nil, regardless of whether
we had to set Vexec_directory.
Richard M. Stallman [Thu, 20 Jul 1995 18:30:49 +0000 (18:30 +0000)]
(init_environment): Move alloca call out of function arg.
Richard M. Stallman [Thu, 20 Jul 1995 17:54:10 +0000 (17:54 +0000)]
(mail-fetch-field): Use buffer-substring-no-properties.
Richard M. Stallman [Thu, 20 Jul 1995 17:43:52 +0000 (17:43 +0000)]
[!MULTI_FRAME] (BASE_PURESIZE): Increased to 325000.
Richard M. Stallman [Thu, 20 Jul 1995 17:42:55 +0000 (17:42 +0000)]
(derived-mode-set-keymap): Cope if old-map is nil.
Richard M. Stallman [Thu, 20 Jul 1995 06:14:12 +0000 (06:14 +0000)]
(menu-bar-update-yank-menu): Treat all-dashes specially.
Richard M. Stallman [Wed, 19 Jul 1995 15:57:51 +0000 (15:57 +0000)]
M-ESC => M-:
Richard M. Stallman [Wed, 19 Jul 1995 15:47:28 +0000 (15:47 +0000)]
(unload_color): Don't free colors if immutable colormap.
Richard M. Stallman [Wed, 19 Jul 1995 15:43:56 +0000 (15:43 +0000)]
(mail-default-reply-to): Doc fix.
Richard M. Stallman [Wed, 19 Jul 1995 03:42:12 +0000 (03:42 +0000)]
(backquote): Doc fix.
Richard M. Stallman [Wed, 19 Jul 1995 03:39:43 +0000 (03:39 +0000)]
(init_alloc_once): Set gc_cons_threshold from Lisp obj size.
Richard M. Stallman [Wed, 19 Jul 1995 03:19:03 +0000 (03:19 +0000)]
(outline-next-visible-heading): Rewritten to handle
backwards motion and handle beg/end of buffer properly.
Richard M. Stallman [Tue, 18 Jul 1995 23:59:23 +0000 (23:59 +0000)]
(Fformat): Increment total for size of control string.
Richard M. Stallman [Tue, 18 Jul 1995 23:52:22 +0000 (23:52 +0000)]
(Fmessage): Doc fix.
Richard M. Stallman [Tue, 18 Jul 1995 23:31:41 +0000 (23:31 +0000)]
(electric-helpify): Autoload with-electric-help, electric-helpify.
Richard M. Stallman [Tue, 18 Jul 1995 23:20:50 +0000 (23:20 +0000)]
Update overriding-local-map-menu-flag.
Richard M. Stallman [Tue, 18 Jul 1995 23:17:59 +0000 (23:17 +0000)]
Document overriding-terminal-local-map.
Richard M. Stallman [Tue, 18 Jul 1995 23:07:23 +0000 (23:07 +0000)]
(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.
Richard M. Stallman [Tue, 18 Jul 1995 22:12:31 +0000 (22:12 +0000)]
(Fwindow_start): Doc fix.
Richard M. Stallman [Tue, 18 Jul 1995 22:10:51 +0000 (22:10 +0000)]
Explain how redisplay updates window-start.
Richard M. Stallman [Tue, 18 Jul 1995 21:43:16 +0000 (21:43 +0000)]
(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.