]> code.delx.au - gnu-emacs/log
gnu-emacs
28 years ago(imenu--menubar-select): No longer interactive.
Richard M. Stallman [Fri, 1 Mar 1996 18:09:57 +0000 (18:09 +0000)]
(imenu--menubar-select): No longer interactive.
(imenu-create-submenu-name): Function deleted.
(imenu-example--create-lisp-index): Don't use it.
(imenu--generic-function): Don't use imenu-create-submenu-name.
(imenu-submenu-name-format): Variable deleted.
(imenu--split-menu): Use TITLE as the head of the new list.
Don't split if everything fits in one level.
(imenu--split-submenus): New function.
(imenu-update-menubar): Use imenu--split-submenus.
(imenu--mouse-menu): Use imenu--split-submenus.

28 years ago(imenu-submenu-name-format): Delete the `...'.
Richard M. Stallman [Fri, 1 Mar 1996 17:09:00 +0000 (17:09 +0000)]
(imenu-submenu-name-format): Delete the `...'.

28 years agoAdd provide call.
Richard M. Stallman [Fri, 1 Mar 1996 15:37:33 +0000 (15:37 +0000)]
Add provide call.

28 years agoRecognize cpu-vendor [ctj]90-cray, default c90-cray-unicos. From tege.
Roland McGrath [Fri, 1 Mar 1996 14:57:49 +0000 (14:57 +0000)]
Recognize cpu-vendor [ctj]90-cray, default c90-cray-unicos.  From tege.

28 years agoComment change.
Richard M. Stallman [Fri, 1 Mar 1996 05:26:29 +0000 (05:26 +0000)]
Comment change.

28 years ago(backward-delete-char-untabify):
Richard M. Stallman [Thu, 29 Feb 1996 22:00:50 +0000 (22:00 +0000)]
(backward-delete-char-untabify):
Don't handle overwrite-mode here (done in delete-backward-char).

28 years ago(iso-languages): Add ~? and ~!.
Richard M. Stallman [Thu, 29 Feb 1996 19:22:05 +0000 (19:22 +0000)]
(iso-languages): Add ~? and ~!.

28 years agoSave if reqd in emacs-lisp-byte-compile-and-load.
Simon Marshall [Thu, 29 Feb 1996 08:19:46 +0000 (08:19 +0000)]
Save if reqd in emacs-lisp-byte-compile-and-load.

28 years agoAvoid the #pragma alloca on AIX 4.
Richard M. Stallman [Thu, 29 Feb 1996 00:32:15 +0000 (00:32 +0000)]
Avoid the #pragma alloca on AIX 4.

28 years ago(server-process-filter): Use command-line-normalize-file-name.
Richard M. Stallman [Wed, 28 Feb 1996 23:32:18 +0000 (23:32 +0000)]
(server-process-filter): Use command-line-normalize-file-name.

28 years ago(command-line-normalize-file-name): Convert /// at beginning to just /.
Richard M. Stallman [Wed, 28 Feb 1996 23:30:24 +0000 (23:30 +0000)]
(command-line-normalize-file-name): Convert /// at beginning to just /.

28 years ago(LOCALTIME_CACHE): Also define if localtime mishandles unsetting TZ.
Richard M. Stallman [Wed, 28 Feb 1996 23:25:27 +0000 (23:25 +0000)]
(LOCALTIME_CACHE): Also define if localtime mishandles unsetting TZ.
This works around a localtime bug in mips-dec-ultrix.

28 years agoComment change.
Richard M. Stallman [Wed, 28 Feb 1996 21:34:25 +0000 (21:34 +0000)]
Comment change.

28 years ago(REL_ALLOC): #undef deleted.
Richard M. Stallman [Wed, 28 Feb 1996 21:19:39 +0000 (21:19 +0000)]
(REL_ALLOC): #undef deleted.

28 years ago(ps-generate): Bind inhibit-read-only.
Richard M. Stallman [Wed, 28 Feb 1996 18:51:36 +0000 (18:51 +0000)]
(ps-generate): Bind inhibit-read-only.

28 years ago[AIX] [HAVE_X11R5] (XIMStatusNothing): Defined.
Richard M. Stallman [Wed, 28 Feb 1996 18:07:46 +0000 (18:07 +0000)]
[AIX] [HAVE_X11R5] (XIMStatusNothing): Defined.

28 years ago(timer_check): Walk down both timer lists in parallel.
Richard M. Stallman [Wed, 28 Feb 1996 17:51:22 +0000 (17:51 +0000)]
(timer_check): Walk down both timer lists in parallel.

