]> git.eshelyaron.com Git - emacs.git/log
emacs.git
31 years ago(map_event_to_object, set_frame_menubar):
Richard M. Stallman [Thu, 3 Mar 1994 18:04:59 +0000 (18:04 +0000)]
(map_event_to_object, set_frame_menubar):
Use FRAME_MENU_BAR_LINES as vector.

31 years agoComment change.
Richard M. Stallman [Thu, 3 Mar 1994 17:43:26 +0000 (17:43 +0000)]
Comment change.

31 years agoUse add-hook instead of setq.
Karl Heuer [Thu, 3 Mar 1994 17:39:32 +0000 (17:39 +0000)]
Use add-hook instead of setq.

31 years ago(Fget_file_buffer): Doc fix.
Karl Heuer [Thu, 3 Mar 1994 17:35:55 +0000 (17:35 +0000)]
(Fget_file_buffer): Doc fix.

31 years ago(buffer-file-truename): Doc fix.
Karl Heuer [Thu, 3 Mar 1994 17:28:52 +0000 (17:28 +0000)]
(buffer-file-truename): Doc fix.

31 years ago(substitute-key-definition): Avoid infinite recursion.
Karl Heuer [Thu, 3 Mar 1994 16:27:06 +0000 (16:27 +0000)]
(substitute-key-definition): Avoid infinite recursion.

31 years ago(C_SWITCH_SYSTEM): Increase maxmem when using IBM's compiler.
Karl Heuer [Thu, 3 Mar 1994 15:59:31 +0000 (15:59 +0000)]
(C_SWITCH_SYSTEM): Increase maxmem when using IBM's compiler.

31 years ago(chan_process, Vprocess_alist): Declared.
Richard M. Stallman [Wed, 2 Mar 1994 23:37:02 +0000 (23:37 +0000)]
(chan_process, Vprocess_alist): Declared.

31 years ago(chan_process, Vprocess_alist): No longer static.
Richard M. Stallman [Wed, 2 Mar 1994 23:35:11 +0000 (23:35 +0000)]
(chan_process, Vprocess_alist): No longer static.

31 years ago(mouse-choose-completion): Use that as the buffer to edit.
Richard M. Stallman [Wed, 2 Mar 1994 23:26:06 +0000 (23:26 +0000)]
(mouse-choose-completion): Use that as the buffer to edit.

31 years ago(PURESIZE) [MULTI_FRAME]: Incremented to 230000.
Richard M. Stallman [Wed, 2 Mar 1994 23:18:54 +0000 (23:18 +0000)]
(PURESIZE) [MULTI_FRAME]: Incremented to 230000.

31 years ago(Fdisplay_completion_list): Restore original buffer
Richard M. Stallman [Wed, 2 Mar 1994 23:18:37 +0000 (23:18 +0000)]
(Fdisplay_completion_list): Restore original buffer
before running completion-setup-hook.

31 years ago(completion-list-mode): Set completion-reference-buffer
Richard M. Stallman [Wed, 2 Mar 1994 23:09:40 +0000 (23:09 +0000)]
(completion-list-mode): Set completion-reference-buffer
to the buffer for which the completions were requested.
(completion-reference-buffer): New variable.

31 years ago(menu_bar_items): When moving an item to the end,
Richard M. Stallman [Wed, 2 Mar 1994 22:51:20 +0000 (22:51 +0000)]
(menu_bar_items): When moving an item to the end,
shift all the following ones forward one slot.

31 years agoInclude unistd.h.
Richard M. Stallman [Wed, 2 Mar 1994 22:50:31 +0000 (22:50 +0000)]
Include unistd.h.
(pty_max_bytes): New variable.
(send_process): Send an eof after each pty_max_bytes bytes.

31 years ago(Fdelete_frame): Don't initialize a Lisp_Object.
Richard M. Stallman [Wed, 2 Mar 1994 22:05:40 +0000 (22:05 +0000)]
(Fdelete_frame): Don't initialize a Lisp_Object.
Clean up line breaks.

