]> code.delx.au - gnu-emacs/log
gnu-emacs
29 years ago(wipe_kboard): Make this function static.
Karl Heuer [Fri, 31 Mar 1995 03:56:30 +0000 (03:56 +0000)]
(wipe_kboard): Make this function static.
(delete_kboard): New function, extracted from x_delete_display.

29 years agoDeclare function delete_kboard.
Karl Heuer [Fri, 31 Mar 1995 03:53:28 +0000 (03:53 +0000)]
Declare function delete_kboard.

29 years ago(struct x_display_info): New member cut_buffers_initialized.
Karl Heuer [Fri, 31 Mar 1995 03:40:45 +0000 (03:40 +0000)]
(struct x_display_info): New member cut_buffers_initialized.

29 years ago(x_term_init): Initialize cut_buffers_initialized.
Karl Heuer [Fri, 31 Mar 1995 03:40:24 +0000 (03:40 +0000)]
(x_term_init): Initialize cut_buffers_initialized.

29 years ago(Fx_store_cut_buffer_internal): Use the flag in the
Karl Heuer [Fri, 31 Mar 1995 03:40:01 +0000 (03:40 +0000)]
(Fx_store_cut_buffer_internal): Use the flag in the
frame's x_display_info, not a global flag.
(Fx_rotate_cut_buffers_internal): Likewise.

29 years ago(insert-directory): Use \ before insert-directory-program
Richard M. Stallman [Fri, 31 Mar 1995 01:56:18 +0000 (01:56 +0000)]
(insert-directory): Use \ before insert-directory-program
to ignore shell aliasing.

29 years ago(choose-completion-string): Use active-minibuffer-window.
Richard M. Stallman [Fri, 31 Mar 1995 01:48:40 +0000 (01:48 +0000)]
(choose-completion-string): Use active-minibuffer-window.

29 years ago(dired-add-entry): If ange-ftp inserted the file's absolute name, fix that.
Richard M. Stallman [Fri, 31 Mar 1995 00:18:38 +0000 (00:18 +0000)]
(dired-add-entry): If ange-ftp inserted the file's absolute name, fix that.

29 years ago(sort_args): Skip strncmp if longname is a null pointer.
Karl Heuer [Fri, 31 Mar 1995 00:09:19 +0000 (00:09 +0000)]
(sort_args): Skip strncmp if longname is a null pointer.

29 years ago(comint-read-noecho): Don't log prompt messages.
Karl Heuer [Thu, 30 Mar 1995 23:38:23 +0000 (23:38 +0000)]
(comint-read-noecho): Don't log prompt messages.

29 years ago(Fmod): Fix the final adjustment, when i2 < 0 and i1 == 0.
Richard M. Stallman [Thu, 30 Mar 1995 23:34:59 +0000 (23:34 +0000)]
(Fmod): Fix the final adjustment, when i2 < 0 and i1 == 0.

29 years agoComment change.
Richard M. Stallman [Thu, 30 Mar 1995 07:31:38 +0000 (07:31 +0000)]
Comment change.

29 years agoFix previous change.
Richard M. Stallman [Thu, 30 Mar 1995 07:17:46 +0000 (07:17 +0000)]
Fix previous change.

29 years ago(modify-face): Handle stipple. Handle defaulting properly.
Richard M. Stallman [Thu, 30 Mar 1995 07:15:37 +0000 (07:15 +0000)]
(modify-face): Handle stipple.  Handle defaulting properly.
Speed up making completion alists.
(modify-face-read-string): New subroutine.

29 years agoWrap filename character quoting code with save-excursion so following forms
Simon Marshall [Thu, 30 Mar 1995 07:10:08 +0000 (07:10 +0000)]
Wrap filename character quoting code with save-excursion so following forms
relying on point aren't broken.

29 years agoComment change.
Richard M. Stallman [Wed, 29 Mar 1995 21:46:19 +0000 (21:46 +0000)]
Comment change.

29 years ago(minibuffer-window-active-p): Use active-minibuffer-window.
Richard M. Stallman [Wed, 29 Mar 1995 07:14:38 +0000 (07:14 +0000)]
(minibuffer-window-active-p): Use active-minibuffer-window.

29 years ago(Fsignal_process): SIGCODE is a symbol, not a string.
Karl Heuer [Tue, 28 Mar 1995 23:33:32 +0000 (23:33 +0000)]
(Fsignal_process): SIGCODE is a symbol, not a string.

