Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 86329:cecdfdf5f008
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 22 Nov 2007 16:12:58 +0000 |
parents | b284b075c181 |
children | 6f4793ab0756 |
comparison
equal
deleted
inserted
replaced
86328:6276fcac4dc8 | 86329:cecdfdf5f008 |
---|---|
1 2007-11-22 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * spam.el (spam-find-spam, spam-enter-list): Doc fixes. | |
4 (spam-split-symbolic-return-positive): Reflow docstring. | |
5 (spam-backends, spam-summary-exit-behavior) | |
6 (spam-mark-ham-unread-before-move-from-spam-group) | |
7 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch) | |
8 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch) | |
9 (spam-clear-cache, spam-backend-check, spam-install-backend) | |
10 (spam-install-statistical-backend, spam-list-of-processors) | |
11 (spam-group-processor-p, spam-split, spam-bogofilter-score) | |
12 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score) | |
13 (spam-check-crm114, spam-initialize, spam-unload-hook): | |
14 Fix typos in docstrings. | |
15 | |
1 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de> | 16 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de> |
2 | 17 |
3 * message.el (message-send-mail-function): Require sendmail. | 18 * message.el (message-send-mail-function): Require sendmail. |
4 | 19 |
5 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de> | 20 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de> |
10489 (agent-enable-undownloaded-faces): Added | 10504 (agent-enable-undownloaded-faces): Added |
10490 (gnus-agent-cat-groups): Use eval-and-compile, not | 10505 (gnus-agent-cat-groups): Use eval-and-compile, not |
10491 eval-when-compile, to define gnus-agent-set-cat-groups as the setf | 10506 eval-when-compile, to define gnus-agent-set-cat-groups as the setf |
10492 method of gnus-agent-cat-groups even when the buffer has been | 10507 method of gnus-agent-cat-groups even when the buffer has been |
10493 evaled. | 10508 evaled. |
10494 (gnus-agent-save-active,gnus-agent-save-active-1): Merged to | 10509 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to |
10495 delete gnus-agent-save-active-1. | 10510 delete gnus-agent-save-active-1. |
10496 (gnus-agent-save-groups): Deleted. Identical to | 10511 (gnus-agent-save-groups): Deleted. Identical to |
10497 gnus-agent-save-active. | 10512 gnus-agent-save-active. |
10498 (gnus-agent-write-active): No longer adjust agent's copy of active | 10513 (gnus-agent-write-active): No longer adjust agent's copy of active |
10499 file as agent's adjustments are now stored in their own | 10514 file as agent's adjustments are now stored in their own |
10500 file. Removed optional parameter. | 10515 file. Removed optional parameter. |
10501 (gnus-agent-possibly-alter-active): Ignore groups of unagentized | 10516 (gnus-agent-possibly-alter-active): Ignore groups of unagentized |
10502 servers. Add use of min/max range limits from server's local | 10517 servers. Add use of min/max range limits from server's local |
10503 file. | 10518 file. |
10504 (gnus-agent-save-alist): Removed unused optional argument. | 10519 (gnus-agent-save-alist): Removed unused optional argument. |
10505 (gnus-agent-load-local,gnus-agent-read-and-cache-local), | 10520 (gnus-agent-load-local, gnus-agent-read-and-cache-local), |
10506 (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local), | 10521 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local), |
10507 (gnus-agent-set-local): A per-server file that keeps min/max range | 10522 (gnus-agent-set-local): A per-server file that keeps min/max range |
10508 limits for articles known to the agent. Provides a fast mechanism | 10523 limits for articles known to the agent. Provides a fast mechanism |
10509 for altering many active ranges. | 10524 for altering many active ranges. |
10510 (gnus-agent-expire-group,gnus-agent-expire): No longer save the | 10525 (gnus-agent-expire-group, gnus-agent-expire): No longer save the |
10511 active file (local makes it unnecessary). | 10526 active file (local makes it unnecessary). |
10512 (gnus-agent-regenerate-group): Fixed XEmacs compatibility. | 10527 (gnus-agent-regenerate-group): Fixed XEmacs compatibility. |
10513 | 10528 |
10514 * gnus-cus.el (agent-disable-undownloaded-faces): Removed | 10529 * gnus-cus.el (agent-disable-undownloaded-faces): Removed |
10515 (agent-enable-undownloaded-faces): Added | 10530 (agent-enable-undownloaded-faces): Added |