31 years ago(telnet): Use chars in comint-delimiter-argument-list.
Richard M. Stallman [Wed, 2 Mar 1994 22:03:44 +0000 (22:03 +0000)]
(telnet): Use chars in comint-delimiter-argument-list.

31 years ago(shell-delimiter-argument-list): Now has chars, not strings.
Richard M. Stallman [Wed, 2 Mar 1994 22:02:56 +0000 (22:02 +0000)]
(shell-delimiter-argument-list): Now has chars, not strings.

31 years ago(comint-arguments): Use just one regexp to find end of arg
Richard M. Stallman [Wed, 2 Mar 1994 22:00:24 +0000 (22:00 +0000)]
(comint-arguments): Use just one regexp to find end of arg
and detect whether it has any quotes.
(comint-delim-arg): Don't check for quotes.  Use loop, not regexps.
(comint-delimiter-argument-list): List now has chars, not strings.

31 years ago(pascal-calculate-indent): Fixed indentation bug
Richard M. Stallman [Wed, 2 Mar 1994 19:41:24 +0000 (19:41 +0000)]
(pascal-calculate-indent): Fixed indentation bug
in for-loops, with-structures and else-structures.
(pascal-noindent-re): Add `else'.

31 years ago(shell-dirtrackp): Variable definition added.
Richard M. Stallman [Wed, 2 Mar 1994 16:55:16 +0000 (16:55 +0000)]
(shell-dirtrackp): Variable definition added.

31 years ago(inferior-lisp-mode-map): Use copy-keymap.
Richard M. Stallman [Wed, 2 Mar 1994 16:51:20 +0000 (16:51 +0000)]
(inferior-lisp-mode-map): Use copy-keymap.

31 years ago(shell-mode-map): Use copy-keymap.
Richard M. Stallman [Wed, 2 Mar 1994 16:51:02 +0000 (16:51 +0000)]
(shell-mode-map): Use copy-keymap.

31 years ago(inferior-scheme-mode-map): Use copy-keymap.
Richard M. Stallman [Wed, 2 Mar 1994 16:45:37 +0000 (16:45 +0000)]
(inferior-scheme-mode-map): Use copy-keymap.

31 years ago(full-copy-sparse-keymap): Function deleted.
Richard M. Stallman [Wed, 2 Mar 1994 16:45:12 +0000 (16:45 +0000)]
(full-copy-sparse-keymap): Function deleted.

(comint-mode-map): Rename `input' to `inout' as menu key.
Don't put `output' in menu-bar-final-items.

31 years ago(diff-latest-backup-file): Check for a file-name-handler and run it.
Roland McGrath [Wed, 2 Mar 1994 10:27:36 +0000 (10:27 +0000)]
(diff-latest-backup-file): Check for a file-name-handler and run it.

31 years ago(makefile-mode): Set local-write-file-hooks, not write-file-hooks.
Richard M. Stallman [Wed, 2 Mar 1994 07:57:04 +0000 (07:57 +0000)]
(makefile-mode): Set local-write-file-hooks, not write-file-hooks.

Version 1.16.
(makefile-mode): Correct `make-variable-buffer-local' to
`make-local-variable'.  Set indent-tabs-mode to t.

(makefile-insert-macro-ref): Do not append a space
to the inserted macro reference.
(makefile-insert-macro-ref): Likewise if the reference is to
one of makefile-runtime-macros-list.
(makefile-format-macro-ref): If the name of the macro ref
starts with a '(' or '{' then the enclosing parentheses are not added.

(makefile-warn-suspicious-lines): New function.

Changed mode name to "Makefile" instead of "makefile".

31 years ago(copy-face): Don't change old-face and new-face before the frame loop.
Karl Heuer [Wed, 2 Mar 1994 06:45:38 +0000 (06:45 +0000)]
(copy-face): Don't change old-face and new-face before the frame loop.