29 years ago(comint-read-noecho): Use a format string, in case
Karl Heuer [Tue, 28 Mar 1995 22:27:56 +0000 (22:27 +0000)]
(comint-read-noecho): Use a format string, in case
PROMPT contains a percent sign.

29 years ago(r_re_alloc): Correct realloc behavior--allow shrinking
Richard M. Stallman [Tue, 28 Mar 1995 17:43:24 +0000 (17:43 +0000)]
(r_re_alloc): Correct realloc behavior--allow shrinking
of blocks while reallocating, if shrinking by more than one page.
(relocate_blocs, resize_blocs): Added failsafe to protect future
calling of these routines when in frozen state.
(r_alloc_thaw): Added call to r_alloc_init.
(relocate_blocks, resize_bloc, r_alloc_sbrk, r_alloc_thaw): Extended
functionality to let ralloc package work in frozen state, allowing
for the existence of unused blocks.

29 years ago(scroll-bar-drag): Bind echo-keystrokes to 0.
Richard M. Stallman [Tue, 28 Mar 1995 17:42:27 +0000 (17:42 +0000)]
(scroll-bar-drag): Bind echo-keystrokes to 0.

29 years ago(Fsignal_process): Allow signal names as well as numbers.
Richard M. Stallman [Tue, 28 Mar 1995 17:34:52 +0000 (17:34 +0000)]
(Fsignal_process): Allow signal names as well as numbers.

29 years ago(nntp-request-article): If ID is integer, convert to string.
Richard M. Stallman [Tue, 28 Mar 1995 16:55:36 +0000 (16:55 +0000)]
(nntp-request-article): If ID is integer, convert to string.

29 years ago(Fconcat): Undo previous change.
Richard M. Stallman [Tue, 28 Mar 1995 07:38:29 +0000 (07:38 +0000)]
(Fconcat): Undo previous change.

29 years agoSay not to use concat for integers.
Richard M. Stallman [Tue, 28 Mar 1995 05:44:53 +0000 (05:44 +0000)]
Say not to use concat for integers.

29 years ago(event-apply-modifier): New function.
Richard M. Stallman [Tue, 28 Mar 1995 03:49:39 +0000 (03:49 +0000)]
(event-apply-modifier): New function.
(event-apply-control-modifier, event-apply-meta-modifier)
(event-apply-hyper-modifier, event-apply-shift-modifier)
(event-apply-alt-modifier, event-apply-super-modifier):
New functions, with bindings in function-key-map.

29 years agoMinor purecopy correction.
Richard M. Stallman [Mon, 27 Mar 1995 23:39:32 +0000 (23:39 +0000)]
Minor purecopy correction.

29 years ago(Fget, Fput): Fetch and store symbol's plist directly.
Richard M. Stallman [Mon, 27 Mar 1995 22:28:43 +0000 (22:28 +0000)]
(Fget, Fput): Fetch and store symbol's plist directly.

29 years agoFix setcdr example.
Richard M. Stallman [Mon, 27 Mar 1995 22:16:51 +0000 (22:16 +0000)]
Fix setcdr example.

29 years agoFix usage note for character quote syntax class.
Richard M. Stallman [Mon, 27 Mar 1995 21:17:25 +0000 (21:17 +0000)]
Fix usage note for character quote syntax class.

29 years ago(init_editfns): Use NAME envvar to init user-full-name.
Richard M. Stallman [Mon, 27 Mar 1995 20:39:28 +0000 (20:39 +0000)]
(init_editfns): Use NAME envvar to init user-full-name.

29 years agoDon't include alloca.h if NOT_C_CODE.
Richard M. Stallman [Mon, 27 Mar 1995 20:35:52 +0000 (20:35 +0000)]
Don't include alloca.h if NOT_C_CODE.

29 years ago(Vdefault_text_properties): name changed from Vdefault_properties.
Boris Goldowsky [Mon, 27 Mar 1995 16:05:57 +0000 (16:05 +0000)]
(Vdefault_text_properties): name changed from Vdefault_properties.
(textget_direct): Fn deleted.
(textget, verify_interval_modification): Use Fplist_get instead.

29 years agoVdefault_text_properties: name changed from Vdefault_properties.
Boris Goldowsky [Mon, 27 Mar 1995 16:05:28 +0000 (16:05 +0000)]
Vdefault_text_properties:  name changed from Vdefault_properties.

29 years ago(Vdefault_text_properties): name changed from Vdefault_properties.
Boris Goldowsky [Mon, 27 Mar 1995 16:04:57 +0000 (16:04 +0000)]
(Vdefault_text_properties): name changed from Vdefault_properties.

