bpt/emacs.git
28 years ago(GETTIMEOFDAY_ONE_ARGUMENT): Add #undef.
Richard M. Stallman [Fri, 28 Jul 1995 02:54:28 +0000 (02:54 +0000)]
(GETTIMEOFDAY_ONE_ARGUMENT): Add #undef.

28 years ago(do-auto-fill): Handle adaptive-fill-regexp.
Richard M. Stallman [Fri, 28 Jul 1995 02:38:16 +0000 (02:38 +0000)]
(do-auto-fill): Handle adaptive-fill-regexp.

28 years ago(imenu-generic-lisp-expression)
Karl Heuer [Fri, 28 Jul 1995 00:36:18 +0000 (00:36 +0000)]
(imenu-generic-lisp-expression)
(imenu-generic-c++-expression, imenu-generic-c-expression)
(imenu-generic-ada-expression, imenu-generic-texinfo-expression)
(imenu-generic-latex-expression): Vars deleted; now handled by the
major modes themselves.
(imenu--scanning-method-alist): Var deleted.
(imenu-default-create-index-function): Don't use that alist.

28 years ago(c++-imenu-generic-expression): Var defined.
Karl Heuer [Fri, 28 Jul 1995 00:30:18 +0000 (00:30 +0000)]
(c++-imenu-generic-expression): Var defined.
(c++-mode): Set imenu-generic-expression.

28 years ago(c-imenu-generic-expression): Var defined.
Karl Heuer [Fri, 28 Jul 1995 00:28:28 +0000 (00:28 +0000)]
(c-imenu-generic-expression): Var defined.
(c-mode): Set imenu-generic-expression.

28 years ago(latex-imenu-generic-expression): Var defined.
Karl Heuer [Fri, 28 Jul 1995 00:26:37 +0000 (00:26 +0000)]
(latex-imenu-generic-expression): Var defined.
(latex-mode): Set imenu-generic-expression.

28 years ago(texinfo-imenu-generic-expression): Var defined.
Karl Heuer [Fri, 28 Jul 1995 00:24:14 +0000 (00:24 +0000)]
(texinfo-imenu-generic-expression): Var defined.
(texinfo-mode): Set imenu-generic-expression.

28 years ago(ada-imenu-generic-expression): Var defined.
Karl Heuer [Fri, 28 Jul 1995 00:18:42 +0000 (00:18 +0000)]
(ada-imenu-generic-expression): Var defined.
(ada-mode): Set imenu-generic-expression.

28 years ago(lisp-imenu-generic-expression): Var defined.
Karl Heuer [Fri, 28 Jul 1995 00:14:15 +0000 (00:14 +0000)]
(lisp-imenu-generic-expression): Var defined.
(lisp-mode-variables): Set imenu-generic-expression.

28 years agoAdd keywords and comments as per conventions.
Richard M. Stallman [Thu, 27 Jul 1995 22:52:02 +0000 (22:52 +0000)]
Add keywords and comments as per conventions.

Changed almost all occurences of buffer-substring to
buffer-substring-no-properties..

(bibtex-find-entry-location, bibtex-clean-entry):
Added support to handle invalidate buffers in a more friendly manner.

(bibtex-make-field): Changed to be called either interactively with a
string (field name) or from Lisp with a list of two strings (FIELDNAME
COMMENT).

28 years ago(record_overlay_string, overlay_strings): Handle zero-sized overlays better.
Karl Heuer [Thu, 27 Jul 1995 22:44:41 +0000 (22:44 +0000)]
(record_overlay_string, overlay_strings): Handle zero-sized overlays better.

28 years ago(texinfo-specific-section-type): Use buffer-substring-no-properties.
Richard M. Stallman [Thu, 27 Jul 1995 22:04:24 +0000 (22:04 +0000)]
(texinfo-specific-section-type): Use buffer-substring-no-properties.

28 years ago(struct sortstrlist): New type.
Karl Heuer [Thu, 27 Jul 1995 21:47:59 +0000 (21:47 +0000)]
(struct sortstrlist): New type.
(overlay_heads, overlay_tails): Change to struct sortstrlist.
(overlay_heads_len, overlay_tails_len): Deleted; now part of struct.
(record_overlay_string): New function.
(overlay_strings): Simplify.  Use record_overlay_string.
Check for window match in overlays_after loop, not just in
overlays_before.

