]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 18 Nov 2001 06:54:59 +0000 (06:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 18 Nov 2001 06:54:59 +0000 (06:54 +0000)
lisp/ChangeLog
src/ChangeLog

index 63403b4c581cf270bd253ea7e3e620f25241dc5c..019dc27cb5e9a6155146e74b23c8bc11deac369b 100644 (file)
@@ -1,3 +1,26 @@
+2001-11-18  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <rms@gnu.org>
+
+       * 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  <monnier@cs.yale.edu>
 
        * 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  <stephen@gnu.org>
 
index e1021836d9c8cb9fd29f822ae9939d453d399c17..8c2f633f276757d4958fc15106dd3ed52ac63099 100644 (file)
@@ -1,3 +1,11 @@
+2001-11-18  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <rms@gnu.org>
 
        * doc.c (Fsnarf_documentation): Doc fix.