]> code.delx.au - gnu-emacs/log
gnu-emacs
28 years ago(unforward-rmail-message): Add autoload declaration.
Richard M. Stallman [Mon, 4 Mar 1996 20:27:17 +0000 (20:27 +0000)]
(unforward-rmail-message): Add autoload declaration.

28 years ago(unforward-rmail-message): Delete autoload cookie.
Richard M. Stallman [Mon, 4 Mar 1996 20:26:58 +0000 (20:26 +0000)]
(unforward-rmail-message): Delete autoload cookie.

28 years ago(rmail-unix-mail-delimiter): Don't accept newlines in month.
Richard M. Stallman [Mon, 4 Mar 1996 19:59:40 +0000 (19:59 +0000)]
(rmail-unix-mail-delimiter): Don't accept newlines in month.

28 years ago[AIX] [HAVE_X11R5] (XIMStatusNothing): Definition deleted.
Richard M. Stallman [Mon, 4 Mar 1996 18:00:34 +0000 (18:00 +0000)]
[AIX] [HAVE_X11R5] (XIMStatusNothing): Definition deleted.

28 years ago(Fkill_local_variable): Call find_symbol_value directly,
Richard M. Stallman [Mon, 4 Mar 1996 17:38:35 +0000 (17:38 +0000)]
(Fkill_local_variable): Call find_symbol_value directly,
not via Fsymbol_value, to avoid getting void-variable error.

28 years agoComment change.
Richard M. Stallman [Mon, 4 Mar 1996 02:19:51 +0000 (02:19 +0000)]
Comment change.

28 years agoRequire cl only when compiling.
Richard M. Stallman [Sun, 3 Mar 1996 23:43:20 +0000 (23:43 +0000)]
Require cl only when compiling.
(scroll-step): Don't set it globally.
(dun-mode): Set scroll-step locally.

28 years ago(obj): Add xmenu.o.
Richard M. Stallman [Sun, 3 Mar 1996 22:48:20 +0000 (22:48 +0000)]
(obj): Add xmenu.o.
(XOBJ): Delete xmenu.o.

28 years agoPut most of file into HAVE_MENUS conditional.
Richard M. Stallman [Sun, 3 Mar 1996 22:47:53 +0000 (22:47 +0000)]
Put most of file into HAVE_MENUS conditional.
(Fx_popup_menu): Put parts into HAVE_MENUS conditionals.

28 years ago(main): Always call syms_of_xmenu.
Richard M. Stallman [Sun, 3 Mar 1996 22:34:21 +0000 (22:34 +0000)]
(main): Always call syms_of_xmenu.

28 years ago(texinfo-font-lock-keywords): Fixed regexp for `@end' and `@item'.
Richard M. Stallman [Sun, 3 Mar 1996 19:42:09 +0000 (19:42 +0000)]
(texinfo-font-lock-keywords): Fixed regexp for `@end' and `@item'.

28 years ago(Fuse_global_map, Fuse_local_map): Don't call record_asynch_buffer_change.
Richard M. Stallman [Sun, 3 Mar 1996 19:29:10 +0000 (19:29 +0000)]
(Fuse_global_map, Fuse_local_map): Don't call record_asynch_buffer_change.

28 years ago(dired-compress-file-suffixes): New variable.
Richard M. Stallman [Sun, 3 Mar 1996 06:10:06 +0000 (06:10 +0000)]
(dired-compress-file-suffixes): New variable.
(dired-compress-file): Use that to control file naming.

28 years ago(wait_reading_process_input): Use getpid when generating SIGIO.
Richard M. Stallman [Sun, 3 Mar 1996 05:34:59 +0000 (05:34 +0000)]
(wait_reading_process_input): Use getpid when generating SIGIO.

28 years ago(global-map): Change C-M-g to M-g M-g.
Richard M. Stallman [Sat, 2 Mar 1996 21:09:04 +0000 (21:09 +0000)]
(global-map): Change C-M-g to M-g M-g.

28 years agoComment change.
Richard M. Stallman [Sat, 2 Mar 1996 06:37:35 +0000 (06:37 +0000)]
Comment change.

28 years agoComment change.
Richard M. Stallman [Sat, 2 Mar 1996 05:37:13 +0000 (05:37 +0000)]
Comment change.

28 years ago(forms-insert-after): New variable. Non-nil means: inserts of new
Johan Vromans [Fri, 1 Mar 1996 21:13:01 +0000 (21:13 +0000)]
(forms-insert-after): New variable. Non-nil means: inserts of new
records go after current record, also initial position is at last
record.
(forms-mode, forms-insert-record): Use it.

28 years ago(set-visited-file-name): Query if there's already another
Richard M. Stallman [Fri, 1 Mar 1996 20:29:32 +0000 (20:29 +0000)]
(set-visited-file-name): Query if there's already another
buffer visiting this file.

28 years ago(compilation-parse-errors):
Richard M. Stallman [Fri, 1 Mar 1996 20:13:42 +0000 (20:13 +0000)]
(compilation-parse-errors):
Collapse //'s using command-line-normalize-file-name.

28 years ago(command-line-normalize-file-name): Do save-match-data.
Richard M. Stallman [Fri, 1 Mar 1996 20:13:01 +0000 (20:13 +0000)]
(command-line-normalize-file-name): Do save-match-data.

28 years ago(motion_event_is_in_menu): Make x and y signed.
Richard M. Stallman [Fri, 1 Mar 1996 20:11:49 +0000 (20:11 +0000)]
(motion_event_is_in_menu): Make x and y signed.

28 years ago[X_CONNECTION_LOCK_FLAG] (abort, exit): New definitions.
Richard M. Stallman [Fri, 1 Mar 1996 20:11:19 +0000 (20:11 +0000)]
[X_CONNECTION_LOCK_FLAG] (abort, exit): New definitions.

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.