]> code.delx.au - gnu-emacs/log
gnu-emacs
30 years ago(x_set_menu_bar_lines) [USE_X_TOOLKIT]: Dont Call XtDestroyWidget but
Fred Pierresteguy [Fri, 11 Feb 1994 13:56:38 +0000 (13:56 +0000)]
(x_set_menu_bar_lines) [USE_X_TOOLKIT]: Dont Call XtDestroyWidget but
free_frame_menubar.
Undo previous changes.

30 years ago*** empty log message ***
Fred Pierresteguy [Fri, 11 Feb 1994 13:50:53 +0000 (13:50 +0000)]
*** empty log message ***

30 years ago(x_destroy_window) [USE_X_TOOLKIT]: Call free_frame_menubar.
Fred Pierresteguy [Fri, 11 Feb 1994 13:25:11 +0000 (13:25 +0000)]
(x_destroy_window) [USE_X_TOOLKIT]: Call free_frame_menubar.

30 years ago(free_frame_menubar) [USE_X_TOOLKIT]. New function to destroy the X Widget
Fred Pierresteguy [Fri, 11 Feb 1994 13:19:19 +0000 (13:19 +0000)]
(free_frame_menubar) [USE_X_TOOLKIT]. New function to destroy the X Widget
instance of the menubar.

30 years ago(xmenu_show) [USE_X_TOOLKIT]: return Qnil when val is null.
Fred Pierresteguy [Fri, 11 Feb 1994 08:52:53 +0000 (08:52 +0000)]
(xmenu_show) [USE_X_TOOLKIT]: return Qnil when val is null.

30 years agoFix spelling of pre-command-hook.
Karl Heuer [Fri, 11 Feb 1994 08:10:01 +0000 (08:10 +0000)]
Fix spelling of pre-command-hook.

30 years ago(syms_of_keyboard): Add a DEFVAR for command-hook-internal.
Karl Heuer [Fri, 11 Feb 1994 08:05:12 +0000 (08:05 +0000)]
(syms_of_keyboard): Add a DEFVAR for command-hook-internal.
(command_loop_1): Use it for post-command-hook.

(Fexecute_extended_command): Copy this_command_keys as a vector, not a string.

30 years agoFix syntax used for C-SPC.
Karl Heuer [Fri, 11 Feb 1994 06:03:57 +0000 (06:03 +0000)]
Fix syntax used for C-SPC.

30 years ago(etags-goto-tag-location): First go directly to STARTPOS and see if PAT is
Roland McGrath [Fri, 11 Feb 1994 05:54:37 +0000 (05:54 +0000)]
(etags-goto-tag-location): First go directly to STARTPOS and see if PAT is
right there.

30 years ago(sys_siglist): Protect decl with #ifndef SYS_SIGLIST_DECLARED.
Roland McGrath [Fri, 11 Feb 1994 02:52:17 +0000 (02:52 +0000)]
(sys_siglist): Protect decl with #ifndef SYS_SIGLIST_DECLARED.

30 years agoAdd #undef SYS_SIGLIST_DECLARED.
Roland McGrath [Fri, 11 Feb 1994 02:50:00 +0000 (02:50 +0000)]
Add #undef SYS_SIGLIST_DECLARED.

30 years ago(read_char, read_char_minibuf_menu_prompt, read_key_sequence): Retry read_char
Karl Heuer [Fri, 11 Feb 1994 01:34:16 +0000 (01:34 +0000)]
(read_char, read_char_minibuf_menu_prompt, read_key_sequence): Retry read_char
after a buffer change.

30 years ago(read_filtered_event): Retry read_char after a buffer change.
Karl Heuer [Fri, 11 Feb 1994 01:29:24 +0000 (01:29 +0000)]
(read_filtered_event): Retry read_char after a buffer change.