31 years ago(with_x_toolkit): Fix typo in previous change.
Karl Heuer [Wed, 2 Mar 1994 05:59:09 +0000 (05:59 +0000)]
(with_x_toolkit): Fix typo in previous change.

31 years ago(Fx_list_fonts): Avoid confused increment of info.
Karl Heuer [Wed, 2 Mar 1994 05:48:00 +0000 (05:48 +0000)]
(Fx_list_fonts): Avoid confused increment of info.

31 years ago(Fforward_comment): Do the right thing at eob.
Karl Heuer [Wed, 2 Mar 1994 05:31:15 +0000 (05:31 +0000)]
(Fforward_comment): Do the right thing at eob.

31 years ago(iconify-or-deiconify-frame): Don't make invisible before making visible.
Karl Heuer [Wed, 2 Mar 1994 05:29:01 +0000 (05:29 +0000)]
(iconify-or-deiconify-frame): Don't make invisible before making visible.

31 years ago(tags-add-tables): Change default value to 'ask-user; update doc.
Roland McGrath [Wed, 2 Mar 1994 05:24:33 +0000 (05:24 +0000)]
(tags-add-tables): Change default value to 'ask-user; update doc.
(visit-tags-table-buffer): If tags-add-tables is nil, never add to current
list; if t, always; if non-nil, non-t, ask user.

31 years ago(ispell-message-text-end): New variable.
Richard M. Stallman [Wed, 2 Mar 1994 04:57:23 +0000 (04:57 +0000)]
(ispell-message-text-end): New variable.
(ispell-message): Use ispell-message-text-end.
Spell check all of a multi-line subject.
Correct bug whereby internally generated messages were not recognized.

31 years agoInitial revision
Richard M. Stallman [Wed, 2 Mar 1994 04:56:25 +0000 (04:56 +0000)]
Initial revision

31 years ago(iconify-or-deiconify-frame): Force temporary invisibility even if this is the
Karl Heuer [Wed, 2 Mar 1994 04:42:38 +0000 (04:42 +0000)]
(iconify-or-deiconify-frame): Force temporary invisibility even if this is the
only frame.

31 years ago(mail-do-fcc): Don't write a newline before the text.
Richard M. Stallman [Wed, 2 Mar 1994 04:23:49 +0000 (04:23 +0000)]
(mail-do-fcc): Don't write a newline before the text.

31 years ago(menu_bar_items): Accept old vector as arg. Return a vector.
Richard M. Stallman [Wed, 2 Mar 1994 04:11:11 +0000 (04:11 +0000)]
(menu_bar_items): Accept old vector as arg.  Return a vector.
(menu_bar_one_keymap, menu_bar_item): Associated changes.
(make_lispy_event): Use FRAME_MENU_BAR_LINES as vector.

31 years ago(update_menu_bar): Change call to menu_bar_items.
Richard M. Stallman [Wed, 2 Mar 1994 04:04:54 +0000 (04:04 +0000)]
(update_menu_bar): Change call to menu_bar_items.
(display_menu_bar): Use FRAME_MENU_BAR_LINES as vector.

31 years ago(memory_signal_data): No longer static.
Richard M. Stallman [Wed, 2 Mar 1994 03:47:51 +0000 (03:47 +0000)]
(memory_signal_data): No longer static.
(syms_of_alloc): Stick Qerror onto memory_signal_data.

31 years ago(Fsignal): If DATA is memory_signal_data, don't add to it.
Richard M. Stallman [Wed, 2 Mar 1994 03:46:54 +0000 (03:46 +0000)]
(Fsignal): If DATA is memory_signal_data, don't add to it.

(Fsignal): Record the clause in chosen_clause.
(Fcondition_case, internal_condition_case): Look there.
(internal_condition_case_1): Look there.

