diff options
| -rw-r--r-- | lisp/gnus/ChangeLog | 61 |
1 files changed, 30 insertions, 31 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 91063c2a974..6a80d8968e3 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -94,7 +94,7 @@ | |||
| 94 | 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org> | 94 | 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org> |
| 95 | 95 | ||
| 96 | * mm-decode.el (mm-add-meta-html-tag): New function. | 96 | * mm-decode.el (mm-add-meta-html-tag): New function. |
| 97 | (mm-save-part-to-file, mm-pipe-part): Use it | 97 | (mm-save-part-to-file, mm-pipe-part): Use it. |
| 98 | 98 | ||
| 99 | * gnus-art.el (gnus-article-browse-delete-temp-files): Use | 99 | * gnus-art.el (gnus-article-browse-delete-temp-files): Use |
| 100 | gnus-y-or-n-p instead of y-or-n-p. | 100 | gnus-y-or-n-p instead of y-or-n-p. |
| @@ -995,7 +995,7 @@ | |||
| 995 | * hmac-def.el (define-hmac-function): Switch from old-style to | 995 | * hmac-def.el (define-hmac-function): Switch from old-style to |
| 996 | new-style backquotes. | 996 | new-style backquotes. |
| 997 | 997 | ||
| 998 | * md4.el (md4-make-step): likewise. | 998 | * md4.el (md4-make-step): Likewise. |
| 999 | 999 | ||
| 1000 | 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org> | 1000 | 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org> |
| 1001 | 1001 | ||
| @@ -1716,7 +1716,7 @@ | |||
| 1716 | 2007-04-16 Didier Verna <didier@xemacs.org> | 1716 | 2007-04-16 Didier Verna <didier@xemacs.org> |
| 1717 | 1717 | ||
| 1718 | * gnus-msg.el (gnus-configure-posting-styles): Handle | 1718 | * gnus-msg.el (gnus-configure-posting-styles): Handle |
| 1719 | message-signature-directory properly with :file syntax. Reported by | 1719 | message-signature-directory properly with :file syntax. Reported by |
| 1720 | "Leo". | 1720 | "Leo". |
| 1721 | 1721 | ||
| 1722 | 2007-04-11 Didier Verna <didier@xemacs.org> | 1722 | 2007-04-11 Didier Verna <didier@xemacs.org> |
| @@ -2895,7 +2895,7 @@ | |||
| 2895 | 2895 | ||
| 2896 | * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8 | 2896 | * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8 |
| 2897 | letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and | 2897 | letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and |
| 2898 | andreas@altroot.de (Andreas V,Av(Bgele) | 2898 | andreas@altroot.de (Andreas V,Av(Bgele). |
| 2899 | 2899 | ||
| 2900 | FIXME: Use `tiny change'? | 2900 | FIXME: Use `tiny change'? |
| 2901 | 2901 | ||
| @@ -3123,7 +3123,7 @@ | |||
| 3123 | 3123 | ||
| 3124 | 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc> | 3124 | 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc> |
| 3125 | 3125 | ||
| 3126 | * gnus-agent.el (Added gnus-agent-flush*) to purge agent info. | 3126 | * gnus-agent.el: Added gnus-agent-flush* to purge agent info. |
| 3127 | (gnus-agent-read-agentview): Fixed handling of end-of-file error. | 3127 | (gnus-agent-read-agentview): Fixed handling of end-of-file error. |
| 3128 | (gnus-agent-read-local): All symbols allocated in my-obarray | 3128 | (gnus-agent-read-local): All symbols allocated in my-obarray |
| 3129 | (gnus-agent-set-local): Skip invalid entries (min and/or max is nil). | 3129 | (gnus-agent-set-local): Skip invalid entries (min and/or max is nil). |
| @@ -3467,7 +3467,7 @@ | |||
| 3467 | 3467 | ||
| 3468 | * gnus-util.el (gnus-byte-compile): Use it. | 3468 | * gnus-util.el (gnus-byte-compile): Use it. |
| 3469 | 3469 | ||
| 3470 | 2006-04-22 xyblor <fake@invalid.email> (Tiny change.) | 3470 | 2006-04-22 xyblor <fake@invalid.email> (tiny change) |
| 3471 | 3471 | ||
| 3472 | * gnus-util.el (kill-empty-logs): New function. | 3472 | * gnus-util.el (kill-empty-logs): New function. |
| 3473 | 3473 | ||
| @@ -5072,7 +5072,7 @@ | |||
| 5072 | (starttls-open-stream-gnutls, starttls-open-stream): Rename arg | 5072 | (starttls-open-stream-gnutls, starttls-open-stream): Rename arg |
| 5073 | SERVICE to PORT. | 5073 | SERVICE to PORT. |
| 5074 | 5074 | ||
| 5075 | * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with | 5075 | * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with |
| 5076 | port null or service name. | 5076 | port null or service name. |
| 5077 | (starttls-negotiate): Autoload. | 5077 | (starttls-negotiate): Autoload. |
| 5078 | 5078 | ||
| @@ -5208,7 +5208,6 @@ | |||
| 5208 | * gnus-agent.el (gnus-agent-rename-group) | 5208 | * gnus-agent.el (gnus-agent-rename-group) |
| 5209 | (gnus-agent-delete-group): Wrap doc strings. | 5209 | (gnus-agent-delete-group): Wrap doc strings. |
| 5210 | 5210 | ||
| 5211 | |||
| 5212 | 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org> | 5211 | 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 5213 | 5212 | ||
| 5214 | * gnus-start.el (gnus-1): Add "native" to | 5213 | * gnus-start.el (gnus-1): Add "native" to |
| @@ -5340,9 +5339,9 @@ | |||
| 5340 | 5339 | ||
| 5341 | 2005-10-26 Didier Verna <didier@xemacs.org> | 5340 | 2005-10-26 Didier Verna <didier@xemacs.org> |
| 5342 | 5341 | ||
| 5343 | * gnus-group.el (gnus-group-compact-group): invalidate original | 5342 | * gnus-group.el (gnus-group-compact-group): Invalidate original |
| 5344 | article buffer. | 5343 | article buffer. |
| 5345 | * gnus-srvr.el (gnus-server-compact-server): ditto. | 5344 | * gnus-srvr.el (gnus-server-compact-server): Ditto. |
| 5346 | * nnml.el (nnml-request-compact-group): handle self Xref: field in | 5345 | * nnml.el (nnml-request-compact-group): handle self Xref: field in |
| 5347 | NOV database and in article itself. | 5346 | NOV database and in article itself. |
| 5348 | Invalidate article backlog. | 5347 | Invalidate article backlog. |
| @@ -5773,7 +5772,7 @@ | |||
| 5773 | 5772 | ||
| 5774 | 2005-09-11 Jari Aalto <jari.aalto@cante.net> | 5773 | 2005-09-11 Jari Aalto <jari.aalto@cante.net> |
| 5775 | 5774 | ||
| 5776 | * html2text.el: (html2text-replace-list): Add new entities. | 5775 | * html2text.el (html2text-replace-list): Add new entities. |
| 5777 | 5776 | ||
| 5778 | 2005-09-11 Romain Francoise <romain@orebokech.com> | 5777 | 2005-09-11 Romain Francoise <romain@orebokech.com> |
| 5779 | 5778 | ||
| @@ -6486,7 +6485,7 @@ | |||
| 6486 | * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs. | 6485 | * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs. |
| 6487 | 6486 | ||
| 6488 | * smime.el (smime-cert-by-ldap-1): Handle certificates distributed | 6487 | * smime.el (smime-cert-by-ldap-1): Handle certificates distributed |
| 6489 | in PEM format. Adjust to the XEmacs compability. | 6488 | in PEM format. Adjust to the XEmacs compability. |
| 6490 | 6489 | ||
| 6491 | 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de> | 6490 | 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de> |
| 6492 | 6491 | ||
| @@ -6785,11 +6784,11 @@ | |||
| 6785 | user-function allow user modifications of the scores. | 6784 | user-function allow user modifications of the scores. |
| 6786 | (spam-stat-score-buffer-user): New function, to allow | 6785 | (spam-stat-score-buffer-user): New function, to allow |
| 6787 | user-computed modifications to the score. | 6786 | user-computed modifications to the score. |
| 6788 | (spam-stat-score-buffer-user-functions): list of additional | 6787 | (spam-stat-score-buffer-user-functions): List of additional |
| 6789 | scoring functions | 6788 | scoring functions. |
| 6790 | (spam-stat-error-holder): global temporary error holder | 6789 | (spam-stat-error-holder): Global temporary error holder. |
| 6791 | (spam-stat-split-fancy): use the new `spam-stat-error-holder' | 6790 | (spam-stat-split-fancy): Use the new `spam-stat-error-holder' |
| 6792 | variable | 6791 | variable. |
| 6793 | 6792 | ||
| 6794 | 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com> | 6793 | 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com> |
| 6795 | 6794 | ||
| @@ -6828,7 +6827,7 @@ | |||
| 6828 | 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de> | 6827 | 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de> |
| 6829 | 6828 | ||
| 6830 | * nnimap.el (nnimap-date-days-ago): Add defvars in order to | 6829 | * nnimap.el (nnimap-date-days-ago): Add defvars in order to |
| 6831 | silence the byte compiler inside the defun | 6830 | silence the byte compiler inside the defun. |
| 6832 | 6831 | ||
| 6833 | * gnus-demon.el (parse-time-string): Add autoload. | 6832 | * gnus-demon.el (parse-time-string): Add autoload. |
| 6834 | 6833 | ||
| @@ -8079,9 +8078,9 @@ | |||
| 8079 | * netrc.el (autoload, netrc-parse): Use encrypt.el instead of | 8078 | * netrc.el (autoload, netrc-parse): Use encrypt.el instead of |
| 8080 | gnus-encrypt.el. | 8079 | gnus-encrypt.el. |
| 8081 | 8080 | ||
| 8082 | * encrypt.el: copied from gnus-encrypt.el | 8081 | * encrypt.el: Copied from gnus-encrypt.el. |
| 8083 | 8082 | ||
| 8084 | * gnus-encrypt.el: commented that it's obsolete | 8083 | * gnus-encrypt.el: Commented that it's obsolete. |
| 8085 | 8084 | ||
| 8086 | 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de> | 8085 | 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de> |
| 8087 | 8086 | ||
| @@ -8736,12 +8735,12 @@ | |||
| 8736 | 8735 | ||
| 8737 | 2004-09-09 Kevin Greiner <kgreiner@compsol.cc> | 8736 | 2004-09-09 Kevin Greiner <kgreiner@compsol.cc> |
| 8738 | 8737 | ||
| 8739 | * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf | 8738 | * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf |
| 8740 | to avoid run-time CL dependencies. | 8739 | to avoid run-time CL dependencies. |
| 8741 | (gnus-agent-unfetch-articles): New function. | 8740 | (gnus-agent-unfetch-articles): New function. |
| 8742 | (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate | 8741 | (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate |
| 8743 | article numbers even when local .overview file is missing. | 8742 | article numbers even when local .overview file is missing. |
| 8744 | (gnus-agent-read-article-number): New function. Only accepts | 8743 | (gnus-agent-read-article-number): New function. Only accepts |
| 8745 | 27-bit article numbers. | 8744 | 27-bit article numbers. |
| 8746 | (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use | 8745 | (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use |
| 8747 | gnus-agent-read-article-number. | 8746 | gnus-agent-read-article-number. |
| @@ -8760,7 +8759,7 @@ | |||
| 8760 | (gnus-convert-mark-converter-prompt, | 8759 | (gnus-convert-mark-converter-prompt, |
| 8761 | gnus-convert-converter-needs-prompt): Fixed use of property list. | 8760 | gnus-convert-converter-needs-prompt): Fixed use of property list. |
| 8762 | * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt): | 8761 | * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt): |
| 8763 | New function. Used internally to only display 'gnus converting | 8762 | New function. Used internally to only display 'gnus converting |
| 8764 | files' message when actually necessary. | 8763 | files' message when actually necessary. |
| 8765 | 8764 | ||
| 8766 | * gnus-sum.el (): Removed (require 'gnus-agent) as required | 8765 | * gnus-sum.el (): Removed (require 'gnus-agent) as required |
| @@ -9499,7 +9498,7 @@ | |||
| 9499 | 9498 | ||
| 9500 | 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change) | 9499 | 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change) |
| 9501 | 9500 | ||
| 9502 | * gnus-sum.el (gnus-summary-delete-article): invoke hook with | 9501 | * gnus-sum.el (gnus-summary-delete-article): Invoke hook with |
| 9503 | correct data. | 9502 | correct data. |
| 9504 | 9503 | ||
| 9505 | 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com> | 9504 | 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com> |
| @@ -9863,7 +9862,7 @@ | |||
| 9863 | 9862 | ||
| 9864 | 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change) | 9863 | 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change) |
| 9865 | 9864 | ||
| 9866 | * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail | 9865 | * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail |
| 9867 | header is not nil. | 9866 | header is not nil. |
| 9868 | 9867 | ||
| 9869 | 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net> | 9868 | 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net> |
| @@ -10434,7 +10433,7 @@ | |||
| 10434 | should be protected from potentially irreversable changes by the | 10433 | should be protected from potentially irreversable changes by the |
| 10435 | function. | 10434 | function. |
| 10436 | 10435 | ||
| 10437 | * legacy-gnus-agent.el (): New. Provides converters that are only | 10436 | * legacy-gnus-agent.el: New. Provides converters that are only |
| 10438 | loaded when gnus-convert-old-newsrc needs to call them. | 10437 | loaded when gnus-convert-old-newsrc needs to call them. |
| 10439 | 10438 | ||
| 10440 | 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org> | 10439 | 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org> |
| @@ -10693,7 +10692,7 @@ | |||
| 10693 | 10692 | ||
| 10694 | * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup. | 10693 | * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup. |
| 10695 | 10694 | ||
| 10696 | * html2text.el (html2text-get-attr, html2text-fix-paragraph): do | 10695 | * html2text.el (html2text-get-attr, html2text-fix-paragraph): do. |
| 10697 | 10696 | ||
| 10698 | * gnus-sum.el (gnus-summary-limit-to-age) | 10697 | * gnus-sum.el (gnus-summary-limit-to-age) |
| 10699 | (gnus-summary-limit-children): do. | 10698 | (gnus-summary-limit-children): do. |
| @@ -11011,11 +11010,11 @@ | |||
| 11011 | evaled. | 11010 | evaled. |
| 11012 | (gnus-agent-save-active, gnus-agent-save-active-1): Merged to | 11011 | (gnus-agent-save-active, gnus-agent-save-active-1): Merged to |
| 11013 | delete gnus-agent-save-active-1. | 11012 | delete gnus-agent-save-active-1. |
| 11014 | (gnus-agent-save-groups): Deleted. Identical to | 11013 | (gnus-agent-save-groups): Deleted. Identical to |
| 11015 | gnus-agent-save-active. | 11014 | gnus-agent-save-active. |
| 11016 | (gnus-agent-write-active): No longer adjust agent's copy of active | 11015 | (gnus-agent-write-active): No longer adjust agent's copy of active |
| 11017 | file as agent's adjustments are now stored in their own | 11016 | file as agent's adjustments are now stored in their own |
| 11018 | file. Removed optional parameter. | 11017 | file. Removed optional parameter. |
| 11019 | (gnus-agent-possibly-alter-active): Ignore groups of unagentized | 11018 | (gnus-agent-possibly-alter-active): Ignore groups of unagentized |
| 11020 | servers. Add use of min/max range limits from server's local | 11019 | servers. Add use of min/max range limits from server's local |
| 11021 | file. | 11020 | file. |
| @@ -11089,8 +11088,8 @@ | |||
| 11089 | (spam-spamassassin-register-spam-routine) | 11088 | (spam-spamassassin-register-spam-routine) |
| 11090 | (spam-spamassassin-register-ham-routine) | 11089 | (spam-spamassassin-register-ham-routine) |
| 11091 | (spam-assassin-register-spam-routine) | 11090 | (spam-assassin-register-spam-routine) |
| 11092 | (spam-assassin-register-ham-routine): add SpamAssassin support | 11091 | (spam-assassin-register-ham-routine): Add SpamAssassin support. |
| 11093 | (spam-bogofilter-score): fix to show article before scoring | 11092 | (spam-bogofilter-score): Fix to show article before scoring. |
| 11094 | 11093 | ||
| 11095 | 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com> | 11094 | 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com> |
| 11096 | 11095 | ||