28 years agoDon't toggle on window-setup-hook.
Simon Marshall [Wed, 28 Feb 1996 12:17:10 +0000 (12:17 +0000)]
Don't toggle on window-setup-hook.

28 years agoMake global-font-lock-mode show status messages, and fontification interruptable.
Simon Marshall [Wed, 28 Feb 1996 09:53:39 +0000 (09:53 +0000)]
Make global-font-lock-mode show status messages, and fontification interruptable.

28 years agoMake get-buffer-window-list take MINIBUF arg.
Simon Marshall [Wed, 28 Feb 1996 09:22:11 +0000 (09:22 +0000)]
Make get-buffer-window-list take MINIBUF arg.

28 years ago(show-paren-delay): New variable.
Richard M. Stallman [Wed, 28 Feb 1996 01:28:42 +0000 (01:28 +0000)]
(show-paren-delay): New variable.
(show-paren-mode): New command.  Use it.  Call it at the top-level.
(show-paren-mode, show-paren-idle-timer): New variables.
(show-paren-function): Renamed from show-paren-command-hook.

28 years ago(timer-set-time, timer-set-time-with-usecs): Doc fix.
Richard M. Stallman [Wed, 28 Feb 1996 01:27:52 +0000 (01:27 +0000)]
(timer-set-time, timer-set-time-with-usecs): Doc fix.
(run-at-time, with-timeout): Doc fix.
(run-with-timer): Just call run-at-time.
(timer-set-idle-time): New function.
(run-with-idle-timer): Use it to set the idle time.
Doc fix.  Fix interactive code.

28 years ago(timeout-event-p): Function deleted.
Richard M. Stallman [Wed, 28 Feb 1996 01:22:11 +0000 (01:22 +0000)]
(timeout-event-p): Function deleted.

28 years ago(command-line-normalize-file-name):
Richard M. Stallman [Wed, 28 Feb 1996 00:30:49 +0000 (00:30 +0000)]
(command-line-normalize-file-name):
Don't collapse // at start of file name.

28 years ago(server-process-filter): Don't collapse // at start of file name.
Richard M. Stallman [Wed, 28 Feb 1996 00:29:43 +0000 (00:29 +0000)]
(server-process-filter): Don't collapse // at start of file name.

28 years ago(handle-delete-frame): Use save-buffers-kill-emacs.
Richard M. Stallman [Wed, 28 Feb 1996 00:08:58 +0000 (00:08 +0000)]
(handle-delete-frame): Use save-buffers-kill-emacs.

28 years ago(display-time): Use rmail-after-get-new-mail-hook.
Richard M. Stallman [Tue, 27 Feb 1996 22:45:40 +0000 (22:45 +0000)]
(display-time): Use rmail-after-get-new-mail-hook.

28 years ago(rmail-get-new-mail): Run rmail-after-get-new-mail-hook.
Richard M. Stallman [Tue, 27 Feb 1996 22:41:49 +0000 (22:41 +0000)]
(rmail-get-new-mail): Run rmail-after-get-new-mail-hook.

28 years ago(display-time): Use run-at-time to start the timer.
Richard M. Stallman [Tue, 27 Feb 1996 17:44:45 +0000 (17:44 +0000)]
(display-time): Use run-at-time to start the timer.

28 years ago(Fexpand_file_name): Fix confusion in detecting
Richard M. Stallman [Tue, 27 Feb 1996 16:51:25 +0000 (16:51 +0000)]
(Fexpand_file_name): Fix confusion in detecting
that default_directory is already absolute so need not be expanded.

28 years ago(iso-transl-dead-key-alist): Fix syntax for ?^.
Richard M. Stallman [Tue, 27 Feb 1996 16:32:05 +0000 (16:32 +0000)]
(iso-transl-dead-key-alist): Fix syntax for ?^.

28 years ago(Fcommand_execute): New arg SPECIAL. All callers changed.
Richard M. Stallman [Tue, 27 Feb 1996 06:01:30 +0000 (06:01 +0000)]
(Fcommand_execute): New arg SPECIAL.  All callers changed.

28 years ago(X_CONNECTION_LOCK_FLAG): New macro.
Richard M. Stallman [Tue, 27 Feb 1996 02:33:15 +0000 (02:33 +0000)]
(X_CONNECTION_LOCK_FLAG): New macro.
(x_connection_close_if_hung): New subroutine, at the end of the file.
Include X11/Xlibint.h only for this function.
#undef bcopy, bzero, bcmp, min, max first.
Define malloc and free to avoid type conflicts.
(x_connection_signal): Use x_connection_close_if_hung.

