Mercurial > emacs
changeset 53600:e58e5e015c4b
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 16 Jan 2004 18:26:32 +0000 |
parents | aa04e56e2a40 |
children | 2767fe072d54 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jan 16 18:25:33 2004 +0000 +++ b/lisp/ChangeLog Fri Jan 16 18:26:32 2004 +0000 @@ -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'.