29 years ago(Fplist_put, Fplist_get): New fns.
Boris Goldowsky [Mon, 27 Mar 1995 16:02:44 +0000 (16:02 +0000)]
(Fplist_put, Fplist_get): New fns.
(Fget): Use Fplist_get to do the work.
(Fput): Use Fplist_put to do the work.

29 years ago(enriched-mode): Use new plist-put and plist-get fns,
Boris Goldowsky [Mon, 27 Mar 1995 16:02:00 +0000 (16:02 +0000)]
(enriched-mode): Use new plist-put and plist-get fns,
change name of default-text-properties var.

29 years ago(calculate-c++-indent): Copy colon-line-end code from calculate-c-indent.
Richard M. Stallman [Mon, 27 Mar 1995 07:50:26 +0000 (07:50 +0000)]
(calculate-c++-indent): Copy colon-line-end code from calculate-c-indent.

29 years ago(kbd_buffer_get_event): Pass 0 for `insist' arg.
Richard M. Stallman [Sun, 26 Mar 1995 21:13:57 +0000 (21:13 +0000)]
(kbd_buffer_get_event): Pass 0 for `insist' arg.

29 years ago(Fmouse_position--both definitions): Pass 0 for `insist'.
Richard M. Stallman [Sun, 26 Mar 1995 21:13:40 +0000 (21:13 +0000)]
(Fmouse_position--both definitions): Pass 0 for `insist'.
(Fmouse_pixel_position): Pass 0 for `insist'.
Add HAVE_MOUSE conditional.

29 years ago(Fx_popup_menu): Pass 1 for `insist' arg.
Richard M. Stallman [Sun, 26 Mar 1995 21:13:19 +0000 (21:13 +0000)]
(Fx_popup_menu): Pass 1 for `insist' arg.
(Fx_popup_dialog): Likewise.

29 years ago(mouse_get_pos): New arg `insist'.
Richard M. Stallman [Sun, 26 Mar 1995 21:13:03 +0000 (21:13 +0000)]
(mouse_get_pos): New arg `insist'.

29 years ago(win32_mouse_position): New arg `insist'.
Richard M. Stallman [Sun, 26 Mar 1995 21:12:46 +0000 (21:12 +0000)]
(win32_mouse_position): New arg `insist'.

29 years ago(XTmouse_position): New arg `insist'.
Richard M. Stallman [Sun, 26 Mar 1995 21:12:11 +0000 (21:12 +0000)]
(XTmouse_position): New arg `insist'.

29 years ago(C_SWITCH_SYSTEM): Don't #undef or define it.
Richard M. Stallman [Sun, 26 Mar 1995 08:46:09 +0000 (08:46 +0000)]
(C_SWITCH_SYSTEM): Don't #undef or define it.
[SOLARIS2, SOLARIS2_4, !__GNUC__] (C_SWITCH_MACHINE): Define instead.

29 years ago(mail): Use pop-to-buffer.
Richard M. Stallman [Sat, 25 Mar 1995 20:49:23 +0000 (20:49 +0000)]
(mail): Use pop-to-buffer.
(same-window-buffer-names): Add *mail*.
(mail-other-window, mail-other-frame): Bind to nil
same-window-buffer-names, special-display-buffer-names, and ...regexps.

29 years ago*** empty log message ***
Richard M. Stallman [Sat, 25 Mar 1995 18:07:05 +0000 (18:07 +0000)]
*** empty log message ***

29 years agoAdd Text Properties submenu to Edit menu.
Boris Goldowsky [Sat, 25 Mar 1995 16:02:43 +0000 (16:02 +0000)]
Add Text Properties submenu to Edit menu.

29 years ago(byte-compile-out-toplevel): Compile lambda forms even if trivial.
Karl Heuer [Fri, 24 Mar 1995 23:43:21 +0000 (23:43 +0000)]
(byte-compile-out-toplevel): Compile lambda forms even if trivial.

29 years ago(Fnext_property_change): Fix previous change.
Karl Heuer [Fri, 24 Mar 1995 22:46:42 +0000 (22:46 +0000)]
(Fnext_property_change): Fix previous change.

29 years agoChanged match-string to defun, but still return nil (no error) if no match.
Simon Marshall [Fri, 24 Mar 1995 09:01:09 +0000 (09:01 +0000)]
Changed match-string to defun, but still return nil (no error) if no match.

29 years ago(temp_output_buffer_setup): (Re)set the default
Richard M. Stallman [Fri, 24 Mar 1995 05:20:27 +0000 (05:20 +0000)]
(temp_output_buffer_setup): (Re)set the default
directory of the temp buffer to that of the current buffer.

29 years ago(UNEXEC): Override the definition.
Richard M. Stallman [Fri, 24 Mar 1995 05:18:06 +0000 (05:18 +0000)]
(UNEXEC): Override the definition.
(LIBS_DEBUG, ORDINARY_LINK): Add #undefs.

Total rewrite.

29 years ago(syms_of_buffer): Doc fix.
Karl Heuer [Fri, 24 Mar 1995 03:19:16 +0000 (03:19 +0000)]
(syms_of_buffer): Doc fix.

29 years ago(try_window_id): Stop scan at bottom of window, not one line later.
Karl Heuer [Fri, 24 Mar 1995 03:16:19 +0000 (03:16 +0000)]
(try_window_id): Stop scan at bottom of window, not one line later.
Don't fail on account of continuation line below window.
(redisplay_window): Stop scan at bottom of window.
Fix reversed condition.

29 years ago(c-style-alist): Set c-continued-brace-offset and
Karl Heuer [Fri, 24 Mar 1995 02:50:54 +0000 (02:50 +0000)]
(c-style-alist): Set c-continued-brace-offset and
c-brace-offset in all styles, so that they don't inherit a trash
value from a previously set style.

29 years ago(compilation-sentinel): Use `format'; `concat' doesn't
Karl Heuer [Fri, 24 Mar 1995 00:48:45 +0000 (00:48 +0000)]
(compilation-sentinel): Use `format'; `concat' doesn't
stringize integers anymore.