28 years ago(vip-overriding-map): new variable.
Michael Kifer [Thu, 27 Jul 1995 19:42:29 +0000 (19:42 +0000)]
(vip-overriding-map): new variable.

28 years ago(vip-repeat-from-history-key): new default.
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.

28 years ago(vip-multiclick-timeout): new default.
Michael Kifer [Thu, 27 Jul 1995 19:41:08 +0000 (19:41 +0000)]
(vip-multiclick-timeout): new default.

28 years ago(vip-add-hook,vip-remove-hook): new functions.
Michael Kifer [Thu, 27 Jul 1995 19:40:33 +0000 (19:40 +0000)]
(vip-add-hook,vip-remove-hook): new functions.

28 years ago*** empty log message ***
Michael Kifer [Thu, 27 Jul 1995 19:39:47 +0000 (19:39 +0000)]
*** empty log message ***

28 years ago(vip-info-file-name): variable removed.
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.

28 years ago(x-font-regexp): Add \\(\\) for substring extraction.
Karl Heuer [Thu, 27 Jul 1995 19:10:36 +0000 (19:10 +0000)]
(x-font-regexp): Add \\(\\) for substring extraction.

28 years ago(pascal-mode): Added imenu support.
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.

28 years ago(texinfo-environment-regexp): Allow whitespace at BOL.
Richard M. Stallman [Thu, 27 Jul 1995 07:40:22 +0000 (07:40 +0000)]
(texinfo-environment-regexp): Allow whitespace at BOL.

28 years ago(tpu-backward-line): Only move to BOL if not already there.
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.

28 years ago(tpu-version): New version.
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.

28 years agoComment changes.
Richard M. Stallman [Thu, 27 Jul 1995 07:35:25 +0000 (07:35 +0000)]
Comment changes.

28 years ago(update_menu_bar): Pass new arg to set_frame_menubar.
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.

28 years ago(indent-region-function): Doc fix.
Richard M. Stallman [Wed, 26 Jul 1995 22:23:11 +0000 (22:23 +0000)]
(indent-region-function): Doc fix.

28 years ago(shared-lisp-mode-map): Don't bind TAB, just set indent-line-function.
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.

28 years ago(prefix-args): Pass ALL_LDFLAGS.
Richard M. Stallman [Wed, 26 Jul 1995 21:48:05 +0000 (21:48 +0000)]
(prefix-args): Pass ALL_LDFLAGS.

28 years agoAccount for termcap file renaming.
David J. MacKenzie [Wed, 26 Jul 1995 21:04:51 +0000 (21:04 +0000)]
Account for termcap file renaming.

28 years agoTERMCAP_NAME -> TERMCAP_FILE.
David J. MacKenzie [Wed, 26 Jul 1995 19:46:59 +0000 (19:46 +0000)]
TERMCAP_NAME -> TERMCAP_FILE.

28 years ago(tparam): Remove arg array and the #ifdef.
David J. MacKenzie [Wed, 26 Jul 1995 18:20:46 +0000 (18:20 +0000)]
(tparam): Remove arg array and the #ifdef.

28 years ago(perl-imenu-generic-expression) New variable.
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.

28 years agomultiple-frames is not terminal-local.
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.

28 years agoMove #define of bcopy to after #include <string.h>.
David J. MacKenzie [Wed, 26 Jul 1995 17:54:50 +0000 (17:54 +0000)]
Move #define of bcopy to after #include <string.h>.

28 years agoDelete duplicate definitions for format-find-file and format-insert-file.
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.

28 years agoUse defopt for same-window-buffer-names and same-window-regexps.
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.

28 years agoDo renamings:
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.

28 years ago(LIBS_SYSTEM): Defined.
Richard M. Stallman [Tue, 25 Jul 1995 23:20:36 +0000 (23:20 +0000)]
(LIBS_SYSTEM): Defined.

28 years ago(LIBS_MACHINE): Delete -lsun.
Richard M. Stallman [Tue, 25 Jul 1995 23:18:12 +0000 (23:18 +0000)]
(LIBS_MACHINE): Delete -lsun.

