comparison lisp/ChangeLog @ 53600:e58e5e015c4b

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 16 Jan 2004 18:26:32 +0000
parents 7ea1b7196d49
children 6072da675015
comparison
equal deleted inserted replaced
53599:aa04e56e2a40 53600:e58e5e015c4b
1 2004-01-16 Richard M. Stallman <rms@gnu.org>
2
3 * emacs-lisp/cl.el (cl-cannot-unload): New function.
4 (cl-unload-hook): Defvar this to run cl-cannot-unload.
5
6 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
7 Call rmail-spam-filter. Delete and expunge spam.
8 Print number of spam messages deleted.
9 Save and restore the deletion status of old messages when reading
10 new mail with spam filter, so that expunging spam does not expunge
11 msgs deleted by the user.
12 (rmail-only-expunge): added an optional argument dont-show to
13 prevent showing message after expunge.
14
1 2004-01-15 Luc Teirlinck <teirllm@auburn.edu> 15 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
2 16
3 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'. 17 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
4 * subr.el (declare): New macro. 18 * subr.el (declare): New macro.
5 19