30 years agoSplit #ifdef so as not to confuse c-mode.
Karl Heuer [Fri, 11 Feb 1994 00:13:59 +0000 (00:13 +0000)]
Split #ifdef so as not to confuse c-mode.

30 years ago(Fpos_visible_in_window_p): Take hscroll into account.
Karl Heuer [Fri, 11 Feb 1994 00:00:28 +0000 (00:00 +0000)]
(Fpos_visible_in_window_p): Take hscroll into account.

30 years ago(buffer_posn_from_coords): Take hscroll into account.
Karl Heuer [Thu, 10 Feb 1994 23:59:25 +0000 (23:59 +0000)]
(buffer_posn_from_coords): Take hscroll into account.

30 years ago(Fmessage): Copy the text to be displayed into a malloc'd buffer.
Karl Heuer [Thu, 10 Feb 1994 20:50:54 +0000 (20:50 +0000)]
(Fmessage): Copy the text to be displayed into a malloc'd buffer.

30 years agoComment change.
Karl Heuer [Thu, 10 Feb 1994 20:44:20 +0000 (20:44 +0000)]
Comment change.

30 years ago(difftm): Simplify expression.
Karl Heuer [Thu, 10 Feb 1994 20:27:34 +0000 (20:27 +0000)]
(difftm): Simplify expression.

30 years ago(xmenu_show) [USE_X_TOOLKIT]: Test event.xmotion.x_root in the MotionNotify
Fred Pierresteguy [Thu, 10 Feb 1994 09:34:37 +0000 (09:34 +0000)]
(xmenu_show) [USE_X_TOOLKIT]: Test event.xmotion.x_root in the MotionNotify
case.

30 years ago(shell-get-current-command): Make regexp more selective.
Richard M. Stallman [Thu, 10 Feb 1994 08:35:48 +0000 (08:35 +0000)]
(shell-get-current-command): Make regexp more selective.

30 years ago(mouse-start-end): For double click with START on openparen,
Richard M. Stallman [Thu, 10 Feb 1994 07:39:09 +0000 (07:39 +0000)]
(mouse-start-end): For double click with START on openparen,
start forward scan from START.

30 years ago(lisp-font-lock-keywords-2): Quote the * in let*.
Richard M. Stallman [Thu, 10 Feb 1994 04:43:50 +0000 (04:43 +0000)]
(lisp-font-lock-keywords-2): Quote the * in let*.

30 years agoUse new name vmsdir.h.
Richard M. Stallman [Thu, 10 Feb 1994 04:38:58 +0000 (04:38 +0000)]
Use new name vmsdir.h.

30 years ago(outline-mode): Fix spelling of add-hook.
Karl Heuer [Thu, 10 Feb 1994 00:48:59 +0000 (00:48 +0000)]
(outline-mode): Fix spelling of add-hook.

30 years ago(Fdo_auto_save): Save echo_area_glyphs_length.
Karl Heuer [Thu, 10 Feb 1994 00:39:28 +0000 (00:39 +0000)]
(Fdo_auto_save): Save echo_area_glyphs_length.

30 years ago(Fgarbage_collect): Save echo_area_glyphs_length.
Karl Heuer [Thu, 10 Feb 1994 00:35:15 +0000 (00:35 +0000)]
(Fgarbage_collect): Save echo_area_glyphs_length.

30 years ago(Fkill_all_local_variables): Run change-major-mode-hook.
Karl Heuer [Wed, 9 Feb 1994 23:47:09 +0000 (23:47 +0000)]
(Fkill_all_local_variables): Run change-major-mode-hook.

30 years ago(x_display_cursor, process_expose_from_menu): Block input.
Karl Heuer [Wed, 9 Feb 1994 23:31:54 +0000 (23:31 +0000)]
(x_display_cursor, process_expose_from_menu): Block input.

30 years ago(vc-comment-to-change-log): Load add-log before binding
Karl Heuer [Wed, 9 Feb 1994 23:02:28 +0000 (23:02 +0000)]
(vc-comment-to-change-log): Load add-log before binding
add-log-current-defun-function.

