From: Richard M. Stallman Date: Sun, 18 Nov 2001 06:54:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~18404 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/f4ca4b00b5516a58880377c1ef130a094a52d090 *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 63403b4c58..019dc27cb5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,26 @@ +2001-11-18 Richard M. Stallman + + * progmodes/fortran.el (fortran-mode-syntax-table): Specify + punctuation syntax for backslash. + + * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted. + All calls deleted. + + * international/mule-util.el (string-to-sequence): Make it obsolete. + (string-to-list, string-to-vector): Implement them directly + using append and vconcat, not with string-to-sequence. + + * startup.el (command-line): Set abbrevs-changed to nil after + reading the init file and the abbrevs file. + + * isearch.el (isearch): Use magenta2 as bg for (background light) + +2001-11-17 Richard M. Stallman + + * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name. + + * simple.el (minibuffer-history-sexp-flag): Doc fix. + 2001-11-17 Stefan Monnier * font-lock.el (font-lock-compile-keywords): New arg `regexp'. @@ -34,6 +57,7 @@ * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event) (add-to-list): Delete compatibility code. + (checkdoc-next-message-error): Doc fix. 2001-11-17 Stephen Eglen diff --git a/src/ChangeLog b/src/ChangeLog index e1021836d9..8c2f633f27 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2001-11-18 Richard M. Stallman + + * xdisp.c (message_dolog_marker1, message_dolog_marker2) + (message_dolog_marker3): New static variables hold three markers. + (syms_of_xdisp): Initialize and staticpro them. + (message_dolog): Use message_dolog_marker1..3 instead of + allocating markers each time. Unchain them when done. + 2001-11-17 Richard M. Stallman * doc.c (Fsnarf_documentation): Doc fix.