(mml2015-epg-sign): Save the signing keys in
[gnus] / lisp / ChangeLog
index 090071a..c4b10dc 100644 (file)
@@ -1,3 +1,344 @@
+2006-11-13  Daiki Ueno  <ueno@unixuser.org>
+
+       * mml2015.el (mml2015-epg-sign): Save the signing keys in
+       message-options.
+
+2006-11-13  Daiki Ueno  <ueno@unixuser.org>
+
+       * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
+       EasyPG (< 0.0.6).
+       (mml2015-encrypt-to-self): Turn on by default.
+       (mml2015-always-trust): New user option.
+       (mml2015-epg-passphrase-callback): Display key ID on the passphrase
+       prompt.
+
+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
+       iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
+
+       * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
+
+       * message.el (message-replacement-char): New variable.
+       (message-fix-before-sending): Use it.
+       (message-simplify-subject): New function to remove duplicate code.
+       (message-reply, message-followup): Use it.
+
+       * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
+       gnus-summary-limit-to-articles.
+
+2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-util.el (gnus-with-local-quit): New macro.
+
+       * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
+
+2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-util.el (gnus-string-remove-all-properties): another fix
+
+2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-util.el (gnus-string-remove-all-properties): fix to ignore
+       non-string data (needs to be done in the registry too)
+
+2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
+       (gnus-registry-remove-alist-text-properties, gnus-registry-action)
+       (gnus-registry-split-fancy-with-parent)
+       (gnus-registry-fetch-simplified-message-subject-fast)
+       (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
+       remove text properties on ingress into the registry and when it's saved
+       (gnus-registry-clean-empty-function): fixed bug with cleaning the
+       registry from entries with no groups
+
+2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-util.el (gnus-string-remove-all-properties): utility function to
+       remove string properties
+
+2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gmm-utils.el (gmm): Adjust custom version.
+
+       * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
+       custom version.
+
+       * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
+
+2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-art.el (gnus-insert-prev-page-button)
+       (gnus-insert-next-page-button): Simplify.  Reformat.
+
+2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
+
+       * gnus-art.el (gnus-insert-prev-page-button)
+       (gnus-insert-next-page-button): Apply gnus-article-button-face.
+
+2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
+
+       * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
+
+2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
+
+       (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
+       gnus-article-button-face to MIME and security buttons.
+
+2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-art.el (gnus-button-url-regexp): Try to make the value more
+       readable.
+
+2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * dgnushack.el: Autoload browse-url-of-file for XEmacs.
+
+2006-09-20  Steve Youngs  <steve@sxemacs.org>
+
+       * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
+       `browse-url-of-file' instead of `browse-url'.
+
+2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * nnslashdot.el (nnslashdot-request-article): Update end-of-article
+       regexp.  Articles containing quotation were cut prematurely.
+
+2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-cite-original-1): Use nobody by default for the
+       value of From header.
+       (message-reply): Ditto.
+
+2006-09-11  Daiki Ueno  <ueno@unixuser.org>
+
+       * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
+       to the gnus-info.  This fixes a bug of inline-PGP message verification.
+       Reported by Michael Piotrowski <mxp@dynalabs.de>.
+
+2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
+       mails in the doc string.  Add some URLs in comment.
+       (pop3-movemail): Warn about pop3-leave-mail-on-server.
+
+2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
+       backslashes handling and the way to find boundaries of quoted strings.
+
+2006-09-07  Daiki Ueno  <ueno@unixuser.org>
+
+       * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
+       mml1991-encrypt-to-self is set and mml1991-signers is not set.
+       * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
+       mml2015-encrypt-to-self is set and mml2015-signers is not set.
+
+2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
+       doc string.
+       (gnus-button-regexp, gnus-button-last): Remove unused variables.
+
+2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lpath.el: Fbind epg-check-configuration.
+
+2006-09-06  Simon Josefsson  <jas@extundo.com>
+
+       * mml2015.el (mml2015-use): Doc fix, mention epg.
+
+2006-09-06  Daiki Ueno  <ueno@unixuser.org>
+
+       * mml2015.el (mml2015-use): Default to epg, if available.
+
+2006-09-06  Daiki Ueno  <ueno@unixuser.org>
+
+       * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
+       message-sender.
+       (mml1991-epg-encrypt): Ditto.
+       * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
+       message-sender.
+       (mml2015-epg-encrypt): Ditto.
+
+2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
+
+       * message.el (message-send-mail-with-sendmail): Look for sendmail in
+       several common directories.
+
+2006-09-05  Daiki Ueno  <ueno@unixuser.org>
+
+       * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
+       * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
+
+2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (article-decode-encoded-words): Make it fast.
+
+2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
+
+       * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
+       in quoted string into `\'.
+
 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
        letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
        andreas@altroot.de (Andreas V\e,Av\e(Bgele)
 
+       FIXME: Use `tiny change'?
+
 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
 
        * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
 
        * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
 
-2006-07-10  Daiki Ueno <ueno@unixuser.org>
+2006-07-10  Daiki Ueno  <ueno@unixuser.org>
 
        * mml1991.el (mml1991-function-alist): Add epg.
        (mml1991-epg-passphrase-callback, mml1991-epg-sign)
        (mml1991-epg-encrypt): New functions.
 
-2006-07-10  Daiki Ueno <ueno@unixuser.org>
+2006-07-10  Daiki Ueno  <ueno@unixuser.org>
 
        * mml2015.el (mml2015-verbose): New variable.
        (mml2015-cache-passphrase): Ditto.
 
        * gnus.el (gnus-version-number): Bump version.
 
-2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
+2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
 
        * gnus.el: No Gnus v0.5 is released.
 
 
 2006-04-13  Romain Francoise  <romain@orebokech.com>
 
+       TODO: Backport to v5-10!
+
        * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
        Moved here (and renamed) from gnus-registry.el.
 
        handle is multipart when calling it recursively.
        (mm-w3m-cid-retrieve): Display warning if retrieving fails.
 
-2006-03-03  Daniel Pittman <daniel@rimspace.net>
+2006-03-03  Daniel Pittman  <daniel@rimspace.net>
 
        * nnimap.el (nnimap-request-update-info-internal): Optimize.
        Don't `gnus-uncompress-range' to avoid excessive memory usage.
        LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
        *-image-load-path-called-flag.
 
-2006-02-21  Milan Zamazal <pdm@brailcom.org>
+2006-02-21  Milan Zamazal  <pdm@brailcom.org>
 
        * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
 
        process-kill-without-query.
        (starttls-open-stream): Ditto.
 
-2005-05-31  Ulf Stegemann <ulf@zeitform.de>  (tiny change)
+2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
 
        * smime.el (smime-cert-by-ldap-1): Don't use
        replace-regexp-in-string.
        * nntp.el: Autoload format-spec instead of format; use
        eval-and-compile to evaluate autoload forms.
 
-2005-05-09  Georg C. F. Greve <greve@gnu.org>  (tiny change)
+2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
 
        * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
 
 
        * gnus.el (gnus-version-number): Bump version.
 
-2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
+2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
 
        * gnus.el: No Gnus v0.3 is released.
 
 
        * gnus.el (gnus-group-startup-message): Search for gnus images in
        etc/images/gnus.
-       * mm-util.el (mm-find-charset-region): Likewise.
+       * mm-util.el (mm-image-load-path): Likewise.
        * smiley.el (smiley-data-directory): Search for smilies in
        etc/images/smilies.
 
 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>
 
 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
 
        * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
-       docstrings.
+       doc string.  Improve doc string.
 
 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        "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>
 
        checkdoc cleanup.
        (html2text-get-attr, html2text-fix-paragraph): Simplify code.
 
-2004-11-01  Alfred M. Szmidt <ams@kemisten.nu>  (tiny change)
+2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
 
        * html2text.el (html2text-format-tag-list): Add "strong" and "em".
 
        * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
        Add :group 'nnimap.
 
-2004-08-30  Andreas Schwab <schwab@suse.de>
+2004-08-30  Andreas Schwab  <schwab@suse.de>
 
        * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
        ?* and ?\;.
        * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
        "Unrecognized menu descriptor" error in XEmacs.
 
-2004-08-26  Stefan Wiens <s.wi@gmx.net>  (tiny change)
+2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
 
        * gnus-sum.el (gnus-read-header): Don't remove a header for the
        parent article of a sparse article in the thread hashtb.
 
-2004-08-26  David Hedbor <dhedbor@real.com>  (tiny change)
+2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
 
        * nnmail.el (nnmail-split-lowercase-expanded): New user option.
        (nnmail-expand-newtext): Lowercase expanded entries if
        * 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>
 
        (rfc2047-decode): Treat the ascii coding-system as raw-text by
        default.
 
-2004-05-25  Anand Mitra <mitramc@yahoo.com>  (tiny change)
+2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
 
        * gnus-sum.el (gnus-summary-delete-article): invoke hook with
        correct data.
        (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>
 
 
        * gnus.el (gnus-version-number): Bump.
 
-2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
+2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
 
        * gnus.el: No Gnus v0.2 is released.
 
 
 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>
 
        * gnus.el (gnus-version-number): Bump version.
 
-2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
+2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
 
        * gnus.el: No Gnus v0.1 is released.
 
-2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
+2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
 
        * gnus.el: No Gnus v0.0 is released.