28 years ago(x-font-regexp-weight-subnum, x-font-regexp-slant-subnum)
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.

28 years agoRenamings: frame->display => frame->output, struct x_display -> sruct x_output.
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.

28 years ago(struct x_output): Renamed from struct x_display.
Richard M. Stallman [Tue, 25 Jul 1995 21:20:18 +0000 (21:20 +0000)]
(struct x_output): Renamed from struct x_display.

28 years ago(struct frame): Rename `display' member to `output_data'.
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.

28 years ago(imenu--history-list): Don't make this buffer-local.
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.

28 years ago(run-hook-with-args): Fix previous code.
Karl Heuer [Tue, 25 Jul 1995 20:27:48 +0000 (20:27 +0000)]
(run-hook-with-args): Fix previous code.

28 years ago(tar-copy): Inhibit use of jka-compr handler
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.

28 years agoInclude buffer.h.
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.

28 years ago(enum event_kind): Added menu_bar_activate_event.
Richard M. Stallman [Tue, 25 Jul 1995 20:24:46 +0000 (20:24 +0000)]
(enum event_kind): Added menu_bar_activate_event.

28 years ago(kbd_buffer_get_event) [USE_X_TOOLKIT]:
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.

28 years ago(struct x_display): New fields saved_button_event, id.
Richard M. Stallman [Tue, 25 Jul 1995 20:21:15 +0000 (20:21 +0000)]
(struct x_display): New fields saved_button_event, id.

28 years ago(next_noop_dpyinfo): New variable.
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.

28 years ago(x_menubar_window_to_frame): New function.
Richard M. Stallman [Tue, 25 Jul 1995 20:10:03 +0000 (20:10 +0000)]
(x_menubar_window_to_frame): New function.

28 years ago(signal_before_change): Use Frun_hook_with_args.
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.

28 years ago(Frun_hook_with_args): New C function, formerly in subr.el.
Karl Heuer [Tue, 25 Jul 1995 19:36:42 +0000 (19:36 +0000)]
(Frun_hook_with_args): New C function, formerly in subr.el.

28 years ago(Frun_hook_with_args): Declare this function.
Karl Heuer [Tue, 25 Jul 1995 19:36:20 +0000 (19:36 +0000)]
(Frun_hook_with_args): Declare this function.

28 years ago(run-hook-with-args): Deleted; now in C code.
Karl Heuer [Tue, 25 Jul 1995 19:35:38 +0000 (19:35 +0000)]
(run-hook-with-args): Deleted; now in C code.

28 years ago(make-face-bold, make-face-italic, make-face-bold-italic)
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.

28 years ago(rmail-insert-inbox-text): Always use movemail when renaming a file.
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.

28 years ago(Fprimitive_undo): Don't end inner loop
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.

28 years ago(Fstart_process): Don't expand the file name before trying openp.
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.

28 years agoExplain CTRL-META chars and how to use ESC for them.
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.

28 years ago(Info-current-file): Doc fix.
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.

28 years ago(tcl-word-no-props): New function.
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.

28 years agoDoc fixes.
Tom Tromey [Sun, 23 Jul 1995 20:26:47 +0000 (20:26 +0000)]
Doc fixes.

28 years ago(Fprevious_window, Fnext_window): When minibuf = nil,
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.

28 years ago(do_auto_save_unwind): Set auto_saving to 0.
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.

28 years ago(Fget_char_property): If OBJECT is non-current buffer,
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.

28 years agoAdd latest changes of old library and some more.
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.

28 years ago(read_list): When a file loaded from site-init.el uses #$,
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.

28 years ago(byte-optimize-lapcode): Fix format calls.
Richard M. Stallman [Fri, 21 Jul 1995 20:57:25 +0000 (20:57 +0000)]
(byte-optimize-lapcode): Fix format calls.

28 years ago(AIX4): New definition.
Richard M. Stallman [Fri, 21 Jul 1995 19:13:14 +0000 (19:13 +0000)]
(AIX4): New definition.