31 years ago(struct handler): New field chosen_clause.
Richard M. Stallman [Wed, 2 Mar 1994 03:44:58 +0000 (03:44 +0000)]
(struct handler): New field chosen_clause.
(memory_signal_data): Declare it.

31 years ago(make_frame): Init menu_bar_items field to 0.
Richard M. Stallman [Wed, 2 Mar 1994 03:43:07 +0000 (03:43 +0000)]
(make_frame): Init menu_bar_items field to 0.

31 years agoNew s-file for rs60000-ibm-aix3.2.5.
Karl Heuer [Wed, 2 Mar 1994 03:23:30 +0000 (03:23 +0000)]
New s-file for rs60000-ibm-aix3.2.5.

31 years agoInitial revision
Karl Heuer [Wed, 2 Mar 1994 03:19:26 +0000 (03:19 +0000)]
Initial revision

31 years agoUse -g with the native compiler.
Karl Heuer [Wed, 2 Mar 1994 03:19:12 +0000 (03:19 +0000)]
Use -g with the native compiler.

31 years ago(del_range_1): New function.
Richard M. Stallman [Wed, 2 Mar 1994 00:55:05 +0000 (00:55 +0000)]
(del_range_1): New function.
(del_range): Use it.

31 years ago(insert-kbd-macro): Handle C-@, C-[, etc. properly and their meta variants too.
Richard M. Stallman [Wed, 2 Mar 1994 00:53:48 +0000 (00:53 +0000)]
(insert-kbd-macro): Handle C-@, C-[, etc. properly and their meta variants too.

31 years ago* calendar.el (calendar-current-date): Use fixed assoc list for
Edward M. Reingold [Tue, 1 Mar 1994 22:42:53 +0000 (22:42 +0000)]
* calendar.el (calendar-current-date): Use fixed assoc list for
month names so that changing the array of names doesn't screw up
the determination of the current date.

31 years ago(pascal-sub-block-re): Recognize for and with.
Richard M. Stallman [Tue, 1 Mar 1994 22:28:47 +0000 (22:28 +0000)]
(pascal-sub-block-re): Recognize for and with.

31 years agoMove comment to proper place.
Doug Evans [Tue, 1 Mar 1994 15:59:45 +0000 (15:59 +0000)]
Move comment to proper place.

31 years ago(Info-restore-point): Don't wipe out hl before using it.
Karl Heuer [Tue, 1 Mar 1994 09:02:19 +0000 (09:02 +0000)]
(Info-restore-point): Don't wipe out hl before using it.

31 years ago(picture-forward-column, picture-backward-column): Allow backward motion
Karl Heuer [Tue, 1 Mar 1994 06:19:22 +0000 (06:19 +0000)]
(picture-forward-column, picture-backward-column): Allow backward motion
across multi-column characters.

31 years ago(inhibit-startup-echo-area-message): Doc fix.
Karl Heuer [Tue, 1 Mar 1994 04:54:43 +0000 (04:54 +0000)]
(inhibit-startup-echo-area-message): Doc fix.

31 years agoFix typo in comment.
Karl Heuer [Tue, 1 Mar 1994 04:42:37 +0000 (04:42 +0000)]
Fix typo in comment.

31 years ago(tc-mode-map): Fix binding of tc-dissociate.
Karl Heuer [Tue, 1 Mar 1994 04:39:45 +0000 (04:39 +0000)]
(tc-mode-map): Fix binding of tc-dissociate.

31 years ago(memory_full): Use new variable memory_signal_data with precomputed value
Karl Heuer [Mon, 28 Feb 1994 20:20:22 +0000 (20:20 +0000)]
(memory_full): Use new variable memory_signal_data with precomputed value
instead of trying to build it after memory is already exhausted.

31 years ago(xmenu_show): Test XtWindowToWidget before inserting into the event_queue.
Fred Pierresteguy [Mon, 28 Feb 1994 13:03:13 +0000 (13:03 +0000)]
(xmenu_show): Test XtWindowToWidget before inserting into the event_queue.

31 years ago(XTread_socket): For case ClientMessage and Xatom_wm_delete_window, use
Fred Pierresteguy [Mon, 28 Feb 1994 12:57:12 +0000 (12:57 +0000)]
(XTread_socket): For case ClientMessage and Xatom_wm_delete_window, use
x_any_window_to_frame.

31 years agoUse GPL.
David J. MacKenzie [Sun, 27 Feb 1994 03:53:03 +0000 (03:53 +0000)]
Use GPL.

31 years ago*** empty log message ***
David J. MacKenzie [Sun, 27 Feb 1994 03:51:02 +0000 (03:51 +0000)]
*** empty log message ***

31 years agoUse GPL.
David J. MacKenzie [Sun, 27 Feb 1994 03:49:57 +0000 (03:49 +0000)]
Use GPL.

31 years agoInitial revision
David J. MacKenzie [Sun, 27 Feb 1994 03:45:52 +0000 (03:45 +0000)]
Initial revision

31 years agoUpdate GPL.
David J. MacKenzie [Sun, 27 Feb 1994 03:39:25 +0000 (03:39 +0000)]
Update GPL.

31 years ago* make-path.c (main): Return 1 on error, not -1. Update GPL.
David J. MacKenzie [Sun, 27 Feb 1994 03:38:56 +0000 (03:38 +0000)]
* make-path.c (main): Return 1 on error, not -1.  Update GPL.

31 years ago* cvtmail.c: Declare malloc, realloc, xmalloc, xrealloc.
David J. MacKenzie [Sun, 27 Feb 1994 03:35:26 +0000 (03:35 +0000)]
* cvtmail.c: Declare malloc, realloc, xmalloc, xrealloc.
(xmalloc, xrealloc): Return char *, not int.
(error): Write to stderr, not stdout.

31 years agoFix comment typos.
David J. MacKenzie [Sun, 27 Feb 1994 03:25:08 +0000 (03:25 +0000)]
Fix comment typos.

31 years ago(with_x_toolkit): Don't allow motif or open-look.
Richard M. Stallman [Sat, 26 Feb 1994 22:05:19 +0000 (22:05 +0000)]
(with_x_toolkit): Don't allow motif or open-look.

31 years ago(LD_SWITCH_SYSTEM): New definitions, with #undef.
Richard M. Stallman [Sat, 26 Feb 1994 20:49:21 +0000 (20:49 +0000)]
(LD_SWITCH_SYSTEM): New definitions, with #undef.

31 years agoComment change.
Richard M. Stallman [Sat, 26 Feb 1994 20:47:37 +0000 (20:47 +0000)]
Comment change.

31 years ago(sys_subshell): New function, split from sys_suspend.
Karl Heuer [Sat, 26 Feb 1994 05:55:03 +0000 (05:55 +0000)]
(sys_subshell): New function, split from sys_suspend.

31 years ago(Fsuspend_emacs): New variable cannot-suspend forces a subshell even if the
Karl Heuer [Sat, 26 Feb 1994 05:54:26 +0000 (05:54 +0000)]
(Fsuspend_emacs): New variable cannot-suspend forces a subshell even if the
system seems to support job control.

31 years ago(menu-bar-mode): Make menu-bar-mode without an argument toggle display of a
Karl Heuer [Sat, 26 Feb 1994 04:32:57 +0000 (04:32 +0000)]
(menu-bar-mode): Make menu-bar-mode without an argument toggle display of a
menu bar.

31 years ago(Fset_window_configuration): Allow for menu-bar-lines to have changed since
Karl Heuer [Sat, 26 Feb 1994 04:24:37 +0000 (04:24 +0000)]
(Fset_window_configuration): Allow for menu-bar-lines to have changed since
the configuration was created.

31 years ago(OVERLAY_POSITION): Don't check which buffer it points to.
Karl Heuer [Sat, 26 Feb 1994 04:05:17 +0000 (04:05 +0000)]
(OVERLAY_POSITION): Don't check which buffer it points to.

31 years ago(system-key-alist): Renamed from vendor-key-syms.
Richard M. Stallman [Sat, 26 Feb 1994 03:43:32 +0000 (03:43 +0000)]
(system-key-alist): Renamed from vendor-key-syms.

31 years ago(Vsystem_key_alist): Renamed from Vvendor_key_alist.
Richard M. Stallman [Sat, 26 Feb 1994 03:42:28 +0000 (03:42 +0000)]
(Vsystem_key_alist): Renamed from Vvendor_key_alist.
(syms_of_keyboard): Rename Lisp var to system-key-alist.

31 years ago(comint-exec-1): Force a local copy of the environment.
Karl Heuer [Sat, 26 Feb 1994 02:24:51 +0000 (02:24 +0000)]
(comint-exec-1): Force a local copy of the environment.

31 years agoDelete extra backslash on last line of macro.
Karl Heuer [Sat, 26 Feb 1994 02:20:31 +0000 (02:20 +0000)]
Delete extra backslash on last line of macro.

31 years agoClean up c-font-lock-keywords; now slightly more consistent about highlighting
Karl Heuer [Sat, 26 Feb 1994 00:14:42 +0000 (00:14 +0000)]
Clean up c-font-lock-keywords; now slightly more consistent about highlighting
declarations.

31 years ago(compute_motion): Allow for invisible overlays in next_invisible lookahead.
Karl Heuer [Fri, 25 Feb 1994 21:22:25 +0000 (21:22 +0000)]
(compute_motion): Allow for invisible overlays in next_invisible lookahead.

31 years ago(display_text_line): Allow for invisible overlays in next_invisible lookahead.
Karl Heuer [Fri, 25 Feb 1994 21:21:53 +0000 (21:21 +0000)]
(display_text_line): Allow for invisible overlays in next_invisible lookahead.

31 years ago(help-menu-map): Variable deleted, and its binding.
Richard M. Stallman [Fri, 25 Feb 1994 19:35:58 +0000 (19:35 +0000)]
(help-menu-map): Variable deleted, and its binding.
(mouse-select-window): New command, now on mode-line mouse-1.
(mouse-delete-other-windows): Now on mode-line mouse-2.
(mouse-split-window-horizontally): Now on mode-line C-mouse-2.

31 years ago(EmacsFrameSetCharSize): Set coordinates values to the toplevel widget.
Fred Pierresteguy [Fri, 25 Feb 1994 17:45:51 +0000 (17:45 +0000)]
(EmacsFrameSetCharSize): Set coordinates values to the toplevel widget.

31 years ago(XTread_socket): For case ConfigureNotify, call x_any_window_to_frame.
Fred Pierresteguy [Fri, 25 Feb 1994 09:29:20 +0000 (09:29 +0000)]
(XTread_socket): For case ConfigureNotify, call x_any_window_to_frame.
[USE_X_TOOLKIT]: Call XTranslateCoordinates for case ConfigureNotify
when send_event is 0 and when the event is relative to toplevel widget.

31 years ago(EmacsFrameSetCharSize): Call check_frame_size and update
Fred Pierresteguy [Fri, 25 Feb 1994 09:10:22 +0000 (09:10 +0000)]
(EmacsFrameSetCharSize): Call check_frame_size and update
vertical_scroll_bar_extra.
Call SET_FRAME_GARBAGED.

31 years ago(c-macro-display-buffer): Delete special view-mode hack.
Richard M. Stallman [Fri, 25 Feb 1994 06:27:24 +0000 (06:27 +0000)]
(c-macro-display-buffer): Delete special view-mode hack.
(c-macro-expansion): Parse from 1 to START just once.
Avoid counting lines.  Use ???!!!???!!! to mark start of
the region we want to look at.

31 years ago(set-visited-file-name): Unlock the file if setting the visited file name to
Karl Heuer [Fri, 25 Feb 1994 03:24:15 +0000 (03:24 +0000)]
(set-visited-file-name): Unlock the file if setting the visited file name to
nil.

31 years ago(Buffer-menu-toggle-read-only): Change toggle-read-only to
Karl Heuer [Fri, 25 Feb 1994 01:42:03 +0000 (01:42 +0000)]
(Buffer-menu-toggle-read-only): Change toggle-read-only to
vc-toggle-read-only.

31 years ago*** empty log message ***
Karl Heuer [Fri, 25 Feb 1994 01:30:59 +0000 (01:30 +0000)]
*** empty log message ***

31 years ago(byte-compile-from-buffer, byte-compile-top-level):
Richard M. Stallman [Fri, 25 Feb 1994 00:57:37 +0000 (00:57 +0000)]
(byte-compile-from-buffer, byte-compile-top-level):
Removed advice. Byte-compilation problem is now taken care of
directly by the compiler.
(ad-advised-byte-compilers): Removed.
(ad-enable-definition-hooks, ad-disable-definition-hooks): Removed
activation of the advised byte-compiler entry points.
(ad-lemacs-p): Removed variable.
(ad-lemacs-p): New macro for compile-time conditionalization.

31 years ago(byte-compile-protect-from-advice): New macro that
Richard M. Stallman [Fri, 25 Feb 1994 00:54:15 +0000 (00:54 +0000)]
(byte-compile-protect-from-advice): New macro that
temporarily deactivates advice of `defun/defmacro' while BODY is run.
(byte-compile-from-buffer, byte-compile-top-level): Use
`byte-compile-protect-from-advice' to protect compilation.

31 years ago(hide-sublevels): Doc fix. Rename arg.
Richard M. Stallman [Thu, 24 Feb 1994 23:43:30 +0000 (23:43 +0000)]
(hide-sublevels): Doc fix.  Rename arg.

31 years ago(help-for-help): Use help-map in the docstring.
Karl Heuer [Thu, 24 Feb 1994 23:20:12 +0000 (23:20 +0000)]
(help-for-help): Use help-map in the docstring.

31 years ago(make-help-screen): Initialize help-screen before changing the keymap.
Karl Heuer [Thu, 24 Feb 1994 23:19:59 +0000 (23:19 +0000)]
(make-help-screen): Initialize help-screen before changing the keymap.

31 years ago(outline-minor-mode-prefix): Change to C-c C-o.
Richard M. Stallman [Thu, 24 Feb 1994 22:37:49 +0000 (22:37 +0000)]
(outline-minor-mode-prefix): Change to C-c C-o.
(hide-sublevels, hide-other): New functions.
(outline-mode-map): New key bindings.  New menu bindings.

31 years ago(lisp-mode-variables): Set outline-regexp.
Richard M. Stallman [Thu, 24 Feb 1994 22:36:24 +0000 (22:36 +0000)]
(lisp-mode-variables): Set outline-regexp.

31 years ago(nroff-mode): Set outline-regexp and outline-level.
Richard M. Stallman [Thu, 24 Feb 1994 22:34:52 +0000 (22:34 +0000)]
(nroff-mode): Set outline-regexp and outline-level.
(nroff-outline-level): New function.

31 years ago(c-mode): Set outline-regexp and outline-level.
Richard M. Stallman [Thu, 24 Feb 1994 22:34:24 +0000 (22:34 +0000)]
(c-mode): Set outline-regexp and outline-level.
(c-outline-level): New function.

31 years agoFix value of docdir.
Karl Heuer [Thu, 24 Feb 1994 22:00:11 +0000 (22:00 +0000)]
Fix value of docdir.