30 years ago(CRT0_DUMMIES): Definition deleted.
Karl Heuer [Wed, 9 Feb 1994 22:32:39 +0000 (22:32 +0000)]
(CRT0_DUMMIES): Definition deleted.

30 years ago(mouse-start-end): Check START rather than point for being at eob.
Karl Heuer [Wed, 9 Feb 1994 22:21:47 +0000 (22:21 +0000)]
(mouse-start-end): Check START rather than point for being at eob.

30 years ago(mark_object): Fetch obj from *objptr at loop, not at the gotos.
Karl Heuer [Wed, 9 Feb 1994 22:04:55 +0000 (22:04 +0000)]
(mark_object): Fetch obj from *objptr at loop, not at the gotos.

30 years ago(m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
Richard M. Stallman [Wed, 9 Feb 1994 21:08:01 +0000 (21:08 +0000)]
(m68*-motorola-sysv*): Set CC.  Require cpu type to be m68k or m68000.

30 years agoGet, use, and substitute C_SWITCH_MACHINE like C_SWITCH_SYSTEM.
Richard M. Stallman [Wed, 9 Feb 1994 21:03:13 +0000 (21:03 +0000)]
Get, use, and substitute C_SWITCH_MACHINE like C_SWITCH_SYSTEM.

30 years ago(xmenu_show ) [USE_X_TOOLKIT]: Implement a Motif behavior for the menubar. Now,
Fred Pierresteguy [Wed, 9 Feb 1994 13:51:25 +0000 (13:51 +0000)]
(xmenu_show ) [USE_X_TOOLKIT]: Implement a Motif behavior for the menubar. Now,
if you move the pointer on another menubar item while displaying the contents
of a selected menubar item, the current pulldown menu is closed and the new
one corresponding to the new pointed item is displayed.
Clean up code.
Handle the MotionNotify events in the XEvent loop.

30 years ago(C_SWITCH_MACHINE): Get this from autoconf.
Richard M. Stallman [Wed, 9 Feb 1994 09:13:05 +0000 (09:13 +0000)]
(C_SWITCH_MACHINE): Get this from autoconf.
(ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use C_SWITCH_MACHINE.

30 years ago(display-time): Use expand-file-name to make file name of wakeup.
Richard M. Stallman [Wed, 9 Feb 1994 05:48:11 +0000 (05:48 +0000)]
(display-time): Use expand-file-name to make file name of wakeup.

30 years ago(disabled-command-hook): Use eq to compare elts of this-command-keys.
Richard M. Stallman [Wed, 9 Feb 1994 05:36:48 +0000 (05:36 +0000)]
(disabled-command-hook): Use eq to compare elts of this-command-keys.

30 years ago(rmail-summary-expunge-and-save): Mark summary buffer as unmodified.
Karl Heuer [Wed, 9 Feb 1994 04:26:28 +0000 (04:26 +0000)]
(rmail-summary-expunge-and-save): Mark summary buffer as unmodified.

30 years ago(rmail-expunge-and-save): Mark summary buffer as unmodified.
Karl Heuer [Wed, 9 Feb 1994 04:25:48 +0000 (04:25 +0000)]
(rmail-expunge-and-save): Mark summary buffer as unmodified.

30 years agoAdd (require 'rmail) so the macro will be byte-compiled properly.
Karl Heuer [Wed, 9 Feb 1994 04:08:17 +0000 (04:08 +0000)]
Add (require 'rmail) so the macro will be byte-compiled properly.

30 years ago(compute_char_face): Extract overlay-sorting code as a separate function,
Karl Heuer [Wed, 9 Feb 1994 03:25:25 +0000 (03:25 +0000)]
(compute_char_face): Extract overlay-sorting code as a separate function,
which is now in buffer.c.

30 years ago(sort-overlays): New function, extracted from xfaces.c.
Karl Heuer [Wed, 9 Feb 1994 03:23:48 +0000 (03:23 +0000)]
(sort-overlays): New function, extracted from xfaces.c.

30 years ago(main) [HAVE_SYSVIPC]: Reverse test of fork value.
Richard M. Stallman [Tue, 8 Feb 1994 23:57:30 +0000 (23:57 +0000)]
(main) [HAVE_SYSVIPC]: Reverse test of fork value.

30 years ago(show-children): Don't narrow to (1+ (point-max)) when
Richard M. Stallman [Tue, 8 Feb 1994 23:50:09 +0000 (23:50 +0000)]
(show-children): Don't narrow to (1+ (point-max)) when
exposing the last level-n header in the buffer.

30 years ago(generate-file-autoloads): Don't frob literal formfeeds into \f; just bind
Roland McGrath [Tue, 8 Feb 1994 23:03:09 +0000 (23:03 +0000)]
(generate-file-autoloads): Don't frob literal formfeeds into \f; just bind
print-escape-newlines to t around printing (now has same effect).

30 years ago*** empty log message ***
Roland McGrath [Tue, 8 Feb 1994 22:46:59 +0000 (22:46 +0000)]
*** empty log message ***

30 years ago(print): If print_escapes_newlines, print '\f' as "\\f".
Roland McGrath [Tue, 8 Feb 1994 22:42:28 +0000 (22:42 +0000)]
(print): If print_escapes_newlines, print '\f' as "\\f".
(syms_of_print): Update docstring.

30 years ago(rmail-edit-current-message): Make local variables permanent, so
Karl Heuer [Tue, 8 Feb 1994 22:26:30 +0000 (22:26 +0000)]
(rmail-edit-current-message): Make local variables permanent, so
the user can safely change major modes during an edit.

30 years ago(rmail-variables): Make local variables permanent, so the user can safely
Karl Heuer [Tue, 8 Feb 1994 22:25:35 +0000 (22:25 +0000)]
(rmail-variables): Make local variables permanent, so the user can safely
change major modes during an edit.

30 years ago(copy-face): Doc fix.
Richard M. Stallman [Tue, 8 Feb 1994 18:22:09 +0000 (18:22 +0000)]
(copy-face): Doc fix.

30 years ago(finder-mode): Doc fix.
Richard M. Stallman [Tue, 8 Feb 1994 18:00:41 +0000 (18:00 +0000)]
(finder-mode): Doc fix.

30 years ago(mail-signature): Insert a `-- ' line.
Richard M. Stallman [Tue, 8 Feb 1994 17:51:57 +0000 (17:51 +0000)]
(mail-signature): Insert a `-- ' line.

30 years ago(Fprocess_kill_without_query): Doc fix.
Richard M. Stallman [Tue, 8 Feb 1994 07:26:28 +0000 (07:26 +0000)]
(Fprocess_kill_without_query): Doc fix.

30 years ago(compute_motion): Source code was improperly indented.
Karl Heuer [Tue, 8 Feb 1994 06:19:09 +0000 (06:19 +0000)]
(compute_motion): Source code was improperly indented.

30 years ago(make-syntax-table): Behave like copy-syntax-table if an argument is given,
Karl Heuer [Tue, 8 Feb 1994 05:06:07 +0000 (05:06 +0000)]
(make-syntax-table): Behave like copy-syntax-table if an argument is given,
for backward compatibility.

30 years ago(batch-update-autoloads): Add missing close paren.
Karl Heuer [Tue, 8 Feb 1994 04:53:09 +0000 (04:53 +0000)]
(batch-update-autoloads): Add missing close paren.

30 years ago*** empty log message ***
Jim Meyering [Tue, 8 Feb 1994 04:01:10 +0000 (04:01 +0000)]
*** empty log message ***

30 years ago*** empty log message ***
Karl Heuer [Tue, 8 Feb 1994 03:47:10 +0000 (03:47 +0000)]
*** empty log message ***

30 years ago(ange-ftp-load): Honor the NOERROR and NOSUFFIX flags.
Karl Heuer [Mon, 7 Feb 1994 23:38:22 +0000 (23:38 +0000)]
(ange-ftp-load): Honor the NOERROR and NOSUFFIX flags.

30 years ago(mail-signature): Doc mod.
Karl Heuer [Mon, 7 Feb 1994 23:05:56 +0000 (23:05 +0000)]
(mail-signature): Doc mod.

30 years ago(insert-parentheses): Doc mod.
Karl Heuer [Mon, 7 Feb 1994 22:57:35 +0000 (22:57 +0000)]
(insert-parentheses): Doc mod.

30 years ago(autoload-trim-file-name): New function.
Roland McGrath [Mon, 7 Feb 1994 22:19:05 +0000 (22:19 +0000)]
(autoload-trim-file-name): New function.
(generate-file-autoloads): Bind print-readably to t for Lucid.
Use autoload-trim-file-name on FILE when inserting the name.
Scan written text and fix up ^L to \f and ( at bol to \(.
(update-file-autoloads): When we find a later file's section, set FOUND to
'new.  If FOUND is 'new after loop, check file for autoload cookies and
don't call generate-file-autoloads if none.
(update-directory-autoloads): Get absolute file names from directory-files.
(batch-update-autoloads): Rewrite from jwz to process later files in a
directory after one file errs.

30 years ago(desktop-bug-report): Command deleted.
Richard M. Stallman [Mon, 7 Feb 1994 21:04:46 +0000 (21:04 +0000)]
(desktop-bug-report): Command deleted.

30 years ago(calendar-sunrise-sunset): Use new error arg to calendar-cursor-to-date.
Richard M. Stallman [Mon, 7 Feb 1994 20:56:46 +0000 (20:56 +0000)]
(calendar-sunrise-sunset): Use new error arg to calendar-cursor-to-date.

(sunrise-sunset): Allow it to be called without an argument (as advertized).

30 years ago(calendar-print-mayan-date): Use new error arg to calendar-cursor-to-date.
Richard M. Stallman [Mon, 7 Feb 1994 20:55:00 +0000 (20:55 +0000)]
(calendar-print-mayan-date): Use new error arg to calendar-cursor-to-date.

30 years ago(calendar-print-french-date,diary-french-date):
Richard M. Stallman [Mon, 7 Feb 1994 20:53:04 +0000 (20:53 +0000)]
(calendar-print-french-date,diary-french-date):
Use new error arg to calendar-cursor-to-date.

30 years ago(view-diary-entries,diary-islamic-date): Use new error arg
Richard M. Stallman [Mon, 7 Feb 1994 20:51:18 +0000 (20:51 +0000)]
(view-diary-entries,diary-islamic-date): Use new error arg
to calendar-cursor-to-date.

30 years ago(calendar-cursor-holidays): Use new error arg
Richard M. Stallman [Mon, 7 Feb 1994 20:49:35 +0000 (20:49 +0000)]
(calendar-cursor-holidays): Use new error arg
to calendar-cursor-to-date.

30 years ago(insert-diary-entry,insert-weekly-diary-entry,
Richard M. Stallman [Mon, 7 Feb 1994 20:47:23 +0000 (20:47 +0000)]
(insert-diary-entry,insert-weekly-diary-entry,
insert-monthly-diary-entry,insert-yearly-diary-entry,
insert-anniversary-diary-entry,insert-block-diary-entry,
insert-cyclic-diary-entry,insert-hebrew-diary-entry,
insert-monthly-hebrew-diary-entry,insert-yearly-hebrew-diary-entry,
insert-islamic-diary-entry,insert-monthly-islamic-diary-entry,
insert-yearly-islamic-diary-entry):
Use new error arg to calendar-cursor-to-date.

30 years ago(calendar-mode-line-format): Change "current" to "today".
Richard M. Stallman [Mon, 7 Feb 1994 20:42:44 +0000 (20:42 +0000)]
(calendar-mode-line-format): Change "current" to "today".
(calendar-cursor-to-date): Add optional parameter to cause error
signal when cursor is not on a date---this allows lots of
simplifications throughout the code.
(calendar-forward-month,calendar-set-mark,
calendar-exchange-point-and-mark,calendar-count-days-region,
calendar-print-day-of-year,calendar-print-iso-date,
calendar-print-julian-date,calendar-print-islamic-date,
calendar-print-hebrew-date,calendar-print-astro-day-number): Use simplification.

30 years agoComment change.
Richard M. Stallman [Mon, 7 Feb 1994 20:32:40 +0000 (20:32 +0000)]
Comment change.

30 years ago(remote-compile): Set comint-file-name-prefix in the compilation buffer.
Roland McGrath [Mon, 7 Feb 1994 19:08:31 +0000 (19:08 +0000)]
(remote-compile): Set comint-file-name-prefix in the compilation buffer.

30 years agoFix Roland's misplaced paren around call to marker-buffer.
Michael I. Bushnell [Mon, 7 Feb 1994 18:40:13 +0000 (18:40 +0000)]
Fix Roland's misplaced paren around call to marker-buffer.

30 years ago(x_make_frame_invisible): Add USE_X_TOOLKIT conditional.
Fred Pierresteguy [Mon, 7 Feb 1994 18:25:41 +0000 (18:25 +0000)]
(x_make_frame_invisible): Add USE_X_TOOLKIT conditional.

30 years agoFinish previous change.
Richard M. Stallman [Mon, 7 Feb 1994 08:25:51 +0000 (08:25 +0000)]
Finish previous change.

30 years agoChange the sequences aa and ae to just a and e.
Richard M. Stallman [Mon, 7 Feb 1994 08:25:26 +0000 (08:25 +0000)]
Change the sequences aa and ae to just a and e.

30 years ago(gomoku-init-display, gomoku-put-char):
Richard M. Stallman [Mon, 7 Feb 1994 06:05:31 +0000 (06:05 +0000)]
(gomoku-init-display, gomoku-put-char):
Bind inhibit-read-only; don't set buffer-read-only.

30 years ago(tar-pad-to-blocksize): Bind inhibit-read-only, not buffer-read-only.
Richard M. Stallman [Mon, 7 Feb 1994 05:59:31 +0000 (05:59 +0000)]
(tar-pad-to-blocksize): Bind inhibit-read-only, not buffer-read-only.

30 years ago(makefile-browser-fill, makefile-browser-toggle):
Richard M. Stallman [Mon, 7 Feb 1994 05:54:34 +0000 (05:54 +0000)]
(makefile-browser-fill, makefile-browser-toggle):
Bind inhibit-read-only; don't set buffer-read-only.

30 years ago(hexl-mode-exit): Bind inhibit-read-only; don't alter buffer-read-only.
Richard M. Stallman [Mon, 7 Feb 1994 05:43:51 +0000 (05:43 +0000)]
(hexl-mode-exit): Bind inhibit-read-only; don't alter buffer-read-only.

30 years ago(hexl-mode): Bind inhibit-read-only; don't alter buffer-read-only.
Richard M. Stallman [Mon, 7 Feb 1994 05:42:40 +0000 (05:42 +0000)]
(hexl-mode): Bind inhibit-read-only; don't alter buffer-read-only.

30 years ago(c-macro-expand): Check inhibit-read-only.
Richard M. Stallman [Mon, 7 Feb 1994 05:40:46 +0000 (05:40 +0000)]
(c-macro-expand): Check inhibit-read-only.

30 years agoProperly check in the total rewrite installed months ago.
Richard M. Stallman [Mon, 7 Feb 1994 05:39:56 +0000 (05:39 +0000)]
Properly check in the total rewrite installed months ago.

30 years ago(update-file-autoloads): Never ask the user where to put a new section.
Roland McGrath [Mon, 7 Feb 1994 05:08:36 +0000 (05:08 +0000)]
(update-file-autoloads): Never ask the user where to put a new section.
While searching the file, look for an alphabetically later file's section,
and insert the new section before it.

30 years agoComment changes.
Richard M. Stallman [Mon, 7 Feb 1994 05:01:53 +0000 (05:01 +0000)]
Comment changes.

30 years agoInitial revision
Richard M. Stallman [Mon, 7 Feb 1994 05:01:13 +0000 (05:01 +0000)]
Initial revision

30 years ago(push-mark): Don't push on global-mark-ring if its car is a marker in the
Roland McGrath [Mon, 7 Feb 1994 04:48:18 +0000 (04:48 +0000)]
(push-mark): Don't push on global-mark-ring if its car is a marker in the
current buffer.

30 years ago(global-mark-ring, global-mark-ring-max): New variables.
Roland McGrath [Mon, 7 Feb 1994 02:24:01 +0000 (02:24 +0000)]
(global-mark-ring, global-mark-ring-max): New variables.
(push-mark): Also push a marker on the global-mark-ring.
(pop-global-mark): New function; on C-x C-@, C-x C-SPC.

30 years agoInitial revision
Richard M. Stallman [Mon, 7 Feb 1994 01:05:54 +0000 (01:05 +0000)]
Initial revision

30 years ago(single_keymap_panes): Use internal_condition_case_1.
Richard M. Stallman [Mon, 7 Feb 1994 01:05:06 +0000 (01:05 +0000)]
(single_keymap_panes): Use internal_condition_case_1.
(single_keymap_panes_1): New function.

30 years ago(menu_bar_item): Use internal_condition_case_1.
Richard M. Stallman [Mon, 7 Feb 1994 01:03:39 +0000 (01:03 +0000)]
(menu_bar_item): Use internal_condition_case_1.
(menu_bar_item_1): New function.

30 years ago(internal_condition_case_1): New function.
Richard M. Stallman [Mon, 7 Feb 1994 01:02:05 +0000 (01:02 +0000)]
(internal_condition_case_1): New function.

30 years ago(indent-c-exp): If line starts with }, ignore what
Richard M. Stallman [Mon, 7 Feb 1994 00:55:58 +0000 (00:55 +0000)]
(indent-c-exp): If line starts with }, ignore what
the previous line ends with.

30 years ago(kill-region): Test inhibit-read-only.
Richard M. Stallman [Sun, 6 Feb 1994 23:40:45 +0000 (23:40 +0000)]
(kill-region): Test inhibit-read-only.

30 years ago(auto-mode-alist): Add elt for .tcl files.
Richard M. Stallman [Sun, 6 Feb 1994 19:33:18 +0000 (19:33 +0000)]
(auto-mode-alist): Add elt for .tcl files.
Move texinfo elts up.

30 years ago(dired-listing-switches): Doc fix.
Richard M. Stallman [Sun, 6 Feb 1994 18:11:59 +0000 (18:11 +0000)]
(dired-listing-switches): Doc fix.

30 years ago(rmail-output): Handle rmail-output-file-alist.
Richard M. Stallman [Sun, 6 Feb 1994 16:32:46 +0000 (16:32 +0000)]
(rmail-output): Handle rmail-output-file-alist.

30 years ago(init_frame_faces): Clear FRAME_N_COMPUTED_FACES
Richard M. Stallman [Sun, 6 Feb 1994 08:05:58 +0000 (08:05 +0000)]
(init_frame_faces): Clear FRAME_N_COMPUTED_FACES
and FRAME_SIZE_COMPUTED_FACES.

(compute_glyph_face): New arg CURRENT_FACE specifies face to merge with.