29 years ago(redisplay): Make sure pause is set before used.
Karl Heuer [Fri, 24 Mar 1995 00:35:46 +0000 (00:35 +0000)]
(redisplay): Make sure pause is set before used.
Delete unused vars.
(redisplay_window): Make sure update_mode_line is set before used.
If startp might not have been set, use w->start directly.
(try_window_id): In the easy case, find cursor pos before returning.

29 years agoDon't load mouse and face files in system-specific
Karl Heuer [Thu, 23 Mar 1995 21:44:59 +0000 (21:44 +0000)]
Don't load mouse and face files in system-specific
branches; an earlier test has already loaded them based on a
symbol equivalent to HAVE_MOUSE or HAVE_FACES.

29 years ago(FRAME_SUPPORT, MSDOS_SUPPORT): Don't list face and mouse related files here.
Karl Heuer [Thu, 23 Mar 1995 21:33:22 +0000 (21:33 +0000)]
(FRAME_SUPPORT, MSDOS_SUPPORT): Don't list face and mouse related files here.
(FACE_SUPPORT, MOUSE_SUPPORT): New lists.
(FACE_SUPPORT): Add facemenu.elc.
(WINNT_SUPPORT): New list.
(lisp): Add format.elc, FACE_SUPPORT, MOUSE_SUPPORT, WINNT_SUPPORT.

29 years ago(asm-mode): Make a per-buffer child keymap here.
Richard M. Stallman [Thu, 23 Mar 1995 20:57:04 +0000 (20:57 +0000)]
(asm-mode): Make a per-buffer child keymap here.
Use asm-comment-char to specify which character to define.
(asm-mode-map): Don't bind `;' at load time.

29 years ago(pascal-mode-syntax-table): Give \ punctuation syntax.
Richard M. Stallman [Thu, 23 Mar 1995 20:40:48 +0000 (20:40 +0000)]
(pascal-mode-syntax-table): Give \ punctuation syntax.

29 years ago*** empty log message ***
Boris Goldowsky [Thu, 23 Mar 1995 14:17:10 +0000 (14:17 +0000)]
*** empty log message ***

29 years agoNew magic number for text/enriched files.
Boris Goldowsky [Thu, 23 Mar 1995 14:09:34 +0000 (14:09 +0000)]
New magic number for text/enriched files.

29 years agoChange to macro, and return nil if there was no match at the specified depth.
Simon Marshall [Thu, 23 Mar 1995 08:43:08 +0000 (08:43 +0000)]
Change to macro, and return nil if there was no match at the specified depth.

29 years ago(isearch-update-ring): New subroutine.
Richard M. Stallman [Thu, 23 Mar 1995 02:25:55 +0000 (02:25 +0000)]
(isearch-update-ring): New subroutine.
(isearch-done): Use that.

