]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Fri, 16 Jan 2004 18:26:32 +0000 (18:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 16 Jan 2004 18:26:32 +0000 (18:26 +0000)
lisp/ChangeLog
lisp/loadhist.el

index 22cb44249a32387470a0d64ce5f348e91aa65472..129d97dd8f6e0f60e514dd3c86782d06de701338 100644 (file)
@@ -1,3 +1,17 @@
+2004-01-16  Richard M. Stallman  <rms@gnu.org>
+
+       * emacs-lisp/cl.el (cl-cannot-unload): New function.
+       (cl-unload-hook): Defvar this to run cl-cannot-unload.
+
+       * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
+       Call rmail-spam-filter.  Delete and expunge spam.
+       Print number of spam messages deleted.
+       Save and restore the deletion status of old messages when reading
+       new mail with spam filter, so that expunging spam does not expunge
+       msgs deleted by the user.
+       (rmail-only-expunge): added an optional argument dont-show to
+       prevent showing message after expunge.
+
 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
 
        * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
index cbeaaa626006c22439013dfb99e4ba04dcdb0048..733129fc74f9d4ce4b03924ba3e199407cdd3ea4 100644 (file)
@@ -137,8 +137,8 @@ is nil, raise an error."
     ;; Try to avoid losing badly when hooks installed in critical
     ;; places go away.  (Some packages install things on
     ;; `kill-buffer-hook', `activate-menubar-hook' and the like.)
-    ;; First off, provide a clean way for package `foo' to arrange
-    ;; this by defining `foo-unload-hook'.
+    ;; First off, provide a clean way for package FOO to arrange
+    ;; this by adding hooks on the variable `FOO-unload-hook'.
     (if unload-hook
         (run-hooks unload-hook)
       ;; Otherwise, do our best.  Look through the obarray for symbols