# HG changeset patch # User Richard M. Stallman # Date 1006066499 0 # Node ID 4b41a0868e62fe4ef80d34a1797de38ef84ede71 # Parent ded3ee1f7b915891aaeb73bda3871c074ee317de *** empty log message *** diff -r ded3ee1f7b91 -r 4b41a0868e62 lisp/ChangeLog --- a/lisp/ChangeLog Sun Nov 18 06:54:50 2001 +0000 +++ b/lisp/ChangeLog Sun Nov 18 06:54:59 2001 +0000 @@ -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 -r ded3ee1f7b91 -r 4b41a0868e62 src/ChangeLog --- a/src/ChangeLog Sun Nov 18 06:54:50 2001 +0000 +++ b/src/ChangeLog Sun Nov 18 06:54:59 2001 +0000 @@ -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.