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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sun, 11 Nov 2001 15:13:42 -0500

Index: emacs/lisp/ChangeLog
diff -u emacs/lisp/ChangeLog:1.3001 emacs/lisp/ChangeLog:1.3002
--- emacs/lisp/ChangeLog:1.3001 Sun Nov 11 14:23:13 2001
+++ emacs/lisp/ChangeLog        Sun Nov 11 15:13:41 2001
@@ -1,3 +1,24 @@
+2001-11-11  Richard M. Stallman  <address@hidden>
+
+       * progmodes/sh-script.el (sh-must-be-shell-mode): 
+       Allow modes derived from sh-mode.
+
+       * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): 
+       Turn off error in some re-search-forward calls.
+
+       * replace.el (query-replace-skip-read-only): New variable.
+       (perform-replace): If that variable is non-nil, ignore matches
+       that have a read-only property.
+
+       * derived.el (define-derived-mode): Doc fix.
+
+       * server.el (server-buffer-done): Test of server-existing-buffer
+       was backwards.
+       (server-existing-buffer): Doc fix.
+
+       * textmodes/flyspell.el (flyspell-default-dictionary):
+       Allow nil as value, and make nil the default.
+
 2001-11-11  Eli Zaretskii  <address@hidden>
 
        * subdirs.el: Regenerated.
@@ -38,6 +59,14 @@
        (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
 
 2001-11-10  Richard M. Stallman  <address@hidden>
+
+       * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
+       (quietly-read-abbrev-file): Doc fix.
+
+       * startup.el (command-line): Read standard abbrev
+       file (abbrev-file-name), if it exists.
+
+       * files.el (save-abbrevs): Default value is t.
 
        * progmodes/compile.el (compile-goto-error): Fix previous change
        in the case where subsequent errors have not been parsed yet



reply via email to

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