29 years ago(output_authors): Replace /[/]/ by /[\/]/, for portability to mawk and nawk.
Paul Eggert [Thu, 23 Mar 1995 01:21:07 +0000 (01:21 +0000)]
(output_authors): Replace /[/]/ by /[\/]/, for portability to mawk and nawk.

29 years agoDoc fixes.
Richard M. Stallman [Wed, 22 Mar 1995 21:31:08 +0000 (21:31 +0000)]
Doc fixes.

29 years ago(overlay_touches_p): New function.
Karl Heuer [Wed, 22 Mar 1995 21:23:10 +0000 (21:23 +0000)]
(overlay_touches_p): New function.

29 years ago(direct_output_forward_char): Don't use direct output at an overlay boundary.
Karl Heuer [Wed, 22 Mar 1995 21:22:31 +0000 (21:22 +0000)]
(direct_output_forward_char): Don't use direct output at an overlay boundary.

29 years agoDeclare overlay_touches_p.
Karl Heuer [Wed, 22 Mar 1995 21:20:41 +0000 (21:20 +0000)]
Declare overlay_touches_p.

29 years ago(concat): Treat integers as characters, not strings.
Karl Heuer [Wed, 22 Mar 1995 20:45:26 +0000 (20:45 +0000)]
(concat): Treat integers as characters, not strings.
This makes `concat' more like `insert'.

29 years ago(ml-concat): New function.
Karl Heuer [Wed, 22 Mar 1995 20:39:17 +0000 (20:39 +0000)]
(ml-concat): New function.

29 years agoTranslate concat to ml-concat.
Karl Heuer [Wed, 22 Mar 1995 20:38:52 +0000 (20:38 +0000)]
Translate concat to ml-concat.

29 years agoDoc fix + autoload cookies.
Boris Goldowsky [Wed, 22 Mar 1995 19:42:05 +0000 (19:42 +0000)]
Doc fix + autoload cookies.

29 years ago(syms_of_fileio): Fix missing \n\.
Karl Heuer [Wed, 22 Mar 1995 17:57:55 +0000 (17:57 +0000)]
(syms_of_fileio): Fix missing \n\.

29 years ago(Fwhere_is_internal): Fix missing \n\.
Karl Heuer [Wed, 22 Mar 1995 17:47:55 +0000 (17:47 +0000)]
(Fwhere_is_internal): Fix missing \n\.

29 years ago(syms_of_window): Fix missing \n\.
Karl Heuer [Wed, 22 Mar 1995 17:44:18 +0000 (17:44 +0000)]
(syms_of_window): Fix missing \n\.

29 years ago(one-window-p, walk-windows, minibuffer-window-active-p):
Richard M. Stallman [Wed, 22 Mar 1995 16:58:14 +0000 (16:58 +0000)]
(one-window-p, walk-windows, minibuffer-window-active-p):
Functions moved to window.el.

29 years ago(one-window-p, walk-windows, minibuffer-window-active-p): Functions moved here.
Richard M. Stallman [Wed, 22 Mar 1995 16:57:58 +0000 (16:57 +0000)]
(one-window-p, walk-windows, minibuffer-window-active-p): Functions moved here.

29 years ago(redisplay_window): Skip the only-point-has-changed
Richard M. Stallman [Wed, 22 Mar 1995 14:50:50 +0000 (14:50 +0000)]
(redisplay_window): Skip the only-point-has-changed
optimization if updating the window's mode line.

29 years ago(rm400, rm600): New machine names.
Richard M. Stallman [Wed, 22 Mar 1995 08:54:39 +0000 (08:54 +0000)]
(rm400, rm600): New machine names.
(sinix5.*, sinix): New os aliases.
(mips-siemens): Default os to sysv4.

29 years ago(init-file-user, site-run-file): Doc fixes.
Richard M. Stallman [Wed, 22 Mar 1995 04:50:15 +0000 (04:50 +0000)]
(init-file-user, site-run-file): Doc fixes.

29 years agoTreat -u 'LOGIN:FULLNAME:MAILADDR' as if it were
Paul Eggert [Tue, 21 Mar 1995 23:14:41 +0000 (23:14 +0000)]
Treat -u 'LOGIN:FULLNAME:MAILADDR' as if it were
-u 'LOGIN<tab>FULLNAME<tab>MAILADDR'.

29 years ago(list-text-properties-at): New fn.
Boris Goldowsky [Tue, 21 Mar 1995 21:47:23 +0000 (21:47 +0000)]
(list-text-properties-at): New fn.
(facemenu-menu): Add it to menu.