28 years ago(LD_SWITCH_MACHINE) [AIX4]: New alternate definition.
Richard M. Stallman [Fri, 21 Jul 1995 19:10:38 +0000 (19:10 +0000)]
(LD_SWITCH_MACHINE) [AIX4]: New alternate definition.

28 years ago(imenu-choose-buffer-index): Avoid trying to select WINDOW if it is nil.
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.

28 years ago(set_frame_menubar): If the Lisp-level menu bar menus
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.

28 years ago(menu-bar-buffer-menu): Function deleted.
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.

28 years ago(echo_area_window): Declared.
Richard M. Stallman [Fri, 21 Jul 1995 07:51:20 +0000 (07:51 +0000)]
(echo_area_window): Declared.

28 years ago(read_minibuf): Call choose_minibuffer_frame.
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.

28 years ago(do_switch_frame): Don't call choose_minibuffer_frame.
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.

28 years ago(echo_area_display): Use selected frame's minibuf window
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.

28 years ago(command_loop_1): Clear echo area after 2 sec
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.

28 years ago(update_frame): Check that the echo area is in the frame being displayed.
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.

28 years ago(font-lock-make-faces): Redo logic for whether
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.

28 years ago(syms_of_xmenu): Set up Qdebug_on_next_call.
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.

28 years ago(indent-new-comment-line): fill-prefix overrides comment indentation.
Richard M. Stallman [Fri, 21 Jul 1995 01:43:21 +0000 (01:43 +0000)]
(indent-new-comment-line): fill-prefix overrides comment indentation.

28 years ago(Fformat): Doc fix.
Richard M. Stallman [Thu, 20 Jul 1995 22:51:01 +0000 (22:51 +0000)]
(Fformat): Doc fix.

28 years ago(Fsubst_char_in_region): Bind buffer-file-name to nil if NOUNDO is true.
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.

28 years ago(prepare_to_modify_buffer): Don't lock the file
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.

28 years agoUpdate disk requirements.
Karl Heuer [Thu, 20 Jul 1995 20:32:25 +0000 (20:32 +0000)]
Update disk requirements.
Document `make clean'.
Update directory descriptions.

28 years ago(local-variables-section): Delete autoload cookie.
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.

28 years ago(Fsafe_length): Use conservative upper bound.
Karl Heuer [Thu, 20 Jul 1995 20:26:06 +0000 (20:26 +0000)]
(Fsafe_length): Use conservative upper bound.

28 years agoComment change.
Karl Heuer [Thu, 20 Jul 1995 20:02:38 +0000 (20:02 +0000)]
Comment change.

28 years ago[USE_MOTIF]: Don't include X11/Xaw/Paned.h, X11/Xaw/Label.h.
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.

28 years ago(init_callproc): Set Vdoc_directory based on
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.

28 years ago(init_environment): Move alloca call out of function arg.
Richard M. Stallman [Thu, 20 Jul 1995 18:30:49 +0000 (18:30 +0000)]
(init_environment): Move alloca call out of function arg.

28 years ago(mail-fetch-field): Use buffer-substring-no-properties.
Richard M. Stallman [Thu, 20 Jul 1995 17:54:10 +0000 (17:54 +0000)]
(mail-fetch-field): Use buffer-substring-no-properties.

28 years ago[!MULTI_FRAME] (BASE_PURESIZE): Increased to 325000.
Richard M. Stallman [Thu, 20 Jul 1995 17:43:52 +0000 (17:43 +0000)]
[!MULTI_FRAME] (BASE_PURESIZE): Increased to 325000.

28 years ago(derived-mode-set-keymap): Cope if old-map is nil.
Richard M. Stallman [Thu, 20 Jul 1995 17:42:55 +0000 (17:42 +0000)]
(derived-mode-set-keymap): Cope if old-map is nil.

28 years ago(menu-bar-update-yank-menu): Treat all-dashes specially.
Richard M. Stallman [Thu, 20 Jul 1995 06:14:12 +0000 (06:14 +0000)]
(menu-bar-update-yank-menu): Treat all-dashes specially.

28 years agoM-ESC => M-:
Richard M. Stallman [Wed, 19 Jul 1995 15:57:51 +0000 (15:57 +0000)]
M-ESC => M-: