Mercurial > emacs
comparison lisp/ChangeLog @ 102113:73021f190218
(rmail-summary-by-topic): Doc fix.
Regexp-quote default argument taken from current subject.
(rmail-new-summary-1): Error if empty summary. (Bug#2333)
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 19 Feb 2009 03:32:23 +0000 |
parents | be12df124dbd |
children | fa72a817b1e0 |
comparison
equal
deleted
inserted
replaced
102112:c9da83f185a6 | 102113:73021f190218 |
---|---|
1 2009-02-19 Glenn Morris <rgm@gnu.org> | |
2 | |
3 * mail/rmailsum.el (rmail-summary-by-topic): Doc fix. | |
4 Regexp-quote default argument taken from current subject. | |
5 (rmail-new-summary-1): Error if empty summary. (Bug#2333) | |
6 | |
7 * mail/rmail-spam-filter.el (rmail-get-new-mail-filter-spam): | |
8 Move here from rmail.el. Be more careful about error-handling. | |
9 Restore the feature of temporarily setting all old messages | |
10 undeleted before expunging (removed 2009-02-18). | |
11 | |
12 * mail/rmail.el (rsf-beep, rsf-sleep-after-message, rmail-spam-filter): | |
13 Don't declare. | |
14 (rmail-get-new-mail-filter-spam): Declare. Move definition to | |
15 rmail-spam-filter.el. | |
16 (rmail-get-new-mail-1): Move the beep and sleep to | |
17 rmail-get-new-mail-filter-spam. | |
18 | |
1 2009-02-18 Martin Rudalics <rudalics@gmx.at> | 19 2009-02-18 Martin Rudalics <rudalics@gmx.at> |
2 | 20 |
3 * cus-edit.el (custom-group-value-create): Insert some | 21 * cus-edit.el (custom-group-value-create): Insert some |
4 informatory text in the WIDGET-misses-doc-string case. | 22 informatory text in the WIDGET-misses-doc-string case. |
5 | 23 |