* mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
[gnus] / lisp / ChangeLog
index 94b1182..778c067 100644 (file)
@@ -1,3 +1,164 @@
+2006-11-13  Daiki Ueno  <ueno@unixuser.org>
+
+       * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
+       EasyPG (< 0.0.6).
+
+2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nntp.el (nntp-authinfo-force): New variable.
+       (nntp-send-authinfo): Use it.
+
+2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * message.el (message-strip-subject-encoded-words): Allow _not_ to
+       decode encoded words.  Improve prompt.  Add comment about forwarding.
+       (message-replacement-char): Move up.
+
+2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
+
+       * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
+       instead of gnus-intersection because arguments of gnus-sorted-nunion
+       must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
+
+2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * message.el (message-strip-subject-encoded-words): Reformat prompt.
+       (message-simplify-subject-functions): Enable
+       message-strip-subject-encoded-words by default.
+
+2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * message.el (message-strip-subject-encoded-words): New function
+       (message-simplify-subject-functions): New variable.
+       (message-simplify-subject): Use it.  Fix typo in doc string.
+       Support message-strip-subject-encoded-words.
+
+2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
+
+       * gnus-diary.el (gnus-diary-delay-format-function):
+       * nndiary.el (nndiary-reminders):
+       * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
+
+2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-art.el (article-hide-boring-headers): Fetch date from
+       gnus-original-article-buffer to avoid problems with localized date
+       strings.
+
+2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * html2text.el (html2text-format-tags): Avoid infloop on open tags.
+
+2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
+       New variables.
+       (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
+       (mm-charset-synonym-alist): Move some entries to
+       mm-codepage-iso-8859-list.
+       (mm-charset-synonym-alist, mm-charset-override-alist): Add
+       iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
+
+2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
+
+2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
+       with Emacs 21 and XEmacs.
+
+2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * spam.el (spam-parse-address): New function for better parsing,
+       catching errors, etc.
+       (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
+
+2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * mm-view.el: Add interactive arg to html2text autoload.
+
+2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
+
+2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
+       variables.
+       (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
+       (mm-charset-synonym-alist): Move some entries to
+       mm-codepage-iso-8859-list.
+
+       * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
+
+2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * message.el (message-citation-line-format)
+       (message-insert-formated-citation-line): Fix implementation of %E, %N
+       and %n according to the doc string.
+
+2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
+       car-safe to avoid bad parses.
+
+2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
+       names.
+
+       * gnus-sum.el (gnus-select-newsgroup): Decode group name.
+
+2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
+       header.
+
+       * message.el (message-draft-headers): Add Date.
+       (message-headers-to-generate): Fix typo in docstring.
+
+       * nndraft.el (nndraft-required-headers): New variable.
+       (nndraft-generate-headers): Use it.
+
+       * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
+
+2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-registry.el (gnus-registry-wash-for-keywords)
+       (gnus-registry-find-keywords): New functions to allow easy searching of
+       articles that are in the registry.
+
+2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
+       ietf-drums-parse-address instead of gnus-extract-address-components.
+       Reported by Damien Elmes <damien@repose.cx>.
+
+2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus.el (gnus-mime): Remove unused custom group.
+
+2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
+       "blank line" when searching for end of armor headers.
+
+2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gmm-utils.el (gmm-write-region): Fix variable name.
+
+2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gmm-utils.el (gmm-write-region): New function based on compatibility
+       code from `mm-make-temp-file'.
+
+       * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
+
+       * nnmaildir.el (nnmaildir--update-nov)
+       (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
+       Use `gmm-write-region'.
+
 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * message.el (message-hidden-headers): Default to "^References:".
-       From Reiner Steib <Reiner.Steib@gmx.de>; improve customization type.
-       (message-strip-forbidden-properties): Remove check for obsolete
-       `message-hidden' text property, hidden headers are not accessible
-       in the buffer anymore.  From Romain Francoise on January 11, 2004.
+       Improve customization type.  Suggested by Reiner Steib
+       <Reiner.Steib@gmx.de>.
+
+2004-11-25  Romain Francoise  <romain@orebokech.com>
+
+       * message.el (message-strip-forbidden-properties): Remove check for
+       obsolete `message-hidden' text property, hidden headers are not
+       accessible in the buffer anymore.
 
 2004-11-22  Romain Francoise  <romain@orebokech.com>
 
        "Args out of range" error.  Reported by Arnaud Giersch
        <arnaud.giersch@free.fr>.
 
-2004-11-07  Jesper Harder  <harder@ifa.au.dk>
+2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
 
        * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
-       From Stefan Wiens <s.wi@gmx.net>.
 
 2004-11-04  Richard M. Stallman  <rms@gnu.org>
 
        * gnus-art.el (gnus-button-alist): Improve
        `gnus-button-handle-library' entry.
 
-2004-08-19  Paul Jarc  <prj@po.cwru.edu>
+2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
 
        * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
        downcase, since XEmacs capitalizes error messages differently.
-       From Sebastian Freundt <hroptatyr@gna.org>.
 
 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
 
        (spam-summary-prepare-exit): invoke spam-group-processor-p
        properly now
 
-       * spam-report.el (spam-report-resend-to, spam-report-resend):
-       start with resend-to set to nil, and then ask the user if
-       necessary.  From Daniel Pittman <daniel@rimspace.net>.
-
        * gnus.el (spam-resend-to): new group/topic parameter
        (spam-process): move the OBSOLETE processors to the end of the
        choices.
 
-       * spam-report.el (spam-report-resend): spam-report-resend takes a
-       list of articles, not separate article numbers.  From Daniel
-       Pittman <daniel@rimspace.net>.
+2004-05-24  Daniel Pittman  <daniel@rimspace.net>
+
+       * spam-report.el (spam-report-resend-to, spam-report-resend): Start
+       with resend-to set to nil, and then ask the user if necessary.
+       (spam-report-resend): spam-report-resend takes a list of articles, not
+       separate article numbers.
 
 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 
 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
 
+       FIXME: Make separate entries for each person.
+
        From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
        Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
        <shields@msrl.com>:
        cache if there's the grouplens stuff.
        (gnus-parse-simple-format): Replace %l with the empty string.
 
-2004-01-27  Steve Youngs  <sryoungs@bigpond.net.au>
+2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
 
        * gnus-spec.el (gnus-parse-simple-format): Fix setq value
        omission.
-       From Jerry James  <james@xemacs.org>
 
 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        (spam-stat-buffer-words-with-scores): Don't narrow and change
        syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
 
-2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
-
-       * spam.el (gnus-summary-mode-map): make spam-generic-score the
-       default scoring function
-       (spam-generic-score): calls spam-spamassassin-score if
-       spam-use-spamassassin or spam-use-spamassassin-headers is on;
-       spam-bogofilter-score otherwise.
-
-       From Hubert Chan <hubert@uhoreg.ca>:
+2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
 
        * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
        (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
        (spam-assassin-register-ham-routine): add SpamAssassin support
        (spam-bogofilter-score): fix to show article before scoring
 
+2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * spam.el (gnus-summary-mode-map): make spam-generic-score the
+       default scoring function
+       (spam-generic-score): calls spam-spamassassin-score if
+       spam-use-spamassassin or spam-use-spamassassin-headers is on;
+       spam-bogofilter-score otherwise.
+
        * gnus.el (spam-process, spam-autodetect-methods): add
        spamassassin and spamassassin-headers
 
+2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
+
        * gnus-registry.el (gnus-registry-split-fancy-with-parent):
-       Suppress unnecessary messages.  From Nevin Kapur
-       <nkapur@cs.caltech.edu>.
+       Suppress unnecessary messages.
 
 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
 
        Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
        (mm-w3m-cid-retrieve): Simplify.
 
-2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
+2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
 
        * message.el (message-kill-to-signature): Allow prefix arg to
-       specify number of lines to keep before signature.  From Vasily
-       Korytov.
+       specify number of lines to keep before signature.
+
+2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
+
        (message-kill-to-signature): Change docstring.
 
 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>