emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sun, 18 Nov 2001 23:59:25 -0500

Index: emacs/lisp/ChangeLog
diff -u emacs/lisp/ChangeLog:1.3043 emacs/lisp/ChangeLog:1.3044
--- emacs/lisp/ChangeLog:1.3043 Sun Nov 18 00:58:40 2001
+++ emacs/lisp/ChangeLog        Sun Nov 18 01:52:28 2001
@@ -1,3 +1,26 @@
+2001-11-18  Richard M. Stallman  <address@hidden>
+
+       * 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  <address@hidden>
+
+       * 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  <address@hidden>
 
        * 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  <address@hidden>
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]