comparison lisp/gnus/ChangeLog @ 87623:9de19be6c34e

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 07 Jan 2008 17:34:21 +0000
parents 4c6c79916238
children 359e4ed88d16
comparison
equal deleted inserted replaced
87622:6afe8b747c00 87623:9de19be6c34e
92 yes-or-no-p. 92 yes-or-no-p.
93 93
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.
101 (gnus-article-browse-html-parts): Work with message/external-body; use 101 (gnus-article-browse-html-parts): Work with message/external-body; use
102 mm-add-meta-html-tag. 102 mm-add-meta-html-tag.
993 2007-09-06 Tassilo Horn <tassilo@member.fsf.org> 993 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
994 994
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
1002 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and 1002 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
1003 raw-text coding system when saving .newsrc file, which may contain 1003 raw-text coding system when saving .newsrc file, which may contain
1714 from gnus-newsgroup-processable. 1714 from gnus-newsgroup-processable.
1715 1715
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>
1723 1723
1724 New user option: message-signature-directory. 1724 New user option: message-signature-directory.
2893 2893
2894 2006-07-24 Daiki Ueno <ueno@unixuser.org> 2894 2006-07-24 Daiki Ueno <ueno@unixuser.org>
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
2902 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> 2902 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2903 2903
3121 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in 3121 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
3122 comment. 3122 comment.
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).
3130 (gnus-agent-regenerate-group): Check numeric names to see if they are 3130 (gnus-agent-regenerate-group): Check numeric names to see if they are
3131 messages or groups. 3131 messages or groups.
3465 3465
3466 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org> 3466 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
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
3474 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org> 3474 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3475 3475
5070 5070
5071 * starttls.el: Doc fixes. 5071 * starttls.el: Doc fixes.
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
5079 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org> 5079 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
5080 5080
5205 long lines. 5205 long lines.
5206 (gnus-cache-delete-group): Wrap doc strings. 5206 (gnus-cache-delete-group): Wrap doc strings.
5207 5207
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
5211 5210
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
5215 gnus-predefined-server-alist. 5214 gnus-predefined-server-alist.
5338 Courier IMAP ("some version from 2004"). Mostly based on similar 5337 Courier IMAP ("some version from 2004"). Mostly based on similar
5339 code in the same function. 5338 code in the same function.
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.
5349 5348
5350 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de> 5349 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
5771 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props 5770 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
5772 before parsing header. 5771 before parsing header.
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
5780 * message.el (message-alternative-emails): Improve docstring. 5779 * message.el (message-alternative-emails): Improve docstring.
5781 (message-setup-1): Call `message-use-alternative-email-as-from' 5780 (message-setup-1): Call `message-use-alternative-email-as-from'
6484 2005-05-31 Arne J,Ax(Brgensen <arne@arnested.dk> 6483 2005-05-31 Arne J,Ax(Brgensen <arne@arnested.dk>
6485 6484
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
6493 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int' 6492 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
6494 by `string-to-number'. 6493 by `string-to-number'.
6783 6782
6784 * spam-stat.el (spam-stat-score-buffer): Add a call to a 6783 * spam-stat.el (spam-stat-score-buffer): Add a call to a
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
6796 * gnus-registry.el (gnus-registry-clean-empty-function) 6795 * gnus-registry.el (gnus-registry-clean-empty-function)
6797 (gnus-registry-trim, gnus-registry-fetch-groups) 6796 (gnus-registry-trim, gnus-registry-fetch-groups)
6826 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto. 6825 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
6827 6826
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
6835 * gnus-delay.el (parse-time-string): Add autoload. 6834 * gnus-delay.el (parse-time-string): Add autoload.
6836 6835
8077 (spam-summary-prepare-exit): Use the spam-classifications function. 8076 (spam-summary-prepare-exit): Use the spam-classifications function.
8078 8077
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
8088 * gnus-score.el (gnus-adaptive-pretty-print): New variable. 8087 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
8089 (gnus-score-save): Use it. 8088 (gnus-score-save): Use it.
8734 * gnus-agent.el (directory-files-and-attributes): Optionally 8733 * gnus-agent.el (directory-files-and-attributes): Optionally
8735 defined to support XEmacs. 8734 defined to support XEmacs.
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.
8748 (gnus-agent-braid-nov): Rewrote to validate article numbers coming 8747 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
8749 from backend while recognizing that article numbers in .overview 8748 from backend while recognizing that article numbers in .overview
8758 some users confused by references to .newsrc when they only have a 8757 some users confused by references to .newsrc when they only have a
8759 .newsrc.eld file. 8758 .newsrc.eld file.
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
8767 methods now autoloaded. 8766 methods now autoloaded.
8768 8767
9497 (rfc2047-decode): Treat the ascii coding-system as raw-text by 9496 (rfc2047-decode): Treat the ascii coding-system as raw-text by
9498 default. 9497 default.
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>
9506 9505
9507 * spam.el (spam-list-of-processors): Use nil for nonexistent processors. 9506 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
9861 as expired without moving it" message when there are spam 9860 as expired without moving it" message when there are spam
9862 messages left. 9861 messages left.
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>
9870 9869
9871 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call 9870 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
10432 gnus-convert-old-newsrc's "backup before upgrading warning". 10431 gnus-convert-old-newsrc's "backup before upgrading warning".
10433 (gnus-convert-converter-needs-prompt): Tests whether the user 10432 (gnus-convert-converter-needs-prompt): Tests whether the user
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>
10441 10440
10442 * mail-source.el (mail-source-touch-pop): Doc fix. 10441 * mail-source.el (mail-source-touch-pop): Doc fix.
10691 10690
10692 2004-02-14 Jesper Harder <harder@ifa.au.dk> 10691 2004-02-14 Jesper Harder <harder@ifa.au.dk>
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.
10700 10699
10701 * gnus-int.el (gnus-request-scan): do. 10700 * gnus-int.el (gnus-request-scan): do.
11009 eval-when-compile, to define gnus-agent-set-cat-groups as the setf 11008 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
11010 method of gnus-agent-cat-groups even when the buffer has been 11009 method of gnus-agent-cat-groups even when the buffer has been
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.
11022 (gnus-agent-save-alist): Removed unused optional argument. 11021 (gnus-agent-save-alist): Removed unused optional argument.
11023 (gnus-agent-load-local, gnus-agent-read-and-cache-local), 11022 (gnus-agent-load-local, gnus-agent-read-and-cache-local),
11087 (spam-spamassassin-score) 11086 (spam-spamassassin-score)
11088 (spam-spamassassin-register-with-sa-learn) 11087 (spam-spamassassin-register-with-sa-learn)
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
11097 * spam.el (gnus-summary-mode-map): Make spam-generic-score the 11096 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
11098 default scoring function. 11097 default scoring function.