29 years ago(vc-update-change-log): Use new -u option for rcs2log.
Richard M. Stallman [Tue, 21 Mar 1995 20:22:41 +0000 (20:22 +0000)]
(vc-update-change-log): Use new -u option for rcs2log.

29 years ago(Vload_read_function): New variable.
Richard M. Stallman [Tue, 21 Mar 1995 20:05:23 +0000 (20:05 +0000)]
(Vload_read_function): New variable.
(readevalloop): Use that variable.
(syms_of_lread): Set up Lisp variable.

29 years ago(CHECK_IMPURE): Declare my_edata as char array.
Richard M. Stallman [Tue, 21 Mar 1995 20:03:04 +0000 (20:03 +0000)]
(CHECK_IMPURE): Declare my_edata as char array.

29 years ago(my_edata): Declare as char array, not int.
Richard M. Stallman [Tue, 21 Mar 1995 20:02:52 +0000 (20:02 +0000)]
(my_edata): Declare as char array, not int.

29 years ago(dump-emacs-data, dump-emacs): Declare my_edata as char array.
Richard M. Stallman [Tue, 21 Mar 1995 20:02:34 +0000 (20:02 +0000)]
(dump-emacs-data, dump-emacs): Declare my_edata as char array.

29 years ago(occur): Copy default-directory to *Occur* buffer.
Richard M. Stallman [Tue, 21 Mar 1995 19:57:36 +0000 (19:57 +0000)]
(occur): Copy default-directory to *Occur* buffer.

29 years agoInitial revision
Richard M. Stallman [Tue, 21 Mar 1995 06:16:35 +0000 (06:16 +0000)]
Initial revision

29 years agoAdd -u "login<tab>fullname<tab>mailaddr" option, which replaces the
Paul Eggert [Tue, 21 Mar 1995 05:37:42 +0000 (05:37 +0000)]
Add -u "login<tab>fullname<tab>mailaddr" option, which replaces the
(now obsolescent) -n login fullname mailaddr option.
Don't omit path from repository root when logging CVS files.
Add -R option for recursive rlog.
(AWK): New environment variable (default `awk') for name of awk program.
(output_authors, tab, loginFullnameMailaddrs, recursive): New variables.
Quote authors and fullnames correctly.

29 years ago(shell-command): Use *Async Shell Command* for
Richard M. Stallman [Tue, 21 Mar 1995 05:14:38 +0000 (05:14 +0000)]
(shell-command): Use *Async Shell Command* for
asynchronous commands.  Doc fix.

29 years ago(tar-parse-octal-long-integer): Return list, not vector.
Karl Heuer [Tue, 21 Mar 1995 02:19:38 +0000 (02:19 +0000)]
(tar-parse-octal-long-integer): Return list, not vector.

29 years ago(bookmark-automatically-show-annotations): new var.
Karl Fogel [Mon, 20 Mar 1995 14:46:38 +0000 (14:46 +0000)]
(bookmark-automatically-show-annotations): new var.
(bookmark-jump): only show annotation if above var is non-nil.

29 years ago(debug): Now interactive.
Richard M. Stallman [Mon, 20 Mar 1995 05:09:18 +0000 (05:09 +0000)]
(debug): Now interactive.

29 years ago(c-mode-map): Use "C-mode", not "C mode".
Richard M. Stallman [Mon, 20 Mar 1995 00:06:30 +0000 (00:06 +0000)]
(c-mode-map): Use "C-mode", not "C mode".

29 years ago(menu-bar-files-menu): Renamed from ...-file-menu.
Richard M. Stallman [Sun, 19 Mar 1995 21:11:13 +0000 (21:11 +0000)]
(menu-bar-files-menu): Renamed from ...-file-menu.
(menu-bar-tools-menu, menu-bar-search-menu): New menu bar menus.
Items moved from Edit and Files menus.
Add Split Window, One Window, Find Tag and Postscript print menu items.
(nonincremental-search-forward, nonincremental-search-backward)
(nonincremental-re-search-forward, nonincremental-re-search-backward)
(noninteractive-repeat-search-forward)
(noninteractive-repeat-search-backward)
(noninteractive-repeat-re-search-forward)
(noninteractive-repeat-re-search-backward): New commands.

29 years ago(invisible_p, invisible_ellipsis_p): Handle list
Richard M. Stallman [Sun, 19 Mar 1995 18:48:15 +0000 (18:48 +0000)]
(invisible_p, invisible_ellipsis_p): Handle list
as invisible property value.