28 years ago(hexl-mode-exit, hexl-maybe-dehexlify-buffer):
Richard M. Stallman [Tue, 27 Feb 1996 01:49:07 +0000 (01:49 +0000)]
(hexl-mode-exit, hexl-maybe-dehexlify-buffer):
Corrected write-contents-hook to write-contents-hooks.

28 years ago(x_set_window_size): Clear out the mouse-highlighting data
Richard M. Stallman [Tue, 27 Feb 1996 01:16:35 +0000 (01:16 +0000)]
(x_set_window_size): Clear out the mouse-highlighting data
if it applies to this frame.
Clear out the frame cursor position in Xt version as in Xlib version.

(x_update_cursor): If no previous cursor position is known,
leave the cursor off.

28 years ago(tpu-load-xkeys): Fix previous change.
Richard M. Stallman [Mon, 26 Feb 1996 23:48:28 +0000 (23:48 +0000)]
(tpu-load-xkeys): Fix previous change.

28 years ago(doprnt1): Move cast to unsigned inside a shift.
Richard M. Stallman [Mon, 26 Feb 1996 20:24:16 +0000 (20:24 +0000)]
(doprnt1): Move cast to unsigned inside a shift.

28 years agoImprove messages about X versions.
Richard M. Stallman [Mon, 26 Feb 1996 19:42:29 +0000 (19:42 +0000)]
Improve messages about X versions.

(LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.

(HAVE_X11XTR6): Set it as a shell variable.
(HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.

28 years ago(makefile-runtime-macros-list): Add + to the list.
Richard M. Stallman [Mon, 26 Feb 1996 19:33:15 +0000 (19:33 +0000)]
(makefile-runtime-macros-list): Add + to the list.

28 years agoUse the new file names in autoloads.
Karl Heuer [Mon, 26 Feb 1996 18:59:28 +0000 (18:59 +0000)]
Use the new file names in autoloads.

28 years agoComment change.
Richard M. Stallman [Mon, 26 Feb 1996 18:51:09 +0000 (18:51 +0000)]
Comment change.

28 years agoRenamed from cal-chinese.el to avoid 14-character limitation.
Karl Heuer [Mon, 26 Feb 1996 18:45:24 +0000 (18:45 +0000)]
Renamed from cal-chinese.el to avoid 14-character limitation.

28 years agoRenamed from cal-islamic.el to avoid 14-character limitation.
Karl Heuer [Mon, 26 Feb 1996 18:45:14 +0000 (18:45 +0000)]
Renamed from cal-islamic.el to avoid 14-character limitation.

28 years agoCommenht change.
Richard M. Stallman [Mon, 26 Feb 1996 04:40:34 +0000 (04:40 +0000)]
Commenht change.

28 years ago(redisplay_window): Pass preserve_echo_area as a missing
Richard M. Stallman [Mon, 26 Feb 1996 04:39:49 +0000 (04:39 +0000)]
(redisplay_window): Pass preserve_echo_area as a missing
second argument of redisplay_windows.

28 years ago(rmail-make-basic-summary-line): Fix previous change.
Erik Naggum [Mon, 26 Feb 1996 04:07:44 +0000 (04:07 +0000)]
(rmail-make-basic-summary-line): Fix previous change.

28 years ago(rmail-clear-headers): Bind case-fold-search to t across the whole function.
Erik Naggum [Mon, 26 Feb 1996 03:54:51 +0000 (03:54 +0000)]
(rmail-clear-headers): Bind case-fold-search to t across the whole function.

28 years ago(mail-mode-map): Bind M-TAB to mail-complete.
Richard M. Stallman [Mon, 26 Feb 1996 01:40:50 +0000 (01:40 +0000)]
(mail-mode-map): Bind M-TAB to mail-complete.

28 years ago(mail-complete): Add autoload cookie.
Richard M. Stallman [Mon, 26 Feb 1996 01:32:31 +0000 (01:32 +0000)]
(mail-complete): Add autoload cookie.

28 years ago(unforward-rmail-message): Add autoload cookie.
Richard M. Stallman [Mon, 26 Feb 1996 00:59:48 +0000 (00:59 +0000)]
(unforward-rmail-message): Add autoload cookie.

28 years ago(vc-find-cvs-master): Don't require a "/" after the modification time
Paul Eggert [Mon, 26 Feb 1996 00:53:13 +0000 (00:53 +0000)]
(vc-find-cvs-master): Don't require a "/" after the modification time
in CVS/Entries, since the time may be followed by a conflict notice
(in CVS 1.7) or by some other value (in CVS 1.3).

28 years ago(rmail-make-basic-summary-line): Less space before subj.
Richard M. Stallman [Mon, 26 Feb 1996 00:21:00 +0000 (00:21 +0000)]
(rmail-make-basic-summary-line): Less space before subj.

28 years ago(vc-follow-link): Kill buffer before creating new one.
Richard M. Stallman [Mon, 26 Feb 1996 00:19:35 +0000 (00:19 +0000)]
(vc-follow-link): Kill buffer before creating new one.

28 years ago(vc-follow-link): Simplify by taking advantage
Richard M. Stallman [Mon, 26 Feb 1996 00:17:43 +0000 (00:17 +0000)]
(vc-follow-link): Simplify by taking advantage
of Feb 21 change in find-file-noselect.

28 years ago(man): Don't call Man-init-defvars here.
Richard M. Stallman [Mon, 26 Feb 1996 00:15:09 +0000 (00:15 +0000)]
(man): Don't call Man-init-defvars here.
Do it at top level instead.
(Man-init-defvars): Now a defun, not a defsubst.
Don't set Man-uses-untabify-flag.
(Man-uses-untabify-flag): Add doc string.  Make default value t.
(Man-filter-list): Add doc string.

28 years ago(Fopen_network_stream): Set immediate_quit for the connect.
Richard M. Stallman [Mon, 26 Feb 1996 00:07:45 +0000 (00:07 +0000)]
(Fopen_network_stream): Set immediate_quit for the connect.

28 years ago(finder-inf.el): Use finder-compile-keywords-make-dist.
Richard M. Stallman [Sun, 25 Feb 1996 23:00:13 +0000 (23:00 +0000)]
(finder-inf.el): Use finder-compile-keywords-make-dist.

28 years ago(finder-compile-keywords-make-dist): New function.
Richard M. Stallman [Sun, 25 Feb 1996 22:59:08 +0000 (22:59 +0000)]
(finder-compile-keywords-make-dist): New function.

28 years ago(emerge-combine-versions-template): Make the
Richard M. Stallman [Sun, 25 Feb 1996 22:53:18 +0000 (22:53 +0000)]
(emerge-combine-versions-template): Make the
generated comments on the #else and #endif follow the GNU standards.

28 years ago(read_minibuf): Bind inhibit-read-only to t around clearing the minibuffer.
Richard M. Stallman [Sun, 25 Feb 1996 20:46:59 +0000 (20:46 +0000)]
(read_minibuf): Bind inhibit-read-only to t around clearing the minibuffer.
(read_minibuf_unwind): Likewise.  Also, clearing the buffer
is now the last thing we do.

28 years ago(command_loop_1): Explicitly clear the echo area
Richard M. Stallman [Sun, 25 Feb 1996 20:44:09 +0000 (20:44 +0000)]
(command_loop_1): Explicitly clear the echo area
with message2; don't just clear echo_area_glyphs.
Don't set no_direct in that case.

28 years ago(Qinhibit_read_only): Declared.
Richard M. Stallman [Sun, 25 Feb 1996 19:13:40 +0000 (19:13 +0000)]
(Qinhibit_read_only): Declared.

28 years ago(Info-index): If fail, go back to original node.
Richard M. Stallman [Sun, 25 Feb 1996 18:31:16 +0000 (18:31 +0000)]
(Info-index): If fail, go back to original node.
(Info-find-node): Make error messages consistent.
(Info-insert-dir): Fix error message.

28 years ago(lw_window_is_in_menubar) [USE_MOTIF]:
Richard M. Stallman [Sun, 25 Feb 1996 06:59:59 +0000 (06:59 +0000)]
(lw_window_is_in_menubar) [USE_MOTIF]:
With Motif, the window WIN can be the menu bar widget itself.

28 years ago(redisplay_internal): Renamed from redisplay.
Richard M. Stallman [Sun, 25 Feb 1996 06:44:48 +0000 (06:44 +0000)]
(redisplay_internal): Renamed from redisplay.
New arg PRESERVE_ECHO_AREA.
(redisplay): New wrapper function calls redisplay_internal.
(redisplay_window, redisplay_windows): New arg PRESERVE_ECHO_AREA.

28 years ago(Fcopy_syntax_table): Set default to nil.
Richard M. Stallman [Sat, 24 Feb 1996 20:03:07 +0000 (20:03 +0000)]
(Fcopy_syntax_table): Set default to nil.
Set the parent only if it was nil.

28 years ago(rmail-dont-reply-to): Allow parsing lists of addresses with comment fields.
Richard M. Stallman [Sat, 24 Feb 1996 10:15:08 +0000 (10:15 +0000)]
(rmail-dont-reply-to): Allow parsing lists of addresses with comment fields.

28 years agoComment change.
Richard M. Stallman [Sat, 24 Feb 1996 04:43:05 +0000 (04:43 +0000)]
Comment change.

28 years agoClarify purpose of user-position parameter.
Richard M. Stallman [Sat, 24 Feb 1996 04:11:01 +0000 (04:11 +0000)]
Clarify purpose of user-position parameter.

28 years ago(imenu-add-to-menubar): Add menu item for current buf only.
Richard M. Stallman [Sat, 24 Feb 1996 01:42:31 +0000 (01:42 +0000)]
(imenu-add-to-menubar): Add menu item for current buf only.
(imenu-update-menubar): Never add menu item here.

28 years ago(imenu-update-menubar): Fix paren error.
Richard M. Stallman [Sat, 24 Feb 1996 01:16:23 +0000 (01:16 +0000)]
(imenu-update-menubar): Fix paren error.

28 years ago(unforward-rmail-message): Handle any kind of forwarding delimiters.
Richard M. Stallman [Sat, 24 Feb 1996 00:36:29 +0000 (00:36 +0000)]
(unforward-rmail-message): Handle any kind of forwarding delimiters.

28 years ago* nntp.el (nntp-request-post): Clear the server buffer before
Lars Magne Ingebrigtsen [Sat, 24 Feb 1996 00:32:46 +0000 (00:32 +0000)]
* nntp.el (nntp-request-post): Clear the server buffer before
sending text to the server.

28 years agoLoad cl within eval-when-compile.
Richard M. Stallman [Fri, 23 Feb 1996 23:51:05 +0000 (23:51 +0000)]
Load cl within eval-when-compile.
(decipher-font-lock-keywords): Fix doc patching error.

28 years ago(install-arch-dep): Depend on install-arch-indep.
Richard M. Stallman [Fri, 23 Feb 1996 21:44:18 +0000 (21:44 +0000)]
(install-arch-dep): Depend on install-arch-indep.
(install): Put install-arch-indep before install-arch-dep.

28 years ago(mail-mode): Treat `-- ' line as paragraph separator.
Richard M. Stallman [Fri, 23 Feb 1996 20:14:40 +0000 (20:14 +0000)]
(mail-mode): Treat `-- ' line as paragraph separator.

28 years ago(decipher-mode): Removed nonstandard font-lock support.
Richard M. Stallman [Fri, 23 Feb 1996 06:38:27 +0000 (06:38 +0000)]
(decipher-mode): Removed nonstandard font-lock support.
(decipher-make-checkpoint, decipher-resync): Removed special
support for font-lock.
(decipher-resync): Removed `$' from regexps.
(decipher-set-map): Use font-lock-fontify-region-function.
(decipher-font-lock-keywords): Removed newlines from regexps.
(decipher-use-font-lock): Deleted.
(decipher-toggle-font-lock, decipher-turn-on-font-lock): Deleted.

28 years agoComment change.
Richard M. Stallman [Thu, 22 Feb 1996 22:37:14 +0000 (22:37 +0000)]
Comment change.

28 years ago(get_doc_string): Move static vars outside the function,
Richard M. Stallman [Thu, 22 Feb 1996 18:21:03 +0000 (18:21 +0000)]
(get_doc_string): Move static vars outside the function,
and rename to get_doc_string_buffer and get_doc_string_buffer_size.

28 years ago(vc-follow-link): New function.
André Spiegel [Thu, 22 Feb 1996 13:07:58 +0000 (13:07 +0000)]
(vc-follow-link): New function.
(vc-find-file-hook): Use it.

28 years ago(Fsleep_for): Accept sub-second intervals.
Erik Naggum [Thu, 22 Feb 1996 05:50:00 +0000 (05:50 +0000)]
(Fsleep_for): Accept sub-second intervals.

28 years ago(fill-region-as-paragraph): Doc fix.
Erik Naggum [Thu, 22 Feb 1996 02:57:50 +0000 (02:57 +0000)]
(fill-region-as-paragraph): Doc fix.

28 years ago(make-comint, comint-run): Fix autoload cookie.
Erik Naggum [Thu, 22 Feb 1996 02:50:30 +0000 (02:50 +0000)]
(make-comint, comint-run): Fix autoload cookie.

28 years ago(compilation-minor-mode): Add missing `)'.
Erik Naggum [Thu, 22 Feb 1996 02:45:43 +0000 (02:45 +0000)]
(compilation-minor-mode): Add missing `)'.

28 years ago(imenu-buffer-menubar): Add defvar.
Karl Heuer [Wed, 21 Feb 1996 21:44:28 +0000 (21:44 +0000)]
(imenu-buffer-menubar): Add defvar.
(imenu-update-menubar): Make a buffer-specific copy of the local map.

28 years agoComments censored.
Karl Heuer [Wed, 21 Feb 1996 21:39:11 +0000 (21:39 +0000)]
Comments censored.

28 years ago(dun-urinate): Renamed.
Karl Heuer [Wed, 21 Feb 1996 21:35:28 +0000 (21:35 +0000)]
(dun-urinate): Renamed.
(dun-verblist): Indecent word deleted.
(dunnet): Print "censored" message.

28 years ago(rmail-get-new-mail): Don't mess with display-time here.
Karl Heuer [Wed, 21 Feb 1996 21:33:54 +0000 (21:33 +0000)]
(rmail-get-new-mail): Don't mess with display-time here.

28 years ago(display-time-update): New subroutine broken out from
Karl Heuer [Wed, 21 Feb 1996 21:33:35 +0000 (21:33 +0000)]
(display-time-update): New subroutine broken out from
display-time-event-handler.
(display-time): Add hook to rmail-get-new-mail-hook.

28 years ago(derived-mode-merge-syntax-tables): Use inheritance.
Karl Heuer [Wed, 21 Feb 1996 21:33:12 +0000 (21:33 +0000)]
(derived-mode-merge-syntax-tables): Use inheritance.

28 years ago(find-file-noselect): If after-find-file switches buffers,
Karl Heuer [Wed, 21 Feb 1996 21:32:35 +0000 (21:32 +0000)]
(find-file-noselect): If after-find-file switches buffers,
return the buffer that it leaves current.

28 years ago(dired-call-process): Call file name handler.
Karl Heuer [Wed, 21 Feb 1996 21:32:04 +0000 (21:32 +0000)]
(dired-call-process): Call file name handler.

28 years ago(dired-call-process): Put on ange-ftp property.
Karl Heuer [Wed, 21 Feb 1996 21:29:37 +0000 (21:29 +0000)]
(dired-call-process): Put on ange-ftp property.

28 years ago(perl-imenu-generic-expression): Recognize packages.
Karl Heuer [Wed, 21 Feb 1996 21:29:14 +0000 (21:29 +0000)]
(perl-imenu-generic-expression): Recognize packages.

28 years ago(run-with-idle-timer): New function.
Karl Heuer [Wed, 21 Feb 1996 21:28:57 +0000 (21:28 +0000)]
(run-with-idle-timer): New function.
(timer-create, timerp): Leave a slot for idle-delay.
(timer-activate-when-idle): New function.
(timer-event-handler): Handle idle-delay timers specially.
(cancel-timer, cancel-function-timers): Handle idle-delay timers.

28 years ago(c++-mode-syntax-table): Don't use c-mode-syntax-table.
Karl Heuer [Wed, 21 Feb 1996 21:28:23 +0000 (21:28 +0000)]
(c++-mode-syntax-table): Don't use c-mode-syntax-table.

28 years ago(unforward-rmail-message): New command.
Karl Heuer [Wed, 21 Feb 1996 21:28:05 +0000 (21:28 +0000)]
(unforward-rmail-message): New command.

28 years agoMore censorship.
Karl Heuer [Wed, 21 Feb 1996 21:27:39 +0000 (21:27 +0000)]
More censorship.

28 years ago(lisp-fill-paragraph): When filling a comment,
Karl Heuer [Wed, 21 Feb 1996 21:26:11 +0000 (21:26 +0000)]
(lisp-fill-paragraph): When filling a comment,
find paragraph bounds by hand, and pass the SQUEEZE-AFTER arg
to fill-region-as-paragraph.

28 years ago(shell-command): Call file name handler.
Karl Heuer [Wed, 21 Feb 1996 21:25:30 +0000 (21:25 +0000)]
(shell-command): Call file name handler.