Importing Oort Gnus v0.06.
[elisp/gnus.git-] / lisp / ChangeLog
index dcd5c94..b021fd9 100644 (file)
-Mon Apr 24 21:12:06 2000  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
+2002-05-01 20:09:21 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
 
-       * gnus.el: Gnus v5.8.5 is released.
+       * gnus.el: Oort Gnus v0.06 is released.
 
-2000-04-24 16:29:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2002-05-01  Lars Magne Ingebrigtsen  <>
 
-       * rfc2047.el (rfc2047-header-encoding-alist): Doc fix.
+       * lpath.el: Bind url-package-version.
 
-       * gnus-util.el (gnus-netrc-machine): Default to nntp.
+2002-05-01  Simon Josefsson  <jas@extundo.com>
 
-       * mml.el (mml-generate-mime-1): Force 8bit on message/rfc822.
+       * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
+       filename before deleting the group itself, because the presence of
+       a group filename decides if long filenames are used or not.
 
-2000-04-23 23:27:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-art.el (gnus-button-alist): Don't inline
+       gnus-button-url-regexp.  This makes it possible to change g-b-u-r
+       without also modifying g-button-alist.
+       (gnus-button-alist): Fix type to allow variable as well as regexp.
+       (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
+       themselves, variables to its contents.
+       (gnus-button-entry): Ditto.
 
-       * mm-view.el (mm-inline-message): Disable prepare-hook. 
+2002-05-01  Simon Josefsson  <jas@extundo.com>
 
-2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
+       UIDNEXT as a string.
 
-       * gnus.el: Fix copyright statements.
+       * nnimap.el (nnimap-string-lessp-numerical): New function.
+       (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
+       integers.
 
-       * gnus-sum.el (gnus-alter-articles-to-read-function): New
-       variable. 
-       (gnus-articles-to-read): Use it.
+2002-04-29  Simon Josefsson  <jas@extundo.com>
 
-       * message.el (message-get-reply-headers): Bind free variable.
+       * nnmail.el (nnmail-cache-insert): Accept optional group
+       parameter.
 
-2000-04-23 01:14:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
+       n-r-g-a is disabled.
 
-       * message.el (message-get-reply-headers): Fix to-address.
+2002-04-29  Simon Josefsson  <jas@extundo.com>
 
-2000-04-22 22:51:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * nnimap.el (nnimap-split-fancy): Fix doc.
+       (nnimap-split-fancy): Fix doc.
 
-       * webmail.el: Hotmail fix. Add a debug function.
+       * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
+       (nnimap-mailbox-info): New internal variable.
+       (nnimap-retrieve-groups): Implement faster new mail check.
 
-2000-04-23 00:32:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * nnimap.el (nnimap-split-articles): Support
+       nnmail-cache-accepted-message-ids.
+       (nnimap-request-accept-article): Ditto.
 
-       * gnus-sum.el (t): M-down and M-up.
+       * imap.el (imap-mailbox-status-asynch): New command.
 
-2000-04-22 20:22:03  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-04-29  Nevin Kapur  <nevin@jhu.edu>
 
-       * gnus-sum.el: Doc fix.
+       * gnus.el (gnus-find-subscribed-addresses): Return nil when there
+       are no subscribed mail groups.
+        - Strip quoted names when comparing addresses
 
-2000-04-22 10:25:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-04-28  Jesper Harder  <harder@ifa.au.dk>
 
-       * nnwarchive.el (nnwarchive-egroups-article): Remove < and >.
+       * mm-decode.el (mm-text-html-renderer): Change customize type to
+       const.
 
-2000-04-22 14:25:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
+       (gnus-debug-exclude-variables): do.
 
-       * nnweb.el (nnweb-dejanews-create-mapping): Remove the context
-       string. 
-       (nnweb-request-group): Don't scan twice.
-       (nnweb-request-scan): Don't nix out the hashtb.
+2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * message.el (message-get-reply-headers): Return a value.
+       * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
+       Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
 
-2000-04-22 14:12:41  David Aspinwall  <aspinwall@TimesTen.com>
+2002-04-27  Katsumi Yamaoka <yamaoka@jpl.org>
+       
+       * dns.el (dns-make-network-process): New macro.
+       (query-dns): Use it.
 
-       * gnus-art.el (gnus-button-url-regexp): New value to match naked
-       urls. 
+2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
+       
+       * gnus-msg.el (gnus-summary-reply): Remove unbound variable
+       article-buffer.
+
+       * mm-url.el (mm-url-package-name): New variable.
+       (mm-url-package-version): New variable.
+       (mm-url-insert-file-contents): Bind url-package-name and
+       url-package-version here.
+       * nnrss.el (nnrss-insert-w3): Move the bindings.
+
+       * nnrss.el (nnrss-insert-w3): Bind url-package-name and
+       url-package-version. Trivial change from Andrew J Cosgriff
+       <ajc@polydistortion.net>
+
+       * mm-decode.el (mm-save-part): Fill in file name when GUI saving
+       attachments. Trivial change from Peter 'Luna' Runestig
+       <peter@runestig.com>.
+
+2002-04-19  Jesper Harder  <harder@ifa.au.dk>
+
+       * nnkiboze.el (nnkiboze-request-scan): Call
+       nnkiboze-possibly-change-group.
+       (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
+       problems.
+       (nnkiboze-generate-group): Set newsrc to the *highest* article
+       number kibozed, not the lowest.
+       
+2002-04-15  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
+
+2002-04-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+       From Dan Christensen <jdc+news@uwo.ca>.
+
+       * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
+       (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
+       Recognize math postings.  Extract Date (now ignores "(15kb)").
+       Extract email address using gnus-extract-address-components
+       instead of just taking the first word.  Create Date and From
+       headers for message which are missing these headers.  Get rid
+       of spurious \\ lines (purely cosmetic).  Extend body-end and
+       file-end regexps, to exclude more garbage from the message.
+       Make URL rephrasing regexp more flexible, to match current 
+       format.
 
-2000-04-22 01:23:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2002-04-23  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-cache.el (gnus-summary-insert-cached-articles): Reverse the
-       order messages are inserted.
+       * netrc.el: New file, functions copied from gnus-util.el by Ted
+       Zlatanov <tzz@lifelogs.com>.
 
-       * mml.el (mml-generate-mime-1): rfc2047-encode the heads of
-       message/rfc822 parts.
+       * gnus-util.el: Require netrc.
+       (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
+       new code in netrc.el.
+
+2002-04-23  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * gnus-msg.el (gnus-summary-resend-message-edit): Remove
+       message-ignored-resent-headers, too.  From Matthieu Moy
+       <Matthieu.Moy@imag.fr>.
+
+2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
 
-       * gnus-art.el (gnus-article-read-summary-keys): Check for
-       numerical values.
+       * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
+       boolean not a string
+       * gnus-group.el (gnus-group-line-format): add description of %C
+       * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
+         as %C
+       * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
 
-       * message.el (message-get-headers): Made into own function.
-       (message-reply): Use it.
-       (message-get-reply-headers): Renamed.
-       (message-widen-reply): New command.
+2002-04-22  Paul Jarc  <prj@po.cwru.edu>
 
-2000-04-21 20:52:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * nnmaildir.el (nnmaildir-request-scan): typo: set
+       nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
+       nnmail-get-new-mail for 'find-new-groups.
 
-       * nntp.el (nntp-retrieve-data): Report the error and return nil.
+2002-04-21  Paul Jarc  <prj@po.cwru.edu>
 
-2000-04-21 19:38:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * nnmaildir.el (nnmaildir-request-update-info,
+       nnmaildir-request-group, nnmaildir-retrieve-groups): remove
+       unnecessary calls to nnmaildir-request-scan.
 
-       * mm-bodies.el (mm-decode-content-transfer-encoding): Don't remove
-       non-base64 text at the end if not found.
+2002-04-20  Josh Huber  <huber@alum.wpi.edu>
 
-2000-03-01  Simon Josefsson  <jas@pdc.kth.se>
+       * gnus-msg.el:
+       * gnus-msg.el (gnus-message-replysign): New.
+       * gnus-msg.el (gnus-message-replyencrypt): New.
+       * gnus-msg.el (gnus-message-replysignencrypted): New.
+       * gnus-msg.el (gnus-summary-reply): Use the three new variables
+       (above) to automatically encrypt/sign to encrypted/signed
+       messages.
+       * message.el:
+       * message.el (message-mode-map): Add keybinding for
+       `message-to-list-only'
+       * message.el (message-mode): Add description for
+       `message-to-list-only'
+       * message.el (message-to-list-only): New.
+       * message.el (message-make-mft): Changed to use the cl loop macro,
+       and added optional flag to return only the matched list. (for use
+       in new message-to-list-only function)
 
-       * gnus-sum.el (gnus-read-move-group-name): 
-       (gnus-summary-move-article): Use `gnus-group-method' to find out
-       what method the manually entered group belong to.
-       `gnus-group-name-to-method' doesn't return any method parameters
-       and `gnus-find-method-for-group' uses `gnus-group-name-to-method'
-       for new groups so they wouldn't work.
+2002-04-20  Josh Huber  <huber@alum.wpi.edu>
 
-2000-04-21 22:27:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-msg.el:
+       * gnus-msg.el (gnus-message-replysign):
+       * gnus-msg.el (gnus-replysign): New.
+       * gnus-msg.el (gnus-replyencrypt): New.
+       * gnus-msg.el (gnus-replysignencrypted): New.
+       * gnus-msg.el (gnus-summary-reply):
+       * message.el:
+       * message.el (message-mode-map):
+       * message.el (message-mode):
+       * message.el (message-to-list-only): New.
+       * message.el (message-make-mft):
 
-       * gnus-msg.el (gnus-configure-posting-styles): Allow nil values to
-       override. 
+2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-2000-04-21 21:58:20  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+       * gnus-win.el (gnus-configure-windows-hook): Fix typo.
 
-       * nnmail.el (nnmail-cache-insert): Does some stuff that is
-       probably good to do, or something.  I dunno.  I just write these
-       ChangeLog entries, and my name is Lars.
+2002-04-18  Josh Huber  <huber@alum.wpi.edu>
 
-1999-12-06  Hrvoje Niksic  <hniksic@iskon.hr>
+       * message.el (message-gen-unsubscribed-mft): accept a prefix
+       argument so CC can be included with C-u C-c C-f C-a
 
-       * message.el (message-caesar-region): Use translate-region.
+2002-04-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+       From Ted Zlatanov <teodor.zlatanov@divine.com>.
 
-2000-04-21 21:20:32  Mike Fabian  <mike.fabian@gmx.de>
+       * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
+       Improve docstring.
+       (spam-enter-blacklist): New command.
 
-       * gnus-group.el (gnus-group-catchup-current): Doc fix. 
+       * gnus-sum.el (gnus-spam-mark): New mark.
+       (gnus-auto-expirable-marks): Add gnus-spam-mark.
+       (gnus-summary-make-tool-bar): Correct conditional.
+       (gnus-summary-limit-to-unread): Add gnus-spam-mark.
+       (gnus-summary-mark-as-spam): New command.
 
-2000-04-21 20:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2002-04-13  Josh Huber  <huber@alum.wpi.edu>
 
-       * gnus-art.el (gnus-article-setup-buffer): Don't kill local
-       variables, because that makes Emacs flash.
+       * mml-sec.el (mml-secure-message): changed to support arbritrary
+       modes.
+       * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
+       changed to support "signencrypt" mode.
+       * mml.el (mml-parse-1): changed to support different secure modes
+       more easily. (for signencrypt)
 
-       * gnus-group.el (gnus-group-insert-group-line): Don't call
-       gnus-group-add-icon unconditionally.
+2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
 
-       * gnus-xmas.el (gnus-group-add-icon): Moved here.
+       * gnus-sum.el (gnus-update-summary-mark-positions)
+       (gnus-summary-toggle-header):
+       * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
+       (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
+       (gnus-uu-post-encoded):
+       * nnfolder.el (nnfolder-possibly-change-group):
+       * nnimap.el (nnimap-retrieve-headers):
+       * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
 
-       * gnus-group.el (gnus-group-glyph-directory): Don't depend on
-       xmas. 
-       (gnus-group-glyph-directory): Removed.
+2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
 
-2000-04-21 20:26:23  Jaap-Henk Hoepman  <hoepman@cs.utwente.nl>
+       * nnml.el (nnml-save-nov, nnml-generate-nov-file):
+       * pop3.el (pop3-md5): Don't hardcode point-min == 1.
 
-       * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't do stuff if
-       gnus-newsgroup-name is "".
+2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-2000-04-21  Florian Weimer  <fw@deneb.cygnus.argh.org>
+       * gnus-srvr.el (gnus-server-set-info): Clear
+       `gnus-server-method-cache' when `gnus-server-alist' is changed.
+       From Daiki Ueno <ueno@unixuser.org>.
 
-       * mm-util.el (mm-mime-mule-charset-alist): Add support for UTF-8
-       in conjunction with MULE-UCS.
+2002-04-11  Simon Josefsson  <jas@extundo.com>
 
-1999-12-13  Per Abrahamsen  <abraham@dina.kvl.dk>
+       * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
+       viewing of security buttons.  Thanks to Nicolas Kowalski
+       <Nicolas.Kowalski@imag.fr>.
 
-       * rfc2047.el (rfc2047-fold-region): Don't use the same break twice.
+       * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
+       J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
+       (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
+       <Nicolas.Kowalski@imag.fr>.
+       (smime-decrypt-buffer): Ditto.
 
-1999-12-14 04:14:44  Katsumi Yamaoka  <yamaoka@jpl.org>
+2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * dgnushack.el (last, mapcon, member-if, union): New compiler
-       macros for emulating cl functions.
+       * gnus-art.el (gnus-article-prepare): Place point on the emtpy
+       header line.
 
-1999-12-21  Jan Vroonhof  <vroonhof@math.ethz.ch>
+2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * message.el (message-shorten-references): Only cater to broken
-       INN for news. This caters for broken smtpd.
+       * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
 
-2000-04-21 18:20:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mailcap.el (mailcap-mime-info): Use the first match; not the
-       last. 
+       * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
 
-       * gnus-agent.el (gnus-category-kill): Save the category list.
+2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-2000-04-21 16:41:50  Chris Brierley  <brierley@pobox.com>
+       * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
+       errors when debug.
 
-       * gnus-sum.el (gnus-summary-move-article): Do something or other. 
+2002-04-07  Josh Huber  <huber@alum.wpi.edu>
 
-2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * message.el (message-make-mft): Changed MFT code from using
+       message-recipients (which included Bcc) to use only the To and CC
+       headers.
 
-       * gnus-group.el (gnus-group-add-icon): Fixed indentation.
+2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
+       add link.
+       (gnus-treat-mail-picon): Ditto.
+       (gnus-treat-newsgroups-picon): Ditto.
+       (gnus-picon-databases): Fix custom type.
+       (gnus-picon-databases): Add link.
+       (gnus-article-x-face-command): Add to gnus-picon group.
 
-       * gnus-group.el (gnus-group-add-icon): Fixed indentation.
+2002-04-01  Jesper Harder  <harder@ifa.au.dk>
 
-2000-04-21 10:43:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * message.el (message-buffer-naming-style): Remove.
 
-       * gnus-group.el (gnus-group-prepare-flat-predicate): New function.
-       (gnus-group-list-cached): Use it.
+2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-2000-04-21 16:07:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
 
-       * gnus.el: Update all the copyright notices.
+       * message.el (message-tool-bar-map): Ditto.
 
-2000-04-21 15:38:06  Vladimir Volovich  <vvv@vvv.vsu.ru>
+       * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
 
-       * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
-       non-base64 text at the end.
+2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-2000-04-21 15:21:30  Katsumi Yamaoka  <yamaoka@jpl.org>
+       * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
 
-       * mm-bodies.el (mm-body-charset-encoding-alist): defcustomized. 
+2002-04-01  Paul Jarc  <prj@po.cwru.edu>
 
-2000-04-21 15:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
 
-       * nnheader.el: Don't autoload cancel-function-timers.
+2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
 
-       * message.el (message-fetch-field): Fold case.
+       * dns.el: open-network-stream under XEmacs does udp.
 
-2000-04-21 15:11:09  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
 
-       * message.el (message-forward-before-signature): New variable.
+       * spam.el (spam-enter-whitelist): New function.
+       (spam-parse-whitelist): Ditto.
+       (spam-refresh-list-cache): Ditto.
+       (spam-address-whitelisted-p): New function.
 
-2000-04-21 15:10:31  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
+       * dns.el (query-dns): Use TCP when make-network-process isn't
+       available.
+       (dns-servers): New variable.
+       (dns-parse-resolv-conf): New function.
+       (query-dns): Use it.
 
-       * gnus-mlspl.el: Fix stuff.
+       * spam.el: New file.
 
-2000-04-21 14:41:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * dns.el (query-dns): Test.
 
-       * gnus-sum.el (gnus-summary-update-article-line): Don't hide
-       subjects when unthreaded.
+2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-2000-04-21 14:11:39  David S. Goldberg  <dsg@mitre.org>
+       * lpath.el (featurep): Bind make-network-process.
 
-       * gnus-art.el (gnus-boring-article-headers): Work on long CCs as
-       well. 
+2002-03-31  Paul Jarc <prj@po.cwru.edu>
 
-2000-04-21 14:06:43  Rui Zhu  <sprache@iname.com>
+       * nnmaildir.el: Use defstruct.  Use a single copy of
+       nnmail-extra-headers to save memory.  Store server's group name
+       prefix instead of each group's prefixed name.
+       * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
+       nntp-server-buffer.
 
-       * gnus-art.el (gnus-article-mode): Fix variable name.
+2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-2000-04-21 13:54:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * dns.el: New file.
 
-       * mm-view.el: Fix autoload.
+2002-03-28  Simon Josefsson  <jas@extundo.com>
 
-       * flow-fill.el (flow-fill): Fix provide.
+       * gnus-sum.el (gnus-summary-dummy-line-format):
+       * gnus.el (gnus-summary-line-format): Fixing links to Info.
+       Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
 
-       * gnus-draft.el (gnus-draft-send): Bind message-setup-hook to
-       nil. 
+2002-03-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-2000-04-20 22:24:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-sum.el (gnus-summary-move-article)
+       (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
+       the doc string.
 
-       * gnus-win.el (gnus-configure-windows): Revert to switch-to-buffer.
+2002-03-28  Simon Josefsson  <jas@extundo.com>
 
-2000-04-21 05:22:18  Katsumi Yamaoka  <yamaoka@jpl.org>
+       * mml-sec.el (mml-secure-message): Search after
+       mail-header-separator from top of message.
 
-        * gnus-util.el (gnus-netrc-machine): Didn't work.
+2002-03-28  Paul Jarc <prj@po.cwru.edu>
 
-2000-04-20 21:22:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * nnmaildir.el: Cosmetic changes.
+       (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
+       nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
+       nnmaildir--group-ls): New macros/functions.  Use them.
+       (nnmaildir--unlink): Evalutate argument only once.
 
-       * gnus-draft.el (gnus-draft-setup): Restore to mml.
+2002-03-27  Jesper Harder  <harder@ifa.au.dk>
 
-2000-04-21 01:24:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
+       symbols.
+       (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
+       `gnus-point-at-eol'.
 
-       * flow-fill.el: Renamed from fill-flowed.
+2002-03-27  Paul Jarc <prj@po.cwru.edu>
 
-       * message.el (message-forward-ignored-headers): Default to
-       removing CTE.
+       * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
+       nnmaildir--marks-dir): New macros.  Use them.
+       Use inhibit-quit for atomicity instead of in-memory journaling.
+       (nnmaildir--edit-prep): New function.
+       (Local Variables): Use it.
 
-2000-04-21 00:48:48    <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk)
 
-       * message.el (message-mode): Don't fill headers.
+       * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
 
-2000-04-20 23:12:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2002-03-25  Simon Josefsson  <jas@extundo.com>
 
-       * message.el (message-pipe-buffer-body): Use shell
+       * message.el (message-mode): Fix doc.
 
-2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
+2002-03-25  Simon Josefsson  <jas@extundo.com>
 
-       * nnvirtual.el (nnvirtual-request-article):
-       Bind gnus-override-method to nil.
-       (nnvirtual-request-update-mark): Don't update mark when
-       article is not there.
+       * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
+       Matthieu Moy <Matthieu.Moy@imag.fr>.
 
-2000-04-20 16:35:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-03-24  Jesper Harder  <harder@ifa.au.dk>
 
-       * mm-uu.el (mm-uu-dissect): Check forwarded message.
+       * mml-sec.el (mml-unsecure-message): Add docstring.
 
-2000-04-20 21:17:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-util.el (gnus-parse-netrc): Allow "port".
-       (gnus-netrc-machine): Take a port param.
-       (gnus-netrc-machine): 
+       * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
+       value.
+       Trivial change from andre@slamdunknetworks.com
 
-       * gnus-art.el (gnus-request-article-this-buffer): Allow
-       re-selecting referenced articles.
+2002-03-22  Josh Huber  <huber@alum.wpi.edu>
 
-       * message.el (message-cancel-news): Allow editing.
-       (message-cancel-message): Add newline.
+       * mml.el (mml-mode-map): Added a keybinding for
+       `mml-unsecure-message'.  Also, added a menu entry for said
+       function in the Attachments menu.
 
-2000-04-20 21:03:54  William M. Perry  <wmperry@aventail.com>
+2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * mm-view.el (mm-inline-image-emacs): New function. 
+       * canlock.el (canlock-version): Remove.
+       (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
+       here; simplify \x insertions.
+       (canlock-sha1): New function, always return a unibyte string.
+       (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
+       of a password.
+       (canlock-insert-header): Use `canlock-sha1'.
+       (canlock-verify): Ditto.
 
-2000-04-20 20:44:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mail-source.el (mail-source-delete-incoming): Change default in
-       cvs. 
+       * message.el (message-fix-before-sending): Add an option that
+       ignores illegible text.
+       Trivial change from Mark Milhollan <mlm@attglobal.net>
 
-2000-04-20 20:43:34  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
+       * message.el (message-font-lock-keywords): Support multi-line MML
+       tags.
 
-       * gnus-art.el (gnus-mime-view-part-as-type-internal): New
-       function. 
+       * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
+       Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly)
 
-2000-04-20 14:45:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * nnml.el (nnml-request-expire-articles): Use it.
+       * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
+       symbols for "View as different encoding" submenu.
 
-       * nnmail.el (nnmail-expiry-target): New variable.
-       (nnmail-expiry-target-group): New function.
+2002-03-19  Simon Josefsson  <jas@extundo.com>
 
-2000-04-20 02:36:31  Emerick Rogul  <emerick@cs.bu.edu>
+       * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
+       encoding" submenu.
 
-       * message.el (message-forward): Add non-MIME separators.
+2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-2000-04-20 02:25:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
 
-       * message.el (message-generate-headers): Respect the syntax check
-       spec. 
+2002-03-19  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-       * gnus-sum.el (gnus-remove-thread-1): Show thread.
-       (gnus-remove-thread): Don't show all threads.
+       * gnus-sum.el (gnus-sum-thread-tree-root)
+       (gnus-sum-thread-tree-single-indent)
+       (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
+       (gnus-sum-thread-tree-leaf-with-other)
+       (gnus-sum-thread-tree-single-leaf): Make customizable.
 
-Thu Apr 20 01:39:25 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2002-03-16  Simon Josefsson  <jas@extundo.com>
 
-       * gnus.el: Pterodactyl Gnus v5.8.4 is released.
+       * gnus-util.el (gnus-extract-address-components): Don't break on
+       names such as James "Kibo" Parry.  From Francis Litterio
+       <franl_removethis@world.std.com>.
 
-2000-04-19  Dave Love  <fx@gnu.org>
+2002-03-13  Simon Josefsson  <jas@extundo.com>
 
-       * mailcap.el (mailcap-parse-mimetypes): Add ...mime.types.
+       * pop3.el (pop3-open-server): Revert multibyte change.  From
+       Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
 
-2000-04-18 12:28:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * message.el (message-send-mail-with-qmail): Make it work.  From
+       Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
 
-       * nnwarchive.el (nnwarchive-type-definition): New egroups html.
-       (nnwarchive-egroups-*): Ditto.
-       (nnwarchive-url): Unibyte buffer and single line cookie.
+2002-03-13  Josh Huber  <huber@alum.wpi.edu>
 
-2000-04-14 18:50:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * message.el (message-make-mft): Set case-fold-search while
+       generating the MFT.  Also, a little cleanup in the MFT code.
 
-       * mm-util.el (mm-char-or-char-int-p): New alias.
-       * nnweb.el (nnweb-decode-entities): Check the validity of numeric 
-       entities.
+2002-03-12  Simon Josefsson  <jas@extundo.com>
 
-2000-04-10   Daiki Ueno  <ueno@unixuser.org>
+       * message.el (message-qmail-inject-args): May be function.
+       (message-send-mail-with-qmail): Call function if m-q-i-a is
+       function.  From fn@hungry.org (Faried Nawaz).
 
-        * lisp/imap.el (imap-body-lines): Check Content-Type: of the
-        article case insensitively.
+2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-2000-04-10 20:35:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * message.el (message-abbrevs-loaded): Remove.
+       (mailabbrev): Require it.
 
-       * mail-source.el (mail-source-fetch-webmail): Use the default
-       password provided in mail-sources; use webmail:subtype:user as
-       the key.
-       
-2000-04-10 20:35:46  John Wiegley <johnw@gnu.org>
+       * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
 
-       * mail-source.el (mail-source-fetch-webmail): Use
-       mail-source-password-cache.
+2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-2000-04-09 18:13:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * pop3.el (pop3-open-server): Set process buffer unibyte.
 
-       * webmail.el: Add netscape mail and fix HotMail mail.
+2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-2000-04-08  Simon Josefsson  <jas@pdc.kth.se>
+       * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
 
-       * imap.el (imap-kerberos4-open): Work with recent `imtest's.
+2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-2000-04-02  Simon Josefsson  <jas@pdc.kth.se>
+       * nnslashdot.el (nnslashdot-request-article): Remove javascript
+       too.
 
-       * nnimap.el (nnimap-request-article): Use BODY.PEEK[] instead of
-       RFC822.PEEK if server support IMAP4rev1.
-       (nnimap-request-body): Use BODY.PEEK[TEXT] instead of
-       RFC822.TEXT.PEEK if server support IMAP4rev1.
-       (nnimap-request-head): Use BODY.PEEK[HEADER] instead of
-       RFC822.HEADER if server support IMAP4rev1.
-       (nnimap-request-article-part): Support bodydetail in response
-       data.
+2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-2000-03-11  Simon Josefsson  <jas@pdc.kth.se>
+       * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
+       duplication.
+       (gnus-summary-save-parts-type-history): Ditto.
+       (gnus-summary-save-parts-last-directory): Ditto.
+       Trivial change from andre@slamdunknetworks.com
 
-       * fill-flowed.el: New file.
+2002-03-09  Paul Jarc  <prj@po.cwru.edu
 
-       * mm-decode.el (mm-dissect-singlepart): Create a MIME handle for
-       text/plain parts with `format' parameters.
+       * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
 
-       * mm-view.el (autoload): Autoload fill-flowed.
-       (mm-inline-text): For "plain" parts with a format=flowed
-       parameter, call `fill-flowed'.
+2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-2000-03-21 10:32:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
+       -->" as the end of the first article.
 
-       * nnslashdot.el (nnslashdot-request-list): Fudge new-style
-       slashdot ids.
+       * gnus-msg.el (gnus-summary-resend-message-edit): New function.
+       From Matthieu Moy <Matthieu.Moy@imag.fr>
 
-2000-03-20 00:12:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * message.el (message-add-action): Use add-to-list.
+       (message-delete-action): New function.
 
-       * nnslashdot.el (nnslashdot-request-list): Use the new slashdot
-       format. 
+       * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
+       pieces.
 
-2000-03-16  Simon Josefsson  <jas@pdc.kth.se>
+2002-03-05  Paul Jarc  <prj@po.cwru.edu>
 
-       * imap.el: GSSAPI support, support kerberos 4 with Cyrus v1.6.x
-       `imtest' too.
-       (imap-kerberos4-program): Renamed from `imap-imtest-program'.
-       (imap-gssapi-program): New variable.
-       (imap-streams): Add gssapi.
-       (imap-stream-alist): Ditto.
-       (imap-authenticators): Ditto.
-       (imap-authenticator-alist): Ditto.
-       (imap-kerberos4-stream-p): Rename from `imap-kerberos4s-p'.
-       (imap-kerberos4-open): Loop over imtest programs, support Cyrus
-       1.6.x `imtest' syntax.
-       (imap-gssapi-stream-p): New function.
-       (imap-gssapi-open): Ditto.
-       (imap-gssapi-auth-p): Ditto.
-       (imap-gssapi-auth): Ditto.
-       (imap-kerberos4-auth-p): Renamed from `imap-kerberos4a-p'.
-       (imap-send-command): Use buffer-local `imap-client-eol' value.
+       * nnnil.el: New file.
+       * gnus.el (gnus-valid-select-methods): Include nnnil.
 
-       * nnimap.el (nnimap-retrieve-headers-progress): Fold continuation
-       lines and turn TAB into SPC before parsing.
+2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-2000-03-15  Simon Josefsson <jas@pdc.kth.se>
+       * message.el (message-syntax-checks): Because canlock is
+       supported, we disable sender syntax check.
+       (message-shoot-gnksa-feet): Add cancel-messages option doc.
 
-       * nnheader.el (nnheader-group-pathname): Make sure to return a
-       directory. 
-       * nnmail.el (nnmail-group-pathname): Ditto.
+       * gnus-draft.el (gnus-draft-send): If interactive, use its default
+       value of message-syntax-checks.
 
-2000-02-08  Per Abrahamsen  <abraham@dina.kvl.dk>
+       * qp.el (quoted-printable-decode-region): Doc addition.
+       From: Eli Zaretskii <eliz@is.elta.co.il>
 
-       * nnmail.el (nnmail-fix-eudora-headers): Fix `In-Reply-To' too, it
-       might split in the middle of a message-id.
+       * mail-source.el (make-source-make-complex-temp-name): Use
+       make-temp-file.
 
-2000-03-13 13:51:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * mm-util.el (mm-make-temp-file): New function.
+       * nneething.el (nneething-file-name): Use it.
+       * mml-smime.el (mml-smime-encrypt): Ditto.
+       * mm-view.el (mm-inline-wash-with-file): Ditto.
+       * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
+       * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
+       (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
+       * gnus-start.el (gnus-slave-save-newsrc): Ditto.
+       * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
+       * gnus-art.el (gnus-mime-print-part): Ditto.
 
-       * gnus-srvr.el (gnus-server-kill-server): Offer to kill all the
-       groups from the server.
+2002-03-04  Paul Jarc  <prj@po.cwru.edu>
 
-       * gnus-sum.el (gnus-summary-save-parts): Fix interactive spec. 
-       (gnus-summary-toggle-header): Update the wash status.
+       * message.el (nnmaildir-article-number-to-base-name): New
+       function.
+       (nnmaildir-base-name-to-article-number): New function.
 
-       * gnus-uu.el ((gnus-uu-extract-map "X" gnus-summary-mode-map)):
-       Moved here.
+2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * gnus-agent.el (gnus-agent-save-group-info): Respect old
-       setting. 
+       * smime.el (smime-make-temp-file): Don't quote
+       `temporary-file-directory'.
 
-       * nnmail.el (nnmail-get-active): Use it.
-       (nnmail-parse-active): New function.
+2002-03-04  Simon Josefsson  <jas@extundo.com>
 
-       * mm-view.el (mm-inline-text): Support the new version of
-       vcard.el. 
+       * smime.el (smime-sign-region): Rename argument keyfiles to
+       keyfile. You only sign something with one key.
+       (smime-sign-buffer): Better completing-read prompt.
+       (smime-decrypt-buffer): Ditto.
 
-       * gnus-sum.el (gnus-summary-move-article): Only delete article
-       when moving junk.
-       (gnus-deaden-summary): Bury the buffer.
+       * smime.el (smime-make-temp-file): Make it work under XEmacs.
 
-       * nnmail.el (nnmail-group-pathname): Ditto.
+       * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
+       completing-read.
+       (mm-view-pkcs7-decrypt): CRLF->LF.
 
-       * nnheader.el (nnheader-group-pathname): Use expand-file-name.
+2002-03-04  Paul Jarc  <prj@po.cwru.edu>
 
-2000-03-13 20:23:06  Christoph Rohland  <hans-christoph.rohland@sap.com>
+       * message.el (message-hierarchical-addresses): New variable.
+       (message-get-reply-headers): Use it.
+       From Ted Zlatanov <teodor.zlatanov@divine.com>
 
-       * rfc2047.el (rfc2047-encode-message-header): Encode no matter
-       whether Mule.
+2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-2000-03-10 14:57:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * message.el (message-mode): If buffer-file-name, don't set auto
+       save file name.
+       Trivial change from Geoff Greene <ggreene@wpi.edu>
 
-       * message.el (message-send-mail): Protect against unloaded Gnus. 
+2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-topic.el (gnus-topic-update-topic-line): Don't update the
-       parent.  
-       (gnus-topic-update-topic-line): Yes, do.
-       (gnus-topic-goto-missing-group): Tally the correct number of
-       unread articles before inserting the topic line.
+       * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
+       takes one argument in read-char.
 
-2000-03-01 09:55:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * message.el (message-fix-before-sending): Forward a char.
+       Check mmu-multibyte-p, add control-1.
 
-       * nnultimate.el (nnultimate-retrieve-headers): Ignore errors. 
+2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-2000-02-13 13:53:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-start.el (gnus-read-init-file): Ditto.
 
-       * mm-decode.el (mm-dissect-buffer): Ditto.
+       * gnus-agent.el (gnus-agent-fetch-session): Ditto.
 
-       * gnus-art.el (article-decode-charset): Strip CTE.
+       * dgnushack.el (dgnushack-make-load): Ditto.
 
-       * ietf-drums.el (ietf-drums-strip): New function.
+       * mail-source.el (mail-source-fetch): Extract the right error
+       code.
 
-       * gnus-sum.el (gnus-summary-move-article): Don't use the prefix
-       when prompting in read-only groups.
+       * message.el (message-fix-before-sending): Check illegible text.
 
-2000-02-23  Simon Josefsson  <jas@pdc.kth.se>
+       * gnus-util.el (gnus-multiple-choice): New function.
 
-       * imap.el (imap-send-command): Change EOL-chars when
-       `imap-client-eol' differs from default, not only for kerberos4.
-       (imap-mailbox-status): Get encoded mailbox's status.
+       * gnus-kill.el (gnus-score-insert-help): Removed, because it is
+       also defined in gnus-score.el.
 
-2000-02-19  Simon Josefsson  <jas@pdc.kth.se>
+2002-03-01  Paul Jarc  <prj@po.cwru.edu>
 
-       * mail-source.el (mail-source-fetch-imap): Copy `imap-password'
-       into `mail-source-password-cache'.
+       * message.el (message-get-reply-headers): downcase email addresses
+       for comaparisons for duplicate removal.
 
-2000-02-17  Florian Weimer  <fw@deneb.cygnus.argh.org>
+2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-util.el (mm-mime-charset): Check for presence of
-       `coding-system-get' and `get-charset-property' (recent XEmacs has
-       the former, but not the latter).
+       * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
+       implementation of PKCS#7, which just allows users read the
+       message.
+       (mm-view-pkcs7): Use it.
 
-2000-01-28  Dave Love  <fx@gnu.org>
+2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * message.el (message-check-news-header-syntax): Fix typo
-       `newsgroyps'.
-       (message-talkative-question): Put temp buffer in fundamental-mode.
-       (message-recover): Use fundamental-mode in the right buffer.
+       * gnus.el (large-newsgroup-initial): New parameter.
 
-       * nnmail.el (nnmail-split-history): Use fundamental-mode in the
-       right buffer.
+       * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
+       (gnus-summary-insert-old-articles): Ditto.
 
-2000-01-26 12:01:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * qp.el (quoted-printable-decode-region): Add charset parameter.
-       (quoted-printable-decode-string): Ditto.
-       
-       * gnus-art.el (article-de-quoted-unreadable): Use it.
+       * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
+       used as the default answer of the question, "How many articles?".
+       From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
 
-2000-01-21  Simon Josefsson  <jas@pdc.kth.se>
+       * nnagent.el (nnagent-retrieve-headers): Remove articles with
+       small numbers.
 
-       * nnimap.el (nnimap-split-predicate): New variable.
-       (nnimap-split-articles): Use it.
+2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-2000-01-20  Simon Josefsson  <jas@pdc.kth.se>
+       * deuglify.el: Fix comments.
 
-       * utf7.el: Change email address.
+2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-2000-01-18 22:03:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * html2text.el (html2text-clean-anchor): If there is no HREF,
+       insert nothing.
 
-       * gnus-group.el (gnus-group-catchup): Purge split history.
+       * mml.el (mml-generate-mime-1): Add cdr.
+       From: andre@slamdunknetworks.com
 
-2000-01-14 02:43:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * mm-view.el (mm-text-html-renderer-alist): Add html2text.
+       (mm-text-html-washer-alist): Ditto.
 
-       * nnmail.el (nnmail-generate-active): Support extended group name.
-       (nnmail-get-active): Ditto.
+       * mm-decode.el (mm-text-html-renderer): Add html2text.
 
-2000-01-13 15:16:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * html2text.el: Face lift.
 
-       * gnus-agent.el (gnus-agent-write-active): Since no prefix in
-       group names, don't remove anything.
+       * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
 
-2000-01-13 15:10:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * webmail.el (webmail-my-deja-open): My-deja changes.
+       * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
 
-2000-01-13  Simon Josefsson  <jas@pdc.kth.se>
+       * deuglify.el: Change copy right. Add autoload. Add coding-system.
 
-       * nnimap.el (nnimap-retrieve-headers-progress): Create xref field.
+       * deuglify.el: New file. The original file name is
+       gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
 
-2000-01-10 23:35:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * mm-decode.el (mm-display-external): Use
+       mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
 
-       * gnus-agent.el (gnus-agent-fetch-headers): Translate full path.
+2002-02-22  Paul Jarc  <prj@po.cwru.edu>
 
-2000-01-09 22:52:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * nnmaildir.el (nnmaildir-request-list): Report the highest
+       article number, not the total number of articles.
 
-       * gnus.el (gnus-other-frame): Fix typo.
+2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+       * gnus-sum.el: Move uu key map here.
+       (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
 
-       * gnus-cus.el (gnus-group-customize): Fix typo.
+2002-02-21  Paul Jarc  <prj@po.cwru.edu>
 
-2000-01-08 08:36:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * nnmaildir.el (nnmaildir-request-expire-articles): Use
+       nnmail-expiry-wait* if expire-age parameter is not set.
 
-       * nnweb.el (nnweb-insert): Simplified.
+2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-2000-01-06 18:32:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-group.el (gnus-group-sort-groups-by-real-name): New
+       function.
+       (gnus-group-sort-selected-groups-by-real-name): New function.
+       (gnus-group-make-menu-bar): Add sort by real name.
 
-       * gnus-art.el (gnus-article-mode-map): "e" is
-       gnus-summary-edit-article. 
+       * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
+       rebuild.
+       (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
+       nil as dependencies as well.
 
-2000-01-06 18:25:37  Jari Aalto  <jari.aalto@poboxes.com>
+2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mailcap.el (mailcap-mime-extensions): Add .diff.
+       * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
+       for mime-parts.
 
-2000-01-06 00:06:40 Kim-Minh Kaplan <kmkaplan@vocatex.fr>
+       * gnus-art.el (gnus-article-edit-done): Widen the buffer.
 
-        * mm-decode.el (mm-mailcap-command): handle "%%" and the case where
-        there is no "%s" in the method.
+       * gnus-group.el (gnus-group-name-decode): Don't test
+       multibyte-string, because it breaks XEmacs.
+       From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
 
-2000-01-08 21:01:04  Kim-Minh Kaplan <kmkaplan@vocatex.fr>
+       * message.el (message-send-mail): Be talkative.
 
-       * gnus-sum.el (gnus-summary-select-article): Return 'old.
+       * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
+       (mm-automatic-display): Ditto.
 
-2000-01-06 13:41:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * mailcap.el (mailcap-mime-data): Ditto.
+       From: Reiner Steib <4uce.02.r.steib@gmx.net>
 
-       * nnfolder.el (nnfolder-read-folder): Use nnfolder-save-buffer. 
+2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * gnus.el: Really always pop up a new frame.
+       * many files: Remove trailing whitespaces, replace spc+tab with
+       tab, replace leading whitespaces with tabs.
 
-       * parse-time.el (parse-time-rules): Allow 100-110 to be
-       2000-2010. 
+2002-02-19  Paul Jarc  <prj@po.cwru.edu>
 
-       * time-date.el (date-to-time): Don't use timezone.
+       * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
+       articles with no body and no blank line after the header.
 
-2000-01-06  Dave Love  <fx@gnu.org>
+2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * time-date.el: Add keywords.
-       (date-to-time): Add autoload cookie.  Canonicalize with
-       timezone-make-date-arpa-standard.
-       (time-to-seconds): Avoid caddr.
-       (safe-date-to-time): Add autoload cookie.
+       * mm-decode.el (mm-dissect-multipart): Consider the case of empty
+       parts.
 
-       * base64.el: Require cl when compiling.
+       * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
+       non-ascii chars.
 
-2000-01-05  BrYan P. Johnson  <beej@mindspring.net>
+       * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
 
-       * gnus-group.el (gnus-group-line-format-alist): Added %E for
-       eyecandy.
-       (gnus-group-insert-group-line): Now groks %E and inserts icon in
-       group line using gnus-group-add-icon.
-       (gnus-group-icons): Added customize group.
-       (gnus-group-icon-list): Added variable.
-       (gnus-group-glyph-directory): Added variable.
-       (gnus-group-icon-cache): Added variable.
-       (gnus-group-running-xemacs): Added variable.
-       (gnus-group-add-icon): Added function. Add an icon to the current
-       line according to gnus-group-icon-list.
-       (gnus-group-icon-create-glyph): Added function.
+       * gnus-art.el (gnus-article-wash-html-with-w3): Remove
+       w3-delay-image-loads.
+       * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
+       (mm-w3-prepare-buffer): Ditto.
 
-2000-01-05 17:31:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * mail-source.el (mail-source-fetch-directory): Run scripts.
 
-       * gnus-sum.el (gnus-summary-select-article): Return whether we
-       selected something new.
-       (gnus-summary-search-article): Start searching at the window
-       point.
+2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-group.el (gnus-fetch-group): Complete over
-       gnus-active-hashtb. 
+       * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
+       for Majordomo confirmations.
 
-Wed Jan  5 17:06:41 2000  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus.el: Pterodactyl Gnus v5.8.3 is released.
+       * gnus-fun.el (gnus-respond-to-confirmation): New command.
 
-2000-01-05 15:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-sum.el (gnus-preserve-marks): New variable.
-       (gnus-summary-move-article): Use it.
-       (gnus-group-charset-alist): Added more entries.
+       * nnultimate.el (nnultimate-retrieve-headers): Clean up.
 
-2000-01-03 01:18:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2002-02-18  Paul Jarc  <prj@po.cwru.edu>
 
-       * mm-decode.el (mm-inline-override-types): Removed duplicate.
+       * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
+       References header field.  From Mark Thomas <mthomas@cmu.edu>.
 
-       * gnus-uu.el (gnus-uu-mark-over): Use gnus-summary-default-score
-       as the default score.
+2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-score.el (gnus-score-delta-default): Changed name.
+       * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
+       (mm-inline-render-with-stdin): Ditto.
+       (mm-inline-render-with-function): Ditto.
+       (mm-inline-wash-with-file): Bind coding-system-for-write.
+       (mm-inline-wash-with-stdin): Ditto.
 
-2000-01-04  Simon Josefsson  <jas@pdc.kth.se>
+2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * imap.el (imap-parse-literal): 
-       (imap-parse-flag-list): Don't care about props.
-       (imap-parse-string): Handle quoted characters.
+       Suggested by Felix Natter <fnatter@gmx.net>
 
-2000-01-02 08:37:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-art.el (gnus-mime-view-part-externally): Rename from
+       gnus-mime-externalize-view.
+       (gnus-mime-view-part-internally): Rename from
+       gnus-mime-internalize-view.
+       (gnus-article-view-part-externally): Rename from
+       gnus-article-externalize-part.
+       (gnus-mime-action-alist): Change correspondingly.
+       (gnus-mime-button-commands): Ditto.
+       (gnus-mime-action-alist): Remove duplication.
 
-       * gnus-sum.el (gnus-summary-goto-unread): Doc fix.
-       (gnus-summary-mark-article): Doc fix.
-       (gnus-summary-mark-forward): Doc fix.
-       (t): Changed keystroke for gnus-summary-customize-parameters.
+       * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
 
-       * gnus-art.el (gnus-article-mode-map): Use gnus-article-edit for
-       "e". 
-       (gnus-article-mode-map): No, don't.
+2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el (gnus-summary-next-subject): Don't show the thread
-       of the final article.
+       * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
 
-       * mm-decode.el (mm-interactively-view-part): Error on no method.
+       * gnus-art.el (gnus-display-mime): Use it.
 
-2000-01-02 06:10:32  Stefan Monnier  <monnier+gnu/emacs@tequila.cs.yale.edu>
+       * mm-partial.el (mm-partial-find-parts): Use it.
 
-       * gnus-score.el (gnus-score-insert-help): Something.
+       * gnus-sum.el (gnus-article-loose-mime): Rename from
+       gnus-article-no-strict-mime.
+       (gnus-summary-save-parts): Use it.
 
-       * gnus-art.el (gnus-button-alist): Exclude < from <URL:
+2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * gnus-win.el (gnus-configure-frame): Ditto.
+       * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
+       local variable.
 
-       * gnus-mh.el (gnus-summary-save-in-folder): Use
-       with-current-buffer.
+       * gnus-art.el (article-display-x-face): Don't sort multiple
+       X-Faces.
 
-2000-01-02 05:00:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * nnwarchive.el: Changed file perms.
+       * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
+       up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
 
-1999-12-19 21:42:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-art.el (article-display-x-face): Sort gray X-Faces.
 
-       * gnus-group.el (gnus-group-delete-groups): New command.
-       (gnus-group-delete-group): Extra no-prompt parameters.
+2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-12-14 10:18:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       Some ideas is inspired by code from Hrvoje Niksic
+       <hniksic@arsdigita.com>
 
-       * nnslashdot.el (nnslashdot-request-article): Translate <br> into
-       <p>. 
+       * gnus-art.el (gnus-article-wash-function): Set the default to
+       nil, so that we use mm-text-html-renderer instead.
+       (article-wash-html): Use mm-text-html-renderer.
 
-1999-12-28 12:20:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
+       (mm-text-html-renderer): New variable.
+       (mm-inline-text-html-renderer): Set the default to nil, so that we
+       use mm-text-html-renderer instead.
 
-       * webmail.el (webmail-hotmail-article): Don't insert message id.
+       * mm-view.el (mm-inline-text-html): New function.
+       (mm-text-html-renderer-alist): New variable.
+       (mm-inline-text-vcard): New function.
+       (mm-inline-text): Split.
+       (mm-links-remove-leading-blank): New function.
+       (mm-inline-render-with-file): New function.
+       (mm-inline-render-with-stdin): New function.
+       (mm-inline-render-with-function): New function.
+       (mm-text-html-washer-alist): New variable.
+       (mm-inline-wash-with-file): New function.
+       (mm-inline-wash-with-stdin): New function.
 
-1999-12-28  Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
+2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnimap.el (nnimap-split-fancy): New variable.
-       (nnimap-split-fancy): New function.
+       * message-utils.el: Fix installation doc.
+       From: Reiner Steib <4uce.02.r.steib@gmx.net>
 
-1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
+2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       (nnimap-split-rule): Document symbol value.
+       * gnus-msg.el (gnus-discouraged-post-methods): New variable.
+       (gnus-post-method): Use it.
+       (gnus-summary-cancel-article): Find the correct post-method.
 
-1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
+       * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
+       * message.el (message-send-news): Ditto.
+       Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
+       <ipmonger@delamancha.org>
 
-       * nnimap.el (nnimap-retrieve-headers-progress): Let
-       `nnheader-parse-head' parse article.
-       (nnimap-retrieve-headers-from-server): Don't request ENVELOPE,
-       request headers needed by `nnheader-parse-head'.
+       * gnus.el (gnus-select-method): Fix doc.
+       (gnus-server-string): Use 'using nntp'.
 
-1999-12-23  Florian Weimer  <fw@s.netic.de>
+       * gnus-agent.el (gnus-slave-unplugged): New command.
+       From: Felix Natter <fnatter@gmx.net>
 
-       * gnus-msg.el (gnus-group-posting-charset-alist): Correct default
-       value (crosspostings are handled), improve documentation.
+2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * smiley.el: Declare file coding system as iso-8859-1.
+       * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
+       Call edit-done-function first, then change the window
+       configuration.
+       (gnus-article-edit-mode-map): Add message key bindings. Add menu.
+       (gnus-article-edit-mode): mml-mode.
 
-       * nnultimate.el: Dito.
+       * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
+       21.4. Suggested by Russ Allbery <rra@stanford.edu> .
 
-       * message.el: Dito.
+       * message-utils.el: Adopt the file.
 
-       * gnus-cite.el: Dito.
+       * message-utils.el: New file.
+       From Holger Schauer <Holger.Schauer@gmx.de>
 
-       * gnus-spec.el: Dito.
+2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-12-21  Florian Weimer  <fw@s.netic.de>
+       * gnus-sum.el (gnus-summary-move-article): Select-article only
+       when gnus-move-split-methods is non-nil. And we don't render or
+       mark the article.
 
-       * gnus-msg.el (gnus-group-posting-charset-alist): New layout.
-       (gnus-setup-message): No longer make `message-posting-charset'
-       buffer-local.
-       (gnus-setup-posting-charset): Reflect the new layout of
-       `gnus-group-posting-charset-alist' and `message-posting-charset'.
+       * gnus-fun.el (gnus-shell-command-to-string): New function.
+       (gnus-shell-command-on-region): New function.
+       (gnus-random-x-face): Use them.
+       (gnus-x-face-from-file): Ditto.
+       (gnus-convert-image-to-gray-x-face): Ditto.
+       (gnus-convert-gray-x-face-to-xpm): Ditto.
+       (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
 
-       * message.el (message-send-mail): Bind `message-this-is-mail' and
-       `message-posting-charset'.
-       (message-send-news): Dito, and honour new layout of 
-       `message-posting-charset'.
-       (message-encode-message-body): Ignore `message-posting-charset'.
-       
-       * mm-bodies.el (mm-body-encoding): Consider
-       `message-posting-charset' when deciding whether to use 8bit.
+2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * rfc2047.el (rfc2047-encode-message-header): Back out change.
-       (rfc2047-encodable-p): Now solely for headers; use
-       `message-posting-charset'.
-       
-1999-12-20 14:10:39  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-art.el (gnus-treat-display-xface): Don't use
+       `shell-command-to-string' when compiling.
+       (gnus-treat-display-grey-xface): Ditto.
 
-       * nnwarchive.el (nnwarchive-type-definition): Set default value.
+2002-02-13  Paul Jarc  <prj@po.cwru.edu>
 
-1999-12-19 22:49:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * nnmaildir.el (nnmaildir--article-count): If the group is
+       completely empty, report minimum article number as 1 instead of 0.
 
-       * nnagent.el (nnagent-server-opened): Optional.
-       (nnagent-status-message): Optional.
+2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-12-19  Simon Josefsson  <jas@pdc.kth.se>
+       * gnus-agent.el (gnus-get-predicate): Use nconc.
 
-       * gnus-cite.el (gnus-article-toggle-cited-text): Restore beg and
-       end (referenced by instructions in
-       `gnus-cited-opened-text-button-line-format-alist').
-       
-1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
+       * gnus-sum.el (gnus-summary-display-make-predicate): Use
+       gnus-summary-display-cache as cache.
 
-       * imap.el (imap-starttls-open): Typo.
+       * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
+       (nndoc-mail-in-mail-type-p): New function.
+       (nndoc-mail-in-mail-article-begin): New function.
 
-1999-12-18 16:43:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-util.el (mm-charset-after): Non-MULE case.
-       * mail-prsvr.el (mail-parse-mule-charset): New variable.
-       * rfc2047.el (rfc2047-dissect-region): Bind it.
+       * mailcap.el (mailcap-mime-data): Use enriched-decode.
 
-1999-12-18  Florian Weimer  <fw@s.netic.de>
+       * gnus-cite.el (gnus-article-fill-cited-article): Bind
+       use-hard-newlines to nil.
 
-       * mml.el (mml-generate-multipart-alist): Correct default value. 
+       * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
+       image is not available if window-system is not available.
 
-       * mm-encode.el (mm-use-ultra-safe-encoding): New variable.
-       (mm-safer-encoding): New function.
-       (mm-content-transfer-encoding): Use both.
+       * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
 
-       * mm-bodies.el (mm-body-encoding): Use mm-use-ultra-safe-encoding.
-       * qp.el (quoted-printable-encode-region): Dito.
+2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-12-18 14:08:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
+       bookmark, because update-mark doesn't handle it correctly.
 
-       * webmail.el (webmail-hotmail-article): Snarf the raw file.
+2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-12-18 14:08:12  Victor S. Miller  <victor@idaccr.org>
+       * gnus-soup.el (gnus-soup-send-packet): Send news and mail
+       directly instead of calling message-send-mail.
 
-       * webmail.el (webmail-hotmail-list): raw=0.
+       * gnus-start.el (gnus-read-descriptions-file): Use
+       gnus-default-charset.
 
-1999-12-18 11:14:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * mm-util.el (mm-guess-mime-charset): New function.
 
-       * gnus-agent.el (gnus-agent-enter-history): Back-compatible in
-       group name.
+       * gnus.el (gnus-default-charset): Use it.
+       (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
+       the default.
 
-1999-12-18 11:02:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-agent.el (gnus-agent-expire): Convert to symbol if stringp.
+       * gnus-art.el (gnus-treat-display-grey-xface): New variable.
+       (article-display-x-face): Use it.  Disable grey xface, if
+       uncompface is not found.
 
-1999-12-18  Simon Josefsson  <jas@pdc.kth.se>
+       * message.el (message-mode): Don't enable multibyte on an indirect
+       buffer.
 
-       * imap.el: Don't autoload digest-md5.
-       (imap-starttls-open): Bind coding-system-for-{read,write}.
-       (imap-starttls-p): Check if we can find starttls.el.
-       (imap-digest-md5-p): Check if we can find digest-md5.el.
+       * nnrss.el (nnrss-content-function): New variable.
+       (nnrss-request-article): Use it.
 
-1999-12-17   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
+2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * base64.el (base64-encode-string): Accept 2nd argument
-       `no-line-break'.
+       * gnus.el: Add article-unsplit-urls.
+       * gnus-sum.el: Ditto.
+       * gnus-art.el (gnus-treat-strip-cr): New variable.
+       (gnus-treatment-function-alist): Use it.
+       (article-unsplit-urls): New function.
+       (gnus-article-make-menu-bar): Use it.
+       From: Michael Cook <michael.cook@cisco.com>
 
-       * imap.el: Require `digest-md5' when compiling; add autoload
-       settings for `digest-md5-parse-digest-challenge',
-       `digest-md5-digest-response', `starttls-open-stream' and
-       `starttls-negotiate'.
-       (imap-authenticators): Add `digest-md5'.
-       (imap-authenticator-alist): Setup for `digest-md5'.
-       (imap-digest-md5-p): New function.
-       (imap-digest-md5-auth): New function.
-       (imap-stream-alist): Add STARTTLS entry.
-       (imap-starttls-p): New function.
-       (imap-starttls-open): New function.
+2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-12-18 01:08:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
+       copy.
 
-       * gnus-agent.el (gnus-agent-enter-history): Bad group name.
+2002-02-07  Paul Jarc  <prj@po.cwru.edu>
 
-1999-12-17 19:36:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
+       with internal whitespace.
+       (gnus-parent-id): Ditto.
 
-       * rfc2047.el (rfc2047-dissect-region): Use mapcar instead of
-       string-to-x function.
+2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-12-17 13:08:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-art.el (gnus-article-treat-body-boundary): Add
+       gnus-decoration property.
+       * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
 
-       * rfc2047.el (rfc2047-fold-region): Fold a line more than once.
+       * message.el (message-mode): Set local-abbrev-table.
+       From Matt Armstrong <matt@lickey.com>.
 
-1999-12-17 11:54:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
+       too many spaces.
 
-       * webmail.el: Enhance hotmail-snarf.
+       * rfc2047.el (rfc2047-unfold-region): Ditto.
+       (rfc2047-decode-region): Don't unfold. Let
+       gnus-article-treat-unfold-headers do it.
 
-1999-12-17 10:38:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
+       From: Jesper Harder <harder@ifa.au.dk>
 
-       * rfc2047.el (rfc2047-dissect-region): Rewrite.
+2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-1999-12-16 22:59:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-msg.el (gnus-posting-styles): Add x-face-file.
+       (gnus-configure-posting-styles): Use it.
+       (gnus-configure-posting-styles): Remove trailing newspaces.
 
-       * webmail.el (webmail-hotmail-list): Search no-error.
+2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-12-15 22:07:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
+       is non-nil.
 
-       * nnwarchive.el: Support nov-is-evil.
-       * gnus-bcklg.el (gnus-backlog-request-article): Buffer is optional.
-       Set it if non-nil.
-       * gnus-agent.el (gnus-agent-fetch-articles): Use it.
+       * mm-util.el (mm-use-find-coding-systems-region): Add doc.
 
-1999-12-15 08:55:19  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus.el (gnus-server-to-method): Switch position with
+       gnus-server-get-method.
+       (gnus-agent): Add doc.
 
-       * nnagent.el (nnagent-server-opened): Redefine.
-       (nnagent-status-message): Ditto.
+       * gnus-sum.el (gnus-article-no-strict-mime): New variable.
+       (gnus-summary-save-parts): Use it.
 
-1999-12-14 23:37:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-art.el (gnus-display-mime): Use it.
+       * mm-partial.el (mm-partial-find-parts): Use it.
 
-       * rfc1843.el (rfc1843-decode-region): Use
-       buffer-substring-no-properties.
-       * gnus-art.el (article-decode-HZ): New function.
+       * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
 
-1999-12-14 22:07:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
+       From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
 
-       * nnheader.el (nnheader-translate-file-chars): Only in full path.
+       * nnagent.el (nnagent-request-expire-articles): Don't delete
+       files.
 
-1999-12-14 16:21:45  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-util.el (mm-find-charset-region): mail-parse-charset is a
-       MIME charset not a MULE charset.
+       * message.el (message-gen-unsubscribed-mft): New function.
+       From Sriram Karra <karra@cs.utah.edu>.
 
-1999-12-14 15:08:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
+       open parenthesis.
 
-       * gnus-ems.el: Translate more ugly characters.
-       * nnheader.el (nnheader-translate-file-chars): Don't translate
-       the second ':'.
+       * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
+       (mm-inline-text-html-render-with-w3): Ditto.
+       * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
+       Suggested by Dave Love  <d.love@dl.ac.uk>.
 
-1999-12-14 10:40:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
 
-       * gnus-art.el (gnus-request-article-this-buffer): Use all refer
-       method if cannot find the article.
+       * nntp.el (nntp-send-command-and-decode): Check PROCESS.
+       * nntp.el (nntp-send-command): Ditto.
+       * nntp.el (nntp-send-command-nodelete): Ditto.
 
-1999-12-14 01:13:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-request-article-this-buffer): Don't use refer
-       method if overrided.
+       * mm-url.el (mm-url-load-url): New function.
+       (mm-url-insert-file-contents): Use it.
 
-1999-12-13 23:38:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
 
-       * mail-source.el (mail-source-fetch-webmail): Parameter
-       dontexpunge.
+       * message.el (message-forward-make-body): Correctly copy
+       forward-buffer.
 
-1999-12-13 23:31:17  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
 
-       * webmail.el: Support my-deja. Better error report.
+2002-02-04  Simon Josefsson  <jas@extundo.com>
 
-1999-12-13 18:59:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-art.el (gnus-article-followup-with-original): Mark with
+       force, prevent errors when following up from article buffer.
+       (gnus-article-reply-with-original): Ditto.
 
-       * nnslashdot.el (nnslashdot-date-to-date): Error proof when input
-       is bad.
-       * gnus-sum.el (gnus-list-of-unread-articles): When (car read) 
-       is not 1.
+       * binhex.el (binhex-decoder-switches): Fix doc.  From
+       Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
 
-1999-12-13 18:22:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnslashdot.el (nnslashdot-request-article): A space.
+       * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
+       highlight-citation after emphasize.
 
-1999-12-13 17:20:25  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-02-04  Simon Josefsson  <jas@extundo.com>
 
-       * nnagent.el: Support different backend with same name.
+       * nnfolder.el (nnfolder-open-marks):
 
-1999-12-13 13:14:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * nnml.el (nnml-open-marks): Message when done.  From David
+       Edmondson <dme@sun.com>.
 
-       * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Support
-       archived group.
-       (nnslashdot-sane-retrieve-headers): Ditto.
-       (nnslashdot-request-article): Ditto.
+2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-12-13 11:41:32  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * imap.el (imap-anonymous-auth): Fix typo.
+       From: Steinar Bang <sb@dod.no>
 
-       * nnweb.el (nnweb-insert): Narrow to point.
+       * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
+       save-excursion.
+       (gnus-cache-braid-heads): Ditto.
 
-1999-12-13 10:59:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
+       line, because there are extra articles in the overview buffer.
 
-       * nnweb.el (nnweb-insert): Follow refresh url.
-       * nnslashdot.el: Use it.
+       * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
 
-1999-12-13 10:39:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * message.el (message-forward-rmail-make-body): Directly use
+       rmail-msg-restore-non-pruned-header to avoid calling
+       vertical-motion.
 
-       * nnweb.el (nnweb-decode-entities): Decode numerical entities.
-       (nnweb-decode-entities-string): New function.
-       
-       * nnwarchive.el (nnwarchive-decode-entities-string): Rename to
-       nnweb-* and move to nnweb.el.
-       * nnwarchive.el: Use nnweb-decode-entities, etc.
-       * webmail.el: Ditto.
-       
-       * nnslashdot.el: Use nnweb-decode-entities-string.
-       (nnslashdot-decode-entities): Remove.
-               
-1999-12-13 10:40:56  Eric Marsden <emarsden@mail.dotcom.fr>
+2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnslashdot.el: Decode entities.
+       * gnus-cache.el (gnus-summary-insert-cached-articles):
+       (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
 
-1999-12-12  Dave Love  <fx@gnu.org>
+       * gnus-group.el (gnus-group-mark-article-read): Nreverse
+       gnus-newsgroups-unselected.
 
-       * gnus-agent.el (gnus-category-edit-groups)
-       (gnus-category-edit-score, gnus-category-edit-predicate): Replace
-       expansion of setf, fixed.
-       
-1999-12-12 12:50:30  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-agent.el (gnus-summary-set-agent-mark): Use
+       gnus-add-to-sorted-list.
 
-       * gnus-agent.el: Revoke last Dave Love's patch, because of
-       incompatibility of XEmacs.
+       * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
+       gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
+       (gnus-build-all-threads): Use gnus-add-to-sorted-list.
+       (gnus-update-read-articles): UNREAD is sorted.
+       (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
+       (gnus-newsgroup-marked, gnus-newsgroup-cached)
+       (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
+       (gnus-newsgroup-dormant): Require sorted.
 
-1999-12-12 12:27:03  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
+       directories.
+       (gnus-dired-print): New function.
 
-       * mm-uu.el: Change headers.
-       * rfc1843.el: Ditto.
-       * uudecode.el: Ditto.
+       * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
+       ps-despool.
 
-1999-12-07  Dave Love  <fx@gnu.org>
+2002-02-02  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-agent.el (gnus-category-edit-predicate)
-       (gnus-category-edit-score, gnus-category-edit-score): Expand setf
-       inside backquote to avoid it at runtime.
+       * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
 
-1999-12-07  Dave Love  <fx@gnu.org>
+2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * binhex.el: Require cl when compiling.
+       * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
+       t. This makes gnus-agent customizable without putting
+       gnus-agentize into .gnus.
 
-1999-12-04  Dave Love  <fx@gnu.org>
+       * gnus.el (gnus-agent): Make it customizable.
 
-       * gnus-cus.el (gnus-group-parameters): Allow nil for banner.
+       * gnus-dired.el: New file.
+       From Benjamin Rutt <brutt@bloomington.in.us>
 
-1999-12-04  Dave Love  <fx@gnu.org>
+       * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
+       if no article.
+       (gnus-cache-possibly-remove-article): Ditto.
+       (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
 
-       * mm-util.el (mm-delete-duplicates): New function.
-       (mm-write-region): Use it.
+2002-02-01  Simon Josefsson  <jas@extundo.com>
 
-       * mml.el (mml-minibuffer-read-type): Use mm-delete-duplicates.
+       * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
 
-       * mailcap.el (mailcap-mime-types): Require mm-util.  Use
-       mm-delete-duplicates.
+2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * imap.el (imap-open, imap-debug): Avoid mapc.
+       * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
+       (mm-setup-w3m): Don't bind keys listed in the above.
 
-       * nnvirtual.el (nnvirtual-create-mapping): Likewise.
+2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * gnus-sum.el (gnus-summary-exit-no-update): Avoid copy-list.
-       (gnus-multi-decode-encoded-word-string): Avoid mapc.
+       * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
+       `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
+       is non-nil; bind `w3m-force-redisplay' with nil.
 
-       * gnus-start.el (gnus-site-init-file): Avoid ignore-errors at
-       runtime.
+       * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
 
-       * gnus.el (gnus-select-method): Likewise.
+       * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
 
-       * nnheader.el (nnheader-nov-read-integer): Likewise.
+2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-view.el (mm-inline-message): Require cl when compiling.
-       Avoid ignore-errors at runtime.
-       (mm-inline-text): Avoid mapc.
-       
-1999-12-12 10:36:51  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
+       use mail-header-unfold-field.
 
-       * gnus-art.el (article-decode-charset): Widen is bad.
+       * gnus-cache.el (gnus-summary-insert-cached-articles): Use
+       gnus-summary-limit.
 
-1999-12-12 10:17:42  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-range.el (gnus-add-to-sorted-list): New function.
+       * gnus-sum.el (gnus-mark-article-as-read): Use it.
+       (gnus-mark-article-as-unread): Ditto.
+       (gnus-summary-mark-article-as-unread): Ditto.
+       (gnus-build-get-header): Ditto.
+       (gnus-summary-prepare-threads): Ditto.
+       (gnus-summary-insert-pseudos): Ditto.
+       (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
+       (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
+       (gnus-summary-insert-old-articles): Ditto.
 
-       * mm-util.el (mm-charset-after): `charset-after' may not be defined.
+       * gnus-msg.el (gnus-posting-styles): Add new format of header.
+       (gnus-configure-posting-styles): Support the new format.
 
-1999-12-12  Florian Weimer  <fw@s.netic.de>
+       * mail-source.el (mail-source-bind, mail-source-bind-common): Set
+       edebug-form-spec to (sexp body).
+       Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
 
-       * rfc2047.el (rfc2047-encodable-p): New parameter header used to
-       indicate that only US-ASCII is permitted.
-       (rfc2047-encode-message-header): Use it.  Now, Gnus should never
-       use unencoded 8-bit characters in message headers.
+       * message.el (message-reply-headers): Add doc.
 
-1999-12-12 03:08:15  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * ietf-drums.el (ietf-drums-narrow-to-header): Make it work with
-       CRLF.
+       * gnus-group.el (gnus-group-delete-group): Nix the entry in
+       gnus-cache-active-hashtb.
 
-1999-12-11 14:42:26  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
+       (gnus-agent-summary-fetch-group): Use it.
 
-       * webmail.el: Require url-cookie.
+       * gnus-msg.el (gnus-debug-files): New variable.
+       (gnus-debug-exclude-variables): New variable.
+       (gnus-debug): Use them.
 
-1999-12-11 14:21:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
 
-       * nnwarchive.el (nnwarchive-make-caesar-translation-table): A
-       new function to make modified caesar table.
-       (nnwarchive-from-r13): Use it.
-       (nnwarchive-mail-archive-article): Improved.
+2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-12-11 12:30:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
+       (message-mode-syntax-table): Move back the previous position.
 
-       * webmail.el (webmail-url): Use mm-with-unibyte-current-buffer.
+       * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
 
-1999-12-10 16:22:24  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-agent.el (gnus-agent-retrieve-headers): Use
+       gnus-sorted-difference.
 
-       * nnweb.el (nnweb-request-article): Return cons.
+       * nnsoup.el (nnsoup-request-expire-articles): Use
+       gnus-sorted-difference.
 
-1999-12-10 16:06:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * nnheader.el: Autoload gnus-sorted-difference.
 
-       * gnus-sum.el (gnus-summary-setup-default-charset): Typo.
+       * nnfolder.el (nnfolder-request-expire-articles): Use
+       gnus-sorted-difference.
 
-1999-12-10 12:14:04  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-cache.el (gnus-cache-retrieve-headers): Use
+       gnus-sorted-difference.
 
-       * mm-util.el (mm-with-unibyte): New macro.
-       * nnweb.el (nnweb-init): Use it.
+       * gnus-range.el: Autoload cookies.
+       (gnus-sorted-difference): New function.
+       (gnus-sorted-ndifference): New function.
+       (gnus-sorted-nintersection): Rename from
+       gnus-set-sorted-intersection.
+       (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
+       (gnus-list-range-difference): Rename from
+       gnus-inverse-list-range-intersection.
+       (gnus-inverse-list-range-intersection): Use defalias.
 
-1999-12-09 20:39:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
+       gnus-sorted-ndifference, and gnus-sorted-nintersection.
+       (gnus-articles-to-read): Use gnus-sorted-difference.
+       (gnus-summary-limit-mark-excluded-as-read): Use
+       gnus-sorted-intersection and gnus-sorted-ndifference.
+       (gnus-list-of-read-articles): Use gnus-list-range-difference.
+       (gnus-summary-insert-articles): Use gnus-sorted-difference.
 
-       * mm-util.el (mm-charset-after): New function.
-       (mm-find-mime-charset-region): Set charsets after
-       delete-duplicates and use find-coding-systems-region.
-       (mm-find-charset-region): Remove composition.
-       
-       * mm-bodies.el (mm-encode-body): Use mm-charset-after.
+       * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
 
-       * mml.el (mml-parse-singlepart-with-multiple-charsets): Ditto.
-       
-1999-12-09 17:47:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * mm-util.el (mm-find-mime-charset-region): Revoke last change.
-       * mml.el (mml-confirmation-set): New variable.
-       (mml-parse-1): Ask user to confirm.
+       * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
+       property to the buffer for using emacs-w3m command keys.
 
-1999-12-09  Simon Josefsson  <jas@pdc.kth.se>
+       * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
+       option.
 
-       * gnus-start.el (gnus-get-unread-articles): Make sure all methods
-       are scanned when we have directory mail-sources (the mail source
-       is modified in that case, so we must scan it for all
-       groups/methods).
+       * mm-view.el (mm-w3m-mode-map): New variable.
+       (mm-w3m-mode-command-alist): New variable.
+       (mm-w3m-minor-mode): Removed.
+       (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
+       (mm-inline-text-html-render-with-w3m): Add keymap property to the
+       buffer for using emacs-w3m command keys.
 
-1999-12-09 12:05:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnml.el (nnml-request-move-article): Save nnml-current-directory
-       and nnml-article-file-alist.
+       * message.el (message-mode-syntax-table): Move forward.
+       (message-cite-prefix-regexp): Auto detect non word constituents.
+       (message-cite-prefix-regexp): Don't use with-syntax-table.
 
-1999-12-09 10:20:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-sum.el (gnus-summary-update-info): Use
+       gnus-list-range-intersection.
 
-       * gnus-group.el (gnus-group-get-new-news-this-group): Binding
-       nnmail-fetched-sources.
+       * gnus-agent.el (gnus-agent-fetch-headers): Use
+       gnus-list-range-intersection.
 
-1999-12-09 10:19:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-range.el (gnus-range-normalize): Use correct predicate.
+       (gnus-list-range-intersection): Use it.
+       (gnus-inverse-list-range-intersection): Ditto.
+       (gnus-sorted-intersection): Add doc.
+       (gnus-set-sorted-intersection): Add doc.
+       (gnus-sorted-union): New function.
+       (gnus-set-sorted-union): New function.
 
-       * mm-util.el (mm-find-charset-region): Use the last charset.
+       * gnus-range.el (gnus-list-range-intersection): Correct the logic.
+       (gnus-inverse-list-range-intersection): Ditto.
 
-1999-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
+2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
 
-       * gnus.el (gnus-select-method): Made the option list prettier.
+       * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
 
-1999-12-08  Florian Weimer  <fw@s.netic.de>
+       * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
+       and permit `:' and `\' in order to handle full Windows pathnames.
+       (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
+       technically not correct per standard, but seems to have common use.
 
-       * gnus-msg.el (gnus-group-posting-charset-alist): Use iso-8859-1
-       for the `de' newsgroups hierarchy, as it is common practice there.
-       
+2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-12-07 16:17:12  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
+       replacing numbers.
 
-       * nnwarchive.el (nnwarchive-mail-archive-article): Fix
-       buffer-string arguments. Fix references.
+2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-12-07 15:04:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-art.el (gnus-article-followup-with-original): Use (mark).
 
-       * gnus-agent.el (gnus-agent-confirmation-function): New variable.
-       (gnus-agent-batch-fetch): Use it.
-       (gnus-agent-fetch-session): Use it.
+       * gnus-score.el (gnus-score-insert-help): Move to (point-min).
+       Don't split when the window is small, e.g. when a small *BBDB*
+       window is the lowest one.
 
-1999-12-07 12:32:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-agent.el (gnus-agent-retrieve-headers): Use
+       nnheader-find-nov-line to speed up. Use nreverse, because it is
+       sorted. Use nnheader-insert-nov-file.
 
-       * mm-util.el (mm-find-mime-charset-region): Delete nil.
+2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-1999-12-07 11:45:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * mm-decode.el (mm-inline-text-html-with-images): New user option.
 
-       * mm-util.el (mm-find-charset-region): Don't capitalize.  Delete
-       nil.
+       * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
+       of `w3m-display-inline-images' with the value of
+       `mm-inline-text-html-with-images'.
+       From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
 
-1999-12-07  Per Abrahamsen  <abraham@dina.kvl.dk>
+       * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
 
-       * nnslashdot.el (nnslashdot-request-list): There were two
-       top-level body-forms.  Put a `progn' around them.
+2002-01-27  Richard M. Stallman  <rms@gnu.org>
 
-       * gnus.el (gnus-select-method): Use `condition-case'
-       instead of `ignore-errors', since cl may not be loaded when the
-       form is evaluated.
+       * time-date.el: Add autoload cookies.  Many doc fixes.
+       (time-add): New function.
+       (time-subtract): Renamed from subtract-time.
+       (subtract-time): New alias for time-subtract.
 
-1999-12-06 23:57:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * nnwarchive.el: Support www.mail-archive.com.
+       * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
+       emacs-w3m in doc-string.
 
-1999-12-06 23:55:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
+       `w3m-current-buffer'.
 
-       * nnmail.el (nnmail-get-new-mail): Remove fetched sources before
-       do anything.
+2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
 
-1999-12-06  Simon Josefsson  <jas@pdc.kth.se>
+       * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
 
-       * utf7.el: New file, written by Jon K Hellan.
+       * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
+       `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
+       (mm-w3m-cid-retrieve): New function.
+       (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
 
-       * imap.el (imap-use-utf7): Renamed from `imap-utf7-p', change
-       default to t.
+2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-12-06 04:40:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
 
-       * nnslashdot.el (nnslashdot-request-delete-group): New function.
+2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-sum.el (gnus-summary-refer-article): Work for lists with
-       current. 
-       (gnus-refer-article-methods): New function.
-       (gnus-summary-refer-article): Use it.
+       * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
 
-1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
+2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * nnimap.el (nnimap-retrieve-groups): Return active format.
+       * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
+       32K.
 
-       * nnimap.el (nnimap-replace-in-string): Removed.
-       (nnimap-request-list): 
-       (nnimap-retrieve-groups): 
-       (nnimap-request-newgroups): Quote group instead of escaping SPC.
+       * gnus-sum.el (gnus-summary-expire-articles): Clean up.
 
-1999-12-05  Simon Josefsson  <jas@pdc.kth.se>
+       * nnmail.el (nnmail-article-group): Decode headers before running
+       split rules over them.
+       (nnmail-mail-splitting-charset): New variable.
 
-       * imap.el: Use format-spec for ssl program.
-       * imap.el (imap-ssl-arguments): Removed.
-       (imap-ssl-open-{1,2}): Removed.
+       * smiley.el: Replaced with smiley-ems.el.
 
-1999-12-04  Per Abrahamsen  <abraham@dina.kvl.dk>
+2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-start.el (gnus-site-init-file): Use `condition-case'
-       instead of `ignore-errors', since cl may not be loaded when the
-       form is evaluated.
+       * mm-url.el (mm-url-predefined-programs): Add w3m.
+       (mm-url-program): Ditto.
 
-1999-12-04 11:34:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * mm-bodies.el (mm-8bit-char-regexps): Removed.
-       (mm-7bit-chars): New variable.
-       (mm-body-7-or-8): Use it in both cases.
+       * nnml.el (nnml-use-compressed-files): New variable.
+       (nnml-filenames-are-evil): Removed.
+       (nnml-current-group-article-to-file-alist): Don't use.
+       (nnml-update-file-alist): Inhibit.
+       (nnml-article-to-file): Use new var.
 
-1999-12-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
+2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-start.el (gnus-site-init-file): Don't use cl macros in
-         defcustom definitions.
+       * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
 
-1999-12-04  Simon Josefsson  <jas@pdc.kth.se>
+       * nnagent.el (nnagent-retrieve-headers): loop until eobp.
 
-       * mm-decode.el (mm-display-part): Let mm-display-external return
-       inline or external.
-       (mm-display-external): For copiousoutput methods, insert output in
-       buffer.
+2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-1999-12-04 03:29:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-agent.el (gnus-agent-load-alist): Use new caching
+       function.
 
-       * nntp.el (nntp-retrieve-headers-with-xover): Goto the end of
-       buffer.
+       * gnus-util.el (gnus-cache-file-contents): New function.
 
-1999-12-04 08:31:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
+       (gnus-agent-load-alist): Use it.
 
-       * gnus-audio.el: An M too far.
+       * nnagent.el (nnagent-retrieve-headers): Use optimized function.
 
-       * gnus-msg.el (gnus-setup-message): One backtick too many.
+       * nnheader.el (nnheader-insert-nov-file): New function.
 
-       * gnus-art.el (gnus-mime-view-part-as-type): mailcap-mime-types is 
-       a function, not a variable.
+       * gnus-util.el (gnus-parse-without-error): Correct the loop.
 
-1999-12-04 08:14:08  Max Froumentin  <masmef@maths.bath.ac.uk>
+       * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
+       there are no references.
+       (gnus-extract-message-id-from-in-reply-to): New function.
+       (gnus-nov-parse-line): Use in-reply-to if there are no
+       references.
 
-       * gnus-score.el (gnus-score-body): Widen before requesting.
+2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-1999-12-04 08:06:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * nnagent.el (nnagent-retrieve-headers): Use new macro.
 
-       * gnus-group.el (gnus-group-prepare-flat): Comment fix.
+       * gnus-util.el (gnus-parse-without-error): New macro.
 
-1999-12-04 03:01:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mail-source.el (mail-source-fetch-webmail): Bind
-       mail-source-string.
+       * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
+       (gnus-article-wash-function): use locate-library to decide which
+       to use.
 
-1999-12-04 07:18:23  Matt Swift  <swift@alum.mit.edu>
+2002-01-25  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-uu.el (gnus-uu-mark-by-regexp): Doc fix.
-       (gnus-uu-unmark-by-regexp): Ditto.
+       * pop3.el (pop3-munge-message-separator): Work if no date.
+       Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
 
-       * gnus-group.el (gnus-group-catchup-current): Would bug out on
-       dead groups.
+2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-1999-12-04 01:34:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-agent.el (gnus-agent-save-alist): Fix.
 
-       * gnus-msg.el (gnus-setup-message): Allow the charset setting to
-       do their real thing.
+       * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
+       mistake.  Reinstated lost code.
 
-       * nnmh.el (nnmh-be-safe): Doc fix.
+2002-01-25  Josh Huber  <huber@alum.wpi.edu>
 
-       * gnus-sum.el (gnus-summary-exit): Write cache active file. 
+       * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
+       one exists in the case of an encrypted message with an internal
+       signature.
 
-       * nntp.el (nntp-retrieve-headers-with-xover): Make sure the entire 
-       status line has arrived before we count it.
+2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * mailcap.el (mailcap-mime-data): Removed save-file from audio/*. 
+       * gnus-agent.el (gnus-agent-save-alist): Optimized.
 
-       * gnus-sum.el (gnus-thread-header): Fixed after indent.
-       Whitespace problems.
+2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * gnus-win.el (gnus-configure-windows): Error fix.
+       * dgnushack.el: Commented out the experimental code.
 
-       * gnus-demon.el (gnus-demon-add-nntp-close-connection): Add the
-       right function.
+2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus.el: Fixed all the doc strings to match the FSF convetions.
-       Indent all functions.  Fix all comments to match the comment
-       conventions.  Double-space after full stop.
+       * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
+       error.
 
-1999-12-04 01:14:55  YAMAMOTO Kouji  <kouji@pobox.com>
+       * gnus.el (gnus-server-to-method): Made into subst.
+       (gnus-server-method-cache): New variable.
+       (gnus-server-to-method): Use it.
+       (gnus-group-method-cache): New variable.
+       (gnus-find-method-for-group-1): Renamed.
+       (gnus-find-method-for-group): New function.
+       (gnus-group-method-cache): Removed.
 
-       * nnmail.el (nnmail-split-it): I redefined nnmail-split-fancy's
-       value to divide received mails into my favorite groups and I met
-       an error.  It takes place if the length of a element "VALUE" in
-       nnmail-split-fancy is less than two.
+       * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
+       function.
 
-1999-10-10  Robert Bihlmeyer  <robbe@orcus.priv.at>
+       * gnus-range.el (gnus-members-of-range): New function.
+       (gnus-list-range-intersection): Renamed.
+       (gnus-inverse-list-range-intersection): New function.
 
-       * mml.el (mml-insert-part): New function.
+       * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
 
-1999-09-29 04:48:14  Katsumi Yamaoka  <yamaoka@jpl.org>
+       * nnagent.el (nnagent-retrieve-headers): New implementation.
 
-       * lpath.el: Add `sc-cite-regexp'.
+       * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
+       implementation.
 
-1999-12-02  Dave Love  <fx@gnu.org>
+2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * mm-decode.el: Customize.
+       * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
+       `w3m-meta-content-type-charset-regexp'.
 
-1999-12-03  Dave Love  <fx@gnu.org>
+       * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
+       charset-encoded html contents.
 
-       * nnslashdot.el, nnultimate.el: Don't lose at compile time when
-       the W3 stuff isn't available.
+2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-12-03  Dave Love  <fx@gnu.org>
+       * gnus-agent.el (gnus-agent-request-article): Make sure it is not
+       an empty file.
 
-       * imap.el, mailcap.el, nnvirtual.el, rfc2104.el: Don't require cl
-       at runtime.
+       * nnweb.el (url): Ignore errors when request url.
 
-1999-12-04 00:47:35  Dan Christensen  <jdc@jhu.edu>
+       * nnrss.el: Clean up the comments.
 
-       * gnus-score.el (gnus-score-headers): Fix orphan scoring.
+2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-1999-12-01  Andrew Innes  <andrewi@gnu.org>
+       * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
 
-       * nnmbox.el (nnmbox-read-mbox): Count messages correctly, and
-       don't be fooled by "From nobody" lines added by respooling.
+       * mm-decode.el (mm-inline-text-html-renderer): New user option.
+       (mm-inline-media-tests): Test whether the value of
+       `mm-inline-text-html-renderer' is a function for text/html.
 
-       * pop3.el (pop3-movemail): Write crashbox in binary.
-       (pop3-get-message-count): New function.
+       * mm-view.el (mm-inline-text-html-render-with-w3): New function
+       separated from `mm-inline-text'.
+       (mm-w3m-minor-mode): New variable.
+       (mm-w3m-setup): New variable.
+       (mm-setup-w3m): New function.
+       (mm-inline-text-html-render-with-w3m): New function.
+       (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
+       text/html.
 
-       * mail-source.el (mail-source-primary-source): New variable.
-       (mail-source-report-new-mail-interval): New variable.
-       (mail-source-idle-time-delay): New variable.
-       (mail-source-new-mail-available): New internal variable.
-       (mail-source-fetch-pop): Clear new mail flag, when mail from
-       primary source has been fetched.
-       (mail-source-check-pop): New function.
-       (mail-source-new-mail-p): New function.
-       (mail-source-start-idle-timer): New function.
-       (mail-source-report-new-mail): New function.
-       (mail-source-report-new-mail): New internal variable.
-       (mail-source-report-new-mail-timer): New internal variable.
-       (mail-source-report-new-mail-idle-timer): New internal variables.
+2002-01-23  Paul Jarc  <prj@po.cwru.edu>
 
-1999-12-04 00:39:34  Andreas Schwab  <schwab@suse.de>
+       * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
 
-       * gnus-cus.el (gnus-group-customize): Customize fix.
+2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-1999-12-04 00:38:24  Andrea Arcangeli  <andrea@suse.de>
+       * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
+       and `gnus-xmas-completing-read'.
 
-       * message.el (message-send-mail-with-sendmail): Use
-       message-make-address. 
+2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
 
-Fri Dec  3 20:34:11 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * nneething.el (nneething-message-id-number): Abolished.
+       (nneething-encode-file-name): Not encode numerical characters.
+       (nneething-make-head): `nneething-message-id-number' is not
+       used to generate message IDs.
 
-       * gnus.el: Pterodactyl Gnus v5.8.2 is released.
+2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-Fri Dec  3 20:09:41 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
+       characters.
 
-       * gnus.el: Pterodactyl Gnus v5.8.1 is released.
+2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-1999-11-11  Hrvoje Niksic  <hniksic@iskon.hr>
+       * gnus-xmas.el (gnus-xmas-completing-read): New function.
+       (gnus-xmas-redefine): Redefine conditionally.
 
-       * mml.el (mml-insert-tag): Don't close the tag.
-       (mml-insert-empty-tag): New function.
-       (mml-attach-file): Use mml-insert-empty-tag instead of
-       mml-insert-tag.
-       (mml-attach-buffer): Ditto.
-       (mml-attach-external): Ditto.
-       (mml-insert-multipart): Ditto.
+2002-01-22  Josh Huber  <huber@alum.wpi.edu>
 
-1999-12-03 08:49:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * mml.el (mml-parse-1): Fixed usage of recipients in the secure
+       tag.
 
-       * nnfolder.el (nnfolder-request-article): Return -1 if not find
-       the article number.
+2002-01-22  Josh Huber  <huber@alum.wpi.edu>
 
-1999-12-03 01:12:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * message.el (message-font-lock-keywords): Added the secure tag.
+       * mml-sec.el: Added functions to generate/modify/remove the secure
+       tag while in message mode.
+       * mml-sec.el (mml-secure-message): New.
+       * mml-sec.el (mml-unsecure-message): New.
+       * mml-sec.el (mml-secure-message-sign-smime): New.
+       * mml-sec.el (mml-secure-message-sign-pgp): New.
+       * mml-sec.el (mml-secure-message-sign-pgpmime): New.
+       * mml-sec.el (mml-secure-message-encrypt-smime): New.
+       * mml-sec.el (mml-secure-message-encrypt-pgp): New.
+       * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
+       * mml.el (mml-parse-1): Added code to recognise the secure tag and
+       convert it to either a part or multipart depending on if there are
+       other parts in the message.
+       * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
+       to use the secure tag, rather than the part tag.
+       * mml.el (mml-preview): Added a save-excursion to keep cursor
+       position after doing an MML preview.
 
-       * gnus.el (gnus-find-method-for-group): The method of a new group
-       is not the native one.
+2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-1999-12-03 01:26:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * nnheader.el (nnheader-parse-overview-file): New function.
+       (nnheader-write-overview-file): New function.
 
-       * gnus-art.el (gnus-button-embedded-url): Always call browse-url. 
+2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-1999-12-02 18:00:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus.el (gnus-group-fast-parameter): Check better if expansion
+       in wanted.
 
-       * nnultimate.el (nnultimate-retrieve-headers): Use
-       mm-with-unibyte-current-buffer. 
-       (nnultimate-request-article): Ditto.
+       * nnweb.el (nnweb-type-definition): Clean up.
 
-1999-12-02 14:57:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-01-21  Alastair Burt  <burt@dfki.de>
 
-       * nntp.el (nntp-retrieve-groups): Set to process buffer.
+       * gnus-art.el (gnus-mm-display-part): Make sure that the summary
+       buffer exists before jumping to it.
 
-1999-12-02 11:14:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * mm-util.el (mm-with-unibyte-current-buffer): New macro.
-       * nnweb.el (nnweb-retrieve-headers): Use it.
-       (nnweb-request-article): Use it.
-       
-       * nnweb.el (nnweb-dejanews-create-mapping): Set a default date in
-       case matching failed.
+       * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
+       function.
+       (article-wash-html): Use it.
+       (gnus-article-wash-function): New variable.
+       (gnus-article-wash-html-with-w3m): New function.
 
-1999-12-02  John Wiegley <jwiegley@inprise.com>
+2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
 
-       * mail-source.el (mail-source-keyword-map): Add backslash to
-       Delete-flag.
+       * dgnushack.el (dgnushack-compile): Compile smiley-ems for
+       XEmacs.
 
-1999-12-02 07:24:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
 
-       * gnus-sum.el (gnus-group-charset-alist): Default nnweb groups to
-       Latin-1.
-       (gnus-group-charset-alist): No, don't.
+       * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
+       command line.
 
-       * nnweb.el (nnweb-init): Make the buffer unibyte.
+2002-01-21  Simon Josefsson  <jas@extundo.com>
 
-1999-12-01 23:02:48  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * canlock.el (base64-encode-string): Autoload it from base64.
+       (canlock-make-cancel-key): Base64 encode unibyte string.
 
-       * mail-source.el (mail-source-set-common-1): Fix to get the
-       default value.
+2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-1999-12-02 00:27:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * nnfolder.el (nnfolder-request-accept-article): Unfold
+       x-from-line.
+       (nnfolder-request-replace-article): Ditto.
 
-       * nnslashdot.el (nnslashdot-read-groups): Unibyte.
+2002-01-20  Nevin Kapur  <nevin@jhu.edu>
 
-       * nnultimate.el (nnultimate-request-list): Use unibyte.
+       * gnus-group.el (gnus-group-best-unread-group): Use the right
+       positioning function.
 
-       * gnus-uu.el (gnus-uu-grab-articles): Bind
-       gnus-display-mime-function to nil.
+2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * message.el (message-send-mail-with-sendmail): Use the
-       user-mail-address variable.
+       * smiley-ems.el (smiley-region): Use new function.
+       (smiley-update-cache): Use general image functions.
+       (smiley-region): Use general functions.
 
-       * gnus-art.el (gnus-ignored-headers): More headers.
+       * gnus-util.el (gnus-graphic-display-p): New function.
 
-       * message.el (message-shorten-1): Use list.
+       * nnmail.el (nnmail-article-group): Allow outputting traces of
+       non-strings.
 
-1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * nndoc.el (nndoc-type-alist): Rules for exim bounces.
+       (nndoc-exim-bounce-type-p): New function.
 
-       * gnus-msg.el (gnus-configure-posting-styles): Ignore nil
-       signatures. 
+       * message.el (message-dont-send): Doc fix.
 
-       * nnweb.el (nnweb-dejanews-create-mapping): Get the data.
-       (nnweb-dejanews-create-mapping): Do the properish date.
+       * gnus-util.el (gnus-completing-read): Remove
+       inherit-input-method.
 
-1999-12-01 17:41:21  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-art.el (gnus-treat-smiley): Doc fix.
 
-       * mail-source.el (mail-source-common-keyword-map): New variable.
-       (mail-source-bind-common): New macro.
-       (mail-source-fetch): Support plugged mail source.
-       * gnus-int.el (gnus-request-scan): Use them.
+       * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
+       articles.
 
-1999-12-01 21:59:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2002-01-19  Simon Josefsson  <jas@extundo.com>
 
-       * mm-view.el (mm-inline-message): Check whether charset is a
-       string. 
+       * imap.el (imap-gssapi-open): Don't wait for logout to complete.
+       (imap-kerberos4-open): Ditto.
+       (imap-open): Set port correctly, don't set auth.
 
-       * nnslashdot.el (nnslashdot-request-post): Insert <p>'s.
+2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * message.el (message-mode-map): Changed keystroke for
-       message-yank-buffer. 
+       * gnus.el (gnus-version-number): Bump version number.
 
-1999-11-26  Hrvoje Niksic  <hniksic@iskon.hr>
+2002-01-20 05:33:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
 
-       * message.el (message-shorten-references): Cut references to 31
-       elements, then either fold them or shorten them to 988 characters.
-       (message-shorten-1): New function.
-       (message-cater-to-broken-inn): New variable.
+       * gnus.el: Oort Gnus v0.05 is released.
 
-1999-12-01 21:47:10  Eric Marsden  <emarsden@mail.dotcom.fr>
+2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * nnslashdot.el (nnslashdot-lose): New function.
+       * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
+       exists.
 
-1999-12-01 21:08:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-spec.el (gnus-string-width-function): New function.
+       (gnus-tilde-cut-form): Use it.
+       (gnus-tilde-max-form): Ditto.
+       (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
+       (gnus-substring-function): Use it.
+       (gnus-tilde-cut-form): Ditto.
+       (gnus-substring-function): New function.
 
-       * mm-view.el (mm-inline-message): Not the right type of charset is 
-       being fetched here.  Let the group charset rule.
-       (mm-inline-message): Ignore us-ascii.
+       * message.el (message-check-news-header-syntax): New message.
 
-1999-11-24  Carsten Leonhardt  <leo@arioch.oche.de>
+       * gnus.el (gnus-slave-no-server): Doc fix.
 
-       * mail-source.el (mail-source-fetch-maildir): work around the
-       ommitted "file-regular-p" in efs/ange-ftp
+       * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
 
-1999-12-01 19:59:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * mml.el (mml-generate-mime-1): Don't insert extra empty line.
-       (mml-generate-mime-1): Use the encoding param.
+       * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
+       `seen' if it looks like (seen NUM1 . NUM2).  It should be
+       (seen (NUM1 . NUM2)).
 
-       * gnus-sum.el (gnus-summary-show-article): Don't bind gnus-visual.
+2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-cache.el (gnus-cache-possibly-enter-article): Require
-       gnus-art before binding its variables.
+       * gnus-topic.el (gnus-topic-catchup-articles): Update article
+       number in closed topics.
 
-       * gnus-art.el (gnus-article-prepare-display): Run the prepare
-       after the MIME.
+2002-01-19  Daniel Pittman  <daniel@rimspace.net>
 
-1999-12-01 19:48:14  Rupa Schomaker  <rupa-list@rupa.com>
+       * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
+       functions.
 
-       * message.el (message-clone-locals): Use it.
+2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-msg.el (gnus-configure-posting-styles): Make
-       user-mail-address local.
+       * gnus.el (gnus-group-find-parameter): Clean up.
 
-1999-11-20  Simon Josefsson  <jas@pdc.kth.se>
+       * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
+       articles.
 
-        * gnus-start.el (gnus-get-unread-articles): Scan each method only
-       once.
+       * gnus-util.el (gnus-completing-read-with-default): Renamed.
 
-1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * nnmail.el (nnmail-article-group): Clean up.
 
-       * message.el (message-generate-new-buffer-clone-locals): Use varstr.
-       (message-clone-locals): Ditto.
+2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
 
-       * gnus-sum.el (gnus-summary-enter-digest-group): Have the digest
-       group inherit reply-to or from.
+       * gnus-agent.el (gnus-category-name): Intern the category name.
 
-1999-12-01 13:04:09  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-sum.el (gnus-summary-show-article): Support numbered ARG
-       for charset.
-       (gnus-summary-show-article-charset-alist): New variable.
-       
-       * mm-bodies.el (mm-decode-string): Support gnus-all and
-       gnus-unknown.
-       (mm-decode-body): Ditto.
-       * rfc2047.el (rfc2047-decode): Ditto.
+       * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
 
-1999-12-01 17:37:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-util.el (gnus-completing-read): New function.
 
-       * mail-source.el (mail-source-delete-incoming): Change default to
-       t.
+2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-Wed Dec  1 16:31:31 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * gnus-art.el (gnus-add-wash-type): Use add-to-list.
 
-       * gnus.el: Pterodactyl Gnus v0.99 is released.
+       * smiley-ems.el (smiley-region): Register smiley.
+       (smiley-toggle-buffer): Rewrite the function.
+       (smiley-active): Removed.
 
-1999-12-01 14:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2002-01-19  Simon Josefsson  <jas@extundo.com>
 
-       * dgnushack.el (dgnushack-compile): No webmail under Emacs.
+       * gnus-util.el (gnus-parent-id): Optimize null n case.  From
+       Jesper Harder <harder@ifa.au.dk>.
 
-       * gnus-sum.el (gnus-summary-refer-article): Wrong interactive
-       spec. 
+2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
 
-       * gnus-msg.el (gnus-configure-posting-styles): Eval `eval'.
-       (gnus-configure-posting-styles): No, don't.
-       (gnus-configure-posting-styles): Allow overriding files.
+       * gnus-art.el (gnus-request-article-this-buffer): Call
+       `nneething-get-file-name' to extract the file name from the
+       message id.
 
-       * gnus-art.el (gnus-header-button-alist): Use browse-url
-       directly. 
+       * nneething.el (nneething-encode-file-name): New function.
+       (nneething-decode-file-name): Ditto.
+       (nneething-get-file-name): Ditto.
+       (nneething-make-head): Encode the file name and encapsulate it
+       into the field of the message id.
 
-       * mm-decode.el (mm-inline-media-tests): Check feature vcard.
+2002-01-18  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-msg.el (gnus-summary-yank-message): New command and
-       keystroke. 
+       * nnml.el (nnml-request-update-info): Don't erase flags that isn't
+       stored in .marks.
 
-       * message.el (message-yank-buffer): New command.
-       (message-buffers): New function.
+       * nnfolder.el (nnfolder-request-update-info): Ditto.
 
-       * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Select
-       next group in a more normal fasion.
+2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mml.el (mml-boundary-function): New variable.
-       (mml-compute-boundary): Use it.
+       * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
 
-       * nnmh.el (nnmh-active-number): Skip past files that have buffers
-       that exist for them.
+2002-01-18  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-async.el (gnus-async-prefetch-next): Cancel timers.
-       (gnus-async-timer): New variable.
+       * imap.el (imap-starttls-p): Don't check for binary.
+       (imap-gssapi-auth-p): Ditto.
+       (imap-kerberos4-auth-p): Ditto.
+       (imap-open): Change logic.  Iterate through all possible streams,
+       instead of bailing out after first failure.  Move authenticator
+       decision to `imap-authenticate'.
+       (imap-authenticate): Change logic, now finds the authenticator to
+       use, was previously in `imap-open'.
+       (imap-open): Return nil on failure.
+       (imap-open): Setup temp buffer correctly.
+       (imap-open): Return buffer only on success.
+       (imap-interactive-login, imap-interactive-login): Tell the user
+       which stream/authenticator is used for the queried
+       username/password.
+       (imap-open, imap-authenticate): Set variables.
+       (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
+       (imap-open): Don't assume how `with-temp-buffer' is implemented.
 
-1999-11-30 02:07:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * nnultimate.el (nnultimate-request-list): Be more lenient with
-       root addresses.
+       * gnus-fun.el (gnus-grab-cam-x-face): New function.
 
-1999-11-28 20:22:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-art.el (gnus-treatment-function-alist): Do
-       gnus-treat-capitalize-sentences. 
+       * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
 
-1999-11-30 09:07:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * webmail.el (webmail-hotmail-article): Hotmail changes the
-       format.
+       * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
+       (gnus-agent-group-mode-map): Bind it to "Jo".
+       (gnus-agent-group-make-menu-bar): Add it into menu bar.
 
-1999-11-29  Simon Josefsson  <jas@pdc.kth.se>
+2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
 
-       * mm-decode.el (mm-display-external): For `copiousoutput' methods,
-       switch to buffer after calling program.
-       (mm-display-external): Use `shell-command-switch' instead of "-c".
+       * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
+       (gnus-summary-mail-toolbar): Add mail article deletion button.
 
-1999-11-27 15:21:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
+       false positives for lines of "^^^^".
 
-       * nnultimate.el (nnultimate-possibly-change-server): Don't always
-       read groups file.
+       * gnus-picon.el (gnus-picon-find-face): faces database is all
+       lowercase.
 
-       * nnslashdot.el (nnslashdot-request-article): Convert <br><br> to
-       <p>. 
+2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-11-24 20:18:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
+       (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
+       duplications.
+       (gnus-agent-batch): Bind gnus-agent-confirmation-function.
 
-       * message.el (message-mode): Doc fix.
+2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-1999-11-24 09:25:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-sum.el (gnus-summary-initial-limit): Inline
+       gnus-summary-limit-children.
+       (gnus-summary-initial-limit): Don't limit if
+       gnus-newsgroup-display is nil.
+       (gnus-summary-initial-limit): No, don't.
 
-       * gnus-art.el (article-emphasize): Check group variable.
-       * rfc1843.el (rfc1843-decode-article-body): Ditto.
+       * gnus-util.el
+       (gnus-put-text-property-excluding-characters-with-faces): Inline
+       gnus-put-text-property.
 
-1999-11-24 00:11:27  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-spec.el (gnus-default-format-specs): New variable.
 
-       * mm-decode.el (mm-save-part-to-file): Inhibit jka-compr for any
-       type.
+       * gnus-start.el (gnus-read-newsrc-file): Don't clear
+       gnus-format-specs.
+       (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
 
-1999-11-23 17:21:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-spec.el (gnus-update-format-specifications): Really check
+       the Gnus version of the .newsrc.eld file.
+       (gnus-format-specs): Save the new default summary format.
 
-       * webmail.el: Support www.netaddress.com, i.e. usa.net.
+       * gnus-util.el (gnus-parent-id): Check whether references is empty
+       before splitting.
 
-1999-11-23  Hrvoje Niksic  <hniksic@iskon.hr>
+       * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
+       functions.
+       (gnus-gather-threads-by-references): Inline
+       `gnus-split-references'.
 
-       * mml.el (mml-quote-region): Insert ! after the hash.
+       * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
+       default value of gnus-summary-line-format-spec.
 
-1999-11-23 05:08:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-group.el (gnus-group-warchive-address-history): Change to
-       nil.
+       * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
+       message.
+       (nnslashdot-request-list): Ditto.
+       (nnslashdot-sid-strip): Removed.
 
-1999-11-23 02:33:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-01-15  Simon Josefsson  <jas@extundo.com>
 
-       * webmail.el: Support mail.yahoo.com.
-       
-       * mail-source.el (mail-source-fetch-webmail): Add password check.
-       (mail-source-keyword-map): Use `subtype'.
+       * nnimap.el (nnimap-close-asynchronous): Enable.
+       (nnimap-close-group): Expunge.
 
-1999-11-22 04:35:43  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mail-source.el (mail-source-keyword-map): Add webmail.
-       (mail-source-fetcher-alist): Ditto.
-       (mail-source-fetch-webmail): New function.
-       * webmail.el: New file.
+       * gnus-util.el (gnus-user-date-format-alist): Typo.
+       From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
 
-1999-11-21 12:20:02  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
 
-       * nnwarchive.el (nnwarchive-request-group): Print 0 if it is nil.
+       * nneething.el (nneething-request-article): Set
+       `nnmail-file-coding-system' to `binary' locally, in order to read
+       files without any conversion.
 
-1999-11-21 12:19:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mailcap.el (mailcap-parse-mailcap): Don't skip double semicolon.
+       * gnus-agent.el (gnus-agent-retrieve-headers): Use
+       nnheader-file-coding-system and nnmail-active-file-coding-system.
+       (gnus-agent-regenerate-group): Ditto.
+       (gnus-agent-regenerate): Ditto.
+       (gnus-agent-write-active): Ditto.
+       Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
 
-1999-11-20 12:54:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnultimate.el (nnultimate-request-list): Add fetch-time slot. 
-       (nnultimate-prune-days): New function.
-       (nnultimate-create-mapping): Use it.
-       (nnultimate-request-group): Only fetch the groups list if it has
-       not been done before.
-       (nnultimate-retrieve-headers): Don't write groups.
-       (nnultimate-create-mapping): Off-by-one error.
+       * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
+       Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
 
-1999-11-19 12:17:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnslashdot.el (nnslashdot-sane-retrieve-headers): Fix to match
-       threaded subjects.
+       * gnus.el: We don't need gnus-article-show-all-headers.
 
-1999-11-20 02:22:52  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-art.el (article-show-all, gnus-article-show-all-header):
+       Ditto.
 
-       * nnwarchive.el: Lots of changes make agent happy.
+       * gnus-sum.el (gnus-summary-select-article): Don't call
+       show-all-headers, because hidden headers are not hidden text any
+       more.
 
-1999-11-19 21:37:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-01-13  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-start.el (gnus-get-unread-articles): Assert group is in
-       hashtb.
+       * message.el (message-newline-and-reformat): Use `newline' instead
+       of inserting \n, so that the newline is marked as hard.
 
-1999-11-19 19:53:08  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
+       From Jesper Harder <harder@ifa.au.dk>.
 
-       * mm-decode.el (mm-display-external): Write region with binary
-       mode.
+2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-11-18 14:52:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * imap.el (imap-close): Keep going if quit.
 
-       * nnweb.el (nnweb-dejanews-create-mapping): Bind `text'.
+       * gnus-agent.el (gnus-agent-retrieve-headers): Erase
+       nntp-server-buffer.
 
-1999-11-18 14:35:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * mm-uu.el (mm-uu-dissect): Use fake charset `gnus-decoded'.
-       (mm-uu-test): Now it is in restricted region.
-       
-       * gnus-art.el (article-decode-charset): Don't mm-uu-test.
-       
-       * mm-view.el (mm-view-message): Fix buffer leak.
-       (mm-inline-message): Support 'gnus-decoded.
-       
-       * mm-bodies.el (mm-decode-body): Ditto.
+       * mm-view.el (mm-display-inline-fontify): Require font-lock to
+       avoid unbinding shadowed variables.
 
-       * rfc2047.el (rfc2047-decode-region): Ditto.
-       
-1999-11-18  Matthias Andree  <ma@dt.e-technik.uni-dortmund.de>
+       * gnus-art.el (gnus-picon-databases): Moved here.
+       (gnus-picons-installed-p): Moved here.
+       (gnus-article-reply-with-original): Use `mark'.
 
-       * imap.el (require): Added autoload for base64-encode-string.
+       * gnus.el (gnus-picon): Moved here and renamed.
 
-1999-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
+       * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
+       installed.
+       (gnus-treat-mail-picon): Ditto.
+       (gnus-treat-newsgroups-picon): Ditto.
 
-       * gnus.el (gnus-refer-article-method): Made list value
-       customizable. 
+       * gnus-picon.el (gnus-picons-installed-p): New function.
 
-1999-11-17 13:09:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el (gnus-summary-recenter): set-window-start with
-       NOFORCE in Emacs case.
+       * gnus-agent.el (gnus-agent-go-online): Fix doc.
 
-1999-11-17 13:04:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-01-12  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-art.el (gnus-request-article-this-buffer): Set
-       gnus-newsgroup-name.
+       * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
+       (nnimap-before-find-minmax-bugworkaround): Use it.
+       (nnimap-find-minmax-uid): Don't reselect current mailbox.
+       (nnimap-dont-close): New variable.
+       (nnimap-close-group): Use it.
 
-1999-11-16 23:53:22  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-xmas.el (gnus-xmas-summary-recenter): set-window-start with
-       NOFORCE.
+       * gnus-art.el (gnus-article-reply-with-original): Use
+       `mark-active'.
 
-1999-11-17  Simon Josefsson  <jas@pdc.kth.se>
+       * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
 
-       * gnus-start.el (gnus-get-unread-articles): Check server before
-       scanning.
+       * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
+       (gnus-score-advanced): Clean up.
+       (gnus-score-advanced): Accept a multiple of the score.
 
-1999-11-16 10:01:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2002-01-12  Simon Josefsson  <jas@extundo.com>
 
-       * gnus.el (gnus-valid-select-methods): nnslashdot is news.
+       * flow-fill.el (fill-flowed-display-column)
+       (fill-flowed-encode-columnq): New variables.  Suggested by
+       Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann).
+       (fill-flowed-encode, fill-flowed): Use them.
 
-       * nnslashdot.el (nnslashdot-login-name): New variable.
-       (nnslashdot-password): Ditto.
-       (nnslashdot-request-post): New function.
+       * message.el (message-send-news, message-send-mail): Use
+       m-b-s-n-p-e-h-n.
 
-       * gnus-art.el (gnus-treat-buttonize): More testing.
+       * mml.el (autoload): Autoload fill-flowed-encode.
+       (mml-buffer-substring-no-properties-except-hard-newlines): New
+       function.
+       (mml-read-part): Use it.
+       (mml-generate-mime-1): Encode format=flowed if appropriate.
+       (mml-insert-mime-headers): Insert format=flowed.
 
-       * mm-encode.el: Another CVS test.
+       * flow-fill.el (fill-flowed-encode): New function.
+       (fill-flowed): Bind fill-column to window width.
 
-       * gnus-art.el (gnus-treat-emphasize): Change default.
-       (gnus-treat-buttonize): Ditto.
-       (gnus-treat-buttonize): This is a test.
+2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-sum.el (gnus-build-old-threads): Bind mail-parse-charset.
-       (gnus-build-sparse-threads): Ditto.
-       (gnus-build-all-threads): Ditto.
+       * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
+       it exists.
+       (gnus-summary-setup-buffer): Wake up dead summary buffers.
+       (gnus-summary-buffer-name): Don't return the dead name after all.
+       (gnus-summary-setup-buffer): Kill the dead buffer.
 
-       * nnheader.el (make-full-mail-header): Make into a subst.
+       * gnus-art.el (gnus-article-followup-with-original): Store the
+       value of the mark before deactivating it.
 
-       * dgnushack.el (dgnushack-compile): Skip all w3-dependent files
-       unless w3 is supplied.
+2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.el (gnus-refer-article-method): Doc fix.
+       * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
+       From: Karl Kleinpaste <karl@charcoal.com>
 
-       * gnus-sum.el: Do not accept a prefix.
-       (gnus-summary-refer-article): Accept a list of select methods. 
+       * gnus-art.el (article-display-x-face): Ditto.
+       (gnus-article-reply-with-original): Use gnus-region-active-p.
+       (gnus-article-followup-with-original): Ditto.
 
-1999-11-15 21:28:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-sum.el (gnus-summary-read-group-1): Don't select
+       downloadable article either.
 
-       * Makefile.in: Change `^  *' to `\t'.
+2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-11-11  Matt Pharr  <mmp@graphics.stanford.edu>
+       * gnus-art.el (article-display-x-face): Insert From:.
 
-       * message.el (message-forward): Pay attention to prefix argument
-       again and forward all headers when it is set, regardless of the
-       value of message-forward-ignored-headers.
+       * gnus-sum.el (gnus-summary-move-article): Don't draw the
+       article. Bind gnus-display-mime-function and
+       gnus-article-prepare-hook.
 
-1999-11-15 20:44:50  William M. Perry  <wmperry@aventail.com>
+       * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
+       (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
+       gnus-agent-possibly-synchronize-flags to the last.
+       (gnus-agent-go-online): New function. New variable.
 
-       * dgnushack.el (dgnushack-compile): Vpath file.
+2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * Makefile.in (SHELL): VPATH support.
+       * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
+       (gnus-agent-regenerate): Ditto.
 
-1999-11-15 20:37:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-ems.el: Check for cygwin32.
+       * message.el (message-ignored-news-headers)
+       (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
+       Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
 
-1999-11-14 18:15:28  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus.el (gnus-gethash-safe): New macro.
 
-       * mm-decode.el (mm-display-external): Use 'non-viewer.
+       * gnus-agent.el (gnus-agent-regenerate-history): New function.
+       (gnus-agent-regenerate): Show messages.
 
-1999-11-14 15:21:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * base64.el (base64-encode-string): An alias for base64-encode for
-       compatibility.
+       * gnus-agent.el (gnus-agent-regenerate-group): New function.
+       (gnus-agent-regenerate): New function.
+       (gnus-agent-save-alist): Sort.
+       (gnus-agent-copy-nov-line): Test eobp.
+       (gnus-agent-retrieve-headers): Erase buffer.
 
-1999-11-14 01:58:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nntp.el (nntp-retrieve-groups): Erase nntp-sever-buffer before
-       nntp-inhibit-erase.
+       * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
+       From: Torsten Hilbrich <email@myrkr.in-berlin.de>
 
-1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
+       * gnus.el (gnus-agent-covered-methods): Move here.
+       (gnus-online): New function.
+       (gnus-agent-method-p): Move here.
 
-       * gnus-start.el (gnus-get-unread-articles): Use
-       nnfoo-retrieve-groups to find new news, if available.
-       (gnus-read-active-file-2): New function.
-       (gnus-get-unread-articles): Use it.
-       (gnus-read-active-file-1): Ditto.
+       * nnagent.el (nnagent-retrieve-headers): Check whether arts is
+       nil. Remove articles-alist.
 
-1999-11-13 17:59:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-start.el (gnus-get-unread-articles): Check online.
+       (gnus-groups-to-gnus-format): Ditto.
+       (gnus-active-to-gnus-format): Ditto.
 
-       * mm-util.el (mm-find-mime-charset-region): Make sure
-       find-coding-systems-for-charsets is fbound.
+       * gnus-agent.el (gnus-agent-get-function): Use it.
+       (gnus-agent-get-undownloaded-list): Ditto.
+       (gnus-agent-fetch-session): Only fetch online methods.
 
-       * gnus-ems.el: Typo fix.
+       * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
+       (gnus-server-mode-map): Ditto.
+       (gnus-server-offline-face): New face.
+       (gnus-server-offline-face): New variable.
+       (gnus-server-font-lock-keywords): Add offline.
+       (gnus-server-insert-server-line): Ditto.
+       (gnus-server-offline-server): New function.
 
-1999-11-13  Florian Weimer  <fw@s.netic.de>
+       * gnus-int.el (gnus-open-server): Turn to offline.
+       (gnus-server-unopen-status): New variable.
 
-       * mm-util.el (mm-find-mime-charset-region): Use UTF-8 if 
-       it's available and makes sense.
+2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-11-12 19:56:23  Fabrice POPINEAU <Fabrice.Popineau@supelec.fr>
+       * nnkiboze.el (nnkiboze-request-article): Use
+       gnus-agent-request-article.
 
-       * gnus-score.el (gnus-score-save): Translate score file.
+       * nnagent.el (nnagent-retrieve-headers): Don't use nnml
+       function. Insert undownloaded NOV.
 
-1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
+       * gnus-agent.el (gnus-agent-retrieve-headers): New function.
+       (gnus-agent-request-article): New function.
 
-       * mail-source.el (mail-source-keyword-map): For IMAP mail source,
-       added fetchflag and dontexpunge keywords.
-       (mail-source-fetch-imap): Use them.
+       * gnus.el (gnus-agent-cache): New variable.
 
-1999-11-12  Per Abrahamsen  <abraham@dina.kvl.dk>
+       * gnus-int.el (gnus-retrieve-headers): Use
+       gnus-agent-retrieve-headers.
+       (gnus-request-head): Use gnus-agent-request-article.
+       (gnus-request-body): Ditto.
 
-       * gnus-start.el (gnus-level-subscribed, gnus-level-unsubscribed,
-       gnus-level-zombie, gnus-level-killed): Changed from `defcustom' to
-       `defconst'.
+       * gnus-art.el (gnus-request-article-this-buffer): Use
+       gnus-agent-request-article.
 
-       * gnus-cus.el (gnus-group-parameters): Changed from `defcustom' to
-       `defconst'. 
-       Mention that it is both for group and topic parameters. 
-       (gnus-extra-topic-parameters): New constant, including `subscribe'
-       parameter. 
-       (gnus-extra-group-parameters): New constant.
-       (gnus-group-customize): Use them.
+       * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
+       article if it is undownloaded.
 
-       * gnus.el (gnus-select-method): Added default value and tag.
-       (gnus-refer-article-method): Added `DejaNews' customization option.
+2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-1999-11-12 05:04:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
 
-       * gnus-int.el (gnus-server-opened): Ignore denied servers.
+2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * gnus-ems.el (gnus-mule-max-width-function): New backquote
-       syntax. 
+       * canlock.el (canlock-string-as-unibyte): New macro.
+       (canlock-sha1-with-openssl): Return a unibyte string.
+       (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
 
-       * nndoc.el (nndoc-mime-digest-type-p): Reinstated.
+2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnslashdot.el (nnslashdot-group-number): Changed default.
+       * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
 
-       * nnweb.el (nnweb-dejanews-create-mapping): Work with new deja. 
-       (nnweb-dejanews-wash-article): Removed.
-       (nnweb-type-definition): Fetch by id.
+2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-msg.el (gnus-configure-posting-styles): Don't insert unless 
-       we mean it.
+       * mm-encode.el (mm-content-transfer-encoding-defaults): Add
+       application/x-emacs-lisp.
 
-       * nnslashdot.el (nnslashdot-group-number): Doc fix.
-       (nnslashdot-request-list): Use Ultramode as well.
-       (nnslashdot-date-to-date): Be more lenient.
-       (nnslashdot-threaded): New function.
+       * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
 
-1999-11-11 17:40:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * nntp.el (nntp-request-article): Add group parameter.
+       (nntp-request-head): Ditto.
+       (nntp-find-group-and-number): Add parameter group. Figure out
+       number if the status line doesn't give (e.g. quimby.gnus.org).
 
-       * gnus-art.el (gnus-mime-internalize-part): Doc fix.
+2002-01-08  Simon Josefsson  <jas@extundo.com>
 
-1999-11-11 14:32:48  Steinar Bang  <sb@metis.no>
+       * mml.el (mml-generate-mime-1): Set recipient correctly.
 
-       * nnweb.el (nnweb-type-definition): /=dnc
+2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-11-11 10:58:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * message.el (message-read-from-minibuffer): Add parameter
+       initial-contents.
+       * gnus-msg.el (gnus-summary-resend-message): Use it.
 
-       * nnultimate.el (nnultimate-retrieve-headers): Work with american
-       dates. 
-       (nnultimate-retrieve-headers): Wrong ordering.
+       * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
+       behavior of quit-config.
 
-1999-11-11 07:31:51  Matt Pharr  <mmp@graphics.stanford.edu>
+       * message.el (message-make-from): Don't quote fullname.
+       From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
 
-       * message.el (message-forward-as-mime): New variable.
+       * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
+       From: <andre@slamdunknetworks.com>
 
-1999-11-11 05:24:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-util.el (gnus-dd-mmm): Beware buggy dates.
+       * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
 
-1999-11-10 16:50:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-art.el (gnus-header-button-alist): Handle mailto.
 
-       * mail-source.el (mail-source-movemail-and-remove): New function.
-       (mail-source-keyword-map): Add `function' for `maildir'.
-       (mail-source-fetch-maildir): Use it.
+       * mml.el (mml-preview): Bind gnus-original-article-buffer because
+       article-decode-group-name uses it.  Bind gnus-article-prepare-hook
+       because bbdb may use it.
 
-1999-11-10 13:48:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
 
-       * nnwarchive.el: New file.
-       * gnus-group.el (gnus-group-make-warchive-group): New function.
-       * gnus.el (gnus-valid-select-methods): Add `nnwarchive'.
+       * nneething.el (nneething-request-article): When a non-text file
+       is converted to an article, its data is encoded in base64.  Call
+       `nneething-make-head' with options to specify MIME types.
+       (nneething-make-head): Add optional arguments to specify MIME
+       types.
 
-1999-11-10 12:13:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnultimate.el (nnultimate-retrieve-headers): Work for multi-page 
-       subjects.
+       * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
+       header if there is not.
 
-1999-11-10 11:33:23  Rajappa Iyer  <rajappa@mindspring.com>
+       * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
 
-       * gnus-salt.el (gnus-pick-article-or-thread): Don't move point. 
+       * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
+       (gnus-inews-mark-gcc-as-read): Obsolete variable.
+       (gnus-inews-do-gcc): Use them.
 
-1999-11-10 05:22:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-group.el (gnus-group-mark-article-read): Put holes into
+       gnus-newsgroup-unselected.
 
-       * nnultimate.el (nnultimate-open-server): Do address.
-       (nnultimate-forum-table-p): New function.
+2002-01-06  Simon Josefsson  <jas@extundo.com>
 
-       * nnweb.el (nnweb-insert-html): Renamed.
-       (nnweb-insert): New function.
+       * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
+       condition-case, not ignore-errors.
 
-       * nnultimate.el (nnultimate-insert-html): New function.
+2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnslashdot.el (nnslashdot-retrieve-headers): Don't do anything
-       if nov is evil.
-       (nnslashdot-retrieve-headers): use the sane version instead.
+       * gnus-sum.el (gnus-summary-insert-old-articles): Bind
+       gnus-fetch-old-headers.
 
-1999-11-09 00:13:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-art.el (article-display-x-face): Use the current buffer
+       unless `W f'. Otherwise, X-Face may be shown in the header of a
+       forwarded part.
+       (gnus-treatment-function-alist): Treat xface before hiding
+       headers.
 
-       * nnslashdot.el (nnslashdot-request-article): Fold case.
+2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * nnultimate.el: New file.
+       * gnus-group.el (gnus-group-read-ephemeral-group): Fix
+       parameters.
 
-       * nnslashdot.el (nnslashdot-retrieve-headers): Skip the article
-       unless wanted.
+2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-start.el (gnus-active-to-gnus-format): Catch errors.
-       (gnus-read-active-file-1): Separated into own function.
-       (gnus-read-active-file): Catch quits.
+       * mm-util.el (mm-multibyte-p): Define conditionally when load.
+       (mm-guess-charset): New function.
+       (mm-charset-after): Use it.
+       (mm-detect-coding-region): New function.
+       (mm-detect-mime-charset-region): New function.
 
-       * nnslashdot.el (nnslashdot-request-article): Search better on
-       first article.
-       (nnslashdot-request-list): Fold case.
-       (nnslashdot-retrieve-headers): Ditto.
+       * gnus-sum.el (gnus-summary-show-article): Use
+       mm-detect-coding-region.
 
-1999-11-08 05:33:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus.el: Autoload gnus-subscribe-topics.
+       * message.el (message-make-fqdn): Be less violent.
 
-1999-11-07 22:56:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus.el (gnus-logo-color-style): Compute custom form
+       automatically.
 
-       * gnus-agent.el (gnus-agent-save-group-info): Remove backslash
-       before dot.
-       * gnus-util.el (gnus-write-active-file): Ditto.
+       * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
+       score file of the parent to the document group.
 
-1999-11-07 22:31:10  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
+       parameters parameter.
 
-       * nnheader.el (nnheader-replace-duplicate-chars-in-string): New
-       function.
-       * gnus-cache.el (gnus-cache-file-name): Use it.
-       * gnus-agent.el (gnus-agent-group-path): Use it.
-       * nnmail.el (nnmail-group-pathname): Use it.
+       * gnus-score.el (gnus-score-load-file): Clean up.
 
-1999-11-07 21:07:55  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-start.el (gnus-active-to-gnus-format): Don't insert backslash
-       if cooked.
-       * gnus-util.el (gnus-write-active-file): Write cooked active file.
-       * gnus-agent.el (gnus-agent-save-group-info): Ditto.
-       * gnus.el (gnus-short-group-name): "..." proof.
+       * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
+       From: Damien Wyart <damien.wyart@free.fr>
 
-1999-11-07 20:03:16  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
 
-       * gnus-srvr.el (gnus-browse-foreign-server): Keep using `read' to
-       support nnslashdot.
+2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-11-08 00:06:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-sum.el (gnus-select-group-hook): Typo.
 
-       * nnslashdot.el (nnslashdot-retrieve-headers): Don't fetch too
-       many articles.
-       (nnslashdot-generate-active): New function.
-       (nnslashdot-request-newgroups): Use it.
+       * rfc2047.el (rfc2047-decode-string): Return immediately if there
+       is no quoted-printable-encoded STRING.
+       From: Jesper Harder <harder@ifa.au.dk>
 
-       * gnus-start.el (gnus-active-to-gnus-format): Intern strings group 
-       names.
+       (rfc2047-decode-string): Decode it.
 
-       * nnslashdot.el (nnslashdot-request-newgroups): New function.
-       (nnslashdot-request-list): Not moderated.
+2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-1999-11-07  Simon Josefsson  <jas@pdc.kth.se>
+       * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
 
-       * nnimap.el (nnimap-open-server): Remove error signal if
-       nnimap-server-buffer is nil (the check should've been `boundp').
+2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
 
-       * imap.el (imap-log):
-       * nnimap.el (nnimap-debug): Disable debugging by default.
+       * nntp.el (nntp-possibly-change-group): Erase contents of nntp
+       buffer to get rid of junk line.
 
-1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2002-01-05  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-start.el (gnus-subscribe-newsgroup-method): Doc fix. 
+       * message.el (message-mode-map): Bind message-goto-from to C-c C-f
+       C-o.
+       (message-mode-map): Bind message-insert-or-toggle-importance to
+       C-c C-u.
+       (message-mode-map): Bind message-disposition-notification-to to
+       C-c M-n.
+       (message-mode-menu): Add m-d-n-t.
+       (message-mode-field-menu): Add m-goto-from.
+       (message-mode): Doc fix.
+       (message-goto-from): New function.
+       (message-insert-disposition-notification-to): New function.
+       (message-tool-bar-map): Add receipt button.
 
-       * gnus-topic.el (gnus-subscribe-topic): New function.
+2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * nnslashdot.el (nnslashdot-request-list): Give out extended group 
-       names.
+       * gnus-sum.el (gnus-thread-latest-date): New function.
+       (gnus-thread-sort-by-most-recent-number): Renamed.
+       (gnus-thread-sort-functions): Doc fix.
+       (gnus-select-group-hook): Don't use setq on a hook.
+       (gnus-thread-latest-date): Use date, not number
 
-       * gnus-start.el (gnus-ignored-newsgroups): Disregard bogus chars
-       if starting with a quote.
+       * gnus-agent.el (gnus-agent-expire-days): Doc fix.
+       (gnus-agent-expire): Allow regexp of expire-days.
 
-1999-11-07 13:06:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-art.el (gnus-article-reply-with-original): Deactivate
+       region.
+       (gnus-article-followup-with-original): Ditto.
 
-       * gnus-srvr.el (gnus-browse-foreign-server): Support backslash in
-       group name.
+       * gnus-sum.el (gnus-thread-highest-number): Doc fix.
 
-1999-11-07 01:17:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-art.el (gnus-mime-display-alternative): Use
+       gnus-local-map-property.
+       (gnus-mime-display-alternative): Ditto.
+       (gnus-insert-mime-security-button): Ditto.
+       (gnus-insert-next-page-button): Ditto.
+       (gnus-button-prev-page): Take optional args.
+       (gnus-insert-prev-page-button): widget-convert.
 
-       * nnslashdot.el: New file.
+       * gnus-util.el (gnus-local-map-property): New function.
 
-       * nnheader.el (nnheader-insert-header): New function.
+       * gnus-art.el (gnus-prev-page-map): Use parent map.
+       (gnus-next-page-map): Ditto.
 
-       * gnus-art.el (gnus-mime-internalize-part): Bind
-       mm-inlined-types. 
+       * gnus-spec.el (gnus-parse-format): Clean up.
+       (gnus-parse-format): Do complex formatting for %=.
 
-       * nndraft.el (nndraft-request-expire-articles): Do all the backup
-       files. 
+       * gnus-fun.el (gnus-display-x-face-in-from): Add the string
+       "X-Face: " to the data in the built-in scenario.
 
-1999-10-29  David S. Goldberg  <dsg@mitre.org>
+       * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
+       (gnus-correct-pad-form): Renamed.
+       (gnus-tilde-max-form): Clean up.
+       (gnus-pad-form): Use gnus-use-correct-string-widths.
 
-       * emacs-mime.texi (Customization): Document mm-inline-override-types
+       * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
+       support if that is available.
 
-1999-10-29  David S. Goldberg  <dsg@mitre.org>
+       * gnus-sum.el (gnus-thread-highest-number): New function.
+       (gnus-thread-sort-by-most-recent-thread): New function.
+       (gnus-thread-sort-functions): Doc fix.
 
-       * emacs-mime.texi (Customization): Document mm-inline-override-types
+2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-10-29  David S. Goldberg  <dsg@mitre.org>
+       * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
+       all cases.
+       (gnus-summary-mode): Enable it in all cases.
+       (gnus-summary-display-article): Ditto.
+       (gnus-summary-edit-article): Ditto.
 
-       * emacs-mime.texi (Customization): Document mm-inline-override-types
+       * gnus-ems.el (gnus-put-image): Really return glyph.
 
-1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
+       * gnus-art.el (gnus-article-x-face-command): Fix :type.
+       (gnus-treat-smiley): Don't take "P" in the interactive form.
 
-       * smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
-       (smiley-toggle-buffer): New function.
-       (smiley-buffer): Don't quote the function.
-       (smiley-toggle-extents): Ditto.
+2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-1999-11-07 01:00:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * compface.el (uncompface): XEmacs and Emacs have differing
+       capabilities.
 
-       * gnus-topic.el (gnus-topic-goto-missing-topic): Work even in
-       empty buffers.
+       * gnus-fun.el (gnus-display-x-face-in-from): Use face.
 
-1999-11-06 23:16:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
+       (gnus-article-xface-ring-size): Removed.
+       (gnus-article-display-xface): Removed.
+       (gnus-remove-image): Cleaned up.
 
-       * gnus-art.el (gnus-article-mode-map): Use the summary article
-       edit. 
+       * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
+       (gnus-xmas-create-image): Take pbm files.
+       (gnus-x-face): Removed.
+       (gnus-xmas-article-display-xface): Removed.
 
-1999-11-06 22:56:49  Jens-Ulrik Petersen  <Jens-Ulrik.Petersen@nokia.com>
+       * gnus-fun.el (gnus-display-x-face-in-from): Bind
+       default-enable-multibyte-characters.
 
-       * gnus-group.el (gnus-group-read-ephemeral-group): Doc fix.
+       * compface.el (uncompface): Doc fix.
 
-1999-11-06 21:40:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-art.el (gnus-article-x-face-command): Use
+       gnus-display-x-face-in-from.
 
-       * gnus-uu.el (gnus-uu-mark-thread): Don't move point around.
+       * gnus-xmas.el (gnus-xmas-put-image): Return the image.
 
-1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
+       * gnus-ems.el (gnus-put-image): Return the image.
 
-       * gnus-art.el (gnus-treat-predicate): Examine whether the argument
-       is list or not before condition.
+       * gnus-fun.el (gnus-display-x-face-in-from): New function.
+       (gnus-x-face): Moved here.
 
-1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
+2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-treat-predicate): Work for (typep "something").
+       * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
+       invisible if string is nil.
+       (gnus-xmas-article-display-xface): Use it.
 
-1999-11-06 19:18:14  Kevin the Bandicoot  <user42@zip.com.au>
+       * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
+       property when string is nil.
+       (gnus-article-display-xface): Use it.
 
-       * gnus-art.el (gnus-emphasis-alist): New value.
+2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-1999-11-06 13:57:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-art.el (article-display-x-face): Check whether valid grey
+       face was returned.
+       (article-display-x-face): Place image in the right spot.
 
-       * gnus-srvr.el (gnus-browse-foreign-server): Use both `read' and
-       `buffer-substring'.
+       * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
+       stderr.
+       (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
 
-1999-11-06 04:24:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-art.el (article-date-ut): Keep the updated timer.
-       (gnus-emphasis-underline-italic): Doc fix.
+       * gnus-xmas.el (gnus-xmas-create-image): Take optional
+       parameters.
+       (gnus-xmas-put-image): Allow non-strings to be passed.
 
-       * gnus-msg.el (gnus-post-method): Doc fix.
-       (gnus-post-method): Change default.
+       * gnus-art.el (article-display-x-face): Use optional parameters.
 
-1999-11-06 04:12:13  Francisco Solsona  <flsc@hp.fciencias.unam.mx>
+       * gnus-ems.el (gnus-create-image): Take optional parameters.
 
-       * message.el (message-newline-and-reformat): Improvements.
+       * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
 
-1999-11-06 03:51:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * compface.el (compface-xbm-p): Removed.
 
-       * message.el (message-newline-and-reformat): Don't insert too many 
-       newlines.
-       (message-newline-and-reformat): Work even if not sc.
+       * gnus-ems.el (gnus-article-compface-xbm): Removed.
+       (gnus-article-display-xface): Use compface.
 
-       * mm-view.el (mm-inline-message): Insert a delimiter at the end.
+       * compface.el: New file.
 
-       * mm-decode.el (mm-inline-media-tests): Only if diff mode.
+       * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
+       (gnus-convert-image-to-x-face-command): Ditto.
+       (gnus-random-x-face): Quote argument.
+       (gnus-x-face-from-file): Ditto.
 
-1999-11-06 03:48:02  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
+2002-01-03  Paul Jarc  <prj@po.cwru.edu>
 
-       * mm-view.el (mm-display-patch-inline): New function.
+       * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
+       the expire-group parameter once per article rather than once
+       per group; bind `nnmaildir-article-file-name' and `article'
+       for convenience.  Leave article alone when expire-group
+       specifies the current group.
+       (nnmaildir--update-nov): be more concurrency-friendly with
+       temp file names.
 
-1999-11-06 03:47:54  Robert Bihlmeyer  <robbe@orcus.priv.at>
+2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * mm-view.el (mm-display-patch-inline): New function.
+       * gnus-start.el (gnus-read-init-file): Cleaned up.
 
-1999-11-06 02:17:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2002-01-03  Dave Love  <d.love@dl.ac.uk>
 
-       * gnus-sum.el (gnus-read-move-group-name): Subscribe to the
-       group. 
+       * gnus-start.el (gnus-startup-file-coding-system): Removed.
+       (gnus-read-init-file): Don't use it.
 
-       * message.el (message-forward): Narrow to the right header.
+2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-sum.el (gnus-summary-limit-to-age): Protect against bogus
-       dates. 
+       * gnus-agent.el (gnus-agent-fetch-session): Run hook.
 
-       * gnus-msg.el (gnus-configure-posting-styles): Use the
-       user-full-name function.
+2002-01-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-       * mm-bodies.el (mm-body-encoding): Use the choosing function.
-       (mm-body-charset-encoding-alist): Default to nil.
+       * gnus-start.el (gnus-read-init-file): Don't force coding system
+       for ~/.gnus.  From Dave Love <fx@gnu.org>.
 
-       * message.el (message-elide-ellipsis): Fix typo.
-       (message-elide-region): Ditto.
-       (message-elide-region): Don't insert a newline first.
+2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
+       * nnspool.el (nnspool-request-post): Ditto.
 
-       * gnus-sum.el (gnus-cut-thread): Also cut for numberp
-       gnus-fetch-old-headers. 
-       (gnus-cut-threads): Ditto.
-       (gnus-summary-initial-limit): Ditto.
-       (gnus-summary-limit-children): Ditto.
+       * mm-util.el (mm-use-find-coding-systems-region): New variable.
+       (mm-find-mime-charset-region): Use it.
 
-       * gnus-msg.el (gnus-configure-posting-styles): Allow `header'
-       matches. 
+2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-1999-11-06  Simon Josefsson  <jas@pdc.kth.se>
+       * gnus.el (gnus-summary-line-format): Added :link.
+       * gnus-topic.el (gnus-topic-line-format): Ditto.
+       * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
+       * gnus-srvr.el (gnus-server-line-format): Ditto.
+       * gnus-group.el (gnus-group-line-format): Ditto.
 
-       * gnus-art.el (article-decode-encoded-words):
-       (gnus-mime-display-single): Don't assume gnus-summary-buffer is
-       live.
+       * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
+       :keys, it works on both Emacsen.
 
-       * gnus.el (gnus-read-method): Add methods from
-       `gnus-opened-servers' to completion. Map entered method/address
-       into existing methods if possible.
+2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-group.el (gnus-group-make-group): Simplify method.
+       * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
 
-       * gnus-srvr.el (gnus-browse-unsubscribe-group): Simplify method.
+2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-        * mml.el (mml-preview): Remove mail-header-separator before
-        encoding.
+       * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
 
-1999-11-05 20:28:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
 
-       * message.el (message-read-from-minibuffer): New function.
+       * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
+       very wide reply.
 
-Fri Nov  5 19:10:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus.el: Pterodactyl Gnus v0.98 is released.
+       * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
+       (gnus-picon-cache): New variable.
+       (gnus-picon-transform-newsgroups): Cache stuff.
 
-1999-11-05 01:27:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-art.el (gnus-article-reply-with-original): New command.
+       (gnus-article-followup-with-original): New command.
 
-       * gnus-agent.el (gnus-agent-expire): Remove bad line in NOV.
+       * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
+       END parameters.
+       (gnus-summary-followup): Take a list of list of articles.
+       (gnus-inews-yank-articles): Allow lists of article/regions.
 
-1999-11-04 22:20:35  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
+       longer the usual commands.
 
-       * mml.el (mml-generate-mime-1): Read attached binary file in
-       binary mode.
+       * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
+       (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
+       shell-command-on-region.
 
-1999-11-03 16:08:56  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el (gnus-summary-toggle-header): Fix arg bug.
+       * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
+         "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
 
-1999-11-03 15:27:38  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-01-03  Steve Youngs  <youngs@xemacs.org>
 
-       * mailcap.el (mailcap-viewer-lessp): Fix bug.
+       * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
+       understand ':keys', wrap it in an featurep 'xemacs.
 
-1999-11-02 17:28:33  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el (gnus-summary-search-article): Fix loop search bug.
+       * gnus-ems.el (gnus-article-display-xface): Show xface in the
+       order of headers (Actually, it is called in a reversed order). Add
+       'gnus-image-text-deletable property.
+       (gnus-remove-image): Remove text with such a property.
 
-1999-10-31 21:24:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
+       gnus-put-image.
 
-       * gnus-art.el (gnus-article-mime-match-handle-first): New function.
-       (gnus-article-mime-match-handle-function): New variable.
-       (gnus-article-view-part): Make `b' customizable.
+       * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
+       with ", "
 
-1999-10-29 14:30:07  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-sum.el (gnus-article-get-xrefs): Test eobp.
+       * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
 
-1999-09-27  Hrvoje Niksic  <hniksic@srce.hr>
+       * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
+       (article-display-x-face): Display grey X-Faces.
 
-       * mm-decode.el (mm-attachment-override-types): Exclude text/plain.
+       * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
+       (gnus-convert-gray-x-face-to-ppm): Ditto.
+       (gnus-convert-image-to-gray-x-face): Ditto.
 
-1999-10-26 23:27:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
+       gnus-summary-show-raw-article.
 
-       * mm-decode.el (mm-dissect-buffer): CTE may come without CTL.
+2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-10-26 21:44:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       Display picons in XEmacs without showing text.
 
-       * gnus-srvr.el (gnus-browse-foreign-server): Use
-       `buffer-substring' instead of `read'.
+       * gnus-xmas.el (gnus-xmas-create-image): Don't use
+       mm-create-image-xemacs to create xbm glyph, because it deletes
+       temporary files.
+       (gnus-xmas-put-image): Use end-glyph. Make text invisible.
+       (gnus-xmas-remove-image): Make text visible, remove glyph.
 
-1999-10-23  Simon Josefsson  <jas@pdc.kth.se>
+       * gnus-picon.el (gnus-picon-transform-newsgroups)
+       (gnus-picon-transform-address): Insert spec backward, due to the
+       incompatibility of gnus-xmas-put-image.
 
-       * nnimap.el, imap.el, rfc2104.el: New files.
+2002-01-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
-       * gnus.el (gnus-valid-select-methods): Add nnimap.
+       * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
 
-       * gnus-group.el (gnus-group-group-map): Add
-       gnus-group-nnimap-edit-acl, gnus-group-nnimap-expunge.
-       (gnus-group-nnimap-expunge): New function.
-       (gnus-group-nnimap-edit-acl): New function.
+2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-agent.el (gnus-agent-group-mode-map): Add
-       gnus-agent-synchronize.
-       (gnus-agent-synchronize): New function.
-       (gnus-agent-fetch-group-1): Check if server is open.
+       * gnus.el: Doc fix.
 
-       * nnagent.el (nnagent-request-set-mark): Save marks.
+       * gnus-art.el: Doc fix.
 
-       * mail-source.el (mail-source-keyword-map): New imap mail-source.
-       (mail-source-fetcher-alist): Map to imap fetcher function.
-       (mail-source-fetch-imap): New function.
+       * gnus-agent.el: Doc fix.
 
-       * gnus-art.el (article-hide-pgp): Hide all headers, not just
-       Hash:.
+2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-10-22 11:03:00  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-diary.el, gnus-delay.el: Fix copyright lines.
 
-       * gnus-topic.el (gnus-topic-sort-topics-1): New function.
-       (gnus-topic-sort-topics): New function.
-       (gnus-topic-make-menu-bar): Add sort-topics.
-       (gnus-topic-move): New function.
-       (gnus-topic-move-group): Move the topic if no group selected.
+2002-01-01  Paul Jarc <prj@po.cwru.edu>
 
-1999-10-13 21:31:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * nnmaildir.el (nnmaildir--update-nov): automatically parse
+       NOV data out of the message again if nnmail-extra-headers has
+       changed.
 
-       * gnus-art.el (gnus-article-setup-buffer): Fix buffer leak.
+2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-1999-10-13 12:52:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-fun.el: New file.
+       (gnus-convert-image-to-x-face-command): New variable.
+       (gnus-insert-x-face): New function.
+       (gnus-random-x-face): Renamed.
+       (gnus-x-face-from-file): Renamed.
 
-       * mm-view.el (mm-inline-message): Fix leaving group bug.
+       * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
+       "_".
+       (gnus-body-boundary-delimiter): Typo fix.
 
-1999-10-07 17:59:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-01-02  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-msg.el (gnus-post-method): Use normal method if current is
-       not available.
+       * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
+       (gnus-body-boundary-delimiter): Fix type.
 
-1999-10-07 17:09:34  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-01-01  Simon Josefsson  <jas@extundo.com>
 
-       * nnmail.el (nnmail-insert-xref): Dealing with empty articles.
-       (nnmail-insert-lines): Ditto.
+       * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
+       (gnus-treat-emphasize, gnus-treat-strip-cr)
+       (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
+       (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
+       (gnus-treat-fill-article, gnus-treat-hide-citation)
+       (gnus-treat-hide-citation-maybe)
+       (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
+       (gnus-treat-strip-pem, gnus-treat-strip-banner)
+       (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
+       (gnus-treat-date-ut, gnus-treat-date-local)
+       (gnus-treat-date-english, gnus-treat-date-lapsed)
+       (gnus-treat-date-original, gnus-treat-date-iso8601)
+       (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
+       (gnus-treat-strip-trailing-blank-lines)
+       (gnus-treat-strip-leading-blank-lines)
+       (gnus-treat-strip-multiple-blank-lines)
+       (gnus-treat-unfold-headers, gnus-treat-fold-headers)
+       (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
+       (gnus-treat-display-xface, gnus-treat-display-smileys)
+       (gnus-treat-from-picon, gnus-treat-mail-picon)
+       (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
+       (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
+       (gnus-treat-play-sounds, gnus-treat-translate)
+       (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
 
-1999-10-07  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-art.el (gnus-body-boundary-delimiter): New variable.
+       (gnus-article-treat-body-boundary): Use it.
 
-       * nnfolder.el (nnfolder-insert-newsgroup-line): Insert a blank
-       line.
+       * message.el (message-mode): Fix doc.
+       (message-mode-menu): Fix names.
 
-       * message.el (message-unsent-separator): One more separator.
+2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-1999-10-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
+       articles.
 
-       * nnfolder.el (nnfolder-request-move-article): For empty article,
-       search till (point-max).
-       (nnfolder-retrieve-headers): Ditto.
-       (nnfolder-request-accept-article): Ditto.
-       (nnfolder-save-mail): Ditto.
-       (nnfolder-insert-newsgroup-line): Ditto.
+       * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
+       (gnus-picon-transform-address): Search for unknown faces as well.
+       (gnus-picon-find-face): Don't search "news" for MISC.
+       (gnus-picon-user-directories): Changed default back to exclude
+       "unknown".
 
-1999-10-05  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
 
-       * qp.el (quoted-printable-encode-region): Check eobp.
+       * gnus-picon.el (gnus-picon-find-face): Search through all
+       databases.
+       (gnus-picon-find-face): New implementation.
 
-1999-10-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
+       keystroke.
+       (gnus-topic-goto-next-topic): Ditto.
 
-       * nntp.el (nntp-retrieve-headers-with-xover): Fix hanging problem.
+       * gnus.el (gnus-summary-line-format): Changed default.
 
-1999-10-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * nnmail.el (nnmail-extra-headers): Change default.
 
-       * nntp.el (nntp-send-xover-command): Wait for nothing if not
-       wait-for-reply.
+       * gnus-sum.el (gnus-extra-headers): Change default.
 
-1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * message.el (message-news-other-window): Changed "news" to
+       "posting".
+       (message-news-other-frame): Ditto.
+       (message-do-send-housekeeping): Ditto.
 
-       * mm-uu.el (mm-uu-forward-begin-line): Change the regexp.
-       (mm-uu-forward-end-line): Ditto. 
+       * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
+       function.
+       (gnus-article-unread-p): New function.
+       (gnus-article-unseen-p): New function.
+       (gnus-dead-summary-mode-map): Typo.
 
-1999-09-29  Didier Verna  <verna@inf.enst.fr>
+       * gnus-util.el (gnus-make-predicate): New function.
+       (gnus-make-predicate-1): New function.
 
-       * binhex.el (binhex-decode-region): don't consider the value of
-       `enable-multibyte-characters' in XEmacs.
+       * gnus-sum.el: New function.
+       (gnus-map-articles): New function.
 
-       * gnus-start.el (gnus-read-descriptions-file): ditto.
+       * gnus-art.el (gnus-treat-fold-headers): New variable.
+       (gnus-article-treat-fold-headers): New command and keystroke.
 
-       * mm-util.el (mm-multibyte-p): ditto.
-       (mm-with-unibyte-buffer): ditto.
-       (mm-find-charset-region): use `mm-multibyte-p'.
+       * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
+       (gnus-dead-summary-mode-map): Bind q to bury-buffer.
 
-       * mm-bodies.el (mm-decode-body): ditto.
-       (mm-decode-string): ditto.
+2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * lpath.el ((string-match "XEmacs" emacs-version)): Don't define
-       `enable-multibyte-characters' in XEmacs.
+       * message.el (message-fcc-externalize-attachments): New variable.
+       (message-do-fcc): Use it.
 
-1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
+       (gnus-inews-do-gcc): Use it.
 
-       * mm-util.el (mm-binary-coding-system): Try binary first.
+       * mml.el (mml-tweak-sexp-alist): New variable.
+       (mml-externalize-attachments): New variable.
+       (mml-tweak-part): Use mml-tweak-sexp-alist.
+       (mml-tweak-externalize-attachments): New function.
 
-1999-09-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2002-01-01  Steve Youngs  <youngs@xemacs.org>
 
-       * rfc1843.el (rfc1843-decode-article-body): Don't decode twice.
+       * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
+       'set-glyph-face' so x-face back/foreground can be set.
 
-1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
-       
-       * gnus-art.el (article-make-date-line): Add time-zone in iso8601
-       format.
-       (article-date-ut): Find correct insert position.
-       
-1999-09-03  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-uu.el (mm-uu-dissect): Do not dissect quoted-printable
-       forwarded message.
+       * message.el (message-fix-before-sending): Fix a typo.
 
-1999-09-27 20:33:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-topic.el (gnus-topic-find-groups): Work for unactivated
-       groups. 
+       * gnus-art.el (gnus-treat-smiley): Renamed command.
+       (gnus-article-remove-images): New command and keystroke.
 
-       * message.el (message-resend): Use message mode when prompting. 
+       * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
 
-       * gnus-art.el (article-hide-headers): Mark wash.
-       (article-emphasize): Ditto.
+       * smiley-ems.el (gnus-smiley-display): Removed.
 
-1999-09-27 19:52:14  Vladimir Volovich  <vvv@vvv.vsu.ru>
+       * gnus.el (gnus-version-number): Update version.
 
-       * message.el (message-newline-and-reformat): Work for SC. 
+       * message.el (message-text-with-property): Renamed and moved
+       here.
+       (message-fix-before-sending): Highlight invisible text and place
+       point there.
 
-1999-09-27 19:38:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2002-01-01 02:32:53 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
 
-       * gnus-msg.el (gnus-group-posting-charset-alist): 2047 in de.*.
+       * gnus.el: Oort Gnus v0.04 is released.
 
-       * gnus-sum.el (gnus-newsgroup-ignored-charsets): Add x-unknown. 
+2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-1999-10-20  David S. Goldberg  <dsg@mitre.org>
+       * gnus-delay.el (gnus-delay-send-queue): Renamed.
 
-       * mm-decode.el mm-inline-override-types: New variable
+       * gnus-art.el (gnus-ignored-headers): More headers,
 
-       * mm-decode.el (mm-inline-override-p): New function
+       * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
+       of `scan-error', since XEmacs doesn't seem to support that.
 
-       * mm-decode.el (mm-inlined-p): Use it
+2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-1999-10-20  David S. Goldberg  <dsg@mitre.org>
+       * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
+       arg.
+       (gnus-summary-best-unread-subject): Ditto.
+       (gnus-summary-best-unread-subject): No, don't.
+       (gnus-summary-better-unread-subject): New command.
 
-       * mm-decode.el mm-inline-override-types: New variable
+       * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
 
-       * mm-decode.el (mm-inline-override-p): New function
+       * lpath.el ((featurep 'xemacs)): fbind url function.
 
-       * mm-decode.el (mm-inlined-p): Use it
+       * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
+       buffer.
+       (gnus-xmas-remove-image): Implementation that does something.
+       (gnus-xmas-article-display-xface): Mark images properly.
 
-Mon Sep 27 15:18:05 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
 
-       * gnus.el: Pterodactyl Gnus v0.97 is released.
+2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
 
-1999-09-01  Brendan Kehoe  <brendan@zen.org>
+       * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
 
-       * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Use
-       gnus-summary-next-group, not gnus-summary-next-article.  Only give
-       3 args.
+2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-1999-09-25 08:07:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-group.el (gnus-group-line-format): Added %O to the default
+       value.
 
-       * gnus-agent.el (gnus-agent-fetch-group-1): Look in the group
-       buffer for params.
+       * gnus-util.el (gnus-text-with-property): The smallest point is
+       point-min.
 
-       * gnus-xmas.el (gnus-xmas-summary-recenter): Display one more
-       line. 
+       * smiley-ems.el (smiley-region): Return images.
+       (gnus-smiley-display): Allow toggling.
+       (smiley-region): Use text properties, not overlays.
 
-       * message.el (message-forward-ignored-headers): New variable.
+       * gnus-xmas.el (gnus-xmas-remove-image): New function, not
+       implemented yet.
 
-       * gnus-art.el (gnus-article-prepare-display): Nix out
-       gnus-article-wash-types. 
+       * smiley-ems.el (smiley-update-cache): Check for valid types.
 
-       * gnus-agent.el (gnus-agent-create-buffer): New function.
-       (gnus-agent-fetch-group-1): Use it.
-       (gnus-agent-start-fetch): Ditto.
+       * gnus-art.el (gnus-with-article-buffer): New macro.
 
-       * gnus-sum.el (gnus-summary-exit): Don't use
-       `gnus-use-adaptive-scoring'. 
+       * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
+       strings as well as the glyphs.
+       (gnus-picon-transform-address): Ditto.
+       (gnus-picon-insert-glyph): Ditto.
+       (gnus-picon-transform-newsgroups): Toggle.
+       (gnus-picon-transform-address): Toggle.
 
-       * mail-source.el (mail-source-fetch-pop): Only store password when 
-       successful.
+       * gnus-ems.el (gnus-remove-image): New function.
+       (gnus-put-image): Take an optional string.
 
-       * gnus-nocem.el (gnus-nocem-scan-groups): Message better.
+       * gnus-util.el (gnus-text-with-property): New function.
 
-1999-09-24 18:43:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-art.el (gnus-delete-images): New function.
 
-       * message.el (message-reply): Use it.
-       (message-dont-reply-to-names): New variable.
+       * gnus-ems.el (gnus-article-display-xface): Mark and store image.
 
-       * nntp.el (nntp-open-telnet): Don't erase-buffer.
+       * gnus-art.el (gnus-article-wash-status-entry): Renamed.
+       (gnus-article-wash-status): Use it.
+       (gnus-signature-toggle): Clean up.
+       (gnus-add-wash-status): New function.
+       (gnus-delete-wash-status): New function.
+       (gnus-article-hide-text-type): Use them throughout.
+       (gnus-add-image): New function.
 
-       * mm-util.el (mm-preferred-coding-system): Typo fix.
+       * gnus-ems.el (gnus-article-display-xface): Use new interface.
 
-       * message.el (message-bounce): Work for non-MIME.
+       * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
+       interface.
 
-       * gnus.el (gnus-short-group-name): Short the right parts of the
-       name. 
+       * gnus-art.el (article-display-x-face): Cleaned up.
 
-1999-09-24 18:17:48  Johan Kullstam  <kullstam@ne.mediaone.net>
+       * rfc2047.el (rfc2047-field-value): New function.
 
-       * mm-encode.el (mm-qp-or-base64): New version.
+       * mail-parse.el (mail-header-field-value): New alias.
 
-1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-art.el (gnus-mime-print-part): Fix typos.
 
-       * gnus-art.el (article-make-date-line): Fix time-zone bug.
+       * smiley-ems.el (gnus-smiley-file-types): New variable.
+       (smiley-update-cache): Use it.
+       (smiley-regexp-alist): Suffix-less smiley names.
+       (smiley-regexp-alist): Added more smileys.
 
-1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-sum.el (gnus-print-buffer): Made into own function.
+       (gnus-summary-print-article): Use it.
 
-       * gnus-art.el (gnus-article-add-buttons): Don't delete markers out
-       of restricted region.
-       (gnus-mime-display-single): Set beg at correct point.
+       * mailcap.el (mailcap-mime-info): Actually return the bit that we
+       looked for when REQUEST is a string.
 
-1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-art.el (gnus-mime-button-commands): Add printing
+       keystroke.
+       (gnus-mime-copy-part): Doc fix.
+       (gnus-mime-print-part): New command.
 
-       * nnmail.el (nnmail-process-maildir-mail-format): Typo.
+2001-12-31  Simon Josefsson  <jas@extundo.com>
 
-1999-09-09  Jens-Ulrik Petersen <jens-ulrik.petersen@nokia.com>
+       * imap.el (imap-parse-fetch): Notice empty flags responses.  From
+       Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
 
-       * gnus-msg.el (gnus-configure-posting-styles): Let
-       `gnus-posting-styles' have its say in posting-style: local
-       variable `styles' is already bound to `gnus-posting-styles' so
-       don't rebind it to nil.
+2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-09-24 18:10:56  Robert Bihlmeyer  <robbe@orcus.priv.at>
+       * gnus-picon.el (gnus-treat-from-picon): Autoload.
+       (picon): Fix doc.
 
-       * gnus-score.el (gnus-summary-increase-score): Allow editing of
-       Message-ID. 
+       * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
+       longer exists. Remove those codes.
+       * gnus.el (gnus-use-picons): Ditto.
 
-1999-09-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * mm-encode.el (mm-encode-content-transfer-encoding): Fold
-       quoted-printable-encode-region.
+       * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
+       infloop.
 
-       * qp.el (quoted-printable-encode-region): Assume charset
-       encoded. Fold every line in the region.
+       * gnus-sum.el (t): New `W D' map.
 
-1999-09-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
+       (gnus-article-treat-body-boundary): Clean up.
+       (gnus-body-boundary-face): Removed.
+       (gnus-article-goto-header): Moved here.
+       (gnus-article-goto-header): Allow better regexps.
+       (gnus-article-treat-fold-newsgroups): New command.
 
-       * gnus-srvr.el (gnus-browse-foreign-server): Read the first line
-       of active file.
+       * gnus-sum.el (gnus-summary-move-article): We have to select an
+       article to give `gnus-read-move-group-name' an opportunity to
+       suggest an appropriate default.
 
-1999-09-01  Didier Verna  <verna@inf.enst.fr>
+       * rfc2047.el (rfc2047-fold-line): New function.
+       (rfc2047-unfold-line): Ditto.
+       (rfc2047-fold-region): Don't fold just after the header name.
 
-       * message.el (message-mode): allows whitespaces between multiple
-       instances of the fill character ">".
+       * mail-parse.el (mail-header-fold-line): New alias.
+       (mail-header-unfold-line): Ditto.
 
-1999-09-24 18:02:50  Kim-Minh Kaplan  <kmkaplan@vocatex.fr>
+       * gnus-art.el (gnus-body-boundary-face): Renamed.
+       (gnus-article-treat-body-boundary): Use it.
+       (gnus-article-treat-body-boundary): Use an invisible header and a
+       line of underline characters.
 
-       * mm-encode.el (mm-qp-or-base64): Fix.
+2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-09-01 12:18:01  Katsumi Yamaoka  <yamaoka@jpl.org>
+       * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
 
-        * message.el (message-send): Too much and.
+       * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
+       (gnus-picon-split-address): New function.
+       (gnus-picon-find-face): Use it.
+       (gnus-picon-transform-address): Use it. Set first to t for each
+       address.
 
-1999-09-24 17:58:07  Andreas Schwab  <schwab@suse.de>
+       * gnus-art.el (gnus-with-article-headers): Move to here. Define
+       the macro then use it.
+       (gnus-treatment-function-alist): Treat picons earlier.
 
-       * gnus-art.el (gnus-mime-view-part-as-type): Renamed.
+2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-1999-08-28 12:44:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-art.el (gnus-body-separator-face): New variable.
+       (gnus-article-treat-body-boundary): Use a blank, colored line.
 
-       * gnus-score.el (gnus-score-headers): Work for nil scores.
+       * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
+       well.
 
-1999-08-27 20:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-art.el (gnus-treat-body-boundary): New variable.
+       (gnus-article-treat-unfold-headers): Use helper macro.
+       (gnus-article-treat-body-boundary): New command.
 
-       * gnus-cache.el (gnus-cache-write-active): Write full names. 
+       * gnus.el (gnus-logo-color-style): Change the default color.
+       (gnus-splash-face): Gray, gray.
 
-       * gnus-util.el (gnus-write-active-file): Accept full name. 
+       * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
+       colors.
 
-       * mm-decode.el (mm-inlinable-p): Use string-match on the types. 
-       (mm-assoc-string-match): New function.
-       (mm-display-inline): Use it.
+       * gnus.el (gnus-logo-color-alist): Moved here and renamed.
+       (gnus-logo-color-style): Ditto.
+       (gnus-logo-colors): Ditto.
 
-       * gnus-group.el (gnus-group-set-info): Work for nil group params. 
+       * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
 
-       * gnus-msg.el (gnus-configure-posting-styles): Allow eval.
+       * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
 
-1999-08-27 19:08:10  Florian Weimer  <fw@s.netic.de>
+       * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
+       (gnus-picon-transform-newsgroups): New function.
 
-       * mml.el (mml-generate-multipart-alist): New variable.
+       * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
+       string.
 
-1999-08-27 15:30:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-picon.el (gnus-treat-mail-picon): Renamed.
 
-       * gnus-art.el (gnus-treat-predicate): Work for (not 5).
+       * gnus-art.el (gnus-treat-cc-picon): New variable.
+       (gnus-treat-mail-picon): Renamed.
 
-1999-08-27  Peter von der Ahe <pahe@daimi.au.dk>
+       * gnus-picon.el: New implementation.
+       (gnus-picon-find-face): Renamed.
+       (gnus-treat-from-picon): Use it.
+       (gnus-picon-transform-address): Renamed.
+       (gnus-treat-from-picon): Use it.
+       (gnus-picon-create-glyph): Renamed.
+       (gnus-picon-transform-address): Use it.
+       (gnus-treat-cc-picon): New command.
 
-       * message.el (message-send): More helpful error message if sending
-       fails
+       * mm-decode.el (mm-create-image-xemacs): Separated out into
+       function.
+       (mm-get-image): Use it.
 
-1999-09-06  Robert Bihlmeyer  <robbe@orcus.priv.at>
+       * gnus-art.el (gnus-treat-display-picons): Simplify.
+       (gnus-treat-from-picon): Renamed.
 
-       * gnus-score.el (gnus-summary-increase-score): "Lars" was broken
-       in newer emacsen, where ?r isn't equal 114.
+       * gnus-ems.el (gnus-create-image): New function.
+       (gnus-put-image): New function.
 
-Fri Aug 27 13:17:48 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
+       (gnus-with-article-headers): New macro.
+       (gnus-article-goto-header): New function.
 
-       * gnus.el: Pterodactyl Gnus v0.96 is released.
+       * gnus-xmas.el (gnus-image-type-available-p): New function.
 
-1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
+       * gnus-ems.el (gnus-image-type-available-p): New function.
 
-       * gnus-start.el (gnus-groups-to-gnus-format): Only use agent
-       to get active info if method is covered by agent, otherwise
-       active info is lost.
+2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-08-17  Simon Josefsson  <jas@pdc.kth.se>
+       * nnrss.el (nnrss-check-group): Find the correct tag, because
+       xml.el is changed.
 
-       * gnus-sum.el (gnus-summary-move-article): Report backend errors.
+2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-1999-08-09  Dave Love  <fx@gnu.org>
+       * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
+       lines are shorter than the window width.
+       (gnus-ignored-headers): More headers.
 
-       * mm-util.el: Use `defalias', not `fset' for dummy functions.
+2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-1999-08-09  Simon Josefsson  <jas@pdc.kth.se>
+       * gnus-art.el (gnus-treat-unfold-lines): New variable.
+       (gnus-treat-unfold-headers): Renamed.
+       (gnus-article-treat-unfold-headers): New command and keystroke.
 
-       * gnus-art.el (gnus-ignored-headers): Remove "X-Pgp-*"
-          (already matched by "^X-Pgp"), removed duplicate
-          X-Mailing-List, added several new junk headers.
+       * rfc2047.el (rfc2047-encode-message-header): Clean up.
 
-1999-08-01  Simon Josefsson  <jas@pdc.kth.se>
+       * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
 
-       * gnus-art.el (article-decode-charset): Don't assume
-       gnus-summary-buffer is live.
+2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-08-27 15:07:43  Paul Flinders  <paul@dawa.demon.co.uk>
+       * sha1-el.el (sha1-use-external): New variable.
+       (sha1-region): Use it.
+       (sha1-string): Ditto.
 
-       * smiley.el (smiley-deformed-regexp-alist): Fix % smileys.
+       * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
+       * gnus-picon.el: Less warnings when compile.
 
-1999-08-27 15:02:58  Florian Weimer  <fw@s.netic.de>
+2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-score.el (gnus-home-score-file): Work with absolute path
-       names. 
+       * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
+       alias.
+       (gnus-picons-database): Default to list.
+       (gnus-picons-lookup-internal): Use it.
 
-1999-07-17  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * nnmail.el (nnmail-article-group): Default nnmail-split-methods
+       to "bogus".
 
-       * gnus-sum.el (gnus-articles-to-read): Return cached articles if
-       nothing else in the group.
+       * gnus-win.el (gnus-configure-windows-hook): New hook.
 
-1999-07-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
 
-       * gnus-bcklg.el (gnus-backlog-enter-article): Check the size of
-       the article.
+       * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
 
-1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * mm-uu.el (mm-uu-dissect): Fix for base64 message.
+       * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
+       lists.
+       (gnus-select-newsgroup): Don't append; push.
+       (gnus-adjust-marked-articles): Remove obsolete ranges from
+       `seen'.
+       (gnus-update-marks): Clean up.
+       (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
 
-1999-07-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
 
-       * mm-uu.el (mm-uu-forward-end-line): Support forwarded message
-       from mutt.
+       * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
 
-1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * mm-bodies.el (mm-decode-content-transfer-encoding): Delete
-       whitespace.
+       * gnus-sum.el (gnus-auto-select-subject): New variable.
+       (gnus-summary-best-unread-subject): New function.
+       (gnus-summary-best-unread-article): Use it.
+       (gnus-summary-first-unseen-subject): New function and command.
 
-1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-art.el (gnus-treatment-function-alist): Emphasize after
+       other treatments.
 
-       * mm-util.el (mm-text-coding-system-for-write): New variable.
-       (mm-append-to-file): New function.
-       (mm-write-region): New function.
+       * gnus-util.el (gnus-put-overlay-excluding-newlines): New
+       function.
 
-       * gnus-art.el (gnus-output-to-file): Use it.
-       * gnus-util.el (gnus-output-to-rmail): Ditto.
-       (gnus-output-to-mail): Ditto.
-       * gnus-uu.el (gnus-uu-binhex-article): Ditto.
+       * gnus-art.el (gnus-article-show-hidden-text): Remove the type
+       from the list of hidden types.
 
-1999-07-14  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * mm-view.el (mm-inline-text): Ditto.
+       (mm-inline-text): Ditto.
+       (mm-w3-prepare-buffer): Ditto.
 
-       * nnmail.el (nnmail-find-file): Use mm-auto-mode-alist.
+       * gnus-art.el (article-wash-html): Inhibit more remote fetching.
 
-       * nnheader.el (nnheader-insert-file-contents): Revert and use
-       mm-insert-file-contents.
-       (nnheader-find-file-noselect): Use mm-auto-mode-alist.
-       (nnheader-auto-mode-alist): Removed.
+2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * mm-util.el (mm-inhibit-file-name-handlers): New variable.
-       (mm-insert-file-contents): Add a new parameter for inserting
-       compressed file literally.
+       * gnus-art.el (gnus-ignored-headers): Added more headers.
 
-       * mml.el (mml-generate-mime-1): Insert non-text literally.
+2001-12-29  Jesper Harder  <harder@ifa.au.dk>
 
-       * gnus.el: Change most mm-insert-file-contents back to nnheader. 
+       * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
+       once.
 
-1999-07-13  Hrvoje Niksic  <hniksic@srce.hr>
+2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-art.el (gnus-unbuttonized-mime-types): Fix docstring.
+       * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
 
-1999-08-27 14:53:42  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
+2001-12-28  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-sum.el (gnus-group-charset-alist): Default fido7 to
-       koi8-r. 
+       * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
+       Jesper Harder <harder@ifa.au.dk>.
 
-1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-12-27  Simon Josefsson  <jas@extundo.com>
 
-       * mml.el (mml-insert-mime): Decode text.
-       (mml-to-mime): Narrow to headers-or-head.
+       * gnus-sum.el (gnus-select-newsgroup): Make
+       `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
+       contain all articles (instead of none) when no seen marks have
+       been set for the group.
+       (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
+       instead, it seems to result in shorter ranges.
 
-1999-07-11  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-view.el (mm-inline-text): Check 
-       w3-meta-content-type-charset-regexp.
+       * mm-util.el (mm-iso-8859-x-to-15-region): Use
+       insert-before-markers.
+       From Jesper Harder <harder@ifa.au.dk>
 
-1999-07-10  Simon Josefsson  <jas@pdc.kth.se>
+2001-12-26  Paul Jarc <prj@po.cwru.edu>
 
-       * gnus-agent.el (gnus-agent-fetch-group-1): Search topics for
-       predicate.
+       * nnmaildir.el (nnmaildir-save-mail): create the destination
+       groups if they do not exist.
 
-1999-07-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
+2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-        * gnus-mlspl.el: Documentation fixes.
+       * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
 
-1999-08-27 14:42:14  Rui Zhu  <sprache@iname.com>
+2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el (gnus-summary-limit-to-age): Prompt better.
+       * gnus-group.el (gnus-group-read-ephemeral-group): Call
+       gnus-group-real-name.
 
-1999-08-27 14:40:52  Michael Cook  <cook@sightpath.com>
+       * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
+       (gnus-newsgroup-variables): Ditto.
 
-       * gnus-art.el (gnus-article-setup-buffer): Kill all local
-       variables.
+       * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
+       return it.
 
-1999-08-27 14:39:34  Hrvoje Niksic  <hniksic@srce.hr>
+2001-12-21  Paul Jarc <prj@po.cwru.edu>
 
-       * nnmail.el (nnmail-get-new-mail): "Done".
+       * gnus.el (gnus-valid-select-methods): Include nnmaildir.
+       * nnmaildir.el (top-level): Add commentary.
+       (nnmaildir-version): Indicate that nnmaildir is now a standard
+       part of Gnus, not separately released.
 
-1999-08-27 14:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-group.el (gnus-group-kill-all-zombies): Only prompt when
-       interactive. 
+       * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
+       * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
+       * nnheader.el, nnmail.el: Nil/NIL vs. nil.
+       From  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
-1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (article-decode-charset): Fix broken CT.
+       * nnmaildir.el: Copyright changes. Require cl only at compile time.
 
-1999-07-12  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-12-20  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-agent.el (gnus-agent-fetch-group-1): Recreate agent
-       overview buffer if it is killed.
+       * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
+       ZHU <zsh@cs.rochester.edu>.
+       (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
+       Brian P Templeton <bpt@tunes.org>.
 
-1999-08-27 14:26:03  Eric Marsden  <emarsden@mail.dotcom.fr>
+2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (article-babel): New version.
+       * nnmaildir.el: New file.
+       From Paul Jarc <prj@po.cwru.edu>.
 
-1999-08-27 14:22:39  Jon Kv  <jonkv@ida.liu.se>
+2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnfolder.el (nnfolder-request-list-newsgroups): Faster expiry. 
+       * nndoc.el (nndoc-type-alist): Move forward to the end.
 
-1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
+2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * gnus.texi (More Threading): Document new variable
-       `gnus-sort-gathered-threads-function'.
+       * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
+       `dolist'.
 
-1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
+2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.texi (More Threading): Document new variable
-       `gnus-sort-gathered-threads-function'.
+       * gnus-win.el (gnus-frames-on-display-list): New function.
+       (gnus-get-buffer-window): Use it.
 
-1999-07-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-uu.el (gnus-uu-digest-mail-forward): Delete file after
-       usage.
+       * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
 
-1999-07-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-util.el (mm-running-xemacs): Removed.
-       (mm-coding-system-p): New function.
-       (mm-binary-coding-system): Safe guess.
-       (mm-text-coding-system): Ditto.
-       (mm-auto-save-coding-system): Ditto.
+       * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
 
-1999-07-11 11:02:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+          From Harald Meland <Harald.Meland@usit.uio.no>
 
-       * mm-encode.el (mm-qp-or-base64): Also consider control chars. 
-       (mm-qp-or-base64): Reversed logic.
+       * gnus-win.el (gnus-get-buffer-window): New function.
+       (gnus-all-windows-visible-p): Use it.
 
-       * mm-decode.el (mm-save-part-to-file): Let coding system be
-       binary. 
+       * gnus-util.el (gnus-horizontal-recenter)
+       (gnus-horizontal-recenter, gnus-horizontal-recenter)
+       (gnus-horizontal-recenter, gnus-set-window-start): Use it.
 
-1999-07-15  Mike McEwan  <mike@lotusland.demon.co.uk>
+       * gnus-score.el (gnus-score-insert-help): Use it.
 
-       * gnus-agent.el (gnus-agent-fetch-group-1): Allow 'agent-score' to 
-       be set in topic parameters.
+       * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
+       (gnus-generate-tree, gnus-highlight-selected-tree)
+       (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
+       it.
 
-1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
+       * gnus-art.el (gnus-article-set-window-start)
+       (gnus-mm-display-part, gnus-request-article-this-buffer)
+       (gnus-button-next-page, gnus-button-prev-page)
+       (gnus-article-button-next-page, gnus-article-button-prev-page):
+       Use it.
 
-       * gnus-sum.el (gnus-sort-gathered-threads-function): New variable.
-       (gnus-sort-gathered-threads): Allow the user to specify the
-       function to use when sorting gathered threads.
+2001-12-18  Josh Huber  <huber@alum.wpi.edu>
 
-       * gnus-agent.el (gnus-agent-get-undownloaded-list): Don't
-       mark cached articles as `undownloaded'.
+       * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
+       * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
+       * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
 
-Tue Jul 20 02:39:56 1999  Peter von der Ahe  <peter@ahe.dk>
+2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el (gnus-summary-exit): Allow gnus-use-adaptive-scoring
-       to have buffer local values.
+       * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
+       * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
+       * mml1991.el, nnultimate.el: Add `coding'.
 
-1999-07-25  Matt Pharr  <mmp@graphics.stanford.edu>
+2001-12-17  Josh Huber  <huber@alum.wpi.edu>
 
-       * gnus-group.el (gnus-group-make-doc-group): Notice when user
-       types 'g' for 'guess group type.
+       * ChangeLog: changed coding to buffer-file-coding-system
+       * ChangeLog.1: same
+       * nnwfm.el: same
+       * gnus-smiley.el: same
+       * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
+       * gnus-delay.el: same
+       * gnus-spec.el: same
+       * message.el: same
+       * mml1991.el: same
+       * nnultimate.el: same
 
-1999-07-30  Simon Josefsson  <jas@pdc.kth.se>
+2001-12-16  Simon Josefsson  <jas@extundo.com>
+       Inspired by code by Dirk Meyer <dischi@tzi.de>.
 
-       * nnmail.el (nnmail-remove-list-identifiers): Remove whitespace
-       after each regexp in nnmail-list-identifiers, not just after last
-       one.
+       * gnus-sum.el (gnus-summary-muttprint-program): New variable.
+       (gnus-summary-save-map): Add muttprint.
+       (gnus-summary-make-menu-bar): Ditto.
+       (gnus-summary-muttprint): New function.
 
-       * gnus-sum.el (gnus-list-identifiers): New variable.
-       (gnus-summary-remove-list-identifiers): New function.
-       (gnus-select-newsgroup): Use it.
-       (gnus-summary-wash-hide-map): Bind
-       `gnus-article-hide-list-identifiers' to W W l.
-       (gnus-summary-make-menu-bar): Add list-identifiers command.
+       * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
 
-       * gnus-art.el (gnus-treat-strip-list-identifiers): New variable.
-       (gnus-treatment-function-alist): Add variable.
-       (article-hide-list-identifiers): New function.
-       (mapcar): Add function.
-       (gnus-article-hide): Use it.
+2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-Fri Jul  9 22:21:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * uudecode.el (uudecode-decode-region-internal): Speedup by using
+       temporary list instead of buffer.
 
-       * gnus.el: Pterodactyl Gnus v0.95 is released.
+       * mm-url.el (executable-find): autoload.
 
-1999-07-09 21:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-12-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
-       * mm-decode.el (mm-mailcap-command): New function.
-       (mm-display-external): Use it.
+       * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
+       to variable, follow doc-string conventions).
 
-       * gnus-art.el (article-make-date-line): Work for India.
+2001-12-13  Josh Huber  <huber@alum.wpi.edu>
 
-       * mm-encode.el (mm-qp-or-base64): Typo.
+       * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
+       subscribe-level
+       * gnus-topic.el (gnus-subscribe-topics): use it.
 
-       * gnus-topic.el (gnus-topic-goto-topic): Made into command.
+2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-Fri Jul  9 19:28:29 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
+       messages. (A small patch with indentation)
+       From Sean Neakums <sneakums@zork.net>.
 
-       * gnus.el: Pterodactyl Gnus v0.94 is released.
+       * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
+       nil after shooting down the gnus-original-article-buffer.
 
-1999-07-09 21:19:23  Stainless Steel Rat  <ratinox@peorth.gweep.net>
+2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * pop3.el: New version.
+       * uudecode.el (uudecode-use-external): New variable.
+       (uudecode-decode-region): Automatically detect external program.
 
-1999-07-09 20:01:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * binhex.el (binhex-use-external): New variable.
+       (binhex-decode-region-internal): New function.
+       (binhex-decode-region): Automatically detect external program.
 
-       * mm-encode.el (mm-qp-or-base64): New function.
-       (mm-content-transfer-encoding): Use it.
+       * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
+       Use them.
 
-       * gnus-util.el (gnus-parse-netrc): Allow quoted names.
+2001-12-12  Simon Josefsson  <jas@extundo.com>
 
-1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * nnvirtual.el (nnvirtual-always-rescan)
+       (nnvirtual-component-regexp): Fix doc.
 
-       * mm-decode.el (mm-display-external): Fix typo and use 'non-viewer.
+       * nnoo.el (defvoo): Add doc to defvoo variables.
 
-       * mailcap.el (mailcap-mailcap-entry-passes-test): Add needsterminal.
+       * nnml.el (nnml-directory, nnml-active-file)
+       (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
+       (nnml-marks-is-evil, nnml-filenames-are-evil)
+       (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
 
-1999-07-09 18:52:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * nnmh.el (nnmh-directory, nnmh-get-new-mail)
+       (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
+       (nnmh-possibly-change-directory): Use `nnheader-report' instead of
+       `error'.
 
-       * gnus-art.el (gnus-mime-view-part-as-media): New command and
-       keystroke. 
+       * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
+       (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
 
-       * mailcap.el (mailcap-mime-types): New function.
+       * nnfolder.el (nnfolder-directory, nnfolder-active-file)
+       (nnfolder-newsgroups-file, nnfolder-get-new-mail)
+       (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
+       (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
 
-       * nnmh.el (nnmh-request-group): Update nnmh-group-alist.
+       * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
+       (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
 
-       * message.el (message-goto-eoh): Really go to the end.
+       * imap.el, nnimap.el: Fix indentation.
 
-1999-07-09 18:40:23  Puneet Goel  <puneet@computer.org>
+       * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
 
-       * message.el (message-make-date): Do the right thing in with
-       sub-hour time zones.
+2001-12-12  Didier Verna  <didier@xemacs.org>
 
-1999-07-09 18:36:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-msg.el (gnus-group-news): New function.
+       * gnus-group.el (gnus-group-mode-map): bind it to `i'.
+       * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
+       * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
+       for it.
+       * gnus-msg.el (gnus-summary-news-other-window): New function.
+       * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
+       bind it to `i'.
+       * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
+       * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
+       * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
+       for it (called with a prefix).
+       * gnus-msg.el (gnus-configure-posting-styles): add an optional
+       group-name argument.
+       * gnus-msg.el (gnus-setup-message): use it.
 
-       * gnus-group.el (gnus-group-make-menu-bar): Removed double bug
-       report. 
+2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-sum.el (gnus-summary-show-article): Fix doc.
 
-       * nnfolder.el (nnfolder-request-rename-group): Create directory.
+2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-07-08  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * mml.el (mime-to-mml): Remove Content-Disposition too.
 
-       * mailcap.el (mailcap-parse-mailcap): Skip \;.
-       (mailcap-parse-mailcap-extras): Fix "nonterminal;" and empty name,
-       and use t as default value.
+2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-Wed Jul  7 18:40:30 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
+       * gnus-group.el (gnus-group-name-decode): Decode unibyte
+       strings only.
+       From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
 
-       * gnus-sum.el (gnus-get-newsgroup-headers): Don't assume
-       gnus-summary-buffer is live.
+2001-12-08  Nevin Kapur  <nevin@jhu.edu>
 
-1999-07-09 17:44:03  Robert Pluim  <rpluim@nortelnetworks.com>
+       * nnmail.el (nnmail-fancy-expiry-targets): New variable.
+       (nnmail-fancy-expiry-target): Use it.
+       Suggestions from Simon Josefsson <jas@extundo.com>.
 
-       * mm-util.el (mm-enable-multibyte): Check whether var bound.
+2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-07-09 17:31:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
 
-       * message.el (message-bounce): Do MIME bounces MIMEy.
+2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el (gnus-summary-read-group-1): Update mark positions.
+       * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
 
-1999-07-08 08:41:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-util.el (gnus-url-unhex-string): Move here.
 
-       * mailcap.el (mailcap-mime-extensions): Changed patch to
-       text/x-patch. 
+2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-decode.el (mm-display-external): Wrong placement of paren.
+       * nnrss.el (nnrss-decode-entities-unibyte-string): Use
+       mm-url-decode-entities-nbsp.
 
-Wed Jul  7 13:09:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
+       * webmail.el, nnwfm.el: Use mm-url.
 
-       * gnus.el: Pterodactyl Gnus v0.93 is released.
+       * mm-url.el (mm-url-fetch-form): Move from nnweb.
+       (mm-url-remove-markup): Move from nnweb.
+       (mm-url-fetch-simple): Move from webmail.
 
-1999-07-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
+       * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
 
-        * gnus-cus.el (gnus-group-parameters): New entries for
-        gnus-group-split.
+2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-        * gnus-mlspl.el: Renamed functions and variables so as to
-        start with gnus-group-split.
-        * gnus.el: Adjust autoload entries.
+       * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
+       (gnus-summary-print-article): Use it.
 
-1999-07-07 ??:??:??  Alexandre Oliva  <oliva@dcc.unicamp.br>
+       * gnus-util.el (gnus-replace-in-string): Typo.
 
-       * gnus-mlspl.el: Removed trailing t from comment and provide.
-       Renamed functions and variables to start with gnus-mlsplit.
-       Added autoload comments.
-       * gnus.el: Added autoload entries.
+2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
+       * nnweb.el (nnweb-replace-in-string): Removed.
 
-       * nnmail.el (nnmail-split-it): Search the regexp multiple times,
-       so that matches excluded by RESTRICTs do not cause the whole split
-       to be ignored.  This also fixes a long-standing bug in which a
-       split with \N substitutions wouldn't cause cross-posting as
-       expected.
+       * gnus-util.el (gnus-replace-in-string): New function.
+       (gnus-mode-string-quote): Use it.
 
-       * nnmail.el (nnmail-split-fancy): Document RESTRICT clauses.
-       (nnmail-split-it): Implement them.
+       * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
+       * nnwfm.el (nnwfm-create-mapping): Ditto.
 
-       * nnmail.el (nnmail-split-fancy): Document ! splits.
+2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-07-07 10:41:11  Stainless Steel Rat  <ratinox@peorth.gweep.net>
+       * dgnushack.el (dgnushack-compile): nnrss.el and
+       nnslashdot.el don't depend on nnweb, url, w3.
 
-       * pop3.el: New version.
+       * nnrss.el: Use mm-url.
 
-1999-07-05  Simon Josefsson  
+2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-        * gnus-srvr.el (gnus-browse-foreign-server): Use read.
+       * mm-url.el (mm-url-insert-file-contents): Support file:.
 
-1999-07-07 10:37:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-mime-display-alternative): Do treatment. 
+       * mm-view.el: Lower case for the description line. Sync from the
+       Emacs CVS.
 
-1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-util.el (gnus-write-active-file): Use real name.
+       * gnus-group.el (gnus-group-find-new-groups): Fix doc.
+       From:  Stefan Monnier  <monnier@cs.yale.edu>
 
-       * gnus-agent.el (gnus-agent-expire): Update active file 
-       method by method.
+2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
 
-       * nndraft.el (nndraft-request-article): Use difference
-       coding-systems for queue and drafts.
+2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el (gnus-summary-setup-default-charset): Special-case
-       nndraft:drafts.
+       * mm-url.el: Require executable.
+       Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
 
-       * mm-util.el (mm-auto-save-coding-system): New coding system.
+2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * message.el (message-draft-coding-system): Use it.
+       * pop3.el (pop3-munge-message-separator): Only use valid date.
+       Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
 
-1999-07-06  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * Makefile.in: gnus-load.elc may not be generated.
 
-       * mm-uu.el: More customizable and less aggressive.
+2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-07-07 07:53:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * mm-url.el: New file.
+       * nnslashdot.el: Use it.
+       * mm-extern.el (mm-extern-url): Use it.
 
-       * gnus-start.el (gnus-groups-to-gnus-format): Only gnus-active
-       when plugged.
+2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mml.el (mml-generate-mime-1): Don't insert nofile files.
-       (mml-insert-mml-markup): Accept a nofile.
-       (mml-insert-mime): Insert nofile.
+       * gnus-sum.el (gnus-summary-save-article): Nix
+       gnus-display-mime-function and gnus-article-prepare-hook.
 
-       * gnus-art.el (gnus-treat-strip-blank-lines): Removed.
+       * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
+       the beginning of lines.
+       (gnus-complex-form-to-spec): Ditto.
 
-       * mm-decode.el (mm-handle-media-type): New function.
-       (mm-handle-media-supertype): New function.
-       (mm-handle-media-subtype): New function.
-       Use new functions throughout. "/"))
+2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-05-18 03:03:50  Katsumi Yamaoka  <yamaoka@jpl.org>
+       * message.el (message-make-mft): Fix the m-s-a-file regexp.
+       From Paul Jarc <prj@po.cwru.edu>.
 
-       * gnus-art.el (gnus-treat-predicate): Typo.
+2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-07-07 06:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * message.el: New variable message-subscribed-address-file;
+       use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
 
-       * gnus-score.el (gnus-summary-score-entry): Made un-interactive.
+2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-07-06 17:57:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * message.el (message-tab-body-function): Set to nil.
+       (message-tab): Use text-mode-map or global-map.
+       Suggested by Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
 
-       * gnus-art.el (article-date-ut): UT!  Default it!
+2001-11-30  Simon Josefsson  <jas@extundo.com>
 
-Tue Jul  6 10:59:24 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
+       instead of gnus-union, for speed.  Suggested by Christoph Conrad
+       <christoph.conrad@gmx.de>.
+       (gnus-agent-fetch-group-1): Add verbose message.
 
-       * gnus.el: Pterodactyl Gnus v0.92 is released.
+2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-07-06 12:30:59  Johannes Weinert  <Johannes.Weinert@Informatik.Uni-Oldenburg.DE>
+       * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
+       of integers.
 
-       * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix. 
+2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-1999-07-06 07:41:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * message.el (message-newgroups-header-regexp)
+       (message-completion-alist, message-tab-body-function): Use
+       defcustom rather than defvar.
+       (message-tab): Mention `message-tab-body-function' in doc.
+       Suggested by Karl Eichwalder.
 
-       * nntp.el (nntp-retrieve-groups): Don't do anything when not
-       connected. 
+2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-start.el (gnus-active-to-gnus-format): Only save active
-       when plugged.
+       * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
 
-       * mm-view.el (mm-inline-message): Ignore remove-spec.
+2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-agent.el (gnus-agent-write-active): Check whether orig sym
-       is bound.
+       * nnheader.el (nnheader-find-nov-line): Don't use macro
+       gnus-delete-line.
 
-       * gnus-msg.el (gnus-summary-mail-forward): Rename From_ lines. 
+       * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
+       (gnus-group-name-charset): Ditto.
 
-       * nndoc.el (nndoc-guess-type): Remove blank lines at the start. 
+       * gnus-util.el (gnus-buffer-live-p): Ditto.
 
-       * nnfolder.el (nnfolder-read-folder): Remove blank lines at the
-       start. 
+2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * message.el (message-fill-yanked-message): Remove `t' arg.
+       * sieve-manage.el (sieve-manage-stream-alist): Backslash before
+       open parenthesis in doc.
+       (sieve-manage-authenticator-alist): Typo in doc.
+       * imap.el (imap-authenticator-alist): Typo in doc.
+       (imap-stream-alist): Backslash.
 
-       * gnus-group.el (gnus-group-kill-group): Message killing of
-       groups. 
+       * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
+         Thanks to david.goldberg6@verizon.net (David S. Goldberg)
 
-       * mm-util.el (mm-preferred-coding-system): New function.
-       (mm-mime-charset): Use it.
+2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mml.el (mml-generate-mime-1): Charset-encode message parts.
+       * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
 
-1999-07-06 07:03:31  Alexandre Oliva  <oliva@dcc.unicamp.br>
+       * message.el (message-mode): make-local-hook is harmless in Emacs 21.
 
-       * gnus-mlsplt.el: New file.
+       * gnus-msg.el (gnus-configure-posting-styles): use
+       make-local-hook. Add LOCAL for add-hook.
 
-1999-07-06 05:47:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * mm-decode.el (mm-inline-Media-tests): Changed from forms to
-       functions. 
-       (mm-attachment-override-p): Take a handle instead of a type.
-       (mm-inlined-p): Ditto.
-       (mm-automatic-display-p): Ditto,
-       (mm-inlinable-p): Ditto.
+       * message.el (message-mode): Use `make-local-hook' unless
+       obsolete.
+       Patch by Katsumi Yamaoka  <yamaoka@jpl.org>.
 
-       * nndraft.el (nndraft-request-expire-articles): Delete backup
-       files. 
+2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * mailcap.el (mailcap-parse-mailcap): Regexp-quote stuff.
+       * canlock.el: Remove sha1.el and base64.el stuff.
 
-       * gnus-sum.el (gnus-summary-limit-to-extra): Typo.
+2001-11-26  Didier Verna  <didier@xemacs.org>
 
-1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
+       * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
+       if needed.
 
-       * nnmail.el (nnmail-split-it): Allow .*.
+2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-1999-07-05 05:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * message.el (message-tamago-not-in-use-p): New function.
+       (message-strip-forbidden-properties): Use it.
 
-       * mm-decode.el (mm-inline-large-images-p): Renamed.
+2001-11-26  Didier Verna  <didier@xemacs.org>
 
-       * gnus-art.el (article-date-ut): Always look in the current buffer 
-       for the Date header.
+       * gnus-start.el (gnus-check-first-time-used): only check for
+       existence of .el[d] files.
 
-       * mml.el (mml-validate): New command.
+2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mailcap.el (mailcap-possible-viewers): Revert to string-match
-       since we are dealing with regexps.
+       * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
 
-Sun Jul  4 06:31:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * message.el (message-setup-1): Clean up mc-*.
 
-       * gnus.el: Pterodactyl Gnus v0.91 is released.
+2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-07-04 04:35:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
+       * gnus-score.el (gnus-score-find-bnews): Use it.
 
-       * gnus-agent.el (gnus-agent-save-active-1): New function.
-       (gnus-agent-save-active): use it.
-       (gnus-agent-save-groups): Ditto.
+       * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
+       (gnus-summary-limit-to-author): Ditto.
+       (gnus-summary-limit-to-extra): Ditto.
+       (gnus-summary-find-matching): Support not-matching argument.
 
-       * gnus-cache.el (gnus-cache-write-active): Use it.
+2001-11-25  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-       * gnus-agent.el (gnus-agent-write-active): Use it.
+       * message.el (message-wash-subject): Use `insert' rather than
+       `insert-string', which is deprecated.
 
-       * gnus-util.el (gnus-write-active-file): New function.
+2001-11-24  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-agent.el (gnus-agent-write-active): New function to keep
-       lower boundaries and canceled groups.
-       (gnus-agent-save-groups): Use it.
-       (gnus-agent-save-active): Use it.
-       (gnus-agent-save-group-info): Only write active files.
-       (gnus-agent-expire): Update active file.
+       * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
+       message. (Gnus does not "default" to using 8bit for the message,
+       it default to use 8bit encoding and the user-supplied CTE
+       value. Calling this behaviour "treating it as 8bit" is perhaps
+       better.)
 
-       * mm-decode.el (mm-inlinable-part-p): Removed.
-       (mm-user-display-methods): Default to nil.
-       (mm-user-display-methods): Removed.
-       (add-mime-display-method): Removed.
-       (mm-automatic-display): Renamed.
-       (mm-automatic-display-p): Use it.
-       (mm-inlined-types): New variable.
-       (mm-inlined-p): New function.
+       * mm-bodies.el (mm-body-encoding): Intern encoding if needed
+       (compare mm-charset-to-coding-system).
 
-       * message.el (message-reply): Bind message-this-is-mail.
+2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-07-03 13:16:31  Michael Klingbeil  <mklingbeil@knuut.de>
+       * canlock.el (canlock-sha1-with-openssl): Use unibyte
+       buffer. Correctly decode hex.
 
-       * smiley.el (smiley-buffer): Fix for NT.
+2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-07-03 11:26:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-agent.el (gnus-category-insert-line): Convert category
+       names to strings.
 
-       * mm-encode.el (mm-encode-buffer): Check whether we have 7bit.
+2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * message.el (message-check-news-header-syntax): Protect against
-       nil froms.
+       * message.el (sha1): eval-and-compile.
 
-       * mm-util.el (mm-auto-mode-alist): New.
+2001-11-20  Simon Josefsson  <jas@extundo.com>
 
-       * mml.el (mml-generate-mime-1): Ditto.
+       * message.el (message-allow-no-recipients): New variable.
+       (message-send): Use it, customize the prompting when posting to
+       Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
 
-       * gnus.el: Use mm-insert-file-contents throughout instead of
-       nnheader. 
+2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-util.el (mm-insert-file-contents): New function.
+       * mm-util.el (mm-coding-system-priorities): New variable.
+       (mm-sort-coding-systems-predicate): New function.
+       (mm-find-mime-charset-region): Resort coding systems if needed.
+       Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
 
-Sat Jul  3 07:35:35 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2001-11-20  Didier Verna  <didier@xemacs.org>
 
-       * gnus.el: Pterodactyl Gnus v0.90 is released.
+       * gnus-group.el (gnus-group-make-help-group): new optional
+       argument to control the error behavior.
+       * gnus-start.el (gnus-check-first-time-used): use it to avoid
+       erroring.
 
-1999-07-03 09:31:10  Sven Fischer  <herpes@kawo2.rwth-aachen.de>
+2001-11-19  Simon Josefsson  <jas@extundo.com>
 
-       * mailcap.el (mailcap-possible-viewers): Use string=.
+       * message.el (message-mode-map): Use C-c C-f C-i for Importance:
+       instead of C-c C-u.  Suggested by Per Abrahamsen
+       <abraham@dina.kvl.dk>.
 
-1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-uu.el (mm-uu-forward-begin-line): New variable.
-       (mm-uu-forward-end-line): New variable.
-       (mm-uu-begin-line): Handle forwarded message.
-       (mm-uu-identifier-alist): Ditto.
-       (mm-uu-dissect): Ditto.
+       * nnfolder.el (nnfolder-read-folder): Use group instead of
+       nnfolder-current-group.
+       Suggested by Lorentey Karoly <lorentey@elte.hu>.
 
-1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-11-17  Simon Josefsson  <jas@extundo.com>
 
-       * lpath.el: Two free variables.
+       * message.el (message-send): Ask user if Fcc/Gcc should be
+       performed when no other sender was specified.
+       Suggested by prj@po.cwru.edu (Paul Jarc).
 
-1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-11-17  Simon Josefsson  <jas@extundo.com>
 
-       * nnheader.el (nnheader-file-coding-system): Use raw-text.
-       * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
-       * gnus-cache.el (gnus-cache-coding-system): Ditto.
+       * message.el (message-mode, message-mode-map): Use C-c C-u for
+       Importance: instead of C-c C-p (used by SC).
 
-       * nnfolder.el (nnfolder-file-coding-system): Use mm-text-coding-system.
-       (nnfolder-file-coding-system-for-write): New variable.
-       (nnfolder-active-file-coding-system): New variable.
-       (nnfolder-active-file-coding-system-for-write): New variable.
-       (nnfolder-save-active): New function.
-       (nnfolder-save-buffer): Use them.
-       (nnfolder-possibly-change-group): Ditto.
-       (nnfolder-request-list-newsgroups): Ditto.
-       (nnfolder-request-create-group): Ditto.
-       (nnfolder-request-expire-articles): Ditto.
-       (nnfolder-request-move-article): Ditto.
-       (nnfolder-request-accept-article): Ditto.
-       (nnfolder-request-delete-group): Ditto.
-       (nnfolder-request-rename-group): Ditto.
-       (nnfolder-possibly-change-folder): Ditto.
-       (nnfolder-read-folder): Ditto.
-       (nnfolder-request-list): Remove pathname-coding-system.
-       (nnfolder-possibly-change-group): Use nnmail-pathname-coding-system.
+2001-11-16  Simon Josefsson  <jas@extundo.com>
 
-       * nnmail.el (nnmail-file-coding-system): Use raw-text.
-       (nnmail-file-coding-system-1): Removed.
-       (nnmail-find-file): Use nnmail-pathname-coding-system.
-       (nnmail-write-region): Ditto.
+       * message.el (message-insert-importance-high)
+       (message-insert-importance-low): Save point.
 
-       * nnmbox.el (nnmbox-file-coding-system): New variable.
-       (nnmbox-file-coding-system-for-write): New variable.
-       (nnmbox-active-file-coding-system): New variable.
-       (nnmbox-active-file-coding-system-for-write): New variable.
-       (nnmbox-save-buffer): New function.
-       (nnmbox-save-active): New function.
-       (nnmbox-request-scan): Use them.
-       (nnmbox-request-expire-articles): Ditto.
-       (nnmbox-request-move-article): Ditto.
-       (nnmbox-request-accept-article): Ditto.
-       (nnmbox-request-replace-article): Ditto.
-       (nnmbox-request-delete-group): Ditto.
-       (nnmbox-request-rename-group): Ditto.
-       (nnmbox-request-create-group): Ditto.
+       * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
+       value.
+
+2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * message.el (message-strip-special-text-properties): New option.
+       (message-strip-forbidden-properties): Obey it.
+
+2001-11-14  Sam Steingold  <sds@gnu.org>
+
+       * gnus-score.el: Fixed some doc strings to properly quote symbols.
+
+2001-11-15  Simon Josefsson  <jas@extundo.com>
+
+       Support "Importance:" header in Message.
+
+       * message.el (message-mode-map): Bind C-c C-p to
+       `message-insert-or-toggle-importance'
+       (message-mode-menu): Add message-insert-importance-{high,low}.
+       (message-insert-importance-high, message-insert-importance-low)
+       (message-insert-or-toggle-importance): New functions.
+       (message-tool-bar-map): Add {un,}important.
+       (message-mode): Doc fix.
+
+2001-11-15  Simon Josefsson  <jas@extundo.com>
+
+       * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
+
+       * mml.el (mml-menu): Fix toolbar tooltip.
+
+2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
+       * nnml.el (nnml-save-marks): Ditto.
+
+       * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
+
+2001-11-15  Simon Josefsson  <jas@extundo.com>
+
+       * nnml.el (nnml-save-marks):
+       * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
+       Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
+
+2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * gnus-art.el (gnus-article-wash-status-strings): Use
+       `copy-sequence', not `copy-seq'.
+
+2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * gnus-art.el (gnus-article-wash-status-strings): New constant.
+       (gnus-gnus-article-wash-status-entry): New function.
+       (gnus-article-wash-status): Use it.
+
+2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mml1991.el: Add coding header.
+
+2001-11-12  Simon Josefsson  <jas@extundo.com>
+
+       * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
+       (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
+       `mml1991-sign' and `mml1991-encrypt'.
+       (mml1991-encrypt, mml1991-sign): New glue functions.
+       (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
+
+       * mml.el (mml-mode-map): `C-c RET o' map for PGP.
+       (mml-menu): Add PGP to menu.
+
+       * mml-sec.el (top-level): Require mml1991.  Don't require smime.
+       (mml-sign-alist, mml-encrypt-alist): Add "pgp".
+       (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
+       (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
+
+       * mml2015.el: Mention RFC 3156.
+
+       * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
+
+2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-util.el (mm-text-coding-system): raw-text or -dos.
-       (mm-running-ntemacs): Removed.
+       * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
 
-       * nnml.el (nnml-file-coding-system): Use nnmail-file-coding-system.
+       * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
+         From <Michael.Cook@cisco.com>
 
-1999-07-02  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-11-11  Simon Josefsson  <jas@extundo.com>
 
-       * nnfolder.el (nnfolder-read-folder): Use nnheader-file-coding-system.
+       * message.el (top-level): Autoload sha1.
+       (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
+       canlock, no need to require two different hash algs).  Suggested
+       by Ferenc Wagner <wferi@bolyai1.elte.hu>.
 
-1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-11-09  Simon Josefsson  <jas@extundo.com>
 
-       * qp.el (quoted-printable-encoding-characters): Support lower case.
+       * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Bm\e(Bk
+       <Pavel@Janik.cz>.
 
-1999-07-01  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-11-09  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-       * rfc2047.el (rfc2047-encode): Fold before B-encoding.
-       (rfc2047-b-encode-region): Encode line by line.
+       * message.el (message-point-in-header-p): New function.
+       (message-do-auto-fill): Use it.
+       (message-beginning-of-line): New function.  Goes to beginning of
+       header value (i.e., end of header name), or to beginning of line
+       if already at beginning of value.  Behaves like
+       `beginning-of-line' when in message body.
+       (message-mode-map): Bind it.
 
-1999-07-03 09:20:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-11-08  Simon Josefsson  <jas@extundo.com>
 
-       * mm-util.el (mm-find-mime-charset-region): Fix.
+       * gnus-msg.el (gnus-posting-styles): Add doc.
 
-1999-06-30  KOSEKI Yoshinori  <kose@yk.NetLaputa.ne.jp>
+2001-11-07  Simon Josefsson  <jas@extundo.com>
 
-       * mm-util.el (mm-mime-mule-charset-alist): Fix iso-2022-jp(-2) bug.
+       * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
+
+       * sieve-mode.el (sieve-control-commands-face)
+       (sieve-control-commands-face, sieve-action-commands-face)
+       (sieve-test-commands-face, sieve-tagged-arguments-face): New
+       faces.
+       (sieve-font-lock-keywords): Use them.
+       (sieve-mode): Only set font-lock-defaults in emacs.
+
+       * gnus-art.el (gnus-default-article-saver): Add
+       gnus-summary-save-body-in-file.
+       (gnus-summary-write-to-file): Fix doc.
+
+2001-11-07  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-art.el (gnus-treat-highlight-signature): Add cross
+       reference to the correct chapter in the manual.
+
+       * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
+       Suggested by "Golubev I. N." <gin@mo.msk.ru>.
+
+2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mml.el (mml-preview): Bind mail-header-separator.
+
+2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el: Always require canlock.
+       (message-ignored-supersedes-headers): Include Cancel-Lock and
+       Cancel-Key.
+       (message-insert-canlock): Don't require canlock.
+       (message-cancel-news): Don't check whether canlock is available.
+       (message-supersede): Support cancel-locks.
+
+       * gnus-art.el: Don't autoload canlock.
+
+2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mail-source.el (mail-source-fetch-imap): ASYNC param.
+       From: <andre@slamdunknetworks.com>
+
+2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * many files: Fix copyright lines.
+
+2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
+       Suggested by Dave Love  <fx@gnu.org>.
+
+2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * message.el (message-kill-buffer): Remove auto-save file after
+       confirm.
+
+       * message.el (message-send-mail): Call message-generate-headers
+       once.  Suggested by Matt Armstrong <matt@lickey.com>.
+
+       * gnus-topic.el (gnus-topic-rename): Initial-input.
+       Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
+
+2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * message.el (message-forbidden-properties): New constant.
+       (message-strip-forbidden-properties): New function.
+       (message-mode): Activate it.
+
+2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
+       (mm-hack-charsets): Fix doc.
+
+2001-11-02  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-int.el (gnus-check-server): Message "...done" when done.
+
+       * imap.el (imap-close): Don't message (imap-send-command-wait
+       returns if the connection is dropped).
+       (imap-wait-for-tag): Nix out message only when necessary.
+
+       * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
+       for non-crossposting.
+       (gnus-sieve-crosspost): Default to t to be consistent with other
+       parts of Gnus.
+
+2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
+       (mm-iso-8859-x-to-15-table): Ditto.
+       (mm-iso-8859-x-to-15-region): Ditto.
        (mm-find-mime-charset-region): Ditto.
 
-1999-07-03 09:15:35  Simon Josefsson  <jas@pdc.kth.se>
+2001-11-01  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-sum.el (gnus-summary-move-article): Fix something or
-       other. 
+       * nnimap.el (nnimap-close-asynchronous): New variable.
+       (nnimap-close-group): Use it.
+       (nnimap-expunge): Don't use it.
 
-1999-06-29  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * imap.el (imap-callbacks): New variable.
+       (imap-remassoc): Copied from `gnus-remassoc'.
+       (imap-add-callback): New function.
+       (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
+       behaviour.
+       (imap-parse-response): Call the callback.
 
-       * gnus-sum.el (gnus-newsgroup-ephemeral-charset): New variable.
-       (gnus-newsgroup-ephemeral-ignored-charsets): New variable.
-       (gnus-summary-enter-digest-group): Use them.
-       (gnus-summary-setup-default-charset): Ditto.
+       * message.el (message-insert-canlock): New variable.
+       (message-canlock-generate, message-canlock-password)
+       (message-insert-canlock): New functions.
+       (message-send-news): Call `message-insert-canlock'.
+       (top-level): Require canlock when compiling.
+       (message-insert-canlock): Require canlock before we need it.
 
-1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * base64.el (base64-run-command-on-region): Use unibyte buffer.
+       * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
 
-1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-msg.el (gnus-configure-posting-styles): Fix bug when
-          gnus-newsgroup-name is nil.
+       * dgnushack.el (dgnushack-make-load): A workaround for
+       custom-add-loads bug in some versions of XEmacs.
 
-1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * rfc2047.el (rfc2047-encode): Chop the tail newline.
+       * mm-util.el (mm-charset-synonym-alist): Revert (some).
 
-1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (article-emphasize): Use correct
-       gnus-article-emphasis-alist.
+       * mm-util.el (mm-iso-8859-x-to-15-region): New function.
+       (mm-hack-charsets): New variable.
+       (mm-iso-8859-15-compatible): New variable.
+       (mm-iso-8859-x-to-15-table): New variable.
+       (mm-find-mime-charset-region): Add parameter hack-charsets.
 
-1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * mm-bodies.el (mm-encode-body): Use it.
+       * mml.el (mml-parse-1): Ditto.
 
-       * mm-view.el (mm-inline-text): Fix text/html bug.
+2001-11-01  Simon Josefsson  <jas@extundo.com>
 
-Mon Jun 28 17:54:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
 
-       * gnus.el: Pterodactyl Gnus v0.89 is released.
+2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-06-24  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
+       is nil.
 
-       * nnmail.el (nnmail-file-coding-system-1): For NTEmacs in Windows.
-       * message.el (message-draft-coding-system): Ditto.
-       * mm-util.el (mm-running-ntemacs): Ditto.
+2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * smiley-ems.el (smiley-update-cache): Auto detect file type.
 
-       * gnus-xmas.el (gnus-xmas-summary-recenter): A blank line may
-       cause problem.
+       * message.el (message-forward-rmail-make-body): Use
+       save-window-excursion.
+       (message-encode-message-body): Search with noerror.
+       (message-setup-1): Convert compose-mail send-actions to
+       message-send-actions.
 
-1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-11-01  Simon Josefsson  <jas@extundo.com>
 
-       * mm-view.el (mm-inline-text): Ignore error in w3-region.
+       * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
+       <yamaoka@jpl.org>.
 
-1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mml.el: require mm-decode.
+       * sieve-manage.el (sieve-string-bytes): No complain.
 
-1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-11-01  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-art.el (gnus-display-mime): Treat as head only if necessary.
+       * gnus-group.el (gnus-group-mode-map): Bind "D u" to
+       `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
+       has autoload cookies, so no `require' should be necessary.)
 
-1999-06-23  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
+       files.
 
-       * mm-view.el (mm-inline-image): Fix image undisplayer.
+2001-10-31  Simon Josefsson  <jas@extundo.com>
 
-1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-cus.el (gnus-group-parameters): Support integer `display'
+       parameter.
 
-       * mml.el (mml-insert-multipart): Error in compeling-read.
-       (mml-insert-tag): Match tags.
+       * gnus-sum.el (gnus-select-newsgroup): If group parameter
+       `display' is a number (and C-u wasn't used to enter group), only
+       fetch that number of articles.
 
-1999-06-19  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-10-31  Matt Armstrong  <matt@lickey.com>
 
-       * gnus-cache.el (gnus-cache-braid-nov): Fix coding-system bug.
-       (gnus-cache-braid-heads): Ditto.
-       (gnus-cache-retrieve-headers): Ditto.
+       * gnus.el (gnus-find-subscribed-addresses): Doc fix:
+       not-subscribed -> subscribed.
 
-1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+       From: Josh Huber <huber@alum.wpi.edu>
 
-       * gnus-draft.el (gnus-draft-send): Fix encoding bug.
+       * message.el (message-subscribed-address-functions): New variable.
+       (message-subscribed-addresses): New variable.
+       (message-subscribed-regexps): New variable.
+       (message-goto-mail-followup-to): New function.
+       (message-send-mail): Add Mail-Followup-To.
+       (message-make-mft): New function.
 
-1999-06-16 10:17:29  Katsumi Yamaoka  <yamaoka@jpl.org>
+       * gnus.el (gnus-find-subscribed-addresses): New function.
 
-       * gnus-art.el (gnus-article-read-summary-keys): Convert key events
-       to string under XEmacs.
+2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-06-28 19:34:03  Petersen Jens-Ulrik  <jens-ulrik.petersen@nokia.com>
+       * mail-source.el (mail-source-fetch): If debug, don't regain signals.
+       (mail-source-fetch-pop): Ditto.
+       (mail-source-check-pop): Ditto.
 
-       * gnus-start.el (gnus-find-new-newsgroups): Doc fix.
+       * gnus-start.el (gnus-read-init-file): Ditto.
+       (gnus-activate-group): Ditto.
+       (gnus-read-newsrc-el-file): Ditto.
 
-1999-06-22  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-view.el (mm-inline-message): Fix message view bug.
-       * gnus-art.el (gnus-article-prepare): Ditto.
+       * message.el (message-get-reply-headers): Make sure there is ", ".
 
-1999-06-16  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * mm-util.el (mm-mime-mule-charset-alist): Move down and call
+       mm-coding-system-p. Don't correct it only in XEmacs.
+       (mm-charset-to-coding-system): Use mm-coding-system-p and
+       mm-get-coding-system-list.
+       (mm-emacs-mule, mm-mule4-p): New variables.
+       (mm-enable-multibyte, mm-disable-multibyte,
+       mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
+       mm-with-unibyte-current-buffer,
+       mm-with-unibyte-current-buffer-mule4): Use them.
+       (mm-find-mime-charset-region): Treat iso-2022-jp.
 
-       * gnus-cache.el (gnus-cache-possibly-enter-article): Fetch headers.
+       From  Dave Love  <fx@gnu.org>:
 
-Tue Jun 15 04:13:01 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
+       construction.
+       (mm-charset-synonym-alist): Remove windows-125[02].  Make other
+       entries conditional on not having a coding system defined for
+       them.
+       (mm-mule-charset-to-mime-charset): Use
+       find-coding-systems-for-charsets if defined.
+       (mm-charset-to-coding-system): Don't use
+       mm-get-coding-system-list.  Look in mm-charset-synonym-alist
+       later.  Add last resort search of coding systems.
+       (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
+       (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
+       Mule 4.
+       (mm-find-mime-charset-region): Re-write.
+       (mm-with-unibyte-current-buffer): Restore buffer as well as
+       multibyteness.
 
-       * gnus.el: Pterodactyl Gnus v0.88 is released.
+2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-06-15 04:13:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * canlock.el, sha1-el.el, hex-util.el: Move from contrib
+       directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
+       KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
 
-       * gnus-sum.el (gnus-summary-save-parts): Destroy handles after
-       usage. 
+2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnmail.el (nnmail-get-new-mail): Save info.
+       * gnus-art.el (article-display-x-face): Nix buffer-read-only
+       again.
 
-Mon Jun 14 01:15:59 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
 
-       * gnus.el: Pterodactyl Gnus v0.87 is released.
+2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-06-14 02:46:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-spec.el (gnus-parse-simple-format): Use
+         buffer-substring-no-properties.
 
-       * mail-source.el (mail-source-fetch-file): Use prescript-delay. 
-       (mail-source-run-script): New function.
-       (mail-source-fetch-pop): Use it.
+2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-1999-06-13 09:52:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-art.el (article-verify-cancel-lock): New function.
 
-       * gnus-art.el (gnus-article-setup-highlight-words): Moved here. 
+       * nnheader.el (nntp-process-response): New variable.
+       (nnheader-init-server-buffer): Make `nntp-process-response'
+       buffer-local in `nntp-server-buffer'.
 
-Sun Jun 13 07:30:40 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * nntp.el (nntp-prepare-post-hook): New hook.
+       (nntp-wait-for): Save a server's ID in `nntp-process-response'.
+       (nntp-async-trigger): Ditto.
+       (nntp-request-post): Insert a server's ID if there's no Message-ID
+       header; run `nntp-prepare-post-hook'.
 
-       * gnus.el: Pterodactyl Gnus v0.86 is released.
+2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-06-13 08:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
+       instead.
 
-       * gnus-art.el (gnus-treat-translate): New variable.
-       (gnus-treat-predicate): Accept a list of regexps.
-       (gnus-article-treat-custom): Allow a list of regexps.
+       * message.el (message-forward-subject-author-subject): Don't use
+       message-news-p, which widens the buffer.
+       (message-forward-make-body): New function.
+       (message-forward): Use it.
+       (message-insinuate-rmail): New function.
+       (message-forward-rmail-make-body): New function.
 
-1999-06-09  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
+2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus/gnus-group.el (gnus-permanently-visible-groups): Fix custom
-       type.
+       * mm-extern.el (mm-extern): Provide it.
 
-1999-06-13 05:15:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * mm-partial.el (mm-partial): Provide it.
 
-       * gnus-art.el (article-babel): Narrow a bit.
+2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-agent.el (gnus-agent-get-undownloaded-list): Was too slow. 
+       * gnus-msg.el (gnus-setup-message): Call post-command-hook.
 
-1999-06-12  Simon Josefsson  <jas@pdc.kth.se>
+2001-10-29  Simon Josefsson  <jas@extundo.com>
 
-        (gnus-agent-get-undownloaded-list): Operate on all articles, not
-        only unread ones.
-        (gnus-agent-fetch-headers): Fetch headers from unread and marked
-        articles, not only unread ones.
+       * mml.el (mml-preview): Bind message-this-is-news if it is
+       news. From Jesper Harder <harder@myrealbox.com>.
 
-1999-06-13 03:01:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-10-28  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-sum.el (gnus-summary-limit-to-extra): New command and
-       keystroke. 
+       * gnus-sum.el (gnus-group-make-articles-read): Inline group.
 
-       * gnus-art.el (gnus-article-x-face-command): Ditto.
+2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * gnus-uu.el (gnus-uu-default-view-rules): Default to "display".
+       * smiley-ems.el (smiley-regexp-alist): Add support for sad and
+       ironic smilies.
 
-       * gnus.el (gnus-method-simplify): Accept server names.
+2001-10-27  Simon Josefsson  <jas@extundo.com>
 
-1999-06-13 02:36:15  Per Abrahamsen  <abraham@dina.kvl.dk>
+       * message.el (message-indent-citation): Don't add trailing
+       whitespace when citing text.
 
-       * gnus-art.el (article-babel-prompt): New function.
-       (article-babel): New command.
+       * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
+       <harder@ifa.au.dk>.
 
-1999-06-13 01:01:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-article-part-wrapper): Go to part.
+       * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
+       not available.
+       (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
+       (nnweb-type-definition): Add google as alias of dejanews.
+       (nnweb-google-parse-1): Forward 1 line.
 
-       * mml.el (mml-generate-mime-1): Don't insert literally.
+2001-10-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-       * gnus-util.el (gnus-parse-netrc): Skip lines with #'s.
-       (gnus-netrc-syntax-table): Removed.
-       (gnus-parse-netrc): Don't use syntax table; just use whitespace. 
+       * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
+       variable `message-forward-ignored-headers'.
 
-Wed May  5 13:51:13 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * mm-view.el (mm-inline-text): Fix charset for text/html.
+       * gnus.el (gnus-expand-group-parameter): New function.
+       (gnus-expand-group-parameters): Call it.
+       (gnus-group-fast-parameter): New function.
+       (gnus-group-find-parameter): Call it.
 
-Wed May  5 01:15:08 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * message.el (message-draft-coding-system): Use emacs-mule-dos.
+       * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
+       vector (it didn't before because of a bug).
+       * gnus-msg.el (gnus-post-news): Use header vector directly, if
+       available.  Before it converted it to an article number.
 
-1999-06-12 07:29:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       This makes followup to news articles with negative numbers in
+       nnvirtual groups use news instead of mail.
 
-       * nnmail.el (nnmail-split-incoming): Return the number of split
-       mails. 
-       (nnmail-process-babyl-mail-format): Ditto.
-       (nnmail-process-unix-mail-format): Ditto.
-       (nnmail-process-mmdf-mail-format): Ditto.
-       (nnmail-process-maildir-mail-format): Ditto.
+2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * mail-source.el (mail-source-callback): Return the number from
-       the callback.
+       * gnus.el (post-method): Use `native' instead of `nil'.
 
-       * message.el (message-send-mail): Generate Lines.
+       * gnus-msg.el (gnus-post-method): Ditto.
 
-       * mail-source.el (mail-source-call-script): New function.
-       (mail-source-call-script): New function.
+2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-Sun May  2 02:00:27 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus.el (gnus-define-group-parameter): Grammar fix.
 
-       * gnus-sum.el (gnus-summary-setup-highlight-words): New function.
-       (gnus-select-newsgroup): Use it.
-       (gnus-group-highlight-words-alist): New variable.
-       (gnus-newsgroup-emphasis-alist): New variable.
-       (gnus-summary-local-variables):  Use it.
-       * lpath.el: Use it.
-       * gnus-art.el (article-emphasize): Use it.
-       (gnus-emphasis-highlight-words): New face.
-       * gnus-cus.el (gnus-group-parameters): New parameter.
-
-Sun May  2 01:00:02 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
-
-       * gnus-cache.el (gnus-cache-possibly-enter-article): Remove
-       parameter `headers'.
-       (gnus-cache-enter-article): Ditto.
-       (gnus-cache-update-article): Ditto.  
-       * gnus-sum.el (gnus-summary-move-article): Ditto.
-       (gnus-summary-mark-article-as-unread): Ditto.
-       (gnus-summary-mark-article): Ditto.
+2001-10-22  Simon Josefsson  <jas@extundo.com>
 
-1999-06-12 03:59:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-msg.el (gnus-extended-version): Include
+       system-configuration.
+       Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann).
 
-       * gnus-msg.el (gnus-message-insert-stylings): Removed.
-       (gnus-posting-style-alist): Removed.
-       (gnus-message-style-insertions): Ditto.
-       (gnus-configure-posting-styles): Reimplementation.
+2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * mail-source.el (mail-source-fetch): Error the message.
+       * gnus.el (post-method): Customization fix: `native' is not a
+       valid value.
+       * gnus-msg.el (gnus-post-method): Doc and customization fix:
+       `native' is not a valid value.
 
-       * gnus-msg.el (gnus-inews-do-gcc): Do mml and encoding.
+2001-10-21  Simon Josefsson  <jas@extundo.com>
 
-Sat Jun 12 00:19:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * nnimap.el (nnimap): Defgroup
+       (nnimap-strict-function, nnimap-strict-function-match): New
+       widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
+       (nnimap-split-crosspost, nnimap-split-inbox)
+       (nnimap-split-rule, nnimap-split-predicate)
+       (nnimap-split-predicate): Defcustom.
+       (nnimap-split-inbox, nnimap-expunge-search-string)
+       (nnimap-importantize-dormant): Remove "*" from doc.
 
-       * gnus.el: Pterodactyl Gnus v0.85 is released.
+2001-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-1999-04-20  Michael Cook  <cook@sightpath.com>
+       * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
+       not supplied via prefix arg.  From Lisp, make arg mandatory.
+       Suggested by Frank Schmitt.
 
-       * gnus-cite.el (gnus-cite-attribution-prefix): Tweak for MS
-         Outlook citation regex.
+2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-1999-06-12 02:09:49  Lars Magne Ingebrigtsen  <pinard@iro.umontreal.ca>
+       * message.el (message-do-auto-fill): Avoid calling
+       'rfc822-goto-eoh'.
 
-       * nndoc.el (nndoc-mime-parts-type-p): Accept space before
-       semicolon. 
+2001-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+       From Paul Jarc <prj@po.cwru.edu>.
 
-1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
+       * message.el (message-get-reply-headers): Restructure the logic
+       and add comments.  From Paul Jarc <prj@po.cwru.edu>.
 
-       * gnus-range.el (gnus-remove-from-range): Document range1
-       modification, protect range2.
+2001-10-20  Simon Josefsson  <jas@extundo.com>
 
-1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
+       * message.el (message-cancel-news): Support cancel-locks.
+       Suggested by Per Abrahamsson.
 
-       * gnus-sum.el (gnus-update-marks): Protect lists from
-       gnus-remove-from-range, don't sort twice.
+       * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
+       conses.  From David Z Maze <dmaze@MIT.EDU>.
 
-1999-05-21  Simon Josefsson  <jas@pdc.kth.se>
+       * nnfolder.el (nnfolder-marks-changed-p): Ditto.
 
-        * gnus-start.el (gnus-read-descriptions-file): Protect if no
-        function in backend.
+2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-1999-05-15  Simon Josefsson  <jas@pdc.kth.se>
+       * mm-decode.el (mm-default-directory): Fix customize type.
 
-       * gnus-sum.el (gnus-valid-move-group-p): Check for a
-       request-accept-article function in the backend instead of using
-       the 'respool capability.
+       * message.el (message-setup-fill-variables): Kludge to use
+       normal-auto-fill-function even if auto fill is already activated.
 
-1999-04-18  Hrvoje Niksic  <hniksic@srce.hr>
+2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * mm-bodies.el (mm-decode-content-transfer-encoding): Handle
-       spurious whitespace at eob.
+       * message.el (message-do-auto-fill): New version that does not
+       rely on text properties, by Simon Josefsson <jas@extundo.com>.
+       (message-setup-1): Removed the `message-field' property.
 
-1999-06-12 02:02:06  Adrian Aichner  <aichner@ecf.teradyne.com>
+       * gnus-draft.el (gnus-draft-edit-message): Removed the
+       `message-field' property.
 
-       * nnmail.el (nnmail-get-new-mail): Check right variable.
+2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-1999-06-12 01:57:39  Karl Kleinpaste  <karl@justresearch.com>
+       * gnus-draft.el (gnus-draft-edit-message): Change `field' to
+       `message-field'.  The `field' property has a special significance in
+       Emacs 21.
 
-       * mailcap.el (mailcap-mime-data): Fix rfc822.
+       * message.el (message-send, message-setup-1): Ditto.
 
-1999-06-11 23:48:50  TOZAWA Akihiko  <miles@is.s.u-tokyo.ac.jp>
+2001-10-18  Simon Josefsson  <jas@extundo.com>
 
-       * nndoc.el (nndoc-nsmail-type-p): New function.
-       (nndoc-type-alist): Recognize nsmail.
+       * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
+       when undoing.
 
-1999-05-12  Mike McEwan  <mike@lotusland.demon.co.uk>
+2001-10-18  Simon Josefsson  <jas@extundo.com>
+       From Frank Schmitt <usereplyto@Frank-Schmitt.net>
 
-       * gnus-art.el (gnus-treatment-function-alist): Display `x-face'
-       *before* `article-hide-headers' deletes the information.
+       * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
+       (gnus-summary-make-menu-bar): Ditto.
 
-1999-05-22 00:26:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-10-17  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-sum.el (gnus-summary-save-parts): New command and
-       keystroke. 
-       (gnus-summary-save-parts-1): New function.
-       (gnus-summary-iterate): Buggy.
+       * nnimap.el (nnimap-expiry-target): Make sure it is back to the
+       server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
 
-       * mm-decode.el (mm-save-part-to-file): Made into own function. 
+2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-05-11 05:53:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
+       * gnus-util.el (gnus-user-date): New function.
+       From Frank Schmitt <usenet@Frank-Schmitt.net>.
 
-       * gnus-group.el (gnus-group-set-info): Resist nils.
+2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-1999-05-04 19:26:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * message.el (message-check-news-header-syntax): Special case
+       nnvirtual groups.
 
-       * mailcap.el (mailcap-mime-data): Ditto.
+       * gnus-sum.el (gnus-summary-respool-default-method): Changed
+       customize type to `symbol'.
 
-       * gnus-uu.el (gnus-uu-default-view-rules): Ditto.
+2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-article-x-face-command): Default to ee.
+       * gnus-spec.el (gnus-parse-simple-format): Support extended spec
+       %&foo;.
+       (gnus-parse-simple-format): Support user extended spec too.
+       %u&foo; invokes gnus-user-format-function-foo.
 
-1999-05-02  Gareth Jones  <gdj1@gdjones.demon.co.uk>
+2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (article-make-date-line): Put X-Sent below Date if
-       gnus-article-date-lapsed-new-header is t.
+       * nnml.el (nnml-request-expire-articles): Make sure it is back to
+       the server.
+       * nnmbox.el (nnmbox-request-expire-articles): Ditto.
+       * nnfolder.el (nnfolder-request-expire-articles): Ditto.
+       * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
+       * nndiary.el (nndiary-request-expire-articles): Ditto.
+       (nndiary-schedule): Defsubst it before use it.
+       (nndiary-error): eval-and-compile.
 
-Sat May  1 20:27:43 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * gnus.el: Pterodactyl Gnus v0.84 is released.
+       * gnus-msg.el (gnus-post-method): Changed two instances of
+       `active' to `current' and one `null' to `not'.
 
-1999-05-01 22:23:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-10-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+       From Katsumi Yamaoka  <yamaoka@jpl.org>.
 
-       * gnus-msg.el (gnus-bug-message): Mime change.
+       * message.el (message-setup-fill-variables): Use
+       `normal-auto-fill-function' instead of `auto-fill-function'.
 
-1999-04-22  Simon Josefsson  <jas@pdc.kth.se>
+2001-10-16  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-sum.el (gnus-update-marks): Process null mark lists.
+       * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
+       (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
+       body. (Mailcrypt seem to do this, but gpg.el doesn't.)
 
-1999-04-21  Hrvoje Niksic  <hniksic@srce.hr>
+2001-10-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+       Patch by Oliver Scholz <oscholz@my.gnus.org>.
 
-       * mm-bodies.el (mm-decode-content-transfer-encoding): Recognize
-       `x-uue'.
+       * gnus-draft.el (gnus-draft-edit-message): Add text property
+       `field' with value `header' to message headers.
+       * message.el (message-setup-1): Really add text property to all of
+       the header, not just part of it.
 
-1999-03-04  Aaron M. Ucko  <amu@mit.edu>
+2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * mail-source.el (mail-source-fetch-pop): Only prompt for password
-       when authentication is 'password.
+       * gnus-group.el (gnus-group-sort-by-server): Use it.
 
-1999-05-01 22:17:55    <pinard@iro.umontreal.ca>
+       * gnus.el (gnus-method-to-full-server-name): New, bogus function.
 
-       * gnus-win.el (gnus-configure-windows): Accept a setting.
+       * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
+       and keystroke.
 
-1999-04-21 20:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-10-14  Simon Josefsson  <jas@extundo.com>
 
-       * mm-util.el (mm-quote-arg): Moved here.
+       * dig.el: Doc fix.
 
-       * mm-decode.el (mm-quote-arg): Quote more chars.
+       * smime.el: Doc fix.
 
-1999-04-18 20:12:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
+       charset magic from message.el.
 
-       * nnheader.el (nnheader-parse-head): Message-ID in In-Reply-To
-       with newlines would create buggy .nov files.
+2001-10-12  Simon Josefsson  <jas@extundo.com>
+       Suggested by david.goldberg6@verizon.net (David S. Goldberg)
 
-       * gnus-art.el (gnus-article-date-lapsed-new-header): Default to nil.
+       * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
+       'cite from g-a-wash-types.
+       (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
+       (gnus-article-hide-citation): Fix.
 
-       * qp.el (quoted-printable-encode-region): Encode whitespace at the 
-       end of lines.
+       * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
+       character.
+       (gnus-article-toggle-cited-text): Toggle `c' mode line character.
 
-       * message.el (message-mode): Doc fix.
+       * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
+       definition.
+       (gnus-signature-toggle): Toggle `s' mode line character.
 
-       * gnus-art.el (article-hide-headers): Delete the hidden headers. 
+       * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
+       doing stuff that clears it.
 
-       * gnus-msg.el (gnus-setup-posting-charset): Default group to "". 
+2001-10-12  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-art.el (article-date-ut): Rewrite.
+       * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
+       From Eric Marsden <emarsden@laas.fr>.
 
-       * mm-decode.el (mm-preferred-alternative-precedence): Reverse the
-       order. 
+2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-msg.el (gnus-message-insert-stylings): Remove duplicate
-       headers. 
+       * message.el (message-do-auto-fill): Use gnus-point-at-bol.
+       (autoload): Add some autoloads.
 
-       * gnus-art.el (gnus-article-date-lapsed-new-header): Doc fix. 
+2001-10-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+       Suggested by Oliver Scholz <epameinondas@gmx.de>.
 
-1999-04-18  Didier Verna  <verna@inf.enst.fr>
+       * message.el (message-do-auto-fill): New function.  Like
+       `do-auto-fill' but don't fill when in the message header.
+       (message-setup-1): Put a text property on the message header.
+       (message-setup-fill-variables): Use `message-do-auto-fill'.
 
-       * gnus-art.el (gnus-article-date-lapsed-new-header): new variable.
-       (article-date-ut): use it.
+2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-04-18 20:06:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * message.el (message-send-mail-partially): Insert an empty line
+       first, because of the change of message-make-lines.
 
-       * mail-source.el (mail-source-fetch-pop): Call script
-       asynchronously. 
+2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
 
-Sun Apr 18 12:40:04 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
+       iso-8859-15, make it an alias for iso-8859-1.
 
-       * gnus.el: Pterodactyl Gnus v0.83 is released.
+2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-1999-04-18 10:55:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * message.el (message-send-news): Don't modify the value of
+       `message-syntax-checks' if it is not a list (possibly it is
+       `dont-check-for-anything-just-trust-me').
 
-       * gnus-draft.el (gnus-draft-mode): Use mml minor mode.
+2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * gnus-cite.el (gnus-dissect-cited-text): Off-by-one error.
+       * gnus-group.el (gnus-group-name-charset-group-alist): Use
+       `find-coding-system' for XEmacs to check whether the coding-system
+       `utf-8' is available.
 
-       * gnus-uu.el (gnus-uu-mark-thread): Save hidden threads.
+2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-mime-inline-part): Don't do a charset param. 
+       * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
 
-       * gnus-msg.el (gnus-bug): Use application/x-emacs-lisp.
+2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * message.el (message-generate-headers): Accept continuation
-       headers. 
+       * message.el (message-send-news): Oops, missed case with no
+       "Followup-To" header...
 
-1999-04-18 10:48:57  Renaud Rioboo  <Renaud.Rioboo@lip6.fr>
+2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * gnus-demon.el (gnus-demon-time-to-step): Not strings.
+       * message.el (message-send-news): Allow
+       `gnus-group-name-charset-group-alist' to affect encoding of the
+       "Newsgroups" and "Followup-To" headers.
 
-1999-04-18 08:21:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-treatment-function-alist): use
-       maybe-hide-headers.
+       * Makefile.in (install-el): Depend on gnus-load.el.
 
-       * message.el (message-inhibit-body-encoding): Typo.
-       (message-resend): Inhibit encoding.
+2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el (gnus-summary-toggle-header): Decode rfc2047. 
+       * Makefile.in (install-el): Use -f.
+       From: Amos Gouaux <amos+lists.ding@utdallas.edu>
 
-       * gnus-art.el (article-remove-cr): Use re-search.
+2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * rfc2231.el (rfc2231-parse-string): Allow broken elm MIME
-       headers. 
+       * message.el (message-send-news): Don't encode Followups-To when
+       `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
 
-       * mm-decode.el (mm-quote-arg): Quote '.
+       * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
+       header.
 
-       * gnus-ems.el (gnus-x-splash): Would place splash wrongly.
+       * gnus-art.el (article-decode-group-name): Also decode
+       "Followup-To".
 
-       * mm-decode.el (mm-insert-part): Use multibyte for text.
+       * rfc2047.el (rfc2047-encode-message-header): Encode without
+       asking for null methods.
 
-       * gnus-start.el (gnus-read-newsrc-file): New variable.
-       (gnus-read-newsrc-file): Use it.
+       * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
+       default charset for newsgroup names in accordance with USEFOR.
 
-1999-04-17 18:51:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-group.el (gnus-group-name-charset-method-alist,
+       gnus-group-name-charset-group-alist): Removed "*" from doc
+       strings, "*" should not be used for complex variables.
 
-       * nnvirtual.el (nnvirtual-request-expire-articles): New function. 
+2001-10-06  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-group.el (gnus-group-expire-articles-1): Made into own
-       function. 
+       Support UTF-8 group names better.
 
-Sat Apr 17 16:41:30 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * message.el (message-check-news-header-syntax): Encode group
+       names before comparison.
 
-       * gnus.el: Pterodactyl Gnus v0.82 is released.
+       * gnus-msg.el (gnus-copy-article-buffer): Run all
+       `gnus-article-decode-hook's except `article-decode-charset'
+       instead of hardcoding call to one of them.
 
-1999-04-15  Hrvoje Niksic  <hniksic@srce.hr>
+       * gnus-art.el (gnus-article-decode-hook): Add
+       `article-decode-group-name'.
+       (article-decode-group-name): New function, use `g-d-n'.
 
-       * gnus-sum.el (gnus-group-charset-alist): Include Croatian groups
-       for iso8859-2.
+       * gnus-group.el (gnus-group-insert-group-line): Decode
+       gnus-tmp-group using `g-d-n'.
 
-1999-04-17 18:23:50  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-util.el (gnus-decode-newsgroups): New function.
 
-       * mm-util.el (mm-charset-synonym-alist): Remove iso-2022-jp-2 from 
-       synonym alist.
+2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-1999-04-17 18:03:38  Adam P. Jenkins  <ajenkins@netway.com>
+       * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
+       `gnus-group-name-charset-group-alist'.
 
-       * gnus-sum.el (gnus-summary-local-variables): Mark as global.
+2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-04-17 18:02:05  Ettore Perazzoli  <ettore@comm2000.it>
+       * Makefile.in: Install el in install. Add uninstall.
 
-       * mail-source.el (mail-source-fetch): Ask before bugging out. 
+2001-10-05  Simon Josefsson  <jas@extundo.com>
 
-1999-03-19  Hrvoje Niksic  <hniksic@srce.hr>
+       * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
 
-       * uudecode.el (uudecode-decode-region-external): Don't assume
-       uudecode-temporary-file-directory ends with a slash.
+       * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
 
-1999-03-18  Simon Josefsson  <jas@pdc.kth.se>
+       * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
+       empty folders.
 
-       * gnus-sum.el (gnus-update-marks):
-       (gnus-update-read-articles): 
-       (gnus-summary-expire-articles): Check server.
+       * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
+       limiting if read-all (C-u RET) was used.
 
-1999-03-16  Simon Josefsson  <jas@pdc.kth.se>
+2001-10-04  Simon Josefsson  <jas@extundo.com>
 
-       * mml.el (mml-preview): New function.
+       * mail-source.el (mail-source-movemail-program): New variable.
+       (mail-source-movemail): Use it.  Suggested by Taylor Hutt
+       <thutt@thutt.vmware.com>.
 
-1999-04-17 17:10:21  William M. Perry  <wmperry@aventail.com>
+2001-10-03  Simon Josefsson  <jas@extundo.com>
 
-       * mail-source.el (mail-source-fetch-file): Return the right
-       value. 
+       * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
+       (gnus-summary-line-format-alist): Fix param.
 
-1999-04-17 07:52:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-10-02  Simon Josefsson  <jas@extundo.com>
 
-       * mml.el (mml-insert-parameter): New function.
-       (mml-insert-parameter-string): New function.
+       * nnimap.el (nnimap-request-move-article): Use imap.el directly,
+       don't go through `nnimap-request-expire-articles' to delete the
+       article.  Thanks to prj@po.cwru.edu (Paul Jarc).
 
-       * nnmail.el (nnmail-get-new-mail): Say how many new articles.
+2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-mime-multipart-functions): New variable.
-       (gnus-mime-display-part): Use it.
+       * gnus-agent.el (gnus-agent-write-active): The min in the
+       agent/active may be larger than that in the server/active.
 
-       * mm-decode.el (mm-alternative-precedence): Removed.
-       (mm-discouraged-alternatives): New variable.
-       (mm-preferred-alternative-precedence): New function.
+2001-10-01  Simon Josefsson  <jas@extundo.com>
 
-       * nnmail.el (nnmail-get-new-mail): Use mail-sources.
+       * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
+       is IMAP4rev1.
 
-       * mail-source.el (mail-sources): New variable.
+       * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
 
-       * gnus-art.el (article-remove-cr): Remove several trailing CRs. 
+       * nnfolder.el: Ditto.
 
-       * mm-decode.el (mm-valid-image-format-p): New function.
-       (mm-inline-media-tests): Use it.
-       (mm-valid-and-fit-image-p): New function.
+2001-09-30  Dan Christensen <jdc+news@uwo.ca>
 
-       * gnus-agent.el (gnus-agent-fetch-groups): Error when unplugged.
-       (gnus-agent-fetch-group): Ditto.
+       * gnus-sum.el (gnus-summary-extract-address-component): New function.
+       (gnus-summary-from-or-to-or-newsgroups): Optimize.
 
-1999-04-12  Didier Verna  <verna@inf.enst.fr>
+2001-09-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-       * nnmail.el (nnmail-article-group): in case of a group name
-       containing "\\n" constructs, be sure to pass the expanded value to 
-       nn*-save-mail.
+       * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
+       (message-mode-menu): Menu item for same.
 
-Sat Apr 17 05:40:45 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
+       delayed articles.
 
-       * gnus.el: Pterodactyl Gnus v0.81 is released.
+       * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
+       nndraft:delayed does not exist.
+       (gnus-delay-initialize): Don't set up keymap, that's done from
+       message.el now.
+       (gnus-delay, gnus-delay-group, gnus-delay-header)
+       (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
 
-1999-04-16 15:54:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-09-29  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-sum.el (gnus-get-split-value): Reverse result.
+       * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
+       utf-8, not eight-bit-control.
 
-1999-04-03 00:17:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
+       (imap-log, imap-debug): Custom.
+       (imap-log-buffer, imap-debug-buffer): New constants.
+       (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
+       (imap-network-open, imap-shell-open, imap-starttls-open)
+       (imap-send-command-1, imap-send-command, imap-arrival-filter)
+       (imap-debug): Use imap-*-buffer.
 
-       * gnus-start.el (gnus-always-read-dribble-file): Doc fix.
+       * nndoc.el (nndoc-article-type): Add mailman.
+       (nndoc-type-alist): Ditto.
+       (nndoc-mailman-type-p): New function.
 
-1999-04-02 15:33:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mml.el (mml-insert-tag): Insert concluding part.
+       * gnus-xmas.el (gnus-article-x-face-command): Merge it into
+       gnus-art.el.
 
-       * message.el (message-send-mail): Encode later.
-       (message-send-news): Ditto.
+2001-09-27  Simon Josefsson  <jas@extundo.com>
 
-       * nnfolder.el: Don't use mail delim.
+       * gnus-topic.el (gnus-topic-mode-map): Add catchup.
+       (gnus-topic-catchup-articles): New function. Suggested by Robin
+       S. Socha <robin-dated-1001857693.185e29@socha.net>.
 
-1999-03-28 19:14:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+       From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
 
-       * gnus-cus.el (gnus-group-customize): Put point at min.
+       * gnus-ems.el (gnus-article-display-xface): Insert xface after
+       previous ones.
 
-       * mm-view.el (mm-inline-text): Allow toggling html.
+2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+       From Daiki Ueno  <ueno@unixuser.org>
 
-1999-03-28 17:11:15  William M. Perry  <wmperry@aventail.com>
+       * gnus-sum.el (gnus-summary-show-article): The arglist of
+       detect-coding-region is incompatible.
 
-       * mail-source.el: Added prescript and postscript to file.
+2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+       From Katsuhiro Hermit Endo <hermit@koka-in.org>
 
-1999-03-28 13:46:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-group.el (gnus-group-delete-group): Typo.
 
-       * nnmail.el: Reverted.
+2001-09-26  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-msg.el (gnus-setup-posting-charset): Didn't work.
-       (gnus-setup-posting-charset): Did work.
+       * nnmail.el (nnmail-expiry-target-group): Add doc warning.
 
-1999-03-28 13:19:50  Jae-you Chung  <jay@pllab.kaist.ac.kr>
+       * nnimap.el (nnimap-expiry-target): Use temp buffer.
 
-       * gnus.el (gnus-short-group-name): Use
-       gnus-group-uncollapsed-levels. 
+2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-03-28 13:11:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-cus.el (gnus-group-parameters): Display as sexp.
 
-       * gnus-cite.el (gnus-dissect-cited-text): Don't remove overlays.
+2001-09-22  Simon Josefsson  <jas@extundo.com>
 
-1999-03-26 13:18:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * nnml.el (nnml-open-marks): Remove unpropagatable marks.
 
-       * gnus-art.el (gnus-treat-strip-headers-in-body): New variable.
-       (article-strip-headers-from-body): New command and keystroke.
+       * nnfolder.el (nnfolder-open-marks): Ditto.
 
-1999-03-14 16:09:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-sum.el (gnus-article-unpropagatable-p): New function.
+       (gnus-update-marks): Use it.
+       (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
+       hardcoded list.
 
-       * mail-source.el (mail-source-fetch-pop): Check for symbol first. 
+       * gnus.el (gnus-article-special-mark-lists): Add killed.
+       (gnus-article-unpropagated-mark-lists): New constant.
 
-       * nnheader.el (nnheader-insert-file-contents): Bind
-       enable-local-eval to nil.
-       (nnheader-find-file-noselect): Ditto.
+2001-09-22  Simon Josefsson  <jas@extundo.com>
 
-       * nnmail.el (nnmail-article-group): Don't remove long lines.
-       (nnmail-remove-long-lines): New function.
-       (nnmail-split-header-length-limit): Removed.
+       * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
+       custom option.
 
-       * mml.el (mml-generate-mime-1): Use unibyte buffers.
+2001-09-23  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-group.el (gnus-group-kill-all-zombies): Query user.
+       * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
 
-1999-03-06 07:20:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el (gnus-summary-generic-mark): New function.
+       * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
 
-       * nnmail.el (nnmail-split-header-length-limit): Increased.
-       (nnmail-article-group): Allow nil.
+2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * gnus-cite.el (gnus-cite-parse-wrapper): Inhibit point-motion. 
+       * gnus-group.el (gnus-group-sort-function): Fix customize type to
+       accept lists of functions.
 
-       * nndoc.el (nndoc-generate-mime-parts-head): Insert real headers
-       first. 
+2001-09-20  Simon Josefsson  <jas@extundo.com>
 
-       * mml.el (mml-minibuffer-read-type): Include types from
-       mailcap-mime-data. 
+       * gnus-group.el (gnus-group-catchup): Update expire marks in
+       backend.  Also, if ALL also set expire marks on tick/dormant.
 
-       * nndraft.el (nndraft-request-article): Would clobber Japanese. 
+2001-09-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-1999-03-05  Hrvoje Niksic  <hniksic@srce.hr>
+       * message.el (message-tab-body-function): New variable.
+       * message.el (message-tab): Use it.
 
-       * mml.el (mml-insert-tag): New function.
-       (mml-read-file): Renamed to mml-minibuffer-read-file to avoid
-       confusion with functions like `mml-read-tag'.
-       (mml-read-type): Ditto with `mml-minibuffer-read-type'.
-       (mml-minibuffer-read-description): Ditto with
-       `mml-minibuffer-read-description'.
-       (mml-attach-buffer): New function.
-       (mml-mode-map): New entry for /.
-       (mml-minibuffer-read-type): Accept DEFAULT.
+2001-09-19  Sam Steingold  <sds@gnu.org>
 
-       * mml.el (mml-quote-region): Narrow the region.
+       * gnus-win.el (gnus-buffer-configuration): Respect
+       `gnus-bug-create-help-buffer'.
 
-       * message.el (message-mode-menu): message-mime-attach-file is now
-       mml-attach-file.
+2001-09-18  Simon Josefsson  <jas@extundo.com>
 
-1999-03-05 21:24:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-spec.el (gnus-correct-pad-form): Re-revert.
+       (gnus-parse-simple-format): Re-revert.
 
-       * gnus-art.el (gnus-treatment-function-alist): Do emphasis earlier.
+2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
 
-1999-03-05 21:08:10  Robert Bihlmeyer  <robbe@orcus.priv.at>
+       * gnus-spec.el (gnus-parse-complex-format): Don't fold search
+       case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
 
-       * mml.el (mml-attach-buffer): New command.
+2001-09-18  Simon Josefsson  <jas@extundo.com>
 
-1999-02-27  Simon Josefsson  <jas@pdc.kth.se>
+       * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
+       signed.
+       (gnus-parse-simple-format): Don't use it.
 
-       * gnus-sum.el (gnus-update-marks): Call gnus-remove-from-range
-       with a proper range. Compress range.
+2001-09-17  Miles Bader  <miles@gnu.org>
 
-       * gnus-range.el (gnus-remove-from-range): Protect arguments.
+       * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
+       error querying a backend abort the whole process.
 
-1999-03-05 20:59:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-decode.el (mm-get-image): Create a temporary file for xbms.
+       * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
+       From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
 
-1999-03-04 04:20:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-09-17  Didier Verna  <didier@xemacs.org>
 
-       * gnus-picon.el (gnus-picons-x-face-file-name): Removed.
-       (gnus-picons-convert-x-face): Removed.
-       (gnus-picons-article-display-x-face): Removed.
-       (gnus-picons-x-face-sentinel): Ditto. 
-       (gnus-picons-display-x-face): Ditto.
+       * nndiary.el: version 0.2-b14.
+       * gnus-diary.el (gnus-diary-check-message): fix `read-string'
+       compatibility problem with XEmacs 21.1.
 
-Thu Mar  4 01:38:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2001-09-15  Simon Josefsson  <jas@extundo.com>
 
-       * gnus.el: Pterodactyl Gnus v0.80 is released.
+       * gnus-group.el (gnus-group-line-format): Document %c.
 
-1999-03-02 16:04:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * nnml.el (nnml-parse-head): Handle CRLF files.
+       (nnml-generate-nov-file): Ditto.
+       (nnml-retrieve-headers): Ditto.
 
-       * gnus-art.el (gnus-mm-display-part): Narrow to the part itself. 
+2001-09-15  Michael Welsh Duggan <md5i@cs.cmu.edu>
 
-       * gnus-sum.el (gnus-with-article): Moved here.
+       * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
 
-       * mail-source.el (mail-source-fetch-pop): Ask for password even
-       when program.
+2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
 
-1999-02-28 13:16:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-spec.el (gnus-correct-substring): Still stopped one
+       character before we wanted (never included last character).
+       (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
+       add missing "," (once per function)
 
-       * gnus-msg.el (gnus-bug): Add description.
+2001-09-14  Simon Josefsson  <jas@extundo.com>
 
-       * mml.el (mml-insert-mml-markup): Insert disposition.
+       * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
+       (otherwise e.g. gnus-agentize in .gnus overrides the customized
+       default before gnus-group is loaded and the variable set.)
 
-       * message.el (message-send-mail): Always encode mail headers.
+       * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
+       killed or unsent marks.
 
-       * smiley.el (gnus-smiley-display): Goto body.
+       * gnus-draft.el (gnus-draft-setup): Don't set mark when there
+       isn't an article to set it on (e.g. when you `a' in a group).
 
-1999-02-28 13:15:47  Petr Konecny  <pekon@informatics.muni.cz>
+2001-09-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
-       * smiley.el (gnus-smiley-display): Don't search to blank line.
+       * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
+       can read e-mails from Microsoft Outlook users not using ISO
+       8859-2 character set.
 
-1999-02-28 00:38:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-treat-article): Only run the highlight stuff
-       when requested.
+       * gnus-diary.el: Minor modifications to avoid warnings.
+       (gnus-summary-misc-menu): defvar.
+       (gnus-diary-check-message): Use gnus-point-at-eol.
+       (gnus-diary-kill-entire-line): eval-and-compile.
 
-       * nnmail.el (nnmail-current-spool): Removed.
+2001-09-12  Didier Verna  <didier@xemacs.org>
 
-       * gnus-salt.el (gnus-tree-inhibit): New varible.
+       * nndiary.el: new version (0.2-b13).
+       * nndiary.el (nndiary-mail-sources): doc update.
+       * nndiary.el (nndiary-split-methods): ditto.
+       * nndiary.el (nndiary-request-accept-article-hooks): New.
+       * nndiary.el (nndiary-request-accept-article): use it, check
+       message validity.
+       * nndiary.el (nndiary-get-new-mail): changed default to nil.
+       * nndiary.el (nndiary-schedule): fix bug (misplaced
+       condition-case): it didn't return nil on error.
+       * gnus-diary.el: new version.
+       * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
+       * gnus-diary.el (gnus-diary-header-value-history): New.
+       * gnus-diary.el (gnus-diary-narrow-to-headers): New.
+       * gnus-diary.el (gnus-diary-add-header): New.
+       * gnus-diary.el (gnus-diary-check-message): New.
+       * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
+       * gnus-diary.el (gnus-article-edit-mode-map): ditto.
 
-       * gnus.el (mm-util): Required.
+2001-09-10 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
 
-1999-02-27 23:44:52  paul stevenson  <spaul@mail.phy.ornl.gov>
+       * gnus-sum.el (gnus-select-newsgroup): Make
+       `gnus-current-select-method' buffer-local.
 
-       * gnus-sum.el (gnus-summary-toggle-header): Narrow to head first. 
+       * gnus-art.el (gnus-request-article-this-buffer): Refer
+       `gnus-current-select-method' in the current summary buffer.
 
-1999-02-27 17:17:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-09-10  Simon Josefsson  <jas@extundo.com>
+       From Daniel Pittman <daniel@rimspace.net>
 
-       * mail-source.el (mail-source-bind): Doc fix.
+       * gnus-spec.el (gnus-correct-pad-form): Fix.
 
-1999-02-26 20:35:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-09-09  Simon Josefsson  <jas@extundo.com>
 
-       * message.el (message-mode): Doc fix.
+       * mm-decode.el (mm-inline-media-tests): Add
+       application/x-emacs-lisp.
+       (mm-attachment-override-types): Add
+       application/{x-,}pkcs7-signature.
 
-       * mm-encode.el (mm-content-transfer-encoding-defaults): Use 8bit
-       encoding. 
+       * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
+       (gnus-server-line-format, gnus-server-mode-line-format)
+       (gnus-server-browse-in-group-buffer): Customize.
 
-       * gnus.el (gnus-methods-equal-p): Moved here.
+2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mail-source.el: pop at 110.
+       * nnml.el (nnml-marks-changed-p): Typo.
+       (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
+       (nnml-marks-changed-p): Use gnus-gethash.
+       (nnml-marks-modtime): Use gnus-make-hashtable.
 
-       * pop3.el (pop3-movemail): Use write-region instead of
-       append-to-file to avoid excessive messaging.
+       * nnfolder.el (nnfolder-marks-changed-p): Typo.
+       (nnfolder-request-expire-articles, nnfolder-save-marks)
+       (nnfolder-open-marks): Typo.
+       (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
+       (nnfolder-marks-changed-p): Use gnus-gethash.
+       (nnfolder-marks-modtime): Use gnus-make-hashtable.
 
-1999-02-27  lantz moore  <lmoore@contigo.com>
+2001-09-08  Simon Josefsson  <jas@extundo.com>
 
-       * nnmail.el (nnmail-get-new-mail): honor suffix for spool-files of 
-       type directory.
+       * nnfolder.el (nnfolder-marks-modtime): New variable.
+       (nnfolder-marks-changed-p): New function.
+       (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
+       (nnfolder-request-update-info): Don't update if marks didn't change.
 
-1999-03-04  Robert Bihlmeyer  <robbe@orcus.priv.at>
+       * nnml.el (nnml-marks-modtime): New variable.
+       (nnml-marks-changed-p): New function.
+       (nnml-save-marks, nnml-open-marks): Save modtime.
+       (nnml-request-update-info): Don't update if marks didn't change.
 
-       * gnus-art.el (article-hide-boring-headers): Field names must not
-       contain whitespace.
+       * gnus-agent.el (gnus-agent-any-covered-gcc)
+       (gnus-agent-add-server, gnus-agent-remove-server): Use
+       gnus-agent-method-p.
 
-Fri Feb 26 18:54:16 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * gnus-art.el (gnus-buttonized-mime-types): New variable.
+       (gnus-unbuttonized-mime-type-p): Use it.
 
-       * gnus.el: Pterodactyl Gnus v0.79 is released.
+       * gnus-agent.el (gnus-agent-fetch-group): If online, actually
+       fetch group.
 
-1999-02-26 18:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-09-08  Simon Josefsson  <jas@extundo.com>
+       From Daniel Pittman <daniel@rimspace.net>
 
-       * gnus-cite.el (gnus-cite-toggle): Don't remove highlighting. 
+       * gnus-spec.el (gnus-correct-pad-form): New function.
+       (gnus-parse-simple-format): Use it.
 
-       * mml.el (mml-mode): Don't use add-minor-mode.
+2001-09-07  Simon Josefsson  <jas@extundo.com>
 
-       * message.el (messgage-inhibit-body-encoding): New variable.
-       (message-encode-message-body): Use it.
+       * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
+       (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
+       Putnam <reader@newsguy.com>.
+       (gnus-group-sort-selected-groups): Touch dribble file.
 
-Fri Feb 26 17:00:25 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
 
-       * gnus.el: Pterodactyl Gnus v0.78 is released.
+       * nnml.el (nnml-filenames-are-evil): New variable.
+       (nnml-article-to-file-alist): Rename to ...
+       (nnml-current-group-article-to-file-alist): ... this.
+       Respect `nnml-filenames-are-evil'.
+       (nnml-active-number): Update.
+       (nnml-update-file-alist): Update.
+       (nnml-request-article): Use nnheader-article-to-file-alist.
+       (nnml-request-rename-group): Likewise.
 
-1999-02-26 07:45:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * message.el (message-mode): Switch on MML mode.
+       * gnus-sum.el (gnus-summary-insert-line): Fix.
 
-       * mml.el: Included commands and functions.
-       (mml-mode-map): New keymap.
+2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
 
-       * message.el: Removed the insertion commands and functions.
+       * gnus-sum.el: Bind g-s-t-s to "W g".
+       * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
+       * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
+       display of graphical smilies.
 
-       * gnus-ems.el (gnus-mule-cite-add-face): Removed.
+2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el (gnus-summary-sort-by-chars): New command and
-       keystroke. 
+       * gnus-start.el (gnus-setup-news): A typo.
+       From Bill White <billw@wolfram.com>.
 
-       * gnus-art.el (gnus-narrow-to-page): Revert.
+2001-09-06  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-cite.el (gnus-cite-delete-overlays): New function.
-       (gnus-cite-parse-maybe): Always reparse.
+       * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
+       and unseen marks.
 
-       * message.el (message-encode-message-body): Don't insert
-       "multipart warning". 
+2001-09-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-       * gnus-art.el (gnus-article-treat-head-custom): New variable.
+       * nnmail.el (nnmail-split-fancy): Document `junk'.
 
-1999-02-25  Miles Bader  <miles@ccs.mt.nec.co.jp>
+2001-09-04  Simon Josefsson  <jas@extundo.com>
 
-       * mail-source.el (mail-source-fetch-pop): Return 1 for success.
+       * imap.el (imap-search): Don't error if server is broken.
 
-       * nnmail.el: Require mm-util.
+2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
 
-1999-02-26 07:39:33  Justin Sheehy  <justin@linus.mitre.org>
+       * nnmbox.el (nnmbox-find-article): Fix infinite loop when
+       searching for an article that isn't in the mbox.
 
-       * nnmail.el (nnmail-get-new-mail): Only get mail for the one
-       group. 
+2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-1999-02-26 07:38:08  SeokChan LEE  <chan@smoky-blue.com>
+       * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
+       right, and get all the comments.
 
-       * mm-bodies.el (mm-body-charset-encoding-alist): Add euc-kr.
+2001-09-02  Simon Josefsson  <jas@extundo.com>
+       Suggested by Dan Christensen <jdc+news@uwo.ca>
 
-1999-02-21  Simon Josefsson  <jas@pdc.kth.se>
+       * nnfolder.el (nnfolder-request-update-info): Fix message.
 
-       * gnus-msg.el (gnus-extended-version): Better regexp.
+       * nnml.el (nnml-request-update-info): Ditto.
 
-1999-02-25  Didier Verna  <verna@inf.enst.fr>
+2001-09-01  Simon Josefsson  <jas@extundo.com>
 
-       * nnmail.el (nnmail-split-it): new syntax: `(! FUNC SPLIT)'. FUNC
-       is called with the result of SPLIT and should return a new split.
+       * nnml.el (nnml-request-expire-articles): Also bind
+       `nnml-current-group' and `nnml-article-file-alist' when using
+       expiry-target. (Otherwise nnml will be in a inconsistent internal
+       state causing all kind of problems.)
+       (nnml-request-expire-articles): If `nnml-article-to-file' or
+       `file-attributes' failes, return article as un-expirable instead
+       of treating it as expired.
 
-        * gnus.texi: update the doc.
+2001-08-31  Sam Steingold  <sds@gnu.org>
 
-1999-02-23  Didier Verna  <verna@inf.enst.fr>
+       * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
+       typo: `exmine' --> `examine'.
 
-       * gnus-picon.el (gnus-picons-display-bar-p): when picons are
-       displayed in the article buffer, output bars if
-       `gnus-picons-display-article-move-p'.
+2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-02-20  Aaron M. Ucko  <amu@mit.edu>
+       * nndoc.el (nndoc-forward-type-p): It is not a digest.
 
-       * mail-source.el (mail-source-fetch-pop): Typo.
+2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-02-26 07:15:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * nnml.el (nnml-check-directory-twice): Remove.
+       (nnml-retrieve-headers): Ditto.
+       (nnml-article-to-file): Use nnheader-directory-files-is-safe.
 
-       * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
+2001-08-30  Andrew Innes  <andrewi@gnu.org>
 
-1999-02-23 03:07:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * nnheader.el (nnheader-directory-files-is-safe): No need to read
+       directory twice on Windows, or on GNU Emacs-21.
 
-       * gnus-cite.el (gnus-cite-parse-wrapper): Always parse.
+2001-08-30  Andrew Innes  <andrewi@gnu.org>
 
-1999-02-21 11:11:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
+       (nnml-request-rename-group): Ditto.
+       (nnml-active-number): Ditto.
+       (nnml-request-create-group): Use nnml-directory-articles.
+       (nnml-request-expire-articles): Use nnml-directory-articles, which
+       gets list from nov database if available.
+       (nnml-get-nov-buffer): New function.
+       (nnml-open-nov): Use it.
+       (nnml-update-file-alist): Use nnml-article-to-file-alist, which
+       gets alist from nov database if available.
+       (nnml-directory-articles): New function.
+       (nnml-article-to-file-alist): New function.
 
-       * mml.el (mml-insert-buffer): New function.
+2001-08-30  Andrew Innes  <andrewi@gnu.org>
 
-       * message.el (message-forward): Insert the buffer in the buffer. 
+       * mm-decode.el (mm-display-external): Use `name' as filename, if
+       `filename' attribute is not present.
 
-Sun Feb 21 01:20:50 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-08-30  Andrew Innes  <andrewi@gnu.org>
 
-       * mm-view.el (mm-inline-message): Insert part in narrowed region.
+       * mail-source.el (mail-source-flash): New defcustom.
+       (mail-source-new-mail-p): Ring visible bell if appropriate.
+       (mail-source-start-idle-timer): Use unwind-protect to ensure idle
+       timer is cleared even if mail check signals an error.
 
-Sat Feb 20 23:09:40 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
+       * gnus-sum.el (gnus-summary-move-article): Only update marks of
+       type 'list.
 
-Sat Feb 20 21:34:28 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.el: Pterodactyl Gnus v0.77 is released.
+       * flow-fill.el (fill-flowed): eol might be point-max.
 
-1999-02-20 17:32:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-08-27  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-art.el (gnus-displaying-mime): New variable.
-       (article-narrow-to-head): New function.
+       * nnml.el (nnml-request-update-info): Fix message.
+       (nnml-open-marks): Ditto.
 
-       * mail-source.el (mail-source-fetch-pop): Include pre/postscript. 
-       Default to pop instead of pop3.
+       * nnfolder.el (nnfolder-request-update-info):
+       (nnfolder-open-marks): Fix message.
 
-1999-02-19 16:16:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-08-25  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-art.el (article-hide-pgp): Goto body.
+       * nnfolder.el (nnfolder-save-marks): Don't create directory named
+       after group in ~/.
 
-       * gnus-uu.el (gnus-uu-digest-mail-forward): Don't kill buffer. 
+2001-08-25  Simon Josefsson  <jas@extundo.com>
+       From Andreas Jaeger  <aj@suse.de>
 
-       * gnus-cite.el: Don't use goto-line.
+       * nnfolder.el (nnfolder-open-marks): Fix typo.
+       * nnml.el (nnml-open-marks): Likewise.
 
-       * gnus-art.el (gnus-article-treat-html): Removed.
-       (gnus-treat-article): Save restriction.
+2001-08-25  Simon Josefsson  <jas@extundo.com>
 
-1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
+       Make nnfolder groups self-contained as far as marks are concerned.
 
-       * message.el (message-send-mail): Don't untabify.
-       (message-mode): Don't use tabs for indentation.
+       * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
+       (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
+       (nnfolder-open-server): Make marks directory.
+       (nnfolder-request-delete-group): Delete marks file.
+       (nnfolder-request-delete-group): Check of nov/marks file exist
+       before deleting.
+       (nnfolder-request-rename-group): Rename marks file.
+       (nnfolder-request-rename-group): Only rename nov/mark if they exists.
+       (nnfolder-request-set-mark, nnfolder-request-update-info)
+       (nnfolder-group-marks-pathname, nnfolder-save-marks)
+       (nnfolder-open-marks): New functions.
+       (top-level): Require gnus.
 
-1999-02-19 14:54:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * message.el (message-send-mail): Don't untabify.
+       * nnweb.el (nnweb-type-definition): Use google raw file.
+       (nnweb-google-parse-1): Ditto.
+       (nnweb-google-identity): Ditto.
+       (nnweb-reference-wash-article): Move nnweb-decode-entities here.
+       (nnweb-altavista-wash-article): Ditto.
+       (nnweb-request-article): Remove nnweb-decode-entities.
 
-       * nnml.el (nnml-save-mail): Typo fix.
+       * nnml.el: Require 'gnus.
 
-1999-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
+2001-08-25  Simon Josefsson  <jas@extundo.com>
 
-       * message.el (message-cite-function): Add
-       `message-cite-original-without-signature' customization option.
+       * nnml.el (nnml-marks-is-evil): Add doc.
 
-1999-02-18  Per Abrahamsen  <abraham@dina.kvl.dk>
+2001-08-25  Simon Josefsson  <jas@extundo.com>
 
-       * nnmail.el (nnmail-fix-eudora-headers): Mark as option to
-       `nnmail-prepare-incoming-header-hook'.
+       * nnml.el (nnml-save-marks): Wrap saving marks in a
+       condition-case, to allow user to start Gnus if saving marks failed
+       for some reason.
 
-1999-02-19 14:41:43  Justin Sheehy  <justin@linus.mitre.org>
+2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-util.el (gnus-make-sort-function-1): Typo fix.
+       * gnus-spec.el (gnus-compile): Don't compile gnus-version.
 
-1999-02-19 14:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-group.el (gnus-update-group-mark-positions): Bind
+       gnus-group-update-hook to nil.
 
-       * gnus-group.el (gnus-group-get-new-news): Require nnmail. 
+2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-02-18  Michael Cook  <cook@sightpath.com>
+       * mml.el (mml-generate-mime-1): Force as multibyte string.
 
-       * Recognize Microsoft Outlook's cite attribution conventions.
+2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-02-19 14:33:11  James H. Cloos, Jr.  <cloos@jhcloos.com>
+       * gnus-sum.el (gnus-summary-insert-line)
+       (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
+       From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
 
-       * gnus-sum.el: Bind M.
+       * gnus-spec.el (gnus-correct-substring): Take optional END.
 
-1999-02-19 14:31:29  Neil Crellin  <neilc@wallaby.cc>
+       * nnrss.el (nnrss-request-article): Remove \n.
+       (nnrss-retrieve-headers): Lines number is -1.
 
-       * mail-source.el (mail-source-fetch-pop): Bind pop3-port.
+2001-08-24  Simon Josefsson  <jas@extundo.com>
 
-1999-02-15  Didier Verna  <verna@inf.enst.fr>
+       * gnus-group.el (gnus-info-clear-data): Call
+       nnfoo-request-set-mark to propagate marks.  Fix bug:
+       `gnus-group-update-line' doesn't update read range unless we call
+       `gnus-get-unread-articles-in-group' first.
 
-       * gnus-picon.el (gnus-group-display-picons): ensures that
-       `article-goto-body' really goes to the article body.
+       * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
+       to server.
 
-1999-02-19 12:57:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-view.el (mm-inline-text): Bind url-standalone-mode.
+       * gnus-util.el (gnus-create-info-command): Return an interactive
+       function.
 
-       * gnus-msg.el (gnus-summary-mail-forward): Create unique names.
+2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+       From Katsumi Yamaoka <yamaoka@jpl.org>
 
-       * mm-view.el (mm-view-message): Enable multibyte.
+       * gnus-spec.el (gnus-parse-complex-format): Use equal.
 
-1999-02-11 18:37:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * nnmail.el (nnmail-get-new-mail): Message later.
+       * gnus-sum.el (gnus-select-newsgroup): Use it.
 
-       * mm-util.el (mm-find-charset-region): Revert to checking
-       multibyte.
+       * gnus-util.el (gnus-not-ignore): New function.
 
-1999-02-11  Matt Pharr  <mmp@graphics.stanford.edu>
+       * lpath.el (featurep): Don't fbind char-int.
 
-      * gnus-msg.el (gnus-bug): Encode environment info as a MIME
-      attachment. 
+       * gnus-util.el (gnus-create-info-command): New function.
 
-Thu Feb 11 04:58:51 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
+       right node.
 
-       * gnus.el: Pterodactyl Gnus v0.76 is released.
+       * gnus-sum.el (gnus-select-newsgroup): Clean up.
+       (gnus-summary-limit-children): Use 'identity instead of `all'.
+       (gnus-summary-limit-to-display-predicate): New command and
+       keystroke.
+
+2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-02-06  Felix Lee  <flee@cygnus.com>
+       * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
 
-       * gnus.el (gnus-group-change-level-function): Typo.
+       * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
 
-1999-02-11 05:47:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-sum.el (gnus-nov-skip-field): Removed.
-       (gnus-nov-field): Ditto.
-       (gnus-nov-parse-extra): Ditto.
-       (gnus-nov-read-integer): Ditto.
+       * gnus-spec.el: Add the Gnus version.
+       (gnus-update-format-specifications): If the Gnus version changes,
+       nix out the format spec cache.
 
-1999-02-05 09:44:20  Katsumi Yamaoka  <yamaoka@jpl.org>
+       * gnus.el (gnus-continuum-version): Made into a command and
+       optionalize the VERSION.
 
-       * nnheader.el (nnheader-nov-read-message-id): New macro.
-       (nnheader-parse-nov): Use it.
+       * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
+       the start of the lines.
 
-       * gnus-sum.el (gnus-nov-read-message-id): New macro.
-       (gnus-nov-parse-line): Use it; use `(eobp)' instead of
-       `(eq (char-after) ?\n)'.
+2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-1999-02-11 05:16:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus.el (gnus-visual-p): Define function before use of
+       function.
 
-       * gnus.el (gnus-other-frame): Always pop up a new frame.
+2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-Wed Feb 10 01:03:43 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
+       (gnus-article-mark-to-type): New function.
+       (gnus-update-missing-marks): Only update marks of type 'list.
 
-       * gnus-range.el (gnus-range-add): Rewrite.
+       * gnus.el (gnus-article-special-mark-lists): New variable.
 
-1999-02-02 18:12:00  Carsten Leonhardt  <leo@arioch.oche.de>
+2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnmail.el (nnmail-split-incoming): Added detection of maildir
-       format.
-       (nnmail-process-maildir-mail-format): New function.
+       * gnus-sum.el (gnus-summary-limit-children): Check 'all.
+       (gnus-select-newsgroup): Still use 'all.
+       (gnus-summary-initial-limit): Comparing with 'all.
 
-       * mail-source.el (mail-source-fetch-maildir): New function.
-       (mail-source-keyword-map): Add default for maildir method.
-       (mail-source-fetcher-alist): Changed "qmail" to "maildir".
+2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-02-10 02:29:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-start.el (gnus-activate-group): If dont-check, don't update
+       active.
 
-       * mail-source.el (mail-source-fetcher-alist): Remove apop.
+2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nndoc.el (nndoc-type-alist): Remove MIME-digest.
-       (nndoc-mime-digest-type-p): Removed.
+       * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
+       nnslashdot-*-retrieve-headers.
+       (nnslashdot-request-article): Fix for slashcode 2.2.
+       (nnslashdot-make-tuple): New function.
+       (nnslashdot-read-groups): Use it.
 
-1999-02-09 15:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-art.el (gnus-article-read-summary-keys): Set the point
-       where it is supposed to be.
-       (gnus-treat-play-sounds): New variable.
+       * gnus.el (gnus-expand-group-parameters): Don't alter the variable
+       list.
 
-       * gnus-sum.el (gnus-newsgroup-ignored-charsets): New variable.
+       * gnus-sum.el (gnus-summary-move-article): Don't select article.
 
-       * gnus-art.el (article-display-x-face): Narrow to head.
-       (gnus-article-washed-types): New variable.
-       (article-hide-pgp): Is not a toggle.
-       (gnus-article-hide-text-type): Save types.
-       (article-decode-charset): Use it.
+2001-08-20  Simon Josefsson  <jas@extundo.com>
 
-       * nnmail.el (nnmail-get-new-mail): Ignore procmail.
+       * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
+       opened, error instead of continuing (and exploding later).
 
-       * message.el (message-forward-start-separator): Removed.
-       (message-forward-end-separator): Removed.
-       (message-signature-before-forwarded-message): Removed.
-       (message-included-forward-headers): Removed.
-       (message-check-news-body-syntax): Don't check forward.
-       (message-forward): Use MIME.
+2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * nnvirtual.el (nnvirtual-request-article): Bind
-       gnus-article-decode-hook to nil.
+       * gnus.el (gnus-expand-group-parameters): Return the parameter
+       list.
 
-1999-02-06 16:55:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-sum.el (gnus-summary-show-article): Doc fix.
+       (gnus-summary-show-article): Guess at charset if required.
 
-       * mml.el (mml-parse-singlepart-with-multiple-charsets): Check for
-       us-ascii.
+       * gnus-spec.el (gnus-correct-substring): Stopped one character
+       before we wanted.
 
-1999-02-04 00:00:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-08-19  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
-       * format-spec.el (format-spec): Be more robust.
+       * earcon.el (earcon-auto-play): Remove unused option.
 
-       * message.el (message-encode-message-body): Default
-       mail-parse-charset to mail-parse-charset.
+2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-sum.el (gnus-summary-edit-article-done): Don't encode.
-       (gnus-summary-edit-article): Bind mail-parse-charset.
+       * gnus-score.el (gnus-score-headers): Move the "Scoring..."
+       message down in levels, since it happens very fast.
 
-       * mml.el (mml-read-tag): Ignore white space after end of tag.
+       * smiley-ems.el (smiley-update-cache): Respect the symbol version
+       of smiley-regexp-alist.
 
-       * message.el (message-goto-body): Also work in separatorless
-       articles.
+       * mm-view.el (mm-inline-text): Ignore vcard errors.
+
+       * gnus-art.el (gnus-ignored-headers): Added more junk headers.
+
+       * gnus-score.el (gnus-all-score-files): Use append instead of
+       nconc.
+
+       * gnus.el (gnus-splash-face): Doc fix.
+
+       * mm-decode.el (mm-mailcap-command): Use
+       mm-path-name-rewrite-functions.
+       (mm-path-name-rewrite-functions): New variable.
+
+       * gnus-spec.el (gnus-parse-complex-format): React to ?=.
+       (gnus-complex-form-to-spec): Insert tab.
+       (gnus-spec-tab): New function.
+
+       * gnus-sum.el (gnus-select-newsgroup): Set the marks before
+       entering the group.
+
+       * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
+       the positional spec.
+       (gnus-parse-complex-format): React to %C.
+
+       * gnus-ems.el (gnus-char-width): Moved here.
+
+       * gnus-sum.el (gnus-select-newsgroup): Set
+       gnus-newsgroup-articles.
+       (gnus-unseen-mark): New variable.
+       (gnus-newsgroup-unseen): Ditto.
+       (gnus-newsgroup-seen): Ditto.
+       (gnus-adjust-marked-articles): Use them.
+       (gnus-update-marks): Use them.
+       (gnus-summary-update-secondary-mark): Display.
+       (gnus-summary-prepare-threads): Display.
 
-       * mml.el (mml-translate-from-mime): New function.
-       (mml-insert-mime): Ditto.
-       (mml-to-mime): New function.
-       (mime-to-mml): New name.
+       * gnus-msg.el (gnus-inews-group-method): Use and return the
+       method, not the server.
 
-       * gnus-sum.el (gnus-summary-edit-article): Always select raw
-       article.
+2001-08-19  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-group.el (gnus-group-catchup-current): Unmark groups.
+       * gnus-srvr.el (gnus-server-agent-face): New.
+       (gnus-server-agent-face): New.
+       (gnus-server-mode): Turn on font-lock-mode.
 
-       * gnus-sum.el (gnus-summary-setup-default-charset): Don't
-       special-case nndraft groups.
+       * gnus.el (gnus-server-visual): Add defgroup.
 
-1999-02-03 16:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-08-19  Simon Josefsson  <jas@extundo.com>
+       From Joe Casadonte <jcasadonte@northbound-train.com>
 
-       * gnus-sum.el (gnus-get-newsgroup-headers): Bind charset.
-       (gnus-get-newsgroup-headers): Already bound.
+       * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
+       gnus-server-denied-face): New.
+       (gnus-server-opened-face, gnus-server-closed-face,
+       gnus-server-denied-face): New.
+       (gnus-server-font-lock-keywords): Add.
 
-       * message.el (message-encode-message-body): Use posting charset.
+2001-08-19  Simon Josefsson  <jas@extundo.com>
 
-       * mm-bodies.el (mm-encode-body): Use MIME charsets.
-       (mm-body-encoding): Do CTE.
-       (mm-body-7-or-8): New function.
+       * nnml.el (nnml-request-set-mark): Return nil.
+       (nnml-save-marks): Use nnml-possibly-create-directory.
+       (nnml-open-marks): Only work in temp buffer when inserting/reading
+       .marks file.
 
-       * mm-util.el (mm-mime-charset): Always fall back on alist.
-       (mm-mime-mule-charset-alist): Include katakana-jisx0201.
-       (mm-mime-mule-charset-alist): Add arabic-*-column.
-       (mm-find-mime-charset-region): New function.
+2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * format-spec.el (format-spec-make): New function.
+       * gnus.el (gnus-expand-group-parameters): Fix.
 
-       * mail-source.el (format-spec): Required.
-       (mail-source-fetch-with-program): Removed.
-       (mail-source-fetch-with-program): New function.
+       * gnus-spec.el (gnus-char-width): New function.
+       (gnus-correct-substring, gnus-correct-length): Use it.
 
-       * format-spec.el: New file.
+       * message.el (message-required-mail-headers): Fix doc.
 
-1999-02-03 16:00:41  Tatsuya Ichikawa  <ichikawa@hv.epson.co.jp>
+2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mail-source.el (mail-source-fetch-with-program): Take optional
+       * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
+
+       * mm-decode.el (mm-save-part-to-file): Insert the handle.
+
+2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
+       slashdot 2.2 (not fully fixed yet).
+       (nnslashdot-request-article): Ditto.
+
+2001-08-18  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
+       nnimap.
+
+       * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
+       gnus-util.
+       (nnimap-request-update-info-internal): Use new functions.
+
+       * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
+       new functions.
+
+2001-08-18  Simon Josefsson  <jas@extundo.com>
+
+       Make nnml groups self-contained as far as marks are concerned.
+
+       * nnml.el (nnml-request-delete-group): Delete marks file.
+       (nnml-request-rename-group): Move marks file.
+       (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
+       variables.
+       (nnml-request-set-mark, nnml-request-update-info): New server
+       functions.
+       (nnml-save-marks, nnml-open-marks): New functions.
+
+2001-08-18  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
+       `set' when setting marks.
+
+2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus.el (gnus-info-find-node): Take an argument.
+
+       * gnus-art.el (gnus-button-handle-info): New function.
+       (gnus-url-unhex-string): Replace "+" with " ".
+
+2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * message.el (message-check-news-header-syntax): Check bad From.
+
+2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-spec.el (gnus-correct-length): New function.
+       (gnus-correct-substring): New function.
+       (gnus-tilde-max-form): Use it.
+
+2001-08-17  Nevin Kapur  <nevin@jhu.edu>
+
+       * nnmh.el: Docstring changes as below.
+
+       * nnml.el: Docstring changes as below.
+
+       * nnbabyl.el: Docstring changes as below.
+
+       * nnmbox.el: Docstring changes as below.
+
+       * nnfolder.el: Added docstrings identifying each virtual server
        parameter.
 
-1999-02-03 00:31:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-08-18  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-start.el: Ignore some groups.
-       (gnus-setup-news): Bind nnmail-fetched-sources.
+       * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
 
-       * message.el (message-send-mail): Remove all tabs.
+2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
 
-       * mm-util.el (mm-find-charset-region): Just check whether
-       find-charset-region is defined.
+       * message.el: rename "Abort Message" to "Postpone Message".
+       Remove "Attach file as MIME" from Message menu, it's already in
+       the MIME menu.
 
-1999-02-02 23:35:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-group.el (gnus-group-get-new-news): Use
-       nnmail-fetched-sources.
+       * smime.el (smime-point-at-eol): eval-and-compile.
+       (smime-make-temp-file): New function.
+       (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
+       Use it.
 
-       * nnmail.el (nnmail-fetched-sources): New variable.
-       (nnmail-get-new-mail): Use it.
+2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * mail-source.el (mail-source-fetched-sources): New variable.
-       (mail-source-fetch): Use it.
+       * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
+       (gnus-agent-summary-fetch-group): New command and keystroke.
 
-1999-02-02 23:20:20  Mark W. Eichin  <eichin@thok.org>
+       * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
+       (gnus-mime-display-security): Make it respect
+       gnus-unbuttonized-mime-type-p.
 
-       * gnus.el (gnus-getenv-nntpserver): if the file that
-       gnus-nntpserver-file names has a trailing newline, the
-       string-match will always match, and thus the file will never be
-       read.  (^ matches start of "line", \\` matches start of "buffer",
-       which is what was intended...)
+       * gnus-sum.el (gnus-articles-to-read): Comments.
+       (gnus-article-marked-p): New function.
+       (gnus-summary-display-make-predicate): New function.
+       (gnus-select-newsgroup): Use them.
 
-1999-02-02 23:17:40  Kim-Minh Kaplan  <kmkaplan@western.fr>
+       * mm-decode.el (mm-save-part-to-file): Made it not error.
 
-       * gnus-picon.el (gnus-picons-parse-filenames): Quote group names.
+2001-08-17  Simon Josefsson  <jas@extundo.com>
 
-1999-01-28 04:15:46  Katsumi Yamaoka  <yamaoka@jpl.org>
+       * imap.el (imap-wait-for-tag): If process-status isn't open or
+       run, return nil instead of sit-for looping.
 
-       * gnus-start.el (gnus-read-active-file): Eliminate duplicated
-       select methods.
+2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-1999-01-27  Simon Josefsson  <jas@pdc.kth.se>
+       * lpath.el (featurep): fbind xml-parse-region.
 
-       * gnus-range.el (gnus-remove-from-range): Sort second argument.
+       * gnus.el (gnus-message-archive-method): Default to "archive".
+       (gnus-message-archive-method): Doc fix.
+       (gnus-parameters-get-parameter): Cleaned up.
+       (gnus-expand-group-parameter): New function.
 
-1999-02-02 10:55:23  Scott Hofmann  <shofmann@mindspring.com>
+       * gnus-start.el (gnus-setup-news): Push the archive server only
+       the server list.
 
-       * nntp.el: Use mail-source-read-passwd instead of nnmail-read-passwd.
+       * mml.el (mml-menu): Changed name to "Attachments".
 
-Mon Feb  1 23:23:03 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
+       when there is something to detroy.
 
-       * gnus-cus.el (gnus-group-parameters): Charset as symbol, and fix
-       a typo.
-       * gnus-sum.el (gnus-summary-setup-default-charset): Set nndraft's
-       charset to nil.
-       * gnus-agent.el (gnus-agent-queue-setup): Remove charset setting.
-       * gnus-start.el (gnus-start-draft-setup): Ditto.
+2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-1999-02-02 22:13:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
+       nil.
 
-       * mail-source.el (mail-source-fetch-directory): Use the predicate.
-       (mail-source-value): Don't do variables.
+2001-08-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-       * nnmail.el (nnmail-get-new-mail): Set the predicate.
+       * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
+       which specifies a time today or tomorrow.
 
-       * gnus-sum.el (gnus-summary-toggle-header): Fix, and bound to t.
+2001-08-15  Simon Josefsson  <jas@extundo.com>
+       From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk)
 
-1999-02-01  Michael Cook  <cook@sightpath.com>
+       * gnus-agent.el (gnus-agent-make-mode-line-string)
+       (gnus-agent-toggle-plugged): Use new API.
 
-       * Defenestrate spurious ?a.
+2001-08-14  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-1999-02-02 21:59:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
+       deadline has expired.
 
-       * mail-source.el (mail-source-fetch-pop): Instead use
-       :authentication.
+2001-08-12  Simon Josefsson  <jas@extundo.com>
+       Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
 
-1999-02-01  Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
+       Support `recent' mark indicating newly arrived messages (to
+       separate from old but unread messages).
 
-       * lisp/mail-source.el : Support APOP authentication scheme.
+       * nnimap.el (nnimap-retrieve-groups): Push dummy article into
+       `nnmail-split-history' if recent is > 0.
+       (nnimap-request-update-info-internal): Update `recent' marks.
+       (nnimap-request-set-mark): Never set `recent' marks.
+       (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
+       recent.
 
-1999-02-02 21:56:14  Tatsuya Ichikawa  <t-ichi@niagara.shiojiri.ne.jp>
+       * gnus-sum.el (gnus-recent-mark): New mark.
+       (gnus-newsgroup-recent): New variable.
+       (gnus-summary-local-variables): Add gnus-newsgroup-recent.
+       (gnus-summary-prepare-threads): Mark recent articles.
+       (gnus-summary-add-mark): Support recent.
+       (gnus-summary-update-secondary-mark): Support recent.
 
-       * pop3.el (pop3-movemail): Return t.
+       * gnus.el (gnus-article-mark-lists): Add recent.
 
-1999-02-02 21:48:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-08-12  Simon Josefsson  <jas@extundo.com>
 
-       * rfc2047.el (rfc2047-fold-region): New function.
-       (rfc2047-encode-message-header): Use it.
+       * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
+       whether successful decoding took place.  Add doc.
 
-1999-02-02 21:07:27  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
+2001-08-12  Simon Josefsson  <jas@extundo.com>
+       Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
 
-       * gnus-sum.el (gnus-group-charset-alist): Add more.
+       * gnus.el (gnus-summary-line-format, gnus-parameters):
+       * gnus-gl.el (gnus-summary-grouplens-line-format):
+       * gnus-salt.el (gnus-summary-pick-line-format):
+       * gnus-spec.el (gnus-format-specs): %n is 23 chars.
 
-Mon Feb  1 21:18:00 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
+       Committed by Kai Gro\e,A_\e(Bjohann.
 
-       * gnus.el: Pterodactyl Gnus v0.75 is released.
+       * gnus-score.el (gnus-score-string): Fix `match' regexp
+       for `extra' header case.
 
-1999-02-01 21:54:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (article-display-x-face): Don't narrow to head.
+       * nnmbox.el (nnmbox-read-mbox): No warning.
 
-1999-02-01 21:48:39  Michael Cook  <cook@sightpath.com>
+2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-cite.el (gnus-cited-lines-visible): Accept a cons.
+       * nndoc.el (nndoc-article-type): Fix doc.
+       (nndoc-generate-article-function): New variable.
+       (nndoc-dissection-function): New variable.
+       (nndoc-type-alist): Add oe-dbx.
+       (nndoc-oe-dbx-type-p): New function.
+       (nndoc-oe-dbx-dissection): New function.
+       (nndoc-oe-dbx-generate-article): New function.
 
-1999-02-01 20:59:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-08-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-       * mail-source.el (mail-source-fetch-directory): Ignore
-       directories.
+       * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
+       whether deadline has been reached.  Patch from Dan Nicolaescu
+       <dann@godzilla.ics.uci.edu>.
 
-       * gnus-cus.el (gnus-group-parameters): Addition.
+2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (article-strip-banner): Do symbolic banners.
-       (article-strip-banner): New keystroke.
+       * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
+       gnus-group-find-parameter. Suggested by Janne Rinta-Manty
+       <rintaman@cs.Helsinki.FI>.
 
-1999-02-01 20:54:32  Michael Cook  <cook@sightpath.com>
+       * mail-source.el (mail-source-movemail): The error buffer is
+       modified, but nothing in it.
 
-       * gnus-art.el (article-strip-banner): New command.
+2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-02-01 20:53:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * message.el (message-bogus-system-names): New variable.
+       (message-make-fqdn): Use it.
 
-       * gnus-art.el (gnus-treat-strip-banners): New variable.
+2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-01-28 05:34:56  Katsumi Yamaoka  <yamaoka@jpl.org>
+       * nndraft.el (nndraft-request-group): Use
+       nndraft-auto-save-file-name.
 
-       * mail-source.el (mail-source-read-passwd): Use `read-passwd' if it
-       has been exist.
+2001-08-09  Simon Josefsson  <jas@extundo.com>
 
-Thu Jan 28 01:38:34 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
+       Don't ask whether to decrypt.  Just leave result in buffer (don't
+       call mm).
 
-       * message.el (message-draft-coding-system): Check coding-system.
-       * mm-util.el (mm-text-coding-system): Ditto.
+       * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
+       parts as well.
+       (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
+       (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
 
-1999-01-28 12:11:31  Katsumi Yamaoka  <yamaoka@jpl.org>
+2001-08-09  Simon Josefsson  <jas@extundo.com>
 
-       * mail-source.el (mail-source-fetch-pop): Save excursion.
+       * mm-decode.el (mm-insert-part): Return decoding success status.
+       (mm-save-part-to-file): Error if decoding failed.
 
-1999-01-28 08:14:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mail-source.el (mail-source-movemail-args): Not constant.
-       (mail-source-movemail-args): Removed.
-       (mail-source-fetch-with-program): New function.
-       (mail-source-fetch-pop): Use program and function.
-       (mail-source-movemail-program): Removed.
+       * message.el (message-tab): Use indent-relative.
+       (message-mode): Don't bind indent-line-function to indent-relative.
 
-       * gnus-art.el (gnus-treat-date-iso8601): New variable.
-       (gnus-treat-date-user-defined): New variable.
+2001-08-09  Simon Josefsson  <jas@extundo.com>
 
-1999-01-28 08:07:12  Per Abrahamsen  <abraham@dina.kvl.dk>
+       * message.el (message-get-reply-headers): Fix string. Suggested by
+       Christoph Conrad <cc@cli.de>.
 
-       * nnmail.el (nnmail-fix-eudora-headers): New function.
+2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-01-28 08:05:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * message.el (message-tab): Use the current value of
+       indent-line-function.
+       (message-mode): Bind indent-line-function to indent-relative.
 
-       * mm-bodies.el (mm-encode-body): Use mail-parse-charset.
+2001-08-08  Simon Josefsson  <jas@extundo.com>
 
-1999-01-27 08:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
+       whether `imtest' is installed.
 
-       * smiley.el (smiley-deformed-regexp-alist): Removed =>.
-       (smiley-nosey-regexp-alist): Ditto.
+2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
+       Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-treatment-function-alist): Do
-       gnus-article-add-buttons-to-head later.
-       (gnus-treat-capitalize-sentences): New variable.
-       (article-capitalize-sentences): New command and keystroke.
+       * gnus-sum.el (gnus-summary-show-article): Call
+       gnus-summary-update-secondary-secondary-mark.
+       * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
+       * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
 
-       * gnus-group.el (gnus-group-catchup-current): Do group.
+2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * message.el (message-default-charset): Add group.
+       * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
 
-Wed Jan 27 05:24:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * gnus-group.el (gnus-group-make-menu-bar): Ditto.
 
-       * gnus.el: Pterodactyl Gnus v0.74 is released.
+       * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
+       <gerd@gnu.org>.
 
-1999-01-27 05:56:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
 
-       * gnus-art.el (article-fill-long-lines): Renamed.
-       (article-fill-long-lines): New keystroke.
+       * gnus-util.el (gnus-output-to-rmail): Ditto.
+       (gnus-output-to-mail): Ditto.
 
-1999-01-26 06:35:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
 
-       * gnus-msg.el (gnus-setup-posting-charset): Check for group.
+2001-08-06  Florian Weimer   <fw@deneb.enyo.de>
 
-       * gnus-group.el (gnus-group-catchup-current): Skip groups now
-       displayed.
-       (gnus-group-catchup-current): Be more robus.
+       * message.el (message-indent-citation): Use
+       `message-yank-cited-prefix' for empty lines.
 
-       * gnus-sum.el (gnus-summary-select-article): Reselect for showing
-       headers.
+2001-08-05  Florian Weimer   <fw@deneb.enyo.de>
 
-1999-01-25  Dave Love  <fx@gnu.org>
+       * message.el (message-indent-citation): Quote only lines starting
+       with ">" using `message-yank-cited-prefix'.
 
-       * message.el (message-mode-menu): Add message-mime-attach-file.
-       (message-mode): Doc fix.
+2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
 
-1999-01-26 05:24:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-cache.el (gnus-cache-possibly-enter-article): Use
+       gnus-cache-fully-p.
 
-       * nnmail.el (nnmail-check-duplication): Insert the mail source
-       string.
+2001-08-04  Simon Josefsson  <jas@extundo.com>
 
-       * mail-source.el (mail-source-fetch-pop): Bind mail-source-string.
-       (mail-source-fetch-directory): Ditto.
-       (mail-source-fetch-file): Ditto.
-       (mail-source-string): New variable.
+       * gnus-cache.el (gnus-cache-possibly-update-active): Create active
+       file if it doesn't exist (by calling gnus-cache-read-active).
 
-       * gnus-start.el (gnus-get-unread-articles): Nix out groups over
-       the level.
+2001-08-04  Simon Josefsson  <jas@extundo.com>
 
-       * rfc2047.el (rfc2047-encodable-p): Convert to MIME charsets
-       before handling.
+       * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
+       (gnus-cache-passively-or-fully-p): Removed.
+       (gnus-cache-fully-p): Fix it.
 
-       * mm-util.el (mm-mime-charset): Use the parameters.
-       (mm-mime-charset): Removed region paremeters.
+       * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
 
-       * nnmail.el (nnmail-get-new-mail): Don't message the entire
-       source.
+2001-08-04  Simon Josefsson  <jas@extundo.com>
 
-1999-01-25 12:05:16  Lloyd Zusman  <ljz@asfast.com>
+       * gnus-cache.el (gnus-cache-fully-p)
+       (gnus-cache-passively-or-fully-p): New functions.
+       (gnus-cache-possibly-enter-article): Cosmetic change, use
+       `g-c-p-o-f-p'.
+       (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
+       was bogus (`g-c-p-a-a' does not change active info, just change
+       the functions parameters).
+       (gnus-cache-possibly-remove-articles-1): Make sure articles are
+       not removed in groups that match `gnus-uncacheable-groups'.
 
-       * nnmail.el (nnmail-get-split-group): Quote right.
+       Reported and modifications based on discussions with Nuutti
+       Kotivuori <nuutti.kotivuori@smarttrust.com>.
 
-1999-01-25 05:55:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-08-04  Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
+       Committed by Simon Josefsson  <jas@extundo.com>
 
-       * mail-source.el (mail-source-movemail): Would kill an arbitrary
-       buffer.
+       * gnus-cache.el (gnus-cache-possibly-update-active): New function;
+       calls `gnus-cache-update-active' if bounds has been extended.
 
-1999-01-24 03:02:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-group.el (gnus-clear-inboxes-moved): Removed.
-       (gnus-group-mode): Don't hook.
+       * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
+       before remove.
+       (gnus-mime-security-show-details): Ditto.
 
-       * mail-source.el (mail-source-bind): Doc fix.
-       (mail-source-bind): Take only one param.
+2001-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-       * gnus-art.el (gnus-treat-highlight-signature): typep.
+       * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
+       syntax.  Protect string-match against nil string and regexp.
 
-       * mail-source.el (mail-source-movemail): Ignore empty file.
-       (mail-source-callback): Check before deleting.
+2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * message.el (message-mime-attach-file): Include name.
+       * mm-util.el (mm-find-charset-region): Remove control-1.
 
-1999-01-23 17:01:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-util.el (mm-read-charset): Return a symbol.
+       * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
 
-       * mm-view.el (mm-inline-text): Insert signature separator.
+2001-08-04  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-art.el (gnus-treat-predicate): New function.
-       (gnus-treat-article): Allow all types to be checked.
+       * smime.el (smime-sign-region, smime-encrypt-region): Fix details
+       buffer.  Delete MIME-Version header.
 
-       * gnus-util.el (gnus-or): New function.
-       (gnus-and): Ditto.
+2001-08-03  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-art.el (gnus-mime-display-single): Use override.
+       * gnus-cache.el (gnus-cache-possibly-enter-article): The article
+       that is entered does not necessarily have the highest article
+       number in the group, so use `gnus-cache-possibly-alter-active'
+       instead of `gnus-cache-update-active'.
 
-       * mm-decode.el (mm-attachment-override-types): New variable.
-       (mm-attachment-override-p): New function.
+2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-picon.el (gnus-group-display-picons): Don't go backward.
+       * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
 
-1999-01-23 16:45:06  Andrew J. Cosgriff  <ajc@bing.wattle.id.au>
+2001-08-03  Simon Josefsson  <jas@extundo.com>
 
-       * mm-view.el (mm-inline-text): Do vcards.
+       * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
+       menu.
 
-Sat Jan 23 14:23:27 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * gnus.el: Pterodactyl Gnus v0.73 is released.
+       * gnus.el (post-method): New group parameter.  It also provides
+       the user option `gnus-post-method-alist' and the internal function
+       `gnus-parameter-post-method'.
 
-1999-01-23 11:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-msg.el (gnus-post-method): Bind the value of
+       `gnus-post-method' to the group parameter if it is defined.
 
-       * nnmail.el (nnmail-spool-file): Changed to use mail-source.
-       (nnmail-crash-box, nnmail-use-procmail, nnmail-procmail-directory,
-       nnmail-procmail-suffix, nnmail-resplit-incoming): Removed.
-       (nnmail-movemail-program): Removed.
-       (nnmail-movemail-args): Removed.
-       (nnmail-pop-password-required): Ditto.
-       (nnmail-tmp-directory): Ditto.
-       (nnmail-delete-incoming): Removed.
-       (nnmail-pop-password, nnmail-moved-inboxes,
-       nnmail-internal-password, nnmail-move-inbox): Removed.
-       (nnmail-read-passwd): Ditto.
-       (nnmail-get-spool-files): Removed.
-       (nnmail-resplit-incoming): Reinstated.
+2001-08-02  Simon Josefsson  <jas@extundo.com>
 
-       * mail-source.el: New file.
+       * smime.el (smime-extra-arguments): Removed.
+       (smime-call-openssl-region): Don't use it.
 
-1999-01-23 09:08:31  James H. Cloos, Jr.  <cloos@jhcloos.com>
+2001-08-02  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-art.el (gnus-article-mode-map): Bind backspace.
+       * smime.el (smime-sign-region): Handle stderr.
+       (smime-encrypt-region): Ditto.
 
-1999-01-23 09:05:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
+       match the ASN.1 length bytes.
+       (mm-pkcs7-enveloped-magic): Ditto.
+       (mm-view-pkcs7-get-type): Don't regexp quote.
 
-       * gnus-art.el (article-make-date-line): Fix iso8601 display.
+2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+       From Andreas Fuchs <asf@void.at>
 
-1999-01-20 02:53:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * mml2015.el (mml2015-trust-boundaries-alist): Typo.
 
-       * gnus-art.el (gnus-treat-display-smileys): Check xpm.
+2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-picon.el (gnus-group-display-picons): Goto body.
+       * gnus-art.el (gnus-header-button-alist): References regexp.
 
-       * gnus.el: Indented all functions; broke long lines; changed all
-       instances of illegal/legal to invalid/valid.  Yes, I'm bored.
+2001-08-01  Gerd Moellmann  <gerd@gnu.org>
 
-Wed Jan 20 00:50:53 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * mm-view.el (autoload): Don't autoload `diff-mode' if it's
+       already fboundp.  Add INTERACTIVE arg to autoload form.
 
-       * gnus.el: Pterodactyl Gnus v0.72 is released.
+2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-01-20 01:39:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
 
-       * gnus.el: Cleaned up trailing whitespace.
+       * nnmail.el (nnmail-cache-open): Ditto.
 
-       * mm-util.el (mm-read-charset): Work.
+2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-01-17  Matt Armstrong  <mattdav+matt@best.com>
+       * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
 
-       * gnus-score.el (gnus-score-find-bnews): Match regexp on the
-       nnheader-translate-file-chars'd group name.
+2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-1999-01-20 01:30:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
 
-       * message.el (message-encode-message-body): Fold case.
+2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+       Originally from Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
 
-1999-01-20 01:28:16  Alexei V. Barantsev  <barancev@ispras.ru>
+       * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
+       (gnus-agent-toggle-plugged): Use it.
 
-       * gnus-xmas.el (gnus-xmas-modeline-glyph): Backquote.
+2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-01-20 00:46:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
+       (gnus-ding-file-coding-system): New variable.
+       (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
+       (gnus-slave-save-newsrc): Use it.
 
-       * mailcap.el (mailcap-add): New function.
+2001-07-31  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-1999-01-18 09:40:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-delay.el (gnus-delay-initialize): Use standard define-key
+       syntax.
 
-       * gnus-art.el (article-goto-body-goes-to-point-min-p): New variable.
-       (article-goto-body): Use it.
-       (gnus-treat-article): Ditto.
+2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+       Originally from Andreas Fuchs <asf@void.at>
 
-       * gnus-agent.el (gnus-agent-get-undownloaded-list): Remove the
-       downloaded articles from the downloadeble list.
+       * mml2015.el (mml2015-trust-boundaries-alist): New variable.
+       (mml2015-gpg-pretty-print-fpr): New function.
+       (mml2015-gpg-extract-signature-details): More details, rename from
+       `m-g-e-from'.
+       (mml2015-gpg-verify): Use them.
+       (mml2015-gpg-clear-verify): Use them.
 
-1999-01-16 17:31:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-07-31  Simon Josefsson  <jas@extundo.com>
 
-       * message.el (message-encode-message-body): Bind
-       mail-parse-charset.
+       * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
+       buffer when done.
 
-       * mm-util.el (mm-charset-synonym-alist): New variable.
-       (mm-charset-to-coding-system): Use it.
-       (mm-charset-coding-system-alist): Removed.
-       (mm-charset-to-coding-system): Don't use it.
-       (mm-find-charset-region): Use mail-parse-charset.
+2001-07-30  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-art.el (gnus-treatment-function-alist): Use
-       gnus-article-display-picons.
-       (gnus-treat-display-xface): Only do if we have xface feature.
-       (gnus-part-display-hook): New function.
-       (gnus-treat-article): Use it.
-       (gnus-treat-article): Use gnus-visual.
+       * smime.el (smime-call-openssl-region): Revert previous change,
+       just pass on buf to `call-process-region'.
+       (smime-verify-region): Doc fix.  Don't message stuff.  Use
+       `smime-new-details-buffer'.  Inserts error messages into buffer.
+       (smime-noverify-region): Ditto.
+       (smime-decrypt-region): Ditto.  Handles stderr separately.
+       (smime-verify-buffer, smime-noverify-buffer)
+       (smime-decrypt-buffer): Doc fix.
+       (smime-new-details-buffer): New function.
+       (smime-pkcs7-region, smime-pkcs7-certificates-region)
+       (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
+       (smime-sign-region, smime-encrypt-region): Don't use
+       `insert-buffer'.
 
-       * gnus-msg.el (gnus-setup-posting-charset): Check elem.
+       * mml-smime.el (mml-smime-verify): Fix security button strings.
 
-       * gnus-art.el (gnus-mm-display-part): Fix the MIME button after
-       displaying.
+2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-decode.el (mm-insert-part): Use insert-buffer-substring.
+       * gnus-art.el (gnus-mime-save-part-and-strip): Save
+       gnus-article-mime-handles.
 
-       * gnus-score.el (gnus-score-find-bnews): Protect against invalid
-       regexp file names.
+2001-07-29  Simon Josefsson  <jas@extundo.com>
 
-Sat Jan 16 03:15:57 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * mail-source.el (top-level): Require message for message-directory.
+       (mail-source-directory): Change default to message-directory.
 
-       * gnus.el: Pterodactyl Gnus v0.71 is released.
+       * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
+       (smime-certificate-directory, smime-openssl-program)
+       (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
+       (smime-extra-arguments): New variable.
+       (smime-dns-server): Fix customize group.
+       (smime-call-openssl-region): Use `smime-extra-arguments'.
 
-1999-01-16 00:13:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-07-29  Simon Josefsson  <jas@extundo.com>
+       From Vladimir Volovich <vvv@vsu.ru>
 
-       * mm-view.el (mm-inline-image): Don't add a dot.
+       * smime.el (smime-call-openssl-region): Ignore stderr.
 
-       * gnus-art.el (gnus-treat-article): New function.
+2001-07-29  Simon Josefsson  <jas@extundo.com>
+       From Christoph Conrad <christoph.conrad@gmx.de>
 
-       * gnus.el (gnus-article-display-hook): Removed.
+       * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
+       file.
 
-       * gnus-art.el (gnus-article-treat-custom): New variable.
+2001-07-29  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-start.el (gnus-ignored-newsgroups-has-to-p): Removed.
+       * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
 
-       * gnus-msg.el (gnus-setup-posting-charset): Allow variables and
-       functions.
+       Support S/MIME decryption.
 
-       * message.el (message-posting-charset): New variable.
-       (message-send-mail): Use it.
+       * mm-decode.el (mm-inline-media-tests):
+       (mm-inlined-types):
+       (mm-automatic-display):
+       (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
 
-       * gnus-msg.el (gnus-group-posting-charset-alist): Moved here.
-       (gnus-setup-posting-charset): New function.
-       (gnus-setup-message): Use it.
+       * mm-view.el (mm-pkcs7-signed-magic):
+       (mm-pkcs7-enveloped-magic): New variables.
+       (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
+       (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
+       (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
+       PKCS#7 blobs.
 
-       * message.el (message-encode-message-body): Just look for
-       Content-Type before inserting a new one.
+       * smime.el (smime-decrypt-region): Expand keyfile.
 
-1999-01-15 23:08:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-07-29  Simon Josefsson  <jas@extundo.com>
 
-       * rfc2047.el (rfc2047-default-charset): Removed.
+       * nntp.el (nntp-open-ssl-stream): Don't mess with internal
+       `ssl.el' variables.
 
-       * mail-prsvr.el: New file.
-       (mail-parse-charset): New variable.
+       * gnus-agent.el (gnus-agent-save-group-info): Delete everything
+       but line instead of narrowing to it, because `nnmail-parse-active'
+       calls widen.  Thanks to Christoph Conrad
+       <christoph.conrad@gmx.de>.
 
-       * gnus-sum.el (gnus-newsgroup-charset): Changed name.
-       Changed name.
+2001-07-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-       * gnus.el (gnus-charset): New group.
+       * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
+       for %B spec.
 
-       * nnmail.el (nnmail-pathname-coding-system): Default to binary.
+       * gnus-sum.el (gnus-summary-prepare-threads): If
+       gnus-sum-thread-tree-root is nil, use subject instead.
+       (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
+       (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
+       (gnus-sum-thread-tree-leaf-with-other)
+       (gnus-sum-thread-tree-single-leaf): Documentation.
+       (gnus-sum-thread-tree-single-indent): Allow nil.
 
-       * gnus-sum.el (gnus-default-charset): Default to nil.
-       (gnus-newsgroup-iso-8859-1-forced-regexp): Removed.
-       (gnus-newsgroup-iso-8859-1-forced): Removed.
+2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-util.el (mm-known-charsets): Removed.
-       (mm-default-coding-system): Removed.
-       (mm-default-charset): Removed.
-       (mm-read-charset): New function.
+       * message.el (message-fill-paragraph): Do nothing if the user
+       wants filladapt-mode.
 
-       * message.el (message-default-charset): Removed.
+2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * rfc2047.el (rfc2047-default-charset): Default to nil.
+       * mm-decode.el (mm-image-type-from-buffer): New function.
+       (mm-get-image): Use it.
 
-       * mm-util.el (mm-charset-iso-8859-1-forced): Removed.
+2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-Fri Jan 15 20:50:38 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
 
-       * gnus.el: Pterodactyl Gnus v0.70 is released.
+       * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
+       mm-display-parts too.
 
-1999-01-15 00:06:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-decode.el (mm-save-part): Use mm-get-part.
-       (mm-insert-part): New function.
-       (mm-get-part): Use it.
-       (mm-get-image): Ditto.
-       (mm-display-external): Ditto.
+       * nnfolder.el (nnfolder-request-accept-article): Bind
+       nntp-server-buffer.
 
-       * mm-view.el (mm-inline-text): Ditto.
+       * nnmail.el (nnmail-parse-active): Read from buffer instead of
+       nntp-server-buffer.
 
-       * gnus-move.el (gnus-move-group-to-server): Protect against nil
-       ranges.
+2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-decode.el (mm-display-external): Save the buffer.
-       (mm-remove-part): Kill it.
+       * message.el (message-check-news-header-syntax): Use
+       message-post-method.
+       (message-send-news): Bind message-post-method.
 
-       * qp.el (quoted-printable-decode-region): Do the right thing at eobp.
+2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnagent.el (nnagent-request-set-mark): Defined stub.
+       * mml.el (mml-tweak-type-alist): New variable.
+       (mml-tweak-function-alist): New variable.
+       (mml-tweak-part): New function.
+       (mml-generate-mime-1): Use it.
 
-1999-01-14 23:05:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-score.el (gnus-score-load-score-alist): Bind
-       coding-system-for-read.
+       * nnfolder.el (nnfolder-request-accept-article): Replace
+       nnfolder-request-list.
 
-       * gnus-sum.el (gnus-summary-exit): Do adaptive scoring before
-       prepare-exit-hook.
+2001-07-27  Simon Josefsson  <jas@extundo.com>
 
-       * mm-view.el (mm-setup-w3): Require w3.
+       * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
+       nnoo-change-server failed to do it.
 
-1999-01-13  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
+2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
-       body.
+       * gnus.el (gnus-parameters): Make it customizable.
 
-1999-01-14 21:17:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-encode.el: Ditto.
+       * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
 
-       * mm-bodies.el (mm-decode-content-transfer-encoding): Message the
-       error.
+       * message.el (message-set-auto-save-file-name): More
+       poor-system-types.
 
-       * mailcap.el (mailcap-mime-data): SAFER ps.
+       * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
 
-       * message.el (message-encode-message-body): Always insert a
-       Content-Type header.
+       * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
+       supports +.
 
-       * mm-decode.el (mm-inline-media-tests): Default all text/* to be
-       shown inline.
+2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-view.el (mm-inline-text): Handle all sorts of text.
+       * mm-decode.el (mm-readable-p): New function.
+       (mm-inline-media-tests): Fix the default testers.
 
-       * mailcap.el (mailcap-mime-data): non-viewer for viewers that
-       don't view.
+2001-07-26  Simon Josefsson  <jas@extundo.com>
 
-       * mm-decode.el (mm-display-external): Use it.
+       * nnimap.el (nnimap-version): Bump version number.
 
-       * gnus-art.el (gnus-visible-headers): Added bcc, gcc, fcc.
+2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+       From Steven E. Harris <seh@speakeasy.org>
 
-       * mm-decode.el (mm-save-part): Removed double code.
+       * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
+       in M$Windows too.
 
-1999-01-12  Dave Love  <fx@gnu.org>
+2001-07-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-       * mm-decode.el (mm-save-part): Avoid doubly-compressed
-       application/octet-stream .gz & al files with jka-compr.
+       * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
 
-1999-01-12  Dave Love  <fx@gnu.org>
+2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-ems.el (gnus-down-mouse-3): New variable.
-       * gnus-art.el (gnus-mime-button-map): Use it.
-       (gnus-mime-button-menu): Set the clicked-on buffer initially.
+       * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
 
-1999-01-13 19:41:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * mm-decode.el (mm-get-image): Guess then use the type.
 
-       * mailcap.el (mailcap-mime-data): Added ImageMagic and ee.
+       * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
 
-1999-01-12 17:34:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-07-25 12:54:00  Danny Siu <dsiu@adobe.com>
 
-       * gnus-picon.el (gnus-picons-kill-buffer): Don't kill article
-       buffers.
+       * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
+       display (%B) for threads if threading is off.
 
-       * gnus-sum.el (gnus-summary-exit): Destroy all MIME.
+2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+       From Henrik Enberg <henrik@enberg.org>
 
-       * gnus-cache.el (gnus-cache-read-active): Reversed check.
+       * gnus-msg.el: Customization patch.
 
-1999-01-12 17:18:25  Matt Armstrong  <matta@geoworks.com>
+2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
 
-       * mml.el (mml-parameter-string): Strip directory component.
+       * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
+       variable.
+       (nnmail-split-fancy-with-parent): Ignore certain groups.
 
-1999-01-12 17:02:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.el (gnus-use-demon): Removed.
+       * gnus-util.el (gnus-byte-compile): New function.
+       (gnus-use-byte-compile): New variable.
+       (gnus-make-sort-function): Use it.
 
-1999-01-12 05:53:23  Katsumi Yamaoka  <yamaoka@jpl.org>
+       * nnmail.el (nnmail-get-new-mail): Use it.
 
-       * nnmail.el (nnmail-article-group): Don't infloop.
+       * gnus-agent.el (gnus-category-make-function): Simple function or
+       compiled function.
+       (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
 
-1999-01-11  Colin Rafferty  <colin@xemacs.org>
+       * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
+       * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
+       (gnus-topic-sort-topics-1): Use gnus-byte-compile.
 
-       * gnus-art.el (article-update-date-lapsed): Made it work with
-       picons, and make it update on all visible frames.
-       (article-date-ut): Get summary-buffer's current-headers.
+       * message.el (message-check-news-header-syntax): Remove quote.
 
-1999-01-12 07:20:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-picon.el (gnus-picons-setup-buffer): Don't set major mode.
-       (gnus-picons-setup-p): New variable.
+       * message.el (message-use-mail-followup-to): `t' is not a
+       documented value.
 
-1999-01-11 02:13:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnmail.el (nnmail-split-header-length-limit): Lowered to 512.
+       * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
 
-1999-01-04 12:58:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el (gnus-summary-exit-no-update): Don't use run-hooks.
-       (gnus-summary-exit-no-update): Use mapcar.
+       * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
+       there are long lines.
 
-1999-01-02 14:36:32  Simon Josefsson  <jas@pdc.kth.se>
+2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * gnus-agent.el (gnus-category-write): Make directory.
+       * dgnushack.el (copy-list): New compiler macro.
 
-1998-09-26 19:39:31 Simon Josefsson <jas@pdc.kth.se>
+2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el (gnus-update-read-articles):
-       (gnus-update-marks): Request backend update of mark.
+       * message.el (message-bounce): If no Return-Path, the whole
+       content is considered as the original message.
 
-1999-01-03 15:29:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * nnml.el (nnml-check-directory-twice): New variable.
+       (nnml-article-to-file): Use it.
+       (nnml-retrieve-headers): Hack it.
 
-       * mm-bodies.el (mm-body-encoding): Use mm-find.
+2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1999-01-03 15:28:27  Kim-Minh Kaplan  <kmkaplan@western.fr>
+       * gnus-win.el (gnus-buffer-configuration): New configure.
 
-       * gnus-picon.el (gnus-article-display-picons): Fix.
+       * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
+       not alive.
 
-Sun Jan  3 13:32:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
+       (mm-display-external): Use display-term configure.
 
-       * gnus.el: Pterodactyl Gnus v0.69 is released.
+2001-07-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-1999-01-03 06:45:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-delay.el (gnus-delay-default-hour): New variable.
+       (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
 
-       * gnus-picon.el (gnus-picons-setup-buffer): Run the hook.
+2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+       From Karl Kleinpaste <karl@charcoal.com>
 
-       * gnus-agent.el (gnus-agent-remove-group): New command and
-       keystroke.
+       * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
+       (gnus-summary-prepare-threads): Ditto.
 
-       * rfc2047.el (rfc2047-decode-region): Check for us-ascii.
+       * gnus.el (gnus-summary-line-format): Add %B.
 
-1999-01-02 14:12:41  Simon Josefsson  <jas@pdc.kth.se>
+2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-agent.el (gnus-agent-write-servers): Make directory.
+       * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
 
-1998-12-26 02:38:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * mm-util.el (mm-string-as-multibyte): New function.
 
-       * mm-view.el (mm-inline-text): Bind current id.
+       * nnmh.el (nnmh-request-list-1): Encode, not decode!
 
-       * mm-decode.el (mm-handle-id): New macro.
-       (mm-make-handle): Accept id.
-       (mm-dissect-singlepart): Use it.
+2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-12-23  Matt Pharr  <mmp@graphics.stanford.edu>
+       * mm-util.el (mm-universal-coding-system): New variable.
 
-      * message.el (message-cite-original-without-signature): Use
-      message-signature-separator when searching for signature in
-      message-cite-original-without-signature.
+       * gnus-start.el (gnus-startup-file-coding-system): Use it.
 
-1998-12-24 16:25:38  Simon Josefsson  <jas@pdc.kth.se>
+       * score-mode.el (score-mode-coding-system): Use it.
 
-       * gnus.el (gnus-server-to-method): Check named methods.
+2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-1998-12-24 03:27:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-start.el (gnus-setup-news): Call
+       `gnus-check-bogus-newsgroups' just after the native server is
+       opened.
 
-       * mm-view.el (mm-view-message): Goto point-min.
+2001-07-23  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-       * nnmail.el (nnmail-article-group): Don't delete lines, only
-       shorten them.
+       * nnmail.el (nnmail-do-request-post): Util function to be used by
+       `nnchoke-request-post' for all nnmail-derived backends.
 
-       * gnus-msg.el (gnus-configure-posting-styles): Also do nil
-       values.
+       * nnml.el (nnml-request-post): Use it.
 
-       * nnheader.el (nnheader-temp-directory): New variable.
-       (nnheader-temp-directory): Removed.
+       * gnus.el (gnus-valid-select-methods): nnml is a post-mail
+       backend, for it groks nnml-request-post.
 
-1998-12-22  Jack Vinson  <jvinson@chevax.ecs.umass.edu>
+       * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
+       Treat `mail-post' backends like `mail' backends, not like `news'
+       backends.
 
-       * mailcap.el (mailcap-parse-mailcaps): Add "~/.mailcaps" to the
-       list of files to check for mailcap entries under windows-nt.
+2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-12-24 03:02:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-msg.el (gnus-setup-message): make-local-hook.
 
-       * gnus-art.el (gnus-article-maybe-hide-headers): Check whether the
-       summary buffer exists.
+2001-07-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-1998-12-22  Aaron M. Ucko  <amu@mit.edu>
+       * gnus-delay.el (gnus-delay-article): Fix `read-string' for
+       XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
+       <karl@charcoal.com>, slightly changed by Kai.
 
-       * nnsoup.el (nnsoup-store-reply): Remove code to deal with
-       irrelevant Sun sendmail bug.
-       (nnsoup-store-reply): Stop mucking with mail-header-separator.
+       * message.el (message-check-news-header-syntax): When checking
+       whether the groups exist, check the right server based on
+       `gnus-post-method'.
 
-       * message.el (message-send-news): Bind mail-header-separator to
-       "" when asking backend to post.
+2001-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-1998-12-22  Karl Kleinpaste  <karl@justresearch.com>
+       * gnus-delay.el: New file.
 
-       * mm-uu.el (mm-dissect-disposition): New variable.
-       (mm-uu-dissect): Use it.
+2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-12-21 21:34:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * mm-util.el (mm-read-coding-system): Take two arguments.
 
-       * mm-view.el (mm-inline-text): Bind url-current-object.
+       * gnus-sum.el (gnus-summary-show-article): Use
+       mm-read-coding-system.
 
-1998-12-06 03:05:41  Simon Josefsson  <jas@pdc.kth.se>
+       * gnus-art.el (article-de-quoted-unreadable):
+       (article-de-base64-unreadable, article-wash-html):
+       (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
 
-       * gnus-range.el (gnus-remove-from-range): Rewrite.
+2001-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-1998-12-09  SL Baur  <steve@altair.xemacs.org>
+       * nnml.el (nnml-request-post): New function.  Can be used for
+       annotations in nnml groups.
 
-       * gnus-picon.el (annotations): Remove bogus require 'xpm.
+2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-1998-12-18  Hrvoje Niksic  <hniksic@srce.hr>
+       * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
+       command.
 
-       * message.el (message-encode-message-body): Insert `MIME-Version'
-       instead of `Mime-Version'.
+       * gnus-start.el (gnus-find-new-newsgroups): Use
+       `message-make-date' instead of `current-time-string'.
+       (gnus-ask-server-for-new-groups): Ditto.
+       (gnus-check-first-time-used): Ditto.
 
-1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
+2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * message.el (message-insert-mime-part): Add the attachment
-       disposition.
-       (message-insert-mime-part): Make TYPE and DESCRIPTION optional.
-       (message-mime-query-type): New function.
-       (message-mime-query-description): Ditto.
-       (message-mime-query-file): Ditto.
-       (message-insert-mime-part): Use them.
-       (message-mime-insert-external): Use the new stuff.
+       * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
 
-1998-12-19 23:02:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * nnmail.el (nnmail-split-header-length-limit): New variable.
+       * message.el (message-shorten-references): Change `maxcount' and
+       `cut' to obey USEFOR draft 5.
 
-       * mm-decode.el (mm-dissect-buffer): Check syntax.
+2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
 
-       * rfc2231.el (rfc2231-parse-string): Remove check for syntax.
+       * gnus-sum.el (gnus-summary-display-arrow): New variable.
+       (gnus-summary-set-article-display-arrow): New function.
+       (gnus-summary-goto-subject): Use it.
 
-       * rfc2047.el (rfc2047-encodable-p): Use mm-find-charset-region.
-       (rfc2047-dissect-region): Ditto.
+2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-12-17 18:36:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-sum.el (gnus-summary-import-article): Insert date if
+       doesn't exist.
 
-       * mm-view.el (mm-view-message): Decode charset.
+2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-12-16 16:01:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * mml.el (mml-content-type-parameters): New variable.
+       (mml-content-disposition-parameters): New variable.
+       (mml-insert-mime-headers): Use them.
+       (mml-parse-1): Accept charset.
 
-       * rfc2231.el (rfc2231-parse-string): Ignore syntactically invalid
-       CT headers.
+2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-Wed Dec 16 01:44:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-group.el (gnus-group-select-group): Doc fix.
 
-       * mm-bodies.el (mm-decode-content-transfer-encoding): Use
-       mm-uu-*-function.
-       * mm-uu.el (mm-uu-dissect): Use x-uuencode.
+       * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
 
-1998-12-16 10:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * message.el (message-send-mail): Do MML first.
-       (message-send-news): Ditto.
+       * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
+       to handle `define-derived-mode'.
 
-1998-12-15 20:57:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+       From:  Stefan Monnier  <monnier@cs.yale.edu>
 
-       * gnus-picon.el (gnus-picons-face): New face.
-       (gnus-picons-try-face): Use it.
+       * message.el (message-mode): Use define-derived-mode.
+       (message-tab): message-completion-alist.
 
-Tue Dec 15 19:17:43 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * imap.el (imap-interactive-login): Use make-local-variable.
+       (imap-open): Ditto.
+       (imap-authenticate): Ditto.
 
-       * gnus.el: Pterodactyl Gnus v0.68 is released.
+       * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
 
-Tue Dec 15 18:28:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
 
-       * gnus.el: Pterodactyl Gnus v0.67 is released.
+2001-07-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-Tue Dec 15 17:31:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * message.el (message-citation-line-function): Refer to
+       gnus-cite-attribution-suffix.
 
-       * gnus.el: Pterodactyl Gnus v0.66 is released.
+2001-07-15  Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
 
-1998-12-13 11:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-art.el,...: Error convention changes.
 
-       * gnus-art.el (gnus-insert-mime-button): Decode description.
+2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-Sat Dec  5 16:50:49 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
 
-       * gnus-art.el (article-decode-encoded-words): Rollback to 0.55.
-       (gnus-decode-header-methods): Ditto.
-       (gnus-decode-with-mail-decode-encoded-word-region): Ditto.
+2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-12-13 10:04:39  Lloyd Zusman  <ljz@asfast.com>
+       * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
+       (nnrss-read-server-data): Ditto.
 
-       * gnus-xmas.el (gnus-xmas-summary-recenter): Allow numbers.
+2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-12-13 09:32:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-setup.el (gnus-use-installed-gnus): Typo.
+       * Cleanup files.
+       From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
 
-       * mml.el (mml-insert-mime-headers): Encode description.
+2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnfolder.el (nnfolder-request-expire-articles): Go to the date
-       line.
+       * gnus.el (gnus-summary-line-format): Add %o.
 
-       * gnus-sum.el (gnus-default-charset): Doc fix.
+       * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
+       unless shell outputs something.
 
-Wed Dec  9 15:18:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-decode.el (mm-display-part): Forward a line.
+       * gnus-art.el (gnus-boring-article-headers): Better doc.
+       (article-hide-headers): Better regexp.
+       Suggested by Matt Swift <swift@alum.mit.edu>.
 
-Wed Dec  9 13:30:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * nnheader.el (nnheader-max-head-length): Better doc.
+       (nnheader-header-value): Skip spaces.
+       (nnheader-parse-head): Remove space.
+       Suggested by Matt Swift <swift@alum.mit.edu>.
 
-       * mm-util.el (mm-running-ntemacs): New variable.
-       (mm-text-coding-system): Ditto.
-       * nnmail.el (nnmail-incoming-coding-system): Ditto.
-       (nnmail-split-incoming): Use nnmail-incoming-coding-system.
+       * gnus-sum.el (gnus-summary-show-raw-article): New function.
+       (gnus-get-newsgroup-headers): Remove space.
 
-1998-12-13 08:52:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-picon.el (gnus-picons-network-display-internal): Don't set
-       buffer.
+       * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
+       (gnus-summary-reply): Use it.
+       (gnus-summary-reply-broken-reply-to): New function.
+       (gnus-msg-force-broken-reply-to): New function.
 
-       * message.el (message-insert-headers): New command and keystroke.
+       * mm-view.el (mm-inline-text): Showing as text/plain when error.
 
-1998-12-07 23:42:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-decode.el (mm-inline-media-tests): Recognize x-xbitmap.
-       (mm-get-image): Ditto.
+       * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
 
-       * mm-bodies.el (mm-decode-content-transfer-encoding): Only for
-       base64, uudecode and binhex.
+2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-Sun Dec  6 21:58:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * mm-decode.el (mm-external-terminal-program): New variable.
+       (mm-display-external): Use it. Use term to display when no
+       window-system.
 
-       * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
-       in text/plain.
-       * mm-uu.el (mm-uu-dissect): Use inline.
+2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
 
-1998-12-07 23:19:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
+       Browse->Next entries to Browse->Prev
 
-       * mm-view.el (mm-view-message): New function.
+2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-encode.el (mm-content-transfer-encoding-defaults): Changed to
-       qp.
+       * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
 
-1998-12-07  Karl Kleinpaste  <karl@justresearch.com>
+2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-encode.el (mm-content-transfer-encoding-defaults): Add an
-       entry for message/rfc822 as 8bit.
+       * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
+       for the default encoding.
 
-1998-12-07 23:16:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * nnrss.el (nnrss-url-field): New field.
+       (nnrss-request-article): Add newsgroups.
 
-       * mailcap.el (mailcap-mime-extensions): Add patch.
+       * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
 
-1998-12-05  Dale Hagglund  <rdh@best.com>
+2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el (gnus-summary-display-buttonized): Use prefix
-       argument to force all multipart/* to look like multipart/mixed.
+       * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
 
-       * gnus-art.el (gnus-mime-display-multipart-as-mixed): New
-       variable.
-       (gnus-mime-display-part): Use it.
+       * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
+       (gnus-draft-setup): Remove backlog.
 
-1998-12-07 22:46:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-07-10  Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
 
-       * gnus-draft.el (gnus-draft-send): Only disable checks for
-       non-interactive use.
-       (gnus-draft-send-message): Use it.
+       * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
+       Cleanup.
 
-Sun Dec  6 19:36:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.el: Pterodactyl Gnus v0.65 is released.
+       * gnus-msg.el (gnus-bug): Erase buffer.
 
-1998-12-06 20:11:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
 
-       * gnus-art.el (gnus-article-prepare-display): Don't init w3.
+2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-view.el (mm-inline-text): Bind url-standalone-mode here.
+       * mm-decode.el (mm-attachment-override-p): Fix typo.
 
-Sat Dec  5 18:35:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2001-03-19 05:28:00  Katsumi Yamaoka <yamaoka@jpl.org>
 
-       * gnus.el: Pterodactyl Gnus v0.64 is released.
+       * gnus-kill.el (gnus-execute): Work with the extra headers.
+       * gnus-sum.el (gnus-summary-execute-command): Ditto.
 
-1998-12-05 18:51:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-view.el (mm-setup-w3): Don't load.
+       * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
+       may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
 
-       * gnus-msg.el (gnus-setup-message): Set group name.
-       (gnus-group-mail): Avoid leaking local vars.
+       * message.el (message-send-mail-real-function): New variable.
+       (message-send-mail-partially, message-send-mail):
 
-       * message.el (message-attach-file): Renamed.
-       (message-mime-attach-file): Renamed again.
+       * nngateway.el (nngateway-request-post): Use it.
 
-1998-12-05  Hrvoje Niksic  <hniksic@srce.hr>
+       * gnus-agent.el (gnus-agentize): Use it.
 
-       * gnus-art.el (article-decode-encoded-words): Bind
-       rfc2047-default-charset here.
+       * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
+       (nnsoup-revert-variables): Use it.
 
-       * gnus-art.el (gnus-insert-mime-button): Nix slashes in file name.
+2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
 
-1998-12-05 18:33:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * mm-decode.el (mm-inline-media-tests): Default to displaying as
+       text/plain if the type doesn't match any other media types.
+       (mm-inlined-types): Doc fix.
+       (mm-display-inline): Revert previous change (now handled by a
+       default type in `mm-inline-media-tests'.
+       (mm-inlinable-p): Revive.
+       (mm-display-part): Call `mm-inlinable-p'.
+       (mm-attachment-override-p): Ditto.
+       (mm-inlined-p): Doc fix.
 
-       * gnus-picon.el (gnus-picons-setup-buffer): Run picons hook.
-       (gnus-picons-setup-hook): New hook.
+       * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
+       well as `mm-inlined-p'.
 
-1998-12-05  Per Abrahamsen  <abraham@dina.kvl.dk>
+2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mailcap.el (mailcap-mime-data): Remove "*" from documentation
-       string.
-       (mailcap-mime-extensions): Ditto.  Made first sentense fit a
-       line.
+       * nntp.el (nntp-send-command, nntp-send-command-nodelete):
+       (nntp-send-command-and-decode): Use gnus-point-at-bol.
 
-1998-12-05 17:11:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+       From  Paul Jarc <prj@po.cwru.edu>
 
-       * gnus-art.el (gnus-article-prepare-display): Setup w3.
-       (gnus-mime-view-part): Ditto.
-       (gnus-mime-inline-part): Dotii.
-       (gnus-mime-externalize-part): Daddo.
-       (gnus-mime-internalize-part): Tutti frutti.
-       (gnus-widget-press-button): Da da do.
+       * message.el (message-use-mail-followup-to): New variable.
+       (message-get-reply-headers): Use it.
 
-       * mm-view.el (mm-setup-w3): Require url-vars.
+2001-07-04  Gerd Moellmann  <gerd@gnu.org>
 
-Fri Dec  4 12:13:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * nnheader.el (nnheader-init-server-buffer): Make sure the
+       *nntpd* buffer is made multibyte instead of a random buffer.
 
-       * message.el (message-draft-coding-system): Fix for XEmacs-NT.
-       * mm-util.el (mm-find-charset-region): Ditto.
+2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-12-05 16:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
+       when it returns headers.
 
-       * message.el (message-send): Don't encode here.
-       (message-send-mail): But here.
-       (message-send-news): And here.
+2001-07-07  Simon Josefsson  <jas@extundo.com>
 
-1998-12-04 15:29:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * rfc2047.el (rfc2047-encode-message-header): Skip header when
+       trying to fold. Thanks to Colin Walters
+       <walters@cis.ohio-state.edu>
 
-       * gnus-msg.el (gnus-message-insert-stylings): Don't insert twice.
+2001-07-06  Simon Josefsson  <jas@extundo.com>
 
-Fri Dec  4 04:09:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * imap.el (imap-parse-address-list, imap-parse-flag-list)
+       (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
+       Add information in `assert's.
 
-       * gnus.el: Pterodactyl Gnus v0.63 is released.
+       * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
+       changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
+       and `nnimap-group-overview-filename', should handle all
+       change-of-uidvalidity related issues.  But there may be other
+       problems.)
 
-1998-12-04 04:59:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
 
-       * mml.el (mml-base-boundary): Shorten.
+       * rfc2047.el (rfc2047-encode-message-header): Don't include the
+       header name when folding.
 
-       * message.el (message-insert-mime-part): Use default.
+2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
 
-       * gnus-art.el (gnus-insert-mime-button): Bind gnus-tmp-type-long.
+       * mm-decode.el (mm-inlined-types): Document relationship with
+       `mm-inline-media-tests'.
+       (mm-display-inline): Default to displaying as plain text if no
+       inlining handler is available.
+       (mm-inlinable-p): Remove.
+       (mm-inlined-p): Don't call `mm-inlinable-p'.
+       (mm-automatic-display-p): Ditto.
+       (mm-attachment-override-p): Ditto.
 
-1998-12-03  Per Abrahamsen  <abraham@dina.kvl.dk>
+2001-07-04  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-art.el (gnus-mime-display-alternative): Use (*) for radio
-       buttons, not [*].
+       * nnimap.el (nnimap-importantize-dormant): New variable.
+       (nnimap-request-update-info-internal): Use it.
+       (nnimap-request-set-mark): Ditto.
 
-1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
+2001-07-04  Didier Verna  <didier@lrde.epita.fr>
 
-       * gnus-art.el (gnus-insert-mime-button): Do proper help-echo.
+       * nntp.el (nntp-send-command): don't pass a buffer argument to
+       `point'. Only XEmacs accepts this.
+       * nntp.el (nntp-send-command-nodelete): ditto.
+       * nntp.el (nntp-send-command-and-decode): ditto.
 
-1998-12-04 04:48:37  Hrvoje Niksic  <hniksic@srce.hr>
+2001-07-04  Didier Verna  <didier@lrde.epita.fr>
 
-       * gnus-art.el (gnus-insert-mime-button): Fix.
+       * nntp.el (nntp-open-connection-function): doc update.
+       * nntp.el (nntp-pre-command): New.
+       * nntp.el (nntp-via-rlogin-command): New.
+       * nntp.el (nntp-via-telnet-command): New.
+       * nntp.el (nntp-via-telnet-switches): New.
+       * nntp.el (nntp-via-user-name): New.
+       * nntp.el (nntp-via-user-password): New.
+       * nntp.el (nntp-via-address): New.
+       * nntp.el (nntp-via-envuser): New.
+       * nntp.el (nntp-via-shell-prompt): New.
+       * nntp.el (nntp-open-telnet-stream): New.
+       * nntp.el (nntp-open-via-rlogin-and-telnet): New.
+       * nntp.el (nntp-open-via-telnet-and-telnet): New.
+       * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
+       * nntp.el (nntp-send-command): ditto.
+       * nntp.el (nntp-send-command-nodelete): ditto.
+       * nntp.el (nntp-send-command-and-decode): ditto.
 
-1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
+2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
 
-       * message.el (message-insert-mime-part): Nicify prompts.
-       (message-insert-mime-part): Really delete duplicates.
-       (message-insert-mime-part): Check against common errors.
-       (message-insert-mime-part): Fix docstring.
+       * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
+       `when'.
 
-1998-12-04 04:41:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-07-03  Simon Josefsson  <jas@extundo.com>
+       From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
 
-       * gnus-art.el (gnus-mime-internalize-part): Bugged out.
+       * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
 
-1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
+2001-07-03  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-art.el (gnus-mime-button-line-format): Nicify.
-       (gnus-insert-mime-button): Modify accordingly.
+       * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
+       remove it (workaround XEmacs `fill-region' bug).
 
-1998-12-04 01:50:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-07-01  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-art.el (gnus-display-mime): Set window point.
+       * nnimap.el (nnimap-date-days-ago): Defeat locale.
 
-       * mm-decode.el (mm-display-external): Only decode when not
-       saving.
-       (mm-alternative-precedence): Prefer multiparts.
-       (mm-inline-media-tests): Inline multiparts.
+2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-picon.el (gnus-picons-next-job-internal): Do bar if asked.
-       Ignore errors when requiring url.
+       * mml2015.el (mml2015-format-error): New function.
+       (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
+       (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
+       (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
 
-       * mml.el (mml-quote-region): New command.
+2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * message.el (message-cite-original): Use it.
-       (message-cite-original-without-signature): Ditto.
+       * nnrss.el (nnrss-retrieve-headers): The description may not exist.
+       Suggested by Christoph Conrad <C.Conrad@cli.de>.
 
-Thu Dec  3 12:53:58 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
+       group variables.
 
-       * gnus.el: Pterodactyl Gnus v0.62 is released.
+2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-12-03 13:38:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
 
-       * gnus-art.el (gnus-mime-view-all-parts): Work with multiparts.
+       * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
+       (nnrss-save-group-data): Ditto.
 
-1998-12-03  Hrvoje Niksic  <hniksic@srce.hr>
+       * gnus-agent.el (gnus-agent-save-alist): Ditto.
 
-       * mm-view.el (mm-inline-text): Use `point-min-marker' and
-       `point-max-marker'.
+2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-1998-12-03 13:22:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * message.el (message-do-send-housekeeping): Narrow to headers.
 
-       * mailcap.el (mailcap-mime-extensions): Use image/xpm for xpms.
+2001-06-24  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-art.el (gnus-mime-display-single): Check for attachment
-       before other tests.
+       * rfc2047.el (rfc2047-fold-region): The check to skip WSP
+       insertion when breaking lines looked for " \t" instead of "[ \t]".
+       (rfc2047-encode-message-header): Fold lines even if
+       no QP encoding is done.
 
-1998-12-03  Didier Verna  <verna@inf.enst.fr>
+2001-06-23  Simon Josefsson  <jas@extundo.com>
+       From Samuel Tardieu <sam@inf.enst.fr>
 
-       * gnus-msg.el (gnus-configure-posting-styles): find a
-       posting-style entry in the group parameters, if any, and honor it
-       at the end.
+       * smime.el (smime-keys): Support additional certificates.
+       (smime-make-certfiles): New function.
+       (smime-sign-region): Use previous variables.
+       (smime-get-certfiles): New function.
+       (smime-sign-buffer): Use it.
+       (smime-verify-region): Support both CAfile and CApath.
 
-1998-12-03 13:03:37  Felix Lee  <flee@teleport.com>
+2001-06-23  Simon Josefsson  <jas@extundo.com>
 
-       * nntp.el (nntp-after-change-function): Fix.
+       * smime.el (smime-decrypt-region): Perhaps work.
 
-1998-12-03 12:44:30  Mike McEwan  <mike@lotusland.demon.co.uk>
+2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mml.el (mml-generate-mime-1): Insert literally.
+       * gnus-msg.el (gnus-copy-article-buffer): Typo.
 
-1998-12-03 00:23:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
 
-       * mml.el (mml-insert-mime-headers): Removed debug.
+       * mm-decode.el (mm-save-part): Rewrite file name.
+       (mm-file-name-rewrite-functions): New variable.
+       (mm-file-name-delete-whitespace): New function.
+       (mm-file-name-trim-whitespace): New function.
+       (mm-file-name-collapse-whitespace): New function.
+       (mm-file-name-replace-whitespace): New variable and function.
 
-1998-12-02 22:22:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-06-22  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-sum.el (gnus-summary-show-article): Destroy parts when
-       prefixed.
+       * message.el (message-make-date): Workaround locale for weekdays.
 
-       * mm-encode.el (mm-content-transfer-encoding-defaults): Default
-       application/emacs-lisp to 8bit.
+2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-12-03  Dale Hagglund  <rdh@best.com>
+       * message.el (message-goto-body): Return nil if not found. (revert!)
 
-       * mm-decode.el (mm-quote-arg): Add quoting of '()', '<>', and '|'.
+2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+       From Fremlin <chief@bandits.org>
 
-Wed Dec  2 20:24:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * message.el (message-goto-body): Some messages have no header.
 
-       * gnus.el: Pterodactyl Gnus v0.61 is released.
+       * gnus-msg.el (gnus-copy-article-buffer): Use it.
 
-1998-12-02 21:12:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
 
-       * mml.el (mml-parse-1): Skipped parts.
-       (mml-insert-mime-headers): Nil is a list.
-       (mml-generate-mime-1): Don't insert literally.
-       (mml-read-tag): Drop text props.
-       (mml-read-part): Ditto.
-       (mml-parse-singlepart-with-multiple-charsets): Ditto.
+       * nnultimate.el (nnultimate-retrieve-headers): Date fix.
 
-Wed Dec  2 20:07:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.el: Pterodactyl Gnus v0.60 is released.
+       * message.el (message-make-date): Add week day.
+       Suggested by Jason R. Mastaler <jason@mastaler.com>.
 
-1998-12-02 20:11:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-06-19  Simon Josefsson  <jas@extundo.com>
 
-       * mml.el (mml-parse-1): Don't throw contents away.
+       * message.el (message-yank-prefix): Doc fix.
+       (message-yank-cited-prefix): Ditto.
+       (message-delete-not-region): Keep citation prefix on first line,
+       if possible and appropriate.
 
-1998-12-02  Hrvoje Niksic  <hniksic@srce.hr>
+2001-06-19  Simon Josefsson  <jas@extundo.com>
 
-       * mml.el (mml-compute-boundary-1): Regexp-quote the boundary.
+       * imap.el (imap-process-connection-type): New variable.
+       (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
+       recent `imtest's work completely (no line length issues), while
+       making making old `imtest's unusable.  Thanks to NAGY Andras
+       <nagya@inf.elte.hu> for his work.
 
-1998-12-02 18:42:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2000-12-30  NAGY Andras <nagya@inf.elte.hu>
 
-       * mml.el (mml-parse-singlepart-with-multiple-charsets): New
-       function.
-       (mml-parse-1): Use it.
+       * imap.el (imap-ssl-program): Add -quiet to shut up
+       OpenSSL/SSLeay's internal debug talk.
 
-Tue Dec  1 23:04:25 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-06-19  Matt Armstrong <matt@lickey.com>
 
-       * gnus-art.el (gnus-decode-with-mail-decode-encoded-word-region):
-       Use gnus-newsgroup-default-charset.
-       (article-decode-encoded-words): Remove charset codes.
-       * gnus-sum.el (gnus-newsgroup-default-charset): Use
-       gnus-default-charset.
+       * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
+       server.
 
-1998-12-02 03:14:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * message.el (message-send-mail): Don't encode here.
-       (message-send-news): Nor here.
-       (message-send): ... but here instead.
+       * nnmail.el (nnmail-article-buffer): New variable.
+       (nnmail-split-incoming): Use it.
 
-       * gnus-picon.el (gnus-picons-display-article-move-p): Changed
-       default to nil.
-       (gnus-article-display-picons): Replace From line.
-       (gnus-group-display-picons): Replace Newsgroups line.
-       (gnus-picons-display-glyph): Set baseline.
-       (gnus-group-display-picons): Piconize the entire Newsgroups line.
-       (gnus-picons-xbm-face): Revert to old, standard colors.
+2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
 
-       * message.el (message-fetch-field): Remove text props.
+       * qp.el (quoted-printable-decode-region): If called interactively,
+       use coding-system-for-read.
 
-       * gnus-art.el (gnus-article-normalized-header-length): New
-       variable.
-       (article-normalize-headers): New command and keystroke.
+2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-picon.el (gnus-picons-xbm-face): Changed colors.
+       * message.el (message-check-news-header-syntax): Check Reply-To.
 
-Wed Dec  2 01:43:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.el: Pterodactyl Gnus v0.59 is released.
+       * mml.el (mml-parse-1): Use message options.
 
-1998-12-02 01:38:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * message.el (message-do-fcc): Don't do anything if there is no
+       FCC.
 
-       * mml.el (mml-insert-mime-headers): Beep at multiple charsets.
+2001-06-16  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-art.el (gnus-mime-copy-part): Set buffer-file-name.
+       * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
+       (nnimap-expunge-search-string): New variable.
+       (nnimap-request-expire-articles): Use it.
 
-1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
+2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mml.el (mml-generate-mime-1): Handle unquoting end-tags.
+       * message.el (message-send-mail-with-qmail): wrong exit status is
+       100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
 
-1998-12-02 00:15:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-decode.el (mm-all-images-fit): New variable.
-       (mm-image-fit-p): Use it.
+       * gnus-art.el (article-strip-multiple-blank-lines): Use
+       delete-region instead of replace-match.
 
-       * gnus-art.el (gnus-mime-display-single): Use it.
-       (gnus-mime-internalize-part): New command and keystroke.
+2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-decode.el (mm-user-automatic-external-display): New
-       variable.
-       (mm-automatic-external-display-p): New function.
+       * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
+       (nnweb-google-wash-article): Ditto.
 
-       * gnus-picon.el (gnus-picons-xbm-face): Default to sensible
-       colors.
+2001-06-14 Ferenc Wagner <wferi@bolyai1.elte.hu>
 
-1998-12-01 23:52:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
 
-       * gnus-sum.el (gnus-summary-repair-multipart): Reselect article.
+2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * gnus-art.el (gnus-with-article): Work in the original article
-       buffer.
-       (gnus-with-article): Work in read-only groups.
+       * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
+       specs.
 
-Tue Dec  1 00:15:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-bodies.el (mm-decode-string): Return original string if not
-       decode.
+       * gnus.el (gnus-email-address): Move it here.
 
-Mon Nov 30 23:38:02 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-art.el (article-de-quoted-unreadable): Read charset if
+       requested.
+       (article-de-base64-unreadable): Ditto.
+       (article-wash-html): Ditto.
 
-       * mm-uu.el (mm-uu-dissect): Use mm-make-handle.
+2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-12-01 01:53:49  Francois Pinard  <pinard@iro.umontreal.ca>
+       * message.el (message-options-set-recipient): Don't add ", "
+       unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
 
-       * nndoc.el (nndoc-mime-parts-type-p): Do related.
+2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-Tue Dec  1 00:46:20 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
 
-       * gnus.el: Pterodactyl Gnus v0.58 is released.
+2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
+       * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
+       From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
 
-       * mm-decode.el (mm-get-image): Return a glyph, not an image
-       specifier.
+       * nnrss.el (nnrss-node-text): Node might be nil.
 
-1998-11-29  Hrvoje Niksic  <hniksic@srce.hr>
+2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * rfc2047.el (rfc2047-decode): Bind mm-default-charset.
+       * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
+       part. From Katsumi Yamaoka <yamaoka@jpl.org>.
 
-1998-12-01 01:23:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * nnrss.el (nnrss-group-alist): More items.
 
-       * mail-parse.el (rfc2045): Required.
+2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-12-01 00:59:53  William M. Perry  <wmperry@aventail.com>
+       * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
 
-       * mm-view.el (mm-inline-text): Remove props.
+2001-06-03  Dale Hagglund  <rdh@best.com>
 
-1998-12-01 00:18:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
+       restrict clauses.
 
-       * mm-view.el (mm-setup-w3): Protect url-misc.
+2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * message.el (message-ignored-resent-headers): Remove
-       Gnus-Warning.
+       From Benjamin Rutt <brutt+news@bloomington.in.us>
 
-       * mml.el (mml-insert-mime-headers): Use encoding.
-       (mml-parameter-string): Ditto.
+       * message.el (message-wide-reply-confirm-recipients): New variable.
 
-       * rfc2045.el: New file.
-       (rfc2045-encode-string): New function.
+2001-06-06  Mark Thomas  <mthomas@edrc.cmu.edu>
 
-1998-11-30 23:11:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
+       fix so it works with XEmacs.
 
-       * mail-parse.el (mail-header-encode-parameter): New function.
+2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * rfc2231.el (rfc2231-encode-string): New function.
+       * nnrss.el (nnrss-retrieve-headers): Support description as extra
+       headers.
 
-Mon Nov 30 13:52:50 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-bodies.el (mm-decode-string): New function.
-       * mm-view.el (mm-inline-text): Use mm-decode-string.
+       * nnrss.el: Fix a few bugs.
 
-Mon Nov 30 21:57:00 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2001-06-05  Simon Josefsson  <jas@extundo.com>
 
-       * gnus.el: Pterodactyl Gnus v0.57 is released.
+       * mm-decode.el (mm-handle-set-external-undisplayer): Don't
+       generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
 
-1998-11-23  Felix Lee  <flee@cygnus.com>
+2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
 
-       * nntp.el (nntp-async-needs-kluge): new setting.
-       (nntp-async-timer): new var.
-       (nntp-async-process-list): new var.
-       (nntp-async-kluge): new function.
-       (nntp-async-timer-handler): new function.
-       (nntp-async-wait): new function.
-       (nntp-async-stop): new function.
-       (nntp-after-change-function): renamed, and split apart.
-       (nntp-async-trigger): new function.
-       (nntp-do-callback): new function.
-       (nntp-accept-process-output): add optional timeout arg.
+       * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
+       binary so that we don't transmit ISO 2022 garbage to the process.
+       This is needed under XEmacs.
 
-       * gnus-async.el (gnus-async-request-fetched-article): fixed.
-       (gnus-async-wait-for-article): new function.
-       (gnus-async-with-semaphore): s/asynch/async/.
+2001-06-03  Simon Josefsson  <simon@josefsson.org>
 
-1998-11-30 16:54:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
+       autoloaded incorrectly below because ssl-program-* is bound.)
+       Thanks to Amos Gouaux for report.
 
-       * gnus-art.el (gnus-with-article): Don't encode.
-       (gnus-insert-mime-button): Fall back on filename from C-D.
-       (gnus-mime-display-single): Have dots right on text/plain
-       attachments.
+2001-06-02  Simon Josefsson  <simon@josefsson.org>
 
-       * mm-decode.el (mm-dissect-buffer): Respect Content-Disposition in
-       broken parts.
+       * imap.el (imap-kerberos4-open):
+       (imap-gssapi-open):
+       (imap-ssl-open):
+       (imap-network-open):
+       (imap-shell-open):
+       (imap-starttls-open): Set buffer to workaround spurious
+       `accept-process-output' buffer changes.  Thanks to Mats Lidell
+       <Mats.Lidell@contactor.se> for report and partial patch and Jake
+       Colman <colman@ppllc.com> for report.
 
-       * gnus-art.el (gnus-with-article): Flush cache and backlog.
+2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-bodies.el (mm-decode-content-transfer-encoding): Also do
-       binhex.
+       * gnus-sum.el (gnus-summary-catchup): New argument.
+       (gnus-summary-catchup-from-here): New function.
 
-       * gnus-sum.el (gnus-summary-reparent-thread): Use new macro.
-       (gnus-summary-repair-multipart): New command and keystroke.
+2001-05-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-       * gnus-art.el (gnus-with-article-buffer): New macro.
+       * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
+       back, then insert glyph.  (Before, the glyph was inserted first,
+       then the newline.)  This works around a behavior in XEmacs where
+       it is not possible to insert a character after a glyph which is at
+       the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
 
-Sun Nov 29 23:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-05-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-       * gnus-art.el (gnus-mime-inline-part): Do not get part when
-       undisplay the part.
+       From Jaap-Henk Hoepman (jhh@xs4all.nl).
 
-1998-11-30 03:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * mm-decode.el (mm-keep-viewer-alive-types): New variable.
+       (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
+       mm-destroy-postponed-undisplay-list): New functions.
+       (mm-display-external): Use them.
 
-       * gnus-util.el (gnus-make-sort-function-1): Allow lambdas.
+2001-05-27  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-       * mml.el (mml-read-part): Partition right.
+       * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
+       `default-low' when evaluating `gnus-summary-highlight'.
+       From Raja R Harinath <harinath@cs.umn.edu>.
 
-       * mm-decode.el (mm-handle-set-cache): New macro.
-       (mm-handle-cache): Ditto.
-       (mm-make-handle): Ditto.
-       (mm-dissect-singlepart): Use it.
-       (mm-get-image): Use the cache.
+2001-05-27  Simon Josefsson  <simon@josefsson.org>
 
-1998-11-29 23:44:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * message.el (message-yank-cited-prefix): New variable.
+       (message-indent-citation): Use it.
 
-       * gnus-art.el (gnus-mime-display-mixed): Rewrite.
-       (gnus-mime-display-single): Don't insert lines between parts.
+       * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
+       as details.
+       (mml2015-mailcrypt-clear-verify): Ditto.
 
-Sun Nov 29 04:55:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-05-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+       From Nevin Kapur <nevin@jhu.edu>.
 
-       * nnmail.el (nnmail-file-coding-system-1): New variable.
-       * nnfolder.el (nnfolder-file-coding-system): Ditto.
-       (nnfolder-read-folder): Use nnfolder-file-coding-system.
-       * nnml.el (nnml-file-coding-system): New variable.
-       (nnml-request-article): Use nnml-file-coding-system.
+       * gnus-sum.el (gnus-summary-default-high-score,
+       gnus-summary-default-low-score): New variables.
+       (gnus-summary-highlight): Use them.
 
-Sun Nov 29 15:12:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2001-05-16  Didier Verna  <didier@lrde.epita.fr>
 
-       * gnus.el: Pterodactyl Gnus v0.56 is released.
+       * message.el (message-mail): pass the 'send-actions argument to
+       `message-setup'.
 
-1998-11-29 00:52:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-05-16  Simon Josefsson  <simon@josefsson.org>
+       From Raymond Scholz <ray-2001@zonix.de>
 
-       * gnus-art.el (gnus-mime-display-part): New function.
-       (gnus-mime-display-mixed): Use it.
+       * gnus-art.el (gnus-mime-view-part-as-charset):
+       (gnus-mime-internalize-part): Doc fixes.
 
-       * mm-view.el (mm-setup-w3): Don't register.
+2001-05-11  Simon Josefsson  <simon@josefsson.org>
 
-       * message.el (message-cite-original): Cite parts.
+       * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
+       status lines without any text ("^215$").
 
-1998-11-28 23:51:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mml.el (mml-parameter-string): New function.
-       (mml-insert-mime-headers): Separated into new function.
+       * nnrss.el (nnrss-check-group): Reverse.
 
-1998-11-28  Hrvoje Niksic  <hniksic@srce.hr>
+2001-05-07  Simon Josefsson  <simon@josefsson.org>
 
-       * mml.el (mml-make-boundary): Use `make-string'.
+       * message.el (message-get-reply-headers):
+       (message-followup): Fix typo, suggested by David Green
+       <dgreen@uab.edu>
 
-1998-11-27  Hrvoje Niksic  <hniksic@srce.hr>
+2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * binhex.el (binhex-insert-char): Ditto.
+       * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
 
-       * base64.el (base64-insert-char): Ditto.
+       * nnrss.el (nnrss-open-server): Read server data when it is called.
+       (nnrss-request-expire-articles): Fix.
 
-       * uudecode.el (uudecode-insert-char): Code correctly.
+2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-11-28 01:08:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * message.el (message-do-send-housekeeping): mail-abbrevs may
+       rename buffer behind Gnus.
 
-       * mml.el (mml-generate-mime): Don't generate multiparts for
-       empties.
+2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-display-mime): Save excursion.
+       * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
+       (nnrss-group-alist): Add more resources.
+       (nnrss-check-group): Ignore errors.
 
-       * message.el (message-remove-first-header): New function.
-       (message-encode-message-body): Use it.
+2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-Fri Nov 27 12:26:10 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * nnrss.el (nnrss-request-expire-articles): Correct the return value.
 
-       * gnus.el: Pterodactyl Gnus v0.55 is released.
+       * nnslashdot.el (nnslashdot-request-list): Add time.
+       (nnslashdot-request-expire-articles): New function.
 
-1998-11-27 12:38:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
+       secondary methods too.
 
-       * mm-view.el (mm-setup-w3): New function.
+2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-decode.el (mm-content-id-get-contents): New function.
-       (mm-content-id-get-type): Ditto.
-       (mm-content-id-get-encoding): Ditto.
-       (mm-get-handle-by-content-id): Removed.
+       * message.el (message-use-followup-to): Set default value to t.
 
-1998-11-25  Colin Rafferty  <colin@xemacs.org>
+2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
 
-       * message.el (message-generate-new-buffers): Fix tag.
+       * message.el (message-dont-reply-to-names): Fix documentation.
+       (message-get-reply-headers): Use Mail-Followup-To only for wide
+       replies.
 
-1998-11-25 10:43:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * message.el (message-buffer-name): Check for unique first.
+       * nnrss.el (nnrss-request-expire-articles): Calculate # of days
+       correctly.
+       (nnrss-check-group): Use time.
 
-       * gnus-art.el (gnus-unbuttonized-mime-type-p): use
-       gnus-inhibit-mime-unbuttonizing.
+2001-05-01 19:21:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
 
-       * gnus-sum.el (t): Bind M-t.
-       (gnus-inhibit-unbuttonizing): New variable.
-       (gnus-summary-toggle-display-buttonized): New command.
+       * gnus.el: Oort Gnus v0.03 is released.
 
-       * gnus-art.el (gnus-display-mime): Select article window.
-       (article-strip-trailing-space): New command and keystroke.
+2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * nneething.el (nneething-include-files): New variable.
-       (nneething-create-mapping): Use it.
+       * nnultimate.el (nnultimate-topic-article-to-article): Use the
+       group.
 
-       * nntp.el (nntp-possibly-change-group): Use nntp-send-command.
+2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * nnvirtual.el (nnvirtual-request-update-mark): Only yodate
-       ayto-expirable marks.
+       * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
 
-1998-11-24 21:00:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-art.el (gnus-mime-view-all-parts): Set buffer.
+       * nnultimate.el (nnultimate-retrieve-headers): Return all
+       available headers.
 
-       * gnus-sum.el (gnus-summary-display-buttonized): Don't pass on
-       ARG.
+       * gnus-sum.el (gnus-read-all-available-headers): New variable.
+       (gnus-get-newsgroup-headers-xover): Use it.
 
-       * gnus-art.el (gnus-article-mode-line-format): Doc fix.
+2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-Tue Nov 24 14:57:41 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * nnultimate.el (nnultimate-retrieve-headers): Clean up.
 
-       * mm-util.el (mm-binary-coding-system): New variable.
-       (mm-with-unibyte-buffer): Use mm-binary-coding-system.
-       * mm-decode.el (mm-display-external): Ditto.
+2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-Tue Nov 24 10:43:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * nntp.el (nntp-retrieve-groups): Use throw instead of error.
 
-       * gnus.el: Pterodactyl Gnus v0.54 is released.
+2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-11-24 11:21:32  Katsumi Yamaoka  <yamaoka@jpl.org>
+       * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
+       disable it.
 
-       * gnus-sum.el (gnus-newsgroup-default-charset-alist): Note fj.
+       * gnus.el (gnus-info-nodes): Remove a few The's.
 
-1998-11-24 11:14:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-decode.el (mm-save-part): Unquote.
+       * mail-source.el (mail-source-movemail): Call-process may return a
+       signal description string.
 
-1998-11-24 11:14:39  Matt Armstrong  <matta@geoworks.com>
+       * gnus-start.el (gnus-read-newsrc-el-file):
+       gnus-newsrc-file-version may be nil.
 
-       * mm-decode.el (mm-save-part): Bind coding system for write.
+       * nnmail.el (nnmail-get-new-mail): Use the exact file only.
+       Suggested by Michael Sperber [Mr. Preprocessor]
+       <sperber@informatik.uni-tuebingen.de>.
 
-1998-11-24 10:42:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * gnus-art.el (gnus-article-mode-line-format): New default.
-       (gnus-article-mime-part-status): New function.
+       * mm-uu.el (mm-uu-configure-list): Fixed customize type.
 
-       * message.el (message-send-news): Check the body syntax before
-       encoding.
+2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
 
-       * gnus-art.el (gnus-unbuttonized-mime-type): New function.
-       (gnus-mime-display-single): Use it.
-       (gnus-mime-display-alternative): Ditto.
+       * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
+       fontify HANDLE.
 
-       * mm-decode.el: Check for whether we are running under a term.
-
-1998-11-22 08:12:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
-
-       * mm-decode.el (mm-preferred-alternative): Default to first
-       alternative.
-       (mm-preferred-alternative): No, we dont.
-
-Tue Nov 24 03:01:48 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
-
-       * mm-decode.el (mm-display-external): Use binary instead of
-       no-conversion.
-       * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
-       * nnheader.el (nnheader-file-coding-system): Ditto.
-       * mm-util.el (mm-with-unibyte-buffer): Use binary instead of nil.
-
-Mon Nov 23 01:51:57 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
-
-       * gnus-sum.el (gnus-newsgroup-setup-default-charset): Use group
-       name without method.
-
-Mon Nov 23 01:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
-
-       * gnus-sum.el (gnus-newsgroup-default-charset): Rename
-       coding-system -> default-charset.
-       (gnus-newsgroup-default-charset-alist): Ditto.
-       (gnus-summary-local-variables): Ditto.
-       (gnus-set-global-variables): Ditto.
-       (gnus-get-newsgroup-headers): Ditto.
-       (gnus-summary-from-or-to-or-newsgroups): Ditto.
-       (gnus-get-newsgroup-headers-xover): Ditto.
-       (gnus-newsgroup-setup-default-charset): Ditto.
-       (article-decode-mime-words): Ditto.
-       (article-decode-charset): Ditto.
-       (article-decode-encoded-words): Ditto.
-       (article-de-quoted-unreadable): Ditto.
-       (gnus-mime-view-all-parts): Ditto.
-       (gnus-mime-externalize-part): Ditto.
-       (gnus-mm-display-part): Ditto.
-       (gnus-mime-display-single): Ditto.
-       (gnus-mime-display-alternative): Ditto.
-       * lpath.el : Ditto.
+2001-04-18  Simon Josefsson  <simon@josefsson.org>
+
+       * smime.el (smime-ask-passphrase): Rework to return value.
+       (smime-sign-region): Rework to bind value and use it.
+       (smime-decrypt-region): Ditto.
+
+2001-04-18  Mathias Herberts <Mathias.Herberts@iroise.net>
+       Committed by Simon Josefsson  <simon@josefsson.org>
+
+       * smime.el (smime-ask-passphrase): New function.
+       (smime-sign-region): Use it.
+       (smime-encrypt-cipher): New variable.
+       (smime-decrypt-region): Ditto.
+
+2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
+       Committed by Simon Josefsson  <simon@josefsson.org>
+
+       * imap.el (imap-shell-open): Erase the buffer *after* copying it into
+       the log.
+
+2001-04-14 01:14:42 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
+
+       *gnus.el: Oort Gnus v0.02 is released.
+
+2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
+
+       * gnus.el: Oort Gnus v0.01 is released.
+
+2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-sum.el (gnus-summary-highlight): Highlight read
+       undownloaded articles as read articles.
+
+       * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
+       (gnus-agent-get-undownloaded-list): Mark all undownloaded
+       articles, even read ones, as such.
+
+       * gnus-sum.el (gnus-summary-find-matching): Clean up.
+       (gnus-find-matching-articles): New function.
+       (gnus-summary-limit-include-matching-articles): New command.
+       (gnus-summary-limit-include-thread): Include articles that have
+       matching subjects.
+       (gnus-offer-save-summaries): Clean up.
+
+2001-04-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
+
+2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+       From Jason Merrill <jason_merrill@redhat.com>
+
+       * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
+
+2001-04-10 08:01:15  Katsumi Yamaoka <yamaoka@jpl.org>
+       Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
+       newsgroup names when the original article is a news message.
+
+2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * message.el (message-cite-prefix-regexp): Use POSIX regexp if
+       supported. Suggest by Jim Meyering <jim@meyering.net>.
+
+2001-04-02  Nevin Kapur  <nevin@jhu.edu>
+       Committed by Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
+
+       * nnmail.el (nnmail-split-it): Added check for .* at the end of
+       regexp in nnmail-split-fancy.
+
+2001-04-10  Simon Josefsson  <simon@josefsson.org>
+
+       * message.el (message-options-set-recipient): Look at Cc and Bcc too.
+
+2001-04-10  Colin Marquardt <colin.marquardt@usa.alcatel.com>
+
+       * message.el (message-send-mail): Improve the interaction with the
+       user.
+
+2001-04-10  Simon Josefsson  <simon@josefsson.org>
 
-Mon Nov 23 00:54:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * imap.el (imap-message-copy): Work around buggy servers that
+       doesn't send TRYCREATE tags.
 
-       * rfc2047.el (rfc2047-decode-region): Do not decode nil charset.
-       * gnus-art.el (article-decode-charset): Overlay
-       rfc2047-default-charset.
-       * message.el (message-draft-coding-system): New variable.
-       (message-set-auto-save-file-name): Use message-draft-coding-system.
-       * nndraft.el (nndraft-request-article): Ditto.
-       * gnus-start.el (gnus-start-draft-setup): Set charset nil.
-       * gnus-agent.el (gnus-agent-queue-setup): Ditto.
+2001-04-09 01:15:54  Katsumi Yamaoka <yamaoka@jpl.org>
 
-Sun Nov 22 04:42:22 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
 
-       * mm-uu.el (mm-uu-test): New function.
-       (mm-uu-dissect): Inherit charset and cte from head.
-       * gnus-art.el (article-decode-charset): Use mm-uu-test.
+2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-Sat Nov 21 09:57:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
+       date.
 
-       * gnus.el: Pterodactyl Gnus v0.53 is released.
+2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-1998-11-21 05:54:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-group.el (gnus-group-quit): Check that the dribble buffer
+       lives.
 
-       * mm-decode.el (mm-get-image): New function.
-       (mm-image-fit-p): New function.
+2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-xmas.el (gnus-xmas-annotation-in-region-p): Ditto.
+       * gnus-art.el (gnus-parse-news-url): New function.
+       (gnus-button-handle-news): New function.
+       (gnus-button-alist): Point to new functions.
 
-       * gnus-util.el (gnus-annotation-in-region-p): New definition.
+       * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
 
-       * gnus-art.el (gnus-article-insert-newline): New function.
-       (article-goto-body): New function.
+       * gnus-start.el (gnus-read-newsrc-el-file): Nix out
+       gnus-format-specs.
 
-1998-11-20 10:34:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * message.el (message-check-news-header-syntax): Question even
+       when Gnus doesn't know the group names.
+       (message-send-news): Clean up.
 
-       * gnus-art.el (gnus-mime-display-single): Insert blank line before
-       buttons.
+       * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
+       exited on purpose without saving.
 
-       * gnus-sum.el (gnus-summary-display-buttonized): New command and
+       * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
+
+2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-score.el (gnus-score-orphans): Clean up.
+
+       * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
+
+       * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
+       later.
+
+       * gnus-start.el (gnus-close-all-servers): Find the right items to
+       close.
+
+       * qp.el (quoted-printable-decode-region): Just message
+       malformation; don't quit.
+
+2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+       From Gerd Moellmann <gerd@gnu.org>.
+
+       * gnus.el (gnus-interactive): A typo.
+
+2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
+       Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-util.el (gnus-delete-alist): Declare it as an alias of
+       `assq-delete-all', if that function exists; otherwise use the old
+       definition. Documentation changed to match the one in
+       `assq-delete-all'.
+
+2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-start.el (gnus-close-all-servers): New function.
+
+       * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
+       (gnus-server-remove-denials): Clean up.
+
+       * gnus-sum.el (gnus-summary-sort-by-original): New command and
        keystroke.
 
-       * gnus-art.el (gnus-mime-display-single): Don't insert a blank
-       line between parts.
+2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * message.el (message-remove-header): Go to end if wanted.
+       * message.el (message-send-news): Message where we are sending.
+       (message-send-mail): Ditto.
 
-1998-11-20  Karl Kleinpaste  <karl@justresearch.com>
+       * gnus.el (gnus-server-string): New function.
 
-       * gnus-art.el (gnus-mime-display-alternative): Avoid window
-       movement with save-window-excursion.
+       * gnus-sum.el (gnus-summary-up-thread): Doc fix.
 
-Fri Nov 20 03:50:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * mm-decode.el (mm-default-directory): Customized.
+       (mm-tmp-directory): Ditto.
 
-       * gnus-art.el (gnus-mime-inline-part): Use argument as charset.
+       * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
+       (gnus-get-newsgroup-headers): Return -1 for articles without Lines
+       or Chars.
+       (gnus-summary-line-format-alist): ?l is now a string.
+       (gnus-summary-prepare-threads): Output ? for unknown lines.
+       (gnus-summary-insert-line): Ditto.
+       (gnus-summary-print-article): Unbalanced parentheses.
 
-Fri Nov 20 03:37:53 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
+       out whether new stuff has arrived.
 
-       * mm-bodies.el (mm-decode-body): Remove buffer-file-coding-system.
+2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
 
-Fri Nov 20 01:20:38 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-sum.el: Let printing work on ttys on Emacs.
 
-       * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
-       gnus-newsgroup-coding-system.
-       (gnus-get-newsgroup-headers): Ditto.
-       (gnus-get-newsgroup-headers-xover): Ditto.
-       (gnus-set-global-variables): Ditto.
-       * gnus-art.el (article-decode-mime-words): Ditto.
-       (article-decode-charset): Ditto.
-       (article-decode-encoded-words): Ditto.
-       (article-de-quoted-unreadable): Ditto.
-       (gnus-mime-view-all-parts): Ditto.
-       (gnus-mime-externalize-part): Ditto.
-       (gnus-mm-display-part): Ditto.
-       (gnus-mime-display-alternative): Ditto.
-       (gnus-mime-display-single): Ditto.
-       * mm-view.el (mm-inline-text): Use default coding system.
+2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-Fri Nov 20 00:54:37 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
+       when forcing news.
 
-       * gnus-sum.el (gnus-newsgroup-coding-system-alist): New variable.
-       (gnus-newsgroup-iso-8859-1-forced-regexp): New variable.
-       (gnus-newsgroup-coding-system): New local variable.
-       (gnus-newsgroup-iso-8859-1-forced): New local variable.
-       (gnus-summary-local-variables): Add two new local variables.
-       (gnus-newsgroup-setup-coding-system): New function.
-       (gnus-select-newsgroup): Setup coding system.
-       * lpath.el: Add two new variables.
-       * mm-util.el (mm-charset-iso-8859-1-forced): New variable.
-       (mm-charset-to-coding-system): Use mm-charset-iso-8859-1-forced.
-       * gnus-cus.el (gnus-group-parameters): Customizable
-       iso-8859-1-forced.
+       * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
+       command.
 
-Fri Nov 20 05:30:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2001-03-31 01:04:54  Francis Litterio  <franl-removethis@world.omitthis.std.com>
 
-       * gnus.el: Pterodactyl Gnus v0.52 is released.
+       * message.el (message-set-auto-save-file-name): Don't use
+       asterisks under nt.
 
-1998-11-20 04:32:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * rfc2047.el (rfc2047-encode-message-header): Encode the default
-       encoding.
+       * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
+       lists of articles.
 
-       * gnus-art.el (gnus-mime-display-single): Insert buttons for
-       undisplayed text types.
+       * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
 
-       * mm-decode.el (mm-automatic-display-p): Only prefer inlinable
-       types.
+       * gnus-msg.el (gnus-put-message): Clean up.
+       (gnus-summary-reply): Mark all replied-to articles as replied to.
+       (gnus-inews-add-send-actions): Also mark as forwarded.
+       (gnus-summary-mail-forward): Mark as forwarded.
 
-1998-11-19  Felix Lee  <flee@cygnus.com>
+       * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
+       of articles.
+       (gnus-summary-mark-article-as-forwarded): Ditto.
 
-       * nntp.el (nntp-after-change-function-callback): recover from C-g.
+       * gnus-msg.el (gnus-summary-resend-message): Mark article as
+       forwarded.
+       (gnus-summary-mail-forward): Clean up.
 
-1998-11-19  Felix Lee  <flee@cygnus.com>
+       * gnus.el (gnus-article-mark-lists): Added forward.
 
-       * gnus-async.el (gnus-asynch-obarray): rename to
-       gnus-async-hashtb, and don't buffer-local it.
+       * gnus-sum.el (gnus-forwarded-mark): New variable.
+       (gnus-summary-prepare-threads): Use it.
+       (gnus-summary-update-secondary-mark): Ditto.
+       (gnus-newsgroup-forwarded): New variable.
 
-       (gnus-async-article-callback): new function.
-       (gnus-make-async-article-function): use it.
+2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       (gnus-async-current-prefetch-group): new var.
-       (gnus-async-current-prefetch-article): new var.
-       (gnus-async-request-fetched-article): are we fetching it already?
+       * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
+       (gnus-summary-very-wide-reply): New command and keystroke.
+       (gnus-summary-very-wide-reply-with-original): Ditto.
 
-       (gnus-async-delete-prefected-entry): s/prefected/prefetched/
+       * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
+       (gnus-score-adaptive): Use it.
 
-1998-11-20 02:49:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-start.el (gnus-get-unread-articles): Clean up.
 
-       * gnus-sum.el (gnus-summary-show-article): Require.
+2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * message.el: Provide before hooks.
-       (message-send-news): Do MIME before headers.
+       * nnultimate.el (nnultimate-retrieve-headers): Work for other
+       boards.
 
-       * gnus-art.el (gnus-article-check-buffer): New function.
-       (gnus-article-read-summary-keys): Use it.
+2001-03-21  Didier Verna  <didier@lrde.epita.fr>
 
-       * mm-decode.el (mm-user-automatic-display): Display all inline
-       images.
+       * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
+       * gnus-start.el (gnus-subscribe-newsgroup): use it.
 
-       * gnus-art.el (gnus-mime-display-single): Don't buttonize so
-       much.
-       (gnus-unbuttonized-mime-types): New variable.
+2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-1998-11-19 06:29:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * nnultimate.el (nnultimate-retrieve-headers): Understand
+       long-form month names.
 
-       * gnus-sum.el (gnus-inhibit-user-auto-expire): Changed to t.
+2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-decode.el (mm-quote-arg): Quote semicolons.
+       * gnus-sum.el (gnus-summary-show-all-headers):
+       gnus-article-show-all-headers is broken. Use
+       gnus-summary-toggle-header instead.
 
-       * gnus-art.el (gnus-mime-display-single): Don't display
-       attachments.
-       (gnus-mime-externalize-part): New command and keystroke.
+       * mml2015.el (mml2015-gpg-extract-from): No error.
 
-       * mm-decode.el (mm-dissect-buffer): Pass on the description info.
-       (mm-alternative-precedence): Changed order.
+2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+       From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
 
-1998-11-07 17:41:47  Simon Josefsson  <jas@pdc.kth.se>
+       * mml2015.el (mml2015-gpg-extract-from): New function.
+       (mml2015-gpg-verify): Use it.
+       (mml2015-gpg-clear-verify): Use it.
 
-       * gnus.el (gnus-method-simplify): New function.
-       (gnus-native-method-p): New function.
-       (gnus-secondary-method-p): Use gnus-method-equal.
+2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-start.el (gnus-group-change-level): Shorten select method.
+       * message.el (message-setup-fill-variables): Use
+       fill-paragraph-function.
+       (message-fill-paragraph): Take an argument.
+       (message-newline-and-reformat): Take another argument.
 
-Thu Nov 19 04:48:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.el: Pterodactyl Gnus v0.51 is released.
+       * message.el (rmail-output): It is in rmailout.el not rmail.el.
 
-1998-11-19 04:02:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.el: Applied patches from 5.6.45.
+       * message.el (message-forward): local-variable-p takes an extra
+       argument in XEmacs.
 
-       * gnus-score.el (gnus-score-find-trace): Print complete file
-       paths.
-       (gnus-score-find-trace): Truncate lines.
+2001-03-16  Simon Josefsson  <simon@josefsson.org>
 
-       * gnus.el (gnus-message-archive-group): Allow function.
+       * nnimap.el (nnimap-dont-use-nov-p): Renamed from
+       `nnimap-use-nov-p' (it really tested the negative).
+       (nnimap-retrieve-headers): Use it.
 
-       * message.el (message-encode-message-body): Remove Mime-Version
-       before inserting.
+2001-03-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-       * gnus-cus.el (gnus-group-customize): Optional topic.
+       * message.el (message-generate-headers-first): Update doc.
 
-       * gnus-sum.el (gnus-summary-customize-parameters): New command and
-       keystroke.
+2001-03-10  Matthias Wiehl <mwiehl@gmx.de>
 
-Wed Nov 18 13:46:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus.el (gnus-summary-line-format): Typo.
 
-       * message.el (message-encode-message-body): Rewrite.
+2001-03-11  Simon Josefsson  <simon@josefsson.org>
 
-1998-11-18 07:37:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * mailcap.el (mailcap-mime-data): Add application/sieve.
+       (mailcap-mime-extensions): Add .siv, .xls.
 
-       * mml.el (mml-base-boundary): New variable.
-       (mml-make-boundary): New function.
+2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+       From Christoph Conrad <christoph.conrad@gmx.de>
 
-       * gnus-cache.el (gnus-cache-coding-system): New variable.
-       (gnus-cache-request-article): Use it.
+       * gnus-score.el (gnus-summary-lower-thread): Typo.
 
-       * message.el (message-insert-mime-part): Delete duplicates.
+2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-Wed Nov 18 11:52:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * message.el (message-forward-decoded-p): New variable.
+       (message-forward-subject-author-subject): Use it.
+       (message-make-forward-subject): Use it.
+       (message-forward): Use it.
 
-       * gnus-art.el (gnus-mime-display-alternative): Set end of
-       multipart and display even when nothing is preferred.
+       * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
 
-Wed Nov 18 05:06:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
+       Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
 
-       * gnus.el: Pterodactyl Gnus v0.50 is released.
+;;Has been fixed -- zsh.
+;;2001-03-05  Dave Love  <fx@gnu.org>
+;;
+;;     * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
+;;     Move it after definition of mm-coding-system-p.
+;;
+2001-03-01  Dave Love  <fx@gnu.org>
 
-1998-11-18 04:42:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * mm-util.el (mm-inhibit-file-name-handlers): Add
+       image-file-handler.
 
-       * mm-decode.el (mm-inline-media-tests): Check that device-type is
-       fbound.
+2001-02-11  Dave Love  <fx@gnu.org>
 
-       * gnus-sum.el (gnus-summary-sort): Didn't do reverse.
+       * message.el (message-signature-file): Fix doc, :type.
 
-1998-11-07 23:39:48  Simon Josefsson  <jas@pdc.kth.se>
+2001-02-08  Dave Love  <fx@gnu.org>
 
-       * gnus.el (gnus-similar-server-opened): Compare backend.
+       * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
+       (message-posting-charset): Defvar when compiling again.
+       (rfc2047-encodable-p): Require message.
 
-1998-11-08 03:37:42  Simon Josefsson  <jas@pdc.kth.se>
+       * gnus-sum.el (gnus-alter-articles-to-read-function):
+       * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
 
-       * gnus-topic.el (gnus-topic-expire-articles): New function.
-       (gnus-topic-mode-map): Bind it.
+2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.texi (Topic Commands): New expiry command. Reordered.
+       * nnrss.el: New file.
 
-1998-11-10  Miles Bader  <miles@ccs.mt.nec.co.jp>
+2001-03-08 02:41:36  Katsumi Yamaoka <yamaoka@jpl.org>
+       Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el
-       (gnus-auto-expirable-marks): New variable.
-       (gnus-inhibit-user-auto-expire): New variable.
-       (gnus-summary-mark-article-as-read, gnus-summary-mark-article):
-       When looking to see if we should expire instead, check
-       gnus-auto-expirable-marks instead of using a hard-wired list.
-       (gnus-summary-mark-as-read-forward,
-       gnus-summary-mark-as-read-backward):
-       Pass gnus-inhibit-user-auto-expire for the no-expire argument to
-       gnus-summary-mark-forward, instead of `t'.
+       * rfc2047.el (rfc2047-unfold-region): Fix arg of
+       `skip-chars-forward'.
 
-1998-11-18 03:30:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mml.el (mml-compute-boundary): New function.
-       (mml-compute-boundary-1): New function.
-       (mml-generate-mime-1): Use it.
+       * nndraft.el (nndraft-request-group): Restore auto save files if
+       the original files do not exist.
 
-1998-11-18  Hrvoje Niksic  <hniksic@srce.hr>
+2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mml.el (mml-generate-mime-1): Always precede closing boundary
-       with newline.
+       * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
+       SCORE paths.
 
-1998-11-18 02:36:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * mm-decode.el (mm-dissect-buffer): Call
+       mail-extract-address-components only if necessary.
 
-       * mml.el (mml-generate-mime-1): Do right boundaries when several
-       multiparts.
+2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-decode.el (mm-user-automatic-display): Default to inline
-       jpeg.
+       * gnus-score.el (gnus-score-find-bnews): Maybe there is no
+       directory part.
+       (gnus-score-search-global-directories): Use file-directory-p.
 
-       * mml.el (mml-generate-mime-1): Encode non-text parts.
+       * gnus-score.el (gnus-score-score-files-1): Use
+       gnus-kill-files-directory.
+       From Adrian Aichner <adrian@xemacs.org>.
 
-Wed Nov 18 02:22:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.el: Pterodactyl Gnus v0.49 is released.
+       * gnus.el (charset): Move here from gnus-sum.el.
 
-1998-11-18 00:37:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-view.el (mm-inline-text): Require w3-vars.
+       * mml.el (mml-preview): Disable local map.
 
-       * gnus-setup.el (gnus-use-tm): Removed.
+       * gnus-sum.el (gnus-summary-make-menu-bar): Make
+       gnus-article-post-menu here.
 
-       * gnus-art.el (gnus-article-goto-part): Don't beep.
-       (gnus-article-view-part): Check return value.
-       (gnus-mime-display-alternative): Don't display when there is
-       nothing to display.
+       * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
+       if it has not been made.
 
-       * mml.el (mml-generate-mime-1): Don't use a unibyte buffer.
-       (mml-generate-mime-1): Use unibyte for binaries.
+2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-display-mime): Call
-       gnus-article-mime-part-function.
-       (gnus-mime-part-function): New function.
-       (gnus-article-mime-part-function): New function.
+       * gnus-art.el (gnus-article-describe-key): Map key to event.
+       (gnus-article-describe-key-briefly): Ditto
 
-       * mml.el (mml-generate-mime-1): Don't insert so many newlines.
+2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-11-16 06:44:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
 
-       * mml.el (mml-generate-mime-1): Do it in unibyte buffers.
+2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+       From Katsumi Yamaoka <yamaoka@jpl.org>.
 
-       * message.el (message-font-lock-keywords): Highlight MML.
-       (message-mml-face): New font.
+       * dgnushack.el (coerce, merge, subseq): defmacro.
 
-Mon Nov 16 23:34:12 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-display-mime): Clean up even when no handles.
-       (gnus-mm-display-part): Do not select-window if the article window
-       is not found.
+       * lpath.el (nndraft-request-group): Move it here from nndraft.el.
+       A fake defalias in nndraft.el results a not-activated bug in
+       uncompiled versions.
 
-Mon Nov 16 02:26:40 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
+       Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el (gnus-summary-move-article): Use no-encode for B m.
+       * gnus-util.el (gnus-split-references): Handle malformed References:.
 
-Mon Nov 16 02:00:05 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.el: Pterodactyl Gnus v0.48 is released.
+       * gnus-art.el (gnus-article-mime-part-status): 1 part.
 
-1998-11-15 23:18:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+       From NAGY Andras <nagya@inf.elte.hu>.
 
-       * mm-bodies.el (mm-encode-body): Disbabled for nonmule.
+       * gnus.el (gnus-parameters): Typo.
 
-       * mm-util.el (mm-find-charset-region): Bogus change for non-Mule.
+2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * message.el (message-cite-original-without-signature): Ditto.
-       (message-cite-original): Quote parts.
+       * gnus.el (gnus-read-method): Remove redundancy.
 
-Sun Nov 15 22:01:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.el: Pterodactyl Gnus v0.47 is released.
+       * nnslashdot.el (nnslashdot-backslash-url): New variable.
+       (nnslashdot-request-list): Use it.
 
-1998-11-15 20:11:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * message.el (message-encode-message-body): Insert MIME warning.
+       * nnml.el (nnml-generate-active-info): Fix the case when there is
+       no file.
 
-       * mml.el (mml-read-tag): Look for #tag.
+       * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
+       (gnus-summary-create-article): New function.
 
-       * mm-util.el (mm-find-charset-region): Check whether
-       enable-multibyte-characters is bound.
+       * gnus-group.el (gnus-group-mark-article-read): New function.
 
-Sun Nov 15 02:01:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * gnus-msg.el (gnus-inews-do-gcc): Use it.
 
-       * gnus.el: Pterodactyl Gnus v0.46 is released.
+       * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
 
-1998-11-15 01:54:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * message.el (message-encode-message-body): Insert headers at the
-       right spot.
+       * gnus-art.el (gnus-article-edit-done): Don't use
+       gnus-article-edit-exit.
+       (gnus-article-edit-exit): Confirm and insert original-article-buffer.
 
-Sun Nov 15 01:13:41 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * gnus.el (gnus-parameters): New variable.
+       Suggested by NAGY Andras <nagya@inf.elte.hu>.
+       (gnus-parameters-get-parameter): New function.
+       (gnus-group-find-parameter): Use it.
 
-       * gnus.el: Pterodactyl Gnus v0.45 is released.
+2001-02-23  Simon Josefsson  <simon@josefsson.org>
 
-1998-11-15 00:28:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-msg.el (gnus-post-method): Fix documentation to reflect
+       change of default value to `current'.
 
-       * nndraft.el (nndraft-save-mime-part): Removed.
-       (nndraft-get-mime-part): Ditto.
+2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * message.el (message-format-mime-old): Removed.
-       (message-encode-message-body): Removed.
-       (message-encode-message-body): Renamed.
+       * nneething.el (nneething-get-head): Insert unreadable file too.
 
-1998-11-14 18:27:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el (gnus-get-newsgroup-headers): Translate \r's.
+       * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
 
-       * message.el (message-format-mime): Check message-mime-part.
+       * webmail.el (webmail-type-definition): Deja is bought by google.
 
-       * mm-encode.el (mm-mime-file-types): Removed.
-       (mm-default-file-encoding): New definition.
+2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-Sat Nov 14 01:29:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-sum.el (gnus-fetch-headers): New function.
+       (gnus-select-newsgroup): Use it.
+       (gnus-summary-insert-articles): New function.
+       (gnus-summary-insert-old-articles): New function.
+       (gnus-summary-insert-new-articles): New function.
 
-       * mm-view.el (mm-inline-image): Use mm-insert-inline.
-       * gnus-art.el (gnus-mm-display-part): Go to correct position.
+       * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
+       (gnus-group-list-active): Ditto.
+       * gnus-sum.el (gnus-set-mode-line): Ditto.
+       (gnus-summary-read-group-1): Ditto.
 
-Sat Nov 14 05:47:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.el: Pterodactyl Gnus v0.44 is released.
+       * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
+       current topic.
 
-1998-11-14 03:59:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * message.el (message-format-mime): New function.
+       * smiley.el (gnus-smiley-display): Don't do widening.
 
-       * nndraft.el (nndraft-save-mime-part): New function.
-       (nndraft-get-mime-part): New function.
+       * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
+       within body.
 
-       * mm-encode.el (mm-default-file-encoding): New function.
-       (mm-content-transfer-encoding): New function.
-       (mm-encode-buffer): New function.
+       * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
 
-       * message.el: New command.
-       (message-mime-part): New variable.
-       (message-insert-mime-part): New command.
+       * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
+       New variable.
+       (gnus-mime-display-multipart-related-as-mixed): New variable.
+       (gnus-mime-display-part): Use them.
 
-       * mm-encode.el (mm-encode-content-transfer-encoding): New
-       function.
+2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-util.el (mm-content-transfer-encoding-defaults): New
-       variable.
-       (mm-mime-file-types): Taken from TM.
+       * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
+       something special.
 
-Sat Nov 14 01:51:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.el: Pterodactyl Gnus v0.43 is released.
+       * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
+       (nnweb-request-article): Call reference if exists.
+       (nnweb-type-definition): Dejanews is bought by google.com.
+       Beta!
 
-1998-11-07  Karl Kleinpaste  <karl@jprc.com>
+2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-cus.el (gnus-score-customize): Add "Extra" element.
-       * gnus-score.el (gnus-score-default-header): Ditto.
-       (gnus-header-index): Ditto.
-       (gnus-summary-increase-score): Ditto, & process "extra" requests.
-       (gnus-summary-header): Handle extra headers.
-       (gnus-summary-score-entry): Ditto, & provide new score element.
-       (gnus-summary-score-effect): Ditto.
-       (gnus-score-string): Avoid "extra" string sort, & modify match in
-       "extra" case.
-       * gnus-sum.el (gnus-make-score-map): Add "extra" element.
+       * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
 
-1998-11-13 20:30:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-02-19  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-       * message.el (message-resend): Bind message-required-mail-headers
-       to nil.
+       * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
+       gnus-article-sort-functions.
+       (gnus-article-sort-functions): Doc fix.  Refer to
+       gnus-thread-sort-functions.
 
-       * mm-view.el (mm-inline-text): Bind w3-strict-width.
+2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+       From Paul Jarc <prj@po.cwru.edu>.
 
-       * nngateway.el (require): Require cl.
+       * message.el (message-get-reply-headers): More fixes.
 
-       * gnus-art.el (gnus-button-alist): Exclude more chars from news:
-       things.
+2001-02-17  Paul Jarc <prj@po.cwru.edu>
+       Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-Wed Nov 11 02:15:06 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * message.el (message-get-reply-headers): Fix bug with
+       Mail-Followup-To/to-address interaction.
 
-       * gnus-agent.el (gnus-agent-fetch-headers): Create directory even
-       when no articles.
+2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-11-13 19:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-msg.el (gnus-configure-posting-styles): Match header in
+       gnus-article-copy.
 
-       * message.el (message-ignored-resent-headers): Remove X-Gnus.
+2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-11-10  Colin Rafferty  <colin@xemacs.org>
+       * message.el (message-do-send-housekeeping): Rename to a better
+       name.
 
-       * gnus-sum.el (gnus-ignored-from-addresses): Only quote
-       user-mail-address if non-nil.
+2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-11-13 18:50:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * message.el (message-cancel-news): Check article first, then ask
+       yes or no.
 
-       * gnus-util.el (gnus-make-sort-function): Do `reverse'.
-       (gnus-make-sort-function-1): Ditto.
+2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-mm-display-part): Switch to mm in right
-       window.
+       * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
 
-1998-11-12 22:31:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-util.el (mm-with-unibyte-buffer): Ditto.
+       * gnus-range.el (gnus-range-normalize): New function.
 
-       * binhex.el (binhex-decode-region): Quote.
+2001-02-15  NAGY Andras <nagya@inf.elte.hu>
 
-1998-11-10 05:32:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
 
-       * gnus-art.el (article-decode-charset): Don't downcase charset.
+2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el (gnus-get-newsgroup-headers-xover): Translate CR's.
+       * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
 
-Sun Nov  8 23:17:24 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * nnagent.el (nnagent-request-regenerate): New function.
 
-       * gnus.el: Pterodactyl Gnus v0.42 is released.
+       * nnfolder.el (nnfolder-request-regenerate): New deffoo.
 
-Sun Nov  8 02:36:33 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * nnml.el (nnml-generate-nov-databases): Accept argument
+       server. Don't open server if it is opened.
+       (nnml-request-regenerate): Use it. Change to deffoo.
 
-       * gnus-art.el (gnus-display-mime): Add id for alternative part.
+2001-02-14  Katsumi Yamaoka <yamaoka@jpl.org>
+       Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-11-08 02:24:47  Simon Josefsson  <jas@pdc.kth.se>
+       * gnus.el (gnus-define-group-parameter): Fix.
 
-       * nntp.el (nntp-send-mode-reader): Revert.
+2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-Sun Nov  8 00:45:13 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus.el (gnus-define-group-parameter): Improved.
 
-       * gnus-agent.el (gnus-agent-fetch-articles): Use with-temp-buffer.
+       * gnus-sum.el (charset): Define parameter.
+       (ignored-charsets): Ditto.
+       (gnus-summary-setup-default-charset): Use them.
 
-Sat Nov  7 23:07:24 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-start.el (gnus-read-descriptions-file): Use them.
 
-       * message.el (message-make-date): Fix for negative time zones.
+       * gnus-cus.el (gnus-group-parameters): Remove them.
 
-Sun Nov  8 01:00:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.el: Pterodactyl Gnus v0.41 is released.
+       * gnus-sum.el (gnus-summary-print-article): Redo highlight.
 
-1998-11-08 00:52:38  Hrvoje Niksic  <hniksic@srce.hr>
+2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-decode.el (mm-dissect-multipart): Quote regexp.
+       * gnus-sum.el (gnus-summary-read-group-1): Remove
+       gnus-summary-set-local-parameters.
+       (gnus-summary-setup-buffer): Put it here.
 
-1998-10-29  Sudish Joseph  <sj@eng.mindspring.net>
+2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.el (gnus-short-group-name): When shortening foreign select
-       methods, do not scan for plusses beyond the first colon.
+       * gnus.el (to-address): Define parameter.
+       (to-list): Ditto.
+       * gnus-art.el (article-hide-boring-headers): Use them.
+       * gnus-msg.el (gnus-post-news): Ditto.
+       * gnus-cus.el (gnus-group-parameters): Remove them.
 
-1998-11-07  Mike McEwan  <mike@lotusland.demon.co.uk>
+2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-agent.el (gnus-agent-save-group-info): Cater for group info
-       lines where `group' is the last thing on the line.
+       * gnus-draft.el (gnus-draft-reminder): New function.
 
-1998-11-08 00:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-art.el (gnus-sender-save-name): New function.
 
-       * gnus-art.el (gnus-article-view-part): Do alternative.
-       (gnus-mime-display-alternative): Insert marker.
+2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-11-07 14:33:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * mm-util.el (mm-mime-charset): Error message.
 
-       * mm-decode.el (mm-dissect-multipart): Quote regexp.
+2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnmail.el (nnmail-expired-article-p): Protect against bogus
-       dates.
+       * message.el (message-check-news-body-syntax): Don't check mml lines.
 
-       * gnus-cus.el (gnus-topic): Required.
+2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnheader.el (nnheader-parse-nov): Parse extra.
-       (nnheader-nov-parse-extra): New macro.
+       * gnus-topic.el (gnus-subscribe-topics): Return nil if not
+       subscribe.
 
-1998-10-31 12:33:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-start.el (gnus-call-subscribe-functions): New function.
+       (gnus-find-new-newsgroups): Use it.
+       (gnus-ask-server-for-new-groups): Use it.
+       (gnus-check-first-time-used): Use it.
+       (gnus-subscribe-newsgroup-method): Grok a list of functions.
+       (gnus-subscribe-options-newsgroup-method): Ditto.
+       (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
+       return .
 
-       * gnus-art.el (gnus-article-view-part): Internal move.
+2001-02-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-1998-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
+       * gnus-cus.el (gnus-score-customize): Doc fix.
 
-       * gnus-cus-new.el (gnus-custom-topic): New free variable.
-       (gnus-group-customize): Support editing topic parameters.
+2001-02-11  Jesper Harder <harder@ifa.au.dk>
 
-1998-10-29 12:09:20  Karl Kleinpaste  <karl@jprc.com>
+       * dgnushack.el (my-getenv): Typo.
 
-       * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Add
-       indicators.
+2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-10-29 11:31:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
 
-       * gnus-art.el (gnus-mm-display-part): Return.
-       (gnus-article-view-part): Only go if external.
-       (gnus-article-dumbquotes-map): Do 205.
+2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-decode.el (mm-display-part): Return what was done.
+       * gnus-group.el (gnus-group-suspend): Offer save summaries.
 
-       * message.el (message-buffer-naming-style): New variable.
-       (message-generate-new-buffers): Extended.
-       (message-buffer-naming-style): Removed.
-       (message-buffer-name): Use it.
-       (message-do-send-housekeeping): Rename new styling.
+       * gnus-art.el (gnus-treat-leading-whitespace): New variable.
+       (gnus-treatment-function-alist): Use it.
+       (article-remove-leading-whitespace): New function.
+       (gnus-article-make-menu-bar): Use it.
 
-       * gnus-sum.el (gnus-summary-recenter): Allow
-       gnus-auto-center-summary to be a number.
+       * gnus-sum.el (gnus-summary-wash-empty-map): Add
+       remove-leading-whitespace.
+       (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
+       because of conflict.
 
-Wed Nov  4 02:24:39 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * pop3.el (pop3-open-server): Use "binary" instead of
-       "no-conversion".
+       * Makefile.in: Hack generating gnus-load.el.
+       * dgnushack.el: Ditto.
+       * gnus-load.el: Remove it.
 
-Sun Nov  1 01:26:42 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-srvr.el (gnus-browse-foreign-server): Set
-       gnus-browse-current-method to the result of gnus-server-to-method.
+       * dgnushack.el : Add URLDIR.
 
-Thu Oct 29 01:47:44 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * Makefile.in (EMACS_COMP): Ditto.
 
-       * gnus-util.el (gnus-pull): Another optional argument.
-       * nnweb.el (nnweb-request-delete-group): Delete from
-       nnweb-group-alist and update active file.
+2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-Thu Oct 29 01:05:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-cus.el (gnus-score-customize): Error on no score file.
 
-       * gnus-group.el (gnus-group-make-group): Accept group of new
-       method.
+2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-Wed Oct 28 02:19:16 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * mm-decode.el (mm-merge-handles): New function.
 
-       * gnus-agent.el (gnus-agent-fetch-group-1): Update dribble.
+       * mm-view.el (mm-inline-message): Use it.
+       (mm-view-message): Ditto.
 
-Tue Oct 27 11:59:31 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * mm-partial.el (mm-inline-partial): Ditto.
 
-       * mm-view.el (mm-inline-text): Postion of html portion.
+       * mm-extern.el (mm-inline-external-body): Ditto.
 
-1998-10-29 10:26:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-art.el (gnus-mime-view-part): Ditto.
+       (gnus-mime-view-part-as-type): Ditto.
+       (gnus-mime-save-part-and-strip): Prevent users to strip in some
+       cases.
 
-       * nntp.el (nntp-list-active-group): Waited for short strings.
-       (nntp-send-mode-reader): Ditto.
-       (nntp-open-connection): Ditto.
+2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-int.el (gnus-request-group-articles): New function.
+       * message.el (message-cancel-news): Allow to shoot foot.
+       (message-supersede): Ditto.
 
-       * nntp.el (nntp-request-listgroup): New function.
-       (nntp-request-group-articles): Renamed.
+2001-02-08  Tommi Vainikainen <thv@iki.fi>
 
-1998-10-27 10:37:52  Karl Kleinpaste  <karl@jprc.com>
+       * gnus-sum.el (gnus-simplify-subject-re): Use
+       message-subject-re-regexp.
 
-       * nnheader.el (nnheader-parse-nov): Supply extra.
+2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-10-26 23:03:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * nnmail.el (nnmail-expiry-target-group): Bind
+       nnmail-cache-accepted-message-ids to nil.
 
-       * gnus-art.el (gnus-button-push): Don't go to
-       gnus-article-buffer.
+       * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
+       coding system.
 
-       * mm-view.el (mm-inline-image): Add a newline.
+2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-start.el (gnus-check-first-time-used): Check more.
+       * qp.el (quoted-printable-encode-region): Make sure characters are
+       between 00 and FF.  Don't check charset.
 
-1998-10-26 23:03:29  Francois Felix Ingrand  <felix@laas.fr>
+       * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
+       in Emacs 20.
+       * rfc2047.el (rfc2047-q-encode-region): Ditto.
 
-       * gnus-start.el (gnus-check-first-time-used): Check current.
+2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-10-26 22:07:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * message.el (message-make-forward-subject): Argument decoded.
+       (message-forward): Use it when digest.
 
-       * mm-util.el (mm-find-charset-region): New function.
+       * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
+       buffer.
 
-       * ietf-drums.el (ietf-drums-narrow-to-header): Work when no header.
+2001-02-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-       * gnus-art.el (gnus-mime-button-menu): Fix.
+       * message.el (message-generate-headers-first): Doc fix.
 
-1998-10-26 22:07:43  Michael Welsh Duggan  <md5i@cs.cmu.edu>
+2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-mime-button-menu): New definition.
+       * gnus-art.el (article-make-date-line): Error proof.
 
-1998-10-26 01:46:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (article-decode-charset): Downcase charset.
-       (article-decode-charset): Pass on type.
-       (article-decode-charset): Check nil charsets.
-       (article-remove-cr): Translate CR to LF.
-       (gnus-ignored-mime-types): Default to nil.
+       * gnus-group.el (gnus-group-listing-limit): New variable.
+       (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
 
-       * nnheader.el (nnheader-insert-nov): Work when not Xref.
+       * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
 
-       * gnus-sum.el (gnus-ignored-from-addresses): Default to
-       user-mail-address.
-       (gnus-nov-parse-extra): Didn't return right thing.
+2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-10-25 23:25:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * message.el (message-newline-and-reformat): Special case for
+       breaking at BOL.
 
-       * gnus-xmas.el: Use compiled-function-p.
+2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-Mon Oct 26 14:37:19 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
+       message/rfc822.
 
-       * mm-decode.el (mm-copy-Yo-buffer): Make it works when no header.
+2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-Sun Oct 25 23:11:44 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * message.el (message-encode-message-body): Don't insert
+       Content-Type if it is inside a mail.
 
-       * gnus.el: Pterodactyl Gnus v0.40 is released.
+2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-10-25 21:41:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-xmas.el (gnus-xmas-article-menu-add): Add
+       gnus-article-commands-menu.
 
-       * gnus-sum.el (gnus-summary-mark-forward): Show thread.
+       * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
+       in Emacs.
 
-       * gnus-start.el (gnus-check-first-time-used): Ignore dribble.
+       * gnus-start.el (gnus-read-descriptions-file): Use
+       gnus-group-name-charset and gnus-group-charset-alist.
 
-       * gnus-agent.el (gnus-agent-fetch-group-1): Bind name.
+2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnml.el (nnml-possibly-create-directory): Check before making.
+       * gnus-sum.el (gnus-summary-mark-as-processable): Understand
+       active region.
 
-1998-10-25 19:43:08  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+       * gnus-start.el (gnus-group-change-level): Remove from both
+       gnus-zombie-list and gnus-killed-list.
 
-       * nnheader.el (nnheader-insert-nov): Don't infloop.
+2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-10-25 19:26:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
+       gnus-subscribe-topics.
 
-       * gnus-sum.el (gnus-set-mode-line): Check that the spec has been
-       set up.
+       * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
 
-1998-10-25 19:22:03  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
+2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nneething.el (nneething-file-name): New definition.
+       * gnus-art.el (gnus-article-make-menu-bar): Make
+       gnus-article-post-menu.
 
-1998-10-25 17:56:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
 
-       * gnus-art.el (gnus-treatment-function-alist): Fix.
-       (gnus-summary-save-in-rmail): Use gnus-output-to-rmail.
+       * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
 
-       * nndoc.el (nndoc-dissect-mime-parts-sub): Recognize first part.
+       * gnus-group.el (gnus-group-make-menu-bar): Ditto.
 
-Sun Oct 25 06:23:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * message.el (message-mode-menu): Ditto.
 
-       * gnus.el: Pterodactyl Gnus v0.39 is released.
+       * gnus-art.el (defvar): eval-when-compile.
 
-1998-10-25 00:34:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-ignored-mime-types): New variable.
-       (gnus-mime-display-single): Use it.
-       (gnus-treatment-function-alist): New variable.
+       * gnus-agent.el (gnus-agentize): Fix doc.
 
-       * gnus.el (gnus-mime): New group.
+2001-02-02  Karl Kleinpaste <karl@charcoal.com>
 
-       * gnus-art.el (gnus-mime-display-alternative): Don't destroy
-       things for other parts.
-       (gnus-mime-display-alternative): Place point.
+       * mml.el (mml-preview): Bind `q'.
 
-       * gnus.el: autoload gnus-uu-post-news.
+2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mailcap.el (mailcap-mailcap-entry-passes-test): Also check
-       needsterm/DISPLAY.
+       * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
 
-       * mm-decode.el (mm-display-part): Default to inline text/.*
-       parts.
+2001-01-31  Dave Love  <fx@gnu.org>
 
-       * mm-bodies.el (mm-decode-content-transfer-encoding): Default to
-       8bit.
+       * mm-util.el (mm-mime-mule-charset-alist)
+       (mm-find-mime-charset-region): Consider mule-utf-8.
 
-       * gnus-art.el (gnus-mime-copy-part): Use normal-mode.
-       (gnus-mime-display-single): Inline all text parts.
-       (gnus-article-narrow-to-signature): Removed mime:: stubs.
+2001-01-31  Dave Love  <fx@gnu.org>
 
-1998-10-24 21:38:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-art.el (gnus-article-x-face-command)
+       (gnus-treat-display-xface, gnus-treat-display-smileys): Add
+       :version.
 
-       * nnml.el (nnml-possibly-create-directory): Rewrite.
-       (nnml-request-create-group): Change to right server.
+2001-01-26  Dave Love  <fx@gnu.org>
 
-       * gnus-xmas.el (gnus-xmas-define): Use byte-code-function-p.
+       * mm-util.el (mm-multibyte-string-p): New.
 
-       * gnus-sum.el (gnus-set-mode-line): Use truncate-string-to-width.
+;;     * qp.el: Remove un-logged bogus changes from 2000-12-20.
+;;     (quoted-printable-encode-region): Doc fix.  Don't call
+;;     string-as-multibyte on class.  Clarify line-folding.
+       (quoted-printable-encode-string): Make temp buffer inherit
+       string's multibyteness.
 
-       * gnus.el: rmail-output-to-rmail-file autoload.
+2001-01-23  Gerd Moellmann  <gerd@gnu.org>
 
-       * gnus-util.el (gnus-output-to-rmail): Didn't work if not in
-       Gnus.
+       * nnheader.el (toplevel): Don't require `gnus-util' at
+       compile-time; this creates a circular dependency, and prevents
+       a bootstrap.
 
-       * nnheader.el (nnheader-parse-head): Checked wrong variable.
+2001-01-22  Andreas Schwab  <schwab@suse.de>
 
-       * gnus-sum.el (gnus-summary-update-mark): Ignore nil'd marks.
+       * nnheader.el (gnus-delete-line): Autoload it as a macro.
 
-Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-mime-display-mixed): Multipart in
-       mixed part.
+       * nnmail.el (nnmail-remove-list-identifiers): Use consp.
 
-Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-art.el (article-hide-list-identifiers): Ditto.
 
-       * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
+       * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
 
-       * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
+2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
 
-       * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
+       * gnus-art.el (article-hide-list-identifiers): Similar.
 
-1998-10-24 20:51:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-01-31  Karl Kleinpaste <karl@charcoal.com>
 
-       * gnus-sum.el (gnus-valid-move-group-p): Make sure group has a
-       value.
+       * nnmail.el (nnmail-remove-list-identifiers): Improved.
 
-       * gnus-art.el (gnus-article-hidden-text-p): Return nil when not
-       hidden.
+2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-spec.el (gnus-update-format-specifications): Use the
-       article mode line spec.
+       * gnus-score.el (gnus-summary-score-entry): match may be an integer.
 
-       * gnus-art.el (gnus-insert-mime-button): Put right type.
-       (gnus-insert-prev-page-button): Ditto.
-       (gnus-insert-next-page-button): Dutti.
+2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * pop3.el: New version installed.
+       * gnus-util.el (gnus-string-equal): New function.
 
-Sat Oct 24 16:48:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-art.el (article-hide-boring-headers): Use it.
 
-       * mm-uu.el (mm-uu-dissect): Delete the begining spurious newline
-       and display last part.
+2001-01-27  Karl Kleinpaste <karl@charcoal.com>
 
-Sat Oct 24 20:31:55 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
 
-       * gnus.el: Pterodactyl Gnus v0.38 is released.
+2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-10-24 07:54:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-msg.el (gnus-msg-mail): Support switch-action.
 
-       * gnus-art.el (article-mime-decode-quoted-printable-buffer):
-       Removed.
-       (article-de-quoted-unreadable): Narrow to default.
+2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * qp.el (quoted-printable-encode-region): Encode before QP-ing.
+       * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
+       command if there is not last-saver.
 
-       * gnus-art.el (article-decode-charset): Decode even when broken
-       MIME.
+2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Return
-       name.
+       * nntp.el (nntp-open-connection): 201 is possible.
 
-       * gnus-msg.el (gnus-copy-article-buffer): Delete headers.
+2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-cache.el (gnus-cache-possibly-enter-article): Use
-       nnheader.
+       * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
+       (rfc2047-charset-encoding-alist): Add big5.
 
-       * nnmail.el (nnmail-extra-headers): New variable.
+2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnheader.el (nnheader-insert-nov): Insert extra.
+       * gnus-agent.el (gnus-agent-add-server): Redraw the line.
+       (gnus-agent-remove-server): Ditto.
+       (autoload): gnus-server-update-server.
 
-       * gnus.el (gnus-summary-line-format): Doc fix.
+       * gnus-srvr.el (gnus-server-line-format): Add %a.
+       (gnus-server-line-format-alist): Add gnus-tmp-agent.
+       (gnus-server-insert-server-line): Use it.
 
-       * gnus-sum.el (gnus-get-newsgroup-headers): Parse extra.
-       (gnus-nov-parse-line): Ditto.
-       (gnus-nov-parse-extra): New macro.
-       (gnus-header): New function.
-       (gnus-update-summary-mark-positions): Change.
-       (gnus-ignored-from-addresses): New variable.
-       (gnus-summary-insert-from-or-to): New function.
+2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.el (gnus-extra-headers): New variable.
+       * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
+       GB2312 and Big5.
 
-       * nnheader.el (make-mail-header): Expand.
-       (mail-header-extra): New macro.
-       (mail-header-set-extra): Ditto.
-       (make-full-mail-header): Expand.
+2001-01-24  Simon Josefsson  <sj@extundo.com>
 
-Sat Oct 24 07:41:42 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * mail-source.el (mail-sources): Add :program specifier to IMAP
+       mail source.
+       (mail-source-fetch-imap): Map :program to `imap-shell-program'.
 
-       * gnus.el: Pterodactyl Gnus v0.37 is released.
+2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-10-24 07:29:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
 
-       * mm-bodies.el (mm-decode-body): Check for multibyticity.
+2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * mm-util.el (mm-enable-multibyte): Don't always switch multibyte
-       on.
+       * nntp.el (nntp-wait-for): Return the success code.
+       (nntp-open-connection): Use it.
 
-1998-10-22  Didier Verna  <verna@inf.enst.fr>
+2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-spec.el (gnus-balloon-face-function): new function
-       (gnus-parse-format): understand the %< %> specifiers
-       (gnus-parse-complex-format): ditto.
+       * gnus-int.el (gnus-check-server): Allow breaking the opening.
 
-1998-10-24 06:31:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.el: Changed following-char to char-after throughout.
+       * gnus-sum.el (gnus-summary-print-article): Remove process mark.
 
-1998-10-22 04:05:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-decode.el (mm-display-external): Protect more and message.
+       * gnus-sum.el (gnus-summary-print-article): Take one prefix
+       argument. Allow to print several articles in one file.
 
-Wed Oct 21 03:26:30 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-xmas.el (gnus-xmas-article-push-button): Go to the
-       position.
+       * webmail.el (webmail-type-definition): netaddress changes.
 
-Tue Oct 20 23:37:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-mime-display-mixed): Multipart in
-       mixed part.
+       * gnus.el: Fix copyright. Remove trailing spaces.
 
-Tue Oct 20 23:36:43 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * message.el (message-forward): Use mule4.
 
-       * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
+2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
+       * mm-util.el (mm-string-as-unibyte): New function.
 
-Tue Oct 20 16:22:51 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * message.el (message-forward): Use it.
 
-       * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
+2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-10-21  Hrvoje Niksic  <hniksic@srce.hr>
+       * message.el (message-cite-original-without-signature): Don't peel
+       off the blank line.
+       (message-get-reply-headers): Add Cc if it is not in follow-to.
 
-       * mailcap.el (mailcap-save-binary-file): Use unwind-protect.
+2001-01-20  Simon Josefsson  <sj@extundo.com>
 
-       * mm-decode.el (mm-display-external): Set undisplayer to mm
-       buffer, not the current buffer; use unwind-protect.
+       * mm-decode.el (mm-handle-multipart-from): Add.
+       (mm-dissect-buffer): Save From: header value.
+       (mm-security-from): Remove.
+       (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
 
-1998-10-21 00:07:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
+       instead of `mml-security-from'.  Protect null from value.
 
-       * gnus-sum.el (gnus-summary-exit): Destroy parts.
-       (gnus-summary-exit-no-update): Ditto.
+2001-01-20  Simon Josefsson  <sj@extundo.com>
 
-1998-10-20 22:02:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * mailcap.el (mailcap-mime-data): Run `gnumeric' on
+       application/vnd.ms-excel attachments.
 
-       * mm-decode.el (mm-inline-media-tests): Look for w3.
+2001-01-19  Simon Josefsson  <sj@extundo.com>
 
-       * mailcap.el (mailcap-mime-data): Inline html.
+       * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
 
-Tue Oct 20 20:25:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.el: Pterodactyl Gnus v0.36 is released.
+       * message.el (message-ignored-mail-headers): Ditto.
 
-1998-10-20 18:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-01-19  Simon Josefsson  <sj@extundo.com>
 
-       * gnus-art.el (article-translate-strings):
-       (gnus-article-dumbquotes-map): Don't dot.
+       * message.el (message-ignored-news-headers): Only search beginning
+       of line.
 
-       * pop3.el (pop3-open-server): Set point right.
+2001-01-19  Alberto Lusiani <a.lusiani@noemail.org>
 
-       * mm-decode.el (mm-dissect-multipart): Dissect hierarchically.
-       (mm-dissect-buffer): Ditto.
-       (mm-destroy-part): Ignore non-handles.
-       (mm-remove-part): Ditto.
-       (mm-destroy-parts): New function.
-       (mm-remove-parts): Ditto.
+       * message.el (message-send-mail): Content-Type may not be there.
 
-       * gnus-art.el (gnus-mm-display-part): Don't move point.
+2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-Tue Oct 20 02:16:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
+       * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
 
-       * mm-uu.el : New file.
+       * gnus-art.el (article-display-x-face): Insert X-Face if there is
+       not.
 
-       * gnus-art.el (gnus-display-mime): Dissect uu stuffs.
+2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-bodies.el (mm-decode-content-transfer-encoding): Encoding as
-       a function.
+       * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
+       non-native groups.
 
-1998-10-20 00:35:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-decode.el (mm-display-external): Check before selecting.
+       * message.el (message-yank-original): Understand
+       universal-argument.
 
-Sat Sep 26 02:03:00 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el (gnus-multi-decode-encoded-word-string): Rewrite.
+       * gnus-art.el (gnus-boring-article-headers): Add to-address.
+       (article-hide-boring-headers): Ditto.
 
-       * gnus-sum.el (gnus-decode-encoded-word-methods): New variable.
+       * mm-view.el (mm-inline-message): Insert a newline unless bolp.
 
-       * gnus-sum.el (gnus-decode-encoded-word-methods-cache): New
-       variable.
+2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el (gnus-encoded-word-method-alist): Deleted.
+       * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
+       one.
 
-       * gnus-art.el (gnus-decode-header-methods): New variable.
+2001-01-16  Simon Josefsson  <simon@josefsson.org>
 
-       * gnus-art.el (gnus-decode-header-methods-cache): New variable.
+       * message.el (message-make-in-reply-to): Add comment to message-id
+       (old syntax, see 2000-08-02 change).
 
-       * gnus-art.el (gnus-multi-decode-header): New function.
+2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-Tue Oct 20 00:24:16 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
+       (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
+       (gnus-button-reply): Ditto.
 
-       * gnus.el: Pterodactyl Gnus v0.35 is released.
+2001-01-16  Katsumi Yamaoka <yamaoka@jpl.org>
 
-1998-10-20 00:00:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-art.el (article-display-x-face): Fix.
 
-       * uudecode.el (uudecode-decode-region-external): Insert
-       literally.
+2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-xmas.el (gnus-xmas-mime-button-menu): Moved here.
+       * gnus-art.el (article-display-x-face): Use
+       gnus-original-article-buffer.
 
-       * mm-bodies.el (mm-decode-body): Optional encoding.
+2001-01-15  Jack Twilley <jmt@tbe.net>
 
-1998-10-19 23:57:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * message.el (message-add-header): Move to point-max.
 
-       * gnus-ems.el (gnus-mouse-3): New variable.
+2001-01-15  Simon Josefsson  <simon@josefsson.org>
 
-       * binhex.el (binhex-decode-region-external): Don't use -internally.
+       * smime.el (smime-CA-directory, smime-CA-file): Change default to
+       nil, improve documentation.
+       (smime-certificate-directory): Comment out false hints (until it
+       is implemented).
 
-1998-10-16 14:54:02  Simon Josefsson  <jas@pdc.kth.se>
+       * mml-smime.el (mml-smime-sign): Place user in customize buffer if
+       there aren't any keys.
+       (mml-smime-verify): If smime-CA-{file,directory} set, also try to
+       verify certificate.  Default is changed to only check integrity.
+       Improved security status texts.  If a certificate doesn't contain
+       a email address, don't fail.
 
-       * mailcap.el (mailcap-parse-mailcaps): Only open regular
-       files.
+       * smime.el (smime-noverify-region):
+       (smime-noverify-buffer): New functions.  Verifies integrity only.
 
-1998-09-26 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
+2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-group.el (gnus-add-marked-articles): Request backend update
-       of flags.
+       * gnus-group.el (gnus-group-sort-by-score): Reverse order.
 
-1998-09-26 19:39:31  Simon Josefsson  <jas@pdc.kth.se>
+2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el (gnus-update-read-articles):
-       (gnus-update-marks): Request backend update of mark.
+       * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
+       (gnus-remove-some-windows): Ditto.
 
-1998-09-26 19:33:58  Simon Josefsson  <jas@pdc.kth.se>
+2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.texi (Optional Backend Functions): New item,
-       nnchoke-request-set-mark.
+       * gnus-art.el (article-make-date-line): 11th.
 
-1998-09-26 16:27:27  Simon Josefsson  <jas@pdc.kth.se>
+2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-range.el (gnus-remove-from-range): Don't add stuff in
-          list to range.
+       * mml2015.el (mml2015-gpg-encrypt): Remove CR.
+       (mml2015-gpg-sign): Ditto.
 
-1998-10-19 23:45:13  Simon Josefsson  <jas@pdc.kth.se>
+2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el (gnus-summary-exit-no-update): Don't expire.
+       * gnus.el: Sync with EMACS_PRETEST_21_0_95.
+       * gnus.el (gnus-default-posting-charset): Bogus. Removed.
 
-1998-10-14  SL Baur  <steve@altair.xemacs.org>
+2001-01-08  Dave Love  <fx@gnu.org>
 
-       * gnus-sum.el: Move gnus-save-hidden-threads above where it is
-       first used.
+       * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
+       single character.
 
-1998-10-10  SL Baur  <steve@altair.xemacs.org>
+       * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
 
-       * mm-view.el: Require mm-decode for macros.
+       * message.el: Doc and message fixes.
+       (message-send-rename-function)
+       (message-make-forward-subject-function)
+       (message-send-mail-function, message-reply-to-function)
+       (message-wide-reply-to-function, message-followup-to-function)
+       (message-distribution-function, message-auto-save-directory): Fix
+       :type.
 
-       * mm-decode.el (mm-handle-type): Move macro declarations above the
-       place where they are used.
+       * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
+       proceeding after warnings.  Amend multipart warning message.
 
-Sun Oct 18 13:59:07 1998  Kurt Swanson  <ksw@dna.lth.se>
+2001-01-04  Dave Love  <fx@gnu.org>
 
-        * gnus-msg.el (gnus-summary-mail-forward): Erase old forward
-        buffer.
+       * gnus-util.el (nnmail-pathname-coding-system): Defvar when
+       compiling.
+       (gnus-make-directory): Require nnmail.
 
-1998-10-19 23:38:11  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
+       * mm-decode.el (mm-inline-media-tests): Add
+       image/x-portable-bitmap.
+       (mm-get-image): Grok pbm.
 
-       * nnagent.el (nnagent-open-server): Error message.
+2001-01-10  Paul Stevenson <p.stevenson@surrey.ac.uk>
 
-1998-10-19 23:35:08  Joerg Lenneis  <lenneis@statrix2.wu-wien.ac.at>
+       * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
 
-       * nnheader.el (nnheader-article-p): Recognize lower-case headers.
+2001-01-09  Didier Verna  <didier@xemacs.org>
 
-1998-10-19  Hrvoje Niksic  <hniksic@srce.hr>
+       * dgnushack.el (dgnushack-compile): give a dummy value to
+       `gnus-xmas-glyph-directory' for the time of compilation.
+       * gnus-agent.el: moved some XEmacs specific hook add-ons from
+       `gnus-xmas-[re]define' to avoid loosing user custom settings.
+       * gnus-art.el: ditto.
+       * gnus-group.el: ditto.
+       * gnus-salt.el: ditto.
+       * gnus-sum.el: ditto.
+       * gnus-topic.el: ditto.
+       * gnus-xmas.el (gnus-xmas-define): see above.
+       * gnus-xmas.el (gnus-xmas-redefine): see above.
+       * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
+       non-continuable error when the directory can't be found.
 
-       * score-mode.el (gnus-score-mode-map): Ditto.
+2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * message.el (message-mode-map): Ditto.
+       * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
+       handle.
+       * gnus-art.el (gnus-mime-view-part): Copy it.
+       (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
 
-       * gnus-uu.el (gnus-uu-post-news): Ditto.
+2001-01-09  Michael Downes <mjd@ams.org>
 
-       * gnus-kill.el (gnus-kill-file-mode-map): Ditto.
+       * gnus-sum.el (gnus-summary-read-group-1): More useful message.
 
-       * gnus-eform.el (gnus-edit-form-mode-map): Ditto.
+2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-article-edit-mode-map): Use
-       `set-keymap-parent' rather than `copy-keymap'.
+       * nnmail.el (nnmail-get-new-mail): Find group only if file is not
+       orig-file. Use ',source.
 
-1998-10-18  Hrvoje Niksic  <hniksic@srce.hr>
+2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-mime-button-commands): New variable.
-       (gnus-mime-button-map): Initialize it from
-       `gnus-mime-button-commands'.
-       (gnus-mime-button-menu): New function.
-       (gnus-insert-mime-button): Use `gnus-mime-button-map'.
+       * gnus-xmas.el (gnus-xmas-modeline-glyph):
+       (gnus-xmas-group-startup-message):
+       Detect gnus-xmas-glyph-directory when it is nil.
 
-1998-10-11  Hrvoje Niksic  <hniksic@srce.hr>
+2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * message.el (message-insert-to): Make `nobody' and `poster'
-       synonymous to `never' and `always' in Mail-Copies-To.
-       (message-reply): Ditto.
-       (message-followup): Ditto.
+       * pop3.el (pop3-get-message-count): Andrew Innes
+       <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
 
-1998-10-19 23:17:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * mailcap.el (mailcap-mime-data): Save sound.
+       * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
 
-1998-09-24  Hrvoje Niksic  <hniksic@srce.hr>
+       * time-date.el (time-to-number-of-days): New function.
 
-       * message.el (message-ignored-supersedes-headers): Include
-       `NNTP-Posting-Date'.
+2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
 
-1998-10-19 01:25:27  Jonas Steverud  <d4jonas@dtek.chalmers.se>
+       * nnslashdot.el (nnslashdot-request-list): Always get the right
+       sid.
 
-       * gnus-art.el (gnus-article-dumbquotes-table): New variable.
+2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-10-19 00:50:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * message.el (message-minibuffer-local-map): New keymap.
+       (message-read-from-minibuffer): Use it.
+       * gnus-msg.el (gnus-summary-resend-message): Use it
 
-       * mm-bodies.el (mm-decode-content-transfer-encoding): Use
-       uudecode.
+2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-10-18 18:20:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-start.el (gnus-display-time-event-handler): New function.
+       (gnus-after-getting-new-news-hook): Use it.
 
-       * mm-decode.el (mm-display-external): Don't switch on save.
+2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-1998-10-18 18:14:06  Andy Piper  <andyp@parallax.co.uk>
+       * message.el (message-ignored-mail-headers): Add draft header.
 
-       * nnmail.el (nnmail-movemail-args): New variable.
+2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-1998-10-18 00:17:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-sum.el (gnus-summary-expire-articles): Don't save
+       excursion.
 
-       * gnus-art.el (article-translate-strings):
+       * nnslashdot.el (nnslashdot-request-list): Get the right year.
 
-1998-10-17 22:51:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
 
-       * gnus-art.el (gnus-article-view-part): Use it.
-       (gnus-mm-display-part): New function.
-       (article-de-quoted-unreadable): Yse mm-default-coding-system.
+       * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
 
-       * mm-decode.el (mm-handle-displayed-p): New function.
+2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-mime-copy-part): Create better names.
-       (gnus-mime-button-line-format): Include dots spec.
+       * qp.el (quoted-printable-decode-region): Don't backward-char.
 
-1998-10-15  Matt Pharr  <mmp@graphics.stanford.edu>
+2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-      * gnus-msg.el (gnus-summary-mail-forward): Erase contents of old
-      forward buffer first.
+       * gnus-draft.el: Mark articles as replied.
 
-1998-10-17 21:16:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-sum.el (gnus-summary-add-mark): New function.
 
-       * gnus-util.el (gnus-set-window-start): New function.
+       * gnus-group.el (gnus-add-mark): New function.
 
-       * message.el (message-send): Don't check changed.
+       * gnus-sum.el (gnus-summary-buffer-name): New function.
+       (gnus-summary-setup-buffer): Use it.
 
-1998-10-12 15:26:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-draft.el: Set things up with the right post method and
+       stuff.
 
-       * gnus-art.el (gnus-article-setup-buffer): Set params.
+       * message.el (message-ignored-news-headers): Remove X-Draft-From.
 
-       * mm-decode.el (mm-user-display-methods): Inline
-       "message/delivery-status".
+       * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
 
-1998-10-11 07:06:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus.el (gnus-draft-meta-information-header): New variable.
 
-       * message.el (message-auto-save-directory): Rename.
-       (message-mode): Dof fix.
+2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-art.el (gnus-summary-save-in-pipe): Default to "cat".
-       (gnus-summary-save-in-pipe): No, check gnus-last-shell-command.
+       * gnus-art.el (gnus-treatment-function-alist): Move the date
+       functions before the header sorting functions.
 
-       * nndoc.el (nndoc-mime-parts-type-p): Be a bit more forgiving.
+       * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
 
-       * message.el (message-make-date): Avoid locale.
+       * dgnushack.el (dgnushack-compile): Message whether there is w3.
+       Don't (push "/usr/share/emacs/site-lisp" load-path).
 
-       * gnus-art.el (gnus-article-edit-done): Allow update before doing
-       cache.
+       * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
+       to empty fill prefixes.
 
-       * mm-decode.el (mm-display-inline): Goto point-min.
+2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-article-prepare-display): Not read-only.
+       * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
+       Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
 
-       * mm-decode.el (mm-display-external): Reverse before sorting.
+2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-draft.el (gnus-draft-send): Allow mail.
+       * nnheader.el (autoload): Autoload gnus-sorted-intersection.
 
-1998-10-10 -SL Baur  <steve@altair.xemacs.org>
+       * nnml.el (autoload): Move to nnheader.el.
 
-       * message.el (message-check): Move message-check macro above where
-       it is first used.
+       * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
+       (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
+       (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
+       Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
 
-       * gnus-art.el (article-hide-pgp): Hide the PGP 5/GNUPG Hash: line.
+2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-1998-10-11 06:45:37  Lloyd Zusman  <ljz@asfast.com>
+       * gnus-art.el (article-make-date-line): Get the hours right.
+       (gnus-ignored-headers): More hiding.
 
-       * gnus-sum.el (gnus-summary-make-menu-bar): Fix.
+       * nnmail.el (nnmail-expiry-wait): Not an integer.
 
-Sun Oct 11 02:28:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * message.el (message-goto-body): Only expand abbrev when called
+       interactively.
+       (message-make-lines): Use it.
 
-       * gnus.el: Pterodactyl Gnus v0.34 is released.
+2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-10-11 02:15:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
 
-       * mm-decode.el (mm-inline-media-tests): delivery-status.
+2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * mm-view.el (mm-inline-text): Provide default.
+       * gnus-sum.el (gnus-summary-limit-include-expunged): Really
+       include the expunged articles.
 
-1998-10-11 01:01:37  Lloyd Zusman  <ljz@asfast.com>
+       * gnus-group.el (gnus-group-sort-by-server): New function.
 
-       * mailcap.el (mailcap-possible-viewers): Fix nils.
+       * gnus.el (gnus-method-to-server-name): New function.
+       (gnus-group-prefixed-name): Use it.
 
-1998-10-11 00:03:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-group.el (gnus-group-sort-function): Doc fix.
+       (gnus-group-sort-groups-by-server): New command.
 
-       * gnus-art.el (gnus-article-edit-exit): Don't do updates.
-       (article-update-date-lapsed): Record the buffer.
-       (article-update-date-lapsed): Do all windows that display article
-       buffers.
+2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * nnml.el (nnml-generate-nov-databases-1): Ditto.
+       * gnus-art.el (gnus-treat-date-english): New variable.
+       (article-date-english): New command.
+       (gnus-english-month-names): New variable.
+       (article-make-date-line): Do 'english.
 
-       * gnus-score.el (gnus-score-score-files-1): Ignore dotted files.
+       * gnus-cite.el (gnus-article-fill-cited-article): Add a space
+       after the fill prefix.
 
-       * gnus-art.el (gnus-insert-mime-button): Mark buttons as
-       annoations.
+       * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
+       score...".
 
-       * gnus-msg.el (gnus-summary-mail-forward): Decode properly.
+       * gnus-art.el (gnus-ignored-headers): Hide more headers.
 
-1998-10-10 22:07:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * message.el (message-mode-map): Bind comment-region.
 
-       * gnus-agent.el (gnus-category-add): Change default category to
-       'false.
+       * gnus-art.el (gnus-mime-display-part): Let w3 display
+       multipart/related.
 
-       * nnvirtual.el (nnvirtual-update-read-and-marked): Don't nix out
-       scores.
+       * mm-bodies.el (mm-long-lines-p): New function.
+       (mm-body-encoding): Use it.
+       (mm-body-encoding): Encode articles with lines longer than 1000
+       characters.
 
-       * gnus-draft.el (gnus-draft-send): Check server more.
+2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-article-view-part): New command and keystroke.
-       (gnus-article-goto-part): New function.
+       * mm-util.el (mm-enable-multibyte): Use
+       default-enable-multibyte-characters.
+       (mm-enable-multibyte-mule4): Ditto.
+       (mm-disable-multibyte): Test XEmacs.
+       (mm-disable-multibyte-mule4): Ditto.
+       (mm-with-unibyte-current-buffer): Simplified.
+       (mm-with-unibyte-current-buffer-mule4): Ditto.
 
-       * mm-view.el (mm-inline-text): Insert richtext properly.
+2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-art.el (gnus-insert-mime-button): Store handle in alist.
+       * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
 
-1998-10-03 15:04:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * nnheader.el (nnheader-string-as-multibyte): New alias.
 
-       * parse-time.el (parse-time-rules): Accept dates far into the past
-       and the future, and parse single-digit numbers as years.
+       * mm-view.el (mm-inline-text): Warn when bugging out in w3.
 
-1998-10-02 04:46:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-uu.el (gnus-message-process-mark): New function.
+       (gnus-uu-mark-by-regexp): Use it.
+       (gnus-new-processable): New function.
 
-       * mm-decode.el (mm-display-external): Chop off directories.
+2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
 
-1998-10-01 07:33:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-sum.el (gnus-no-mark): New variable.
 
-       * uudecode.el (uu-decode-region-external): Use
-       insert-file-contents-literally.
+2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-cache.el (gnus-cache-generate-active): Translate _ to :.
+       * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
+       backslashes.
 
-1998-10-01 07:02:11  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2000-12-26  Katsumi Yamaoka <yamaoka@jpl.org>
 
-       * uudecode.el: New file.
+       * gnus-art.el (gnus-article-banner-alist): Remove duplicate
+       definition.
 
-       * mm-bodies.el (mm-decode-content-transfer-encoding): Do
-       x-uuencode.
+2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-10-01 05:19:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * dgnushack.el (dgnushack-compile): elc is in the current directory.
 
-       * gnus-art.el (gnus-mime-display-alternative): Set faces.
+       * qp.el (quoted-printable-encode-region): Don't check multibyte in
+       XEmacs.
 
-       * message.el (message-fetch-field): Unfold properly.
+2000-12-25  Lloyd Zusman <ljz@asfast.com>
 
-       * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
-       in text/plain.
+       * mml.el (mml-read-tag): Save tag location.
 
-1998-09-30 05:47:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2000-12-25  Simon Josefsson  <simon@josefsson.org>
 
-       * gnus-sum.el (gnus-summary-first-unread-subject): New command.
-       (gnus-auto-select-first): Removed.
-       (gnus-auto-select-first): Extended.
-       (gnus-summary-read-group-1): Use new value.
+       * starttls.el: Sync with Emacs 21.
 
-1998-09-29 13:21:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * message.el (message-fix-before-sending): Space.
+       * message.el (message-mail): Support yank-action.
 
-       * nnmail.el (nnmail-find-file): Don't erase.
+       * message.el (message-setup): Revoke the last change.
 
-Wed Sep 30 23:49:03 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-agent.el (gnus-agent-fetch-headers): Do not decode headers.
+       * message.el (message-setup): Use cons. Suggested by Johan Vromans
+       <jvromans@squirrel.nl>.
 
-Wed Sep 30 23:46:29 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2000-12-24  Simon Josefsson  <sj@extundo.com>
 
-       * gnus-soup.el (gnus-soup-add-article): Do not decode headers.
+       * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
+       mailing list junk at end of part.
 
-Wed Sep 30 23:44:08 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2000-12-23  Simon Josefsson  <sj@extundo.com>
 
-       * gnus-soup.el (gnus-soup-pack-packet): Pack only if necesary.
+       * nnimap.el (nnimap-expiry-target): New function.
+       (nnimap-request-expire-articles): Use it.
 
-Sat Sep 26 03:04:18 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-util.el (mm-with-unibyte-buffer): Make it work in XEmacs
-       20.4.
+       * gnus.el (gnus-group-parameters-more): New variable.
+       * gnus-cus.el (gnus-group-customize): Use it.
 
-1998-09-29 11:35:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus.el (gnus-define-group-parameter): New macro.
+       (auto-expire): Use it
+       (total-expire): Use it.
+       * gnus-art.el (banner): Use it.
 
-       * gnus-art.el (gnus-mime-view-all-parts): New command and
-       keystroke.
+       * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
+       <ljz@asfast.com>.
 
-       * mm-decode.el (mm-display-external): Translate slashes.
+2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnmail.el (nnmail-find-file): Restrict auto-mode-alist.
+       * gnus-topic.el (gnus-topic-create-topic): Use list.
 
-       * nndraft.el (nndraft-retrieve-headers): Don't copy so much.
+       * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
+       before binding gnus-default-article-saver.
 
-       * mm-decode.el (mm-quote-arg): Quote spaces.
-       (mm-display-external): Quote args.
+       * gnus-sum.el (gnus-summary-save-article):
+       (gnus-summary-pipe-output):
+       (gnus-summary-save-article-mail):
+       (gnus-summary-save-article-rmail):
+       (gnus-summary-save-article-file):
+       (gnus-summary-write-article-file):
+       (gnus-summary-save-article-body-file): Ditto.
 
-1998-09-24 22:27:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
 
-       * mm-decode.el (mm-inlinable-part-p): New function.
+2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-09-25 22:28:01  Simon Josefsson  <jas@pdc.kth.se>
+       * gnus-art.el (gnus-mime-security-button-map):
+       (gnus-mime-button-map): Add parent.
 
-       * mm-util.el (mm-disable-multibyte): New function.
+2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-Thu Sep 24 20:28:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * messagexmas.el (message-xmas-redefine): New function.
 
-       * gnus.el: Pterodactyl Gnus v0.33 is released.
+       * message.el: Use it.
 
-1998-09-24 18:47:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-art.el (gnus-article-check-hidden-text): Return t.
 
-       * gnus-art.el (gnus-insert-mime-button): Get buffer size.
+       * gnus-util.el (gnus-remove-text-properties-when): Return t.
 
-       * mm-decode.el (mm-display-external): Don't switch for externals.
-       (mm-dissect-multipart): Don't include end-sep.
+2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-util.el (mm-get-coding-system-list): New function.
-       (mm-coding-system-list): New variable.
+       * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
+       malformatted messages.
 
-Thu Sep 24 02:08:10 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
+2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-cus.el (gnus-group-parameters): Add charset as a parameter
+       * mm-util.el (mm-image-load-path): New function.
 
-Thu Sep 24 02:05:48 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
+       * gnus-group.el (gnus-group-make-tool-bar): Use it.
 
-       * gnus-cus.el (gnus-group-customize): Use variable as cons not as
-       group
+       * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
 
-Thu Sep 24 01:41:03 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
+       * message.el (message-tool-bar-map): Use it.
 
-       * base64.el (base64-run-command-on-region): External base64
-       decoder do not use coding system
+       * Makefile.in (install-el): New rule.
 
-Thu Sep 24 01:39:44 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
+2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * mm-decode.el (mm-interactively-view-part): Typo.
+       * gnus-art.el (article-treat-dumbquotes): Quote \.
 
-Thu Sep 24 01:37:30 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
+2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-decode.el (mm-dissect-multipart): Display last part when the
-       article has no close-delimiter
+       * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
+       Emacs 20 runs on a terminal.
 
-Thu Sep 24 01:28:54 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
+2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-decode.el (mm-dissect-buffer): Display parts which have no
-       content-type.
+       * gnus-msg.el (gnus-bug): Revert to save-excursion.
 
-Thu Sep 24 01:23:57 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
+       * mml.el (gnus-add-minor-mode): Autoload.
 
-       * gnus-art.el (gnus-display-mime): Typo.
+       * message.el (message-forward): Save-restriction.
 
-Thu Sep 24 02:29:57 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2000-12-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-       * gnus.el: Pterodactyl Gnus v0.32 is released.
+       * gnus-art.el (article-treat-dumbquotes): More doc, provided by
+       Paul Stevenson <p.stevenson@surrey.ac.uk>
 
-1998-09-24 00:27:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-kill.el (gnus-batch-score): Protect against errors.
+       * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
 
-       * gnus-art.el: Protect against broken headers.
+       * mml.el (gnus-ems): Don't require.
 
-       * mm-decode.el (mm-display-external): Respect needsterm.
-       (mm-display-external): Create buffer for external commands.
+       * gnus.el (gnus-decode-rfc1522): Removed.
+       (gnus-set-text-properties): Define.
 
-1998-09-23 22:04:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mailcap.el (mailcap-mime-info): Return the proper viewer.
+       * gnus-art.el (gnus-mime-*): handle may be nil.
 
-       * mm-decode.el (mm-display-external): Use file name.
+       * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
 
-1998-09-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
+       * gnus.el (gnus-group-remove-excess-properties): Not defined
+       in gnus-xmas.
 
-       * gnus-util.el (gnus-output-to-rmail):  adjust to
-          `rmail-output-to-rmail-file'
+2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-09-23 20:07:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * message.el (message-mail-user-agent): Add :version.
 
-       * gnus-util.el (gnus-output-to-rmail): Reinstated function.
+2000-12-21  Miles Bader  <miles@gnu.org>
 
-       * gnus-sum.el (gnus-select-newsgroup): Set global variables before
-       headers.
+       * message.el (message-mode): Set `comment-start' to the  yank prefix.
 
-       * gnus-art.el (article-decode-charset): Fold case.
+2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-09-17 15:49:10  Simon Josefsson  <jas@pdc.kth.se>
+       * message.el (message-mail-user-agent): New variable.
+       (message-setup): Renamed to message-setup-1. Support
+       mail-user-agent.
+       (message-mail-user-agent): New function.
+       (message-mail): Use it.
+       (message-reply): Use it.
+       (message-resend): Use it.
+       (message-mail-other-window): Use it.
+       (message-mail-other-frame): Use it.
 
-        * mailcap.el (mailcap-save-binary-file): Goto point-min.
+       * gnus-msg.el (gnus-bug): Support mail-user-agent.
 
-1998-09-23 19:48:52  Aaron M. Ucko  <amu@mit.edu>
+2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnmail.el (nnmail-check-duplication): Enter into duplicate list
-       after being stored.
+       * message.el (message-tool-bar-map): Simplify.
+       (message-narrow-to-head-1): New function.
+       (message-narrow-to-head): Use it.
+       (message-reply): Ditto.
+       (message-cancel-news): Ditto.
+       (message-supersede): Ditto.
+       (message-make-forward-subject): Ditto.
+       (message-bounce): Ditto.
 
-Tue Sep 15 16:15:16 1998  Kurt Swanson  <ksw@dna.lth.se>
+2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-salt.el (gnus-pick-setup-message): Return from whence ye
-       come.
+       * uudecode.el (uudecode-decode-region-external): make-temp-file
+       may not be defined.
 
-1998-09-23 19:42:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * binhex.el (defalias): eval-and-compile.
 
-       * gnus-xmas.el (wid-edit): Required.
+       * message.el (message-tool-bar-map): New function.
+       (message-mode): Use it.
 
-       * gnus-ems.el (gnus-widget-button-keymap): New variable.
+2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-Sun Sep 20 00:27:55 1998  ZHU Shenghuo  <zsh@cs.rochester.edu>
+       * nntp.el (nntp-find-connection): Remove the entry.
+       (nntp-retrieve-groups): (gnus-buffer-live-p buf).
 
-       * gnus-art.el (gnus-mime-inline-part): remove part if necessary
+2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-09-23 19:30:52  Matt Armstrong  <matta@geoworks.com>
+       * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
 
-       * gnus-art.el (article-decode-charset): Narrow to the correct
-       region.
+       * message.el (message-forward): Copy buffer in unibyte mode.
 
-       * mm-bodies.el: Fix autoload.
+2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-09-22 18:35:12  Lee Willis  <lee@gbdirect.co.uk>
+       * message.el (message-make-forward-subject): Don't widen. Decode.
+       (message-forward): Don't decode subject.
 
-       * gnus-art.el (gnus-mime-button-line-format): Doc fix.
+2000-12-20  Christoph Conrad <C.Conrad@cli.de>
 
-1998-09-22 14:53:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * qp.el (quoted-printable-encode-region): Upcase QP.
 
-       * rfc2047.el (rfc2047-decode): Use rfc2047-default-charset.
+2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-09-19 13:58:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * mm-decode.el (mm-possibly-verify-or-decrypt): Use
+       mail-extract-a-c instead. Don't depend on Gnus.
 
-       * gnus-art.el (gnus-insert-mime-button): Specify keymap.
-       (gnus-article-add-button): Ditto.
+       * mml.el (gnus-ems): Require it.
 
-       * gnus-sum.el (gnus-summary-insert-pseudos): Use mm.
+       * gnus-msg.el (gnus-summary-mail-forward):
 
-       * gnus-art.el (gnus-article-prepare-display): Make article mode.
-       (gnus-article-prepare-display): Bind url-standalone-mode.
+       * message.el (message-forward):  Move mime-to-mml here.
 
-       * mm-decode.el (mm-remove-part): Also delete directory.
-       (mm-display-external): Create a private sub-dir.
+2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mailcap.el (mailcap-binary-suffixes): New variable.
-       (mailcap-command-p): Use it.
+       * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
+       * gnus-art.el (gnus-insert-mime-button): Simplify.
+       (gnus-mime-display-alternative): Ditto.
+       (gnus-insert-mime-security-button): Ditto.
 
-1998-09-16 10:38:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnmbox.el (nnmbox-request-group): Change server.
-       (nnmbox-possibly-change-newsgroup): Enable multibyte.
+       * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
+       text-property-not-all doesn't return nil when start=mark(end).
+       (gnus-remove-text-properties-when): Ditto.
 
-       * message.el (message-encode-message-body): Don't stomp MIME
-       headers.
+2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el (gnus-summary-edit-article-done): Don't encode
-       unless useful.
-       (gnus-summary-exit): Check for a live article buffer.
-       (gnus-summary-exit-no-update): Ditto.
+       * gnus-start.el (gnus-group-change-level): Remove group from
+       gnus-active-hashtb if real killed.
 
-       * gnus-int.el (gnus-request-replace-article): Accept no-encode
-       param.
+2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el (gnus-article-decoded-p): New variable.
+       * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
+       (gnus-mime-display-alternative): Ditto.
+       (gnus-insert-mime-security-button): Ditto.
 
-       * mm-decode.el (mm-display-external): Use no-conv.
+2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * rfc2047.el (rfc2047-q-encode-region): Bound properly.
-       (rfc2047-charset-encoding-alist): Use B encoding for koi8-r.
+       * gnus-start.el (gnus-group-change-level): Don't add it into
+       killed-list if it was killed.
 
-       * gnus-art.el (gnus-article-mode-map): Bind button2 to
-       mouse-click.
+2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-09-15 14:38:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * nnmbox.el (nnmbox-file-coding-system): Use binary.
+       (nnmbox-active-file-coding-system): Ditto.
 
-       * gnus-agent.el (gnus-agent-expire): Protect against nil infos.
+       * gnus-cus.el (gnus-group-parameters): Add posting-style.
 
-Mon Sep 14 18:55:38 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.el: Pterodactyl Gnus v0.31 is released.
+       * gnus.el (gnus-version):
+       (gnus-version-number): Set to Oort Gnus 0.01.
 
-1998-09-14 15:12:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-art.el (gnus-mime-security-button-map):
+       (gnus-insert-mime-security-button): Fix for Emacs21.
 
-       * gnus-sum.el (gnus-summary-exit): Destroy MIME.
+2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-decode.el (mm-display-part): Accept no-default.
+       * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
+       easymenu, because XEmacs doesn't understand :help.
 
-       * gnus-art.el (gnus-insert-mime-button): buffer-size doesn't take
-       a parameter.
+       * mm-uu.el: Require binhex.
 
-       * gnus-sum.el (gnus-summary-insert-line): Don't exclude faces.
-       (gnus-summary-prepare-threads): Ditto.
+2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.el (gnus-article-mode-map): Make sparse keymap.
+       * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
 
-       * gnus-art.el (gnus-mime-button-line-format-alist): Allow a %d spec.
-       (gnus-mime-button-line-format): Doc fix.
-       (gnus-insert-mime-button): Use it.
-       (gnus-article-add-button): Use widget-convert-button.
+2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.el ((featurep 'gnus-xmas)): Defalias gnus-decode-rfc1522 to
-       ignore.
+       * mm-util.el (mm-charset-synonym-alist): Fix a typo.
 
-       * mm-decode.el (mm-alternative-precedence): Ditto.
+2000-12-18  Gerd Moellmann  <gerd@gnu.org>
 
-1998-09-14 15:12:49  Conrad Sauerwald  <conrad@stack.nl>
+       * *.xpm, *.pbm: Convert icons icons to size 24x24.
 
-       * mm-decode.el (mm-user-automatic-display): Use enriched.
+2000-12-18  Dave Love  <fx@gnu.org>
 
-1998-09-14 15:09:12  Paul Fisher  <rao@gnu.org>
+       * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
+       (unused).
 
-       * mm-decode.el (mm-dissect-multipart): Have the part start on the
-       right place.
+2000-12-13  Miles Bader  <miles@gnu.org>
 
-1998-09-14 14:33:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
+       to t, so that we don't get stuck while trying to smilefy
+       intangible text.
 
-       * gnus-msg.el (gnus-inews-add-send-actions): Mark silently.
+2000-12-12  Gerd Moellmann  <gerd@gnu.org>
 
-       * gnus-art.el (article-update-date-lapsed): Only update header if
-       buffer is dispalyed in frame.
-       (gnus-article-prepare-display): New function.
-       (gnus-article-prepare): Use it.
+       * smiley-ems.el (smiley-regexp-alist): Make regexps match
+       at the end of the buffer.
+       (smiley-region): In the loop, move to the end of the submatch
+       matching the smiley instead of using the end of the match
+       of the whole regexp.
 
-1998-09-14 08:16:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
 
-       * gnus-art.el (gnus-mime-inline-part): New command and keystroke.
+       * message.el (message-mode): Doc fix.
 
-       * mm-view.el (mm-insert-inline): New function.
+2000-12-12  Gerd Moellmann  <gerd@gnu.org>
 
-       * mm-decode.el (mm-pipe-part): Bugged.
+       * smiley-ems.el (smiley-region): Doc fix.
 
-       * gnus-agent.el (gnus-agent-send-mail): Don't encode.
+2000-12-11  Miles Bader  <miles@gnu.org>
 
-       * mm-bodies.el (mm-encode-body): Move over the body.
+       * gnus-sum.el (gnus-summary-recenter): When trying to keep the
+       bottom line visible, check to see if it's partially obscured, and
+       if so, either scroll one more line to make it fully visible, or
+       revert to showing the second line from the top.
 
-       * nnmbox.el (nnmbox-read-mbox): Enable multibyte.
+2000-12-07  Dave Love  <fx@gnu.org>
 
-       * rfc2047.el (rfc2047-q-encode-region): Would bug out.
+       * mailcap.el (mailcap-download-directory)
+       * gnus-audio.el (gnus-audio-directory)
+       * smiley-ems.el (smiley-data-directory): Fix :type.
 
-1998-09-13  Francois Pinard  <pinard@iro.umontreal.ca>
+2000-11-30  Dave Love  <fx@gnu.org>
 
-       * nndoc.el: Make nndoc-dissection-alist simpler for MIME, adjust all
-          related functions.  Handle message/rfc822 parts.  Display subject on
-          multipart summary lines.  Display name on sub-parts when available.
+       * message.el (message-auto-save-directory): Use
+       file-name-as-directory.
+       (message-set-auto-save-file-name): Create
+       message-auto-save-directory if necessary.
+       (message-replace-chars-in-string): Removed -- unused.
+       (message-mail-alias-type): Customize.
+       (message-headers): Remove duplicate defgroup.
 
-1998-09-14 07:36:38  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
+2000-11-29  Dave Love  <fx@gnu.org>
 
-       * mailcap.el (mailcap-command-p): New version.
+       * qp.el (quoted-printable-decode-region): Use error, not message
+       to report malformed text (like base64).  Amend message.
 
-1998-09-13  Mike McEwan  <mike@lotusland.demon.co.uk>
+2000-11-29  Miles Bader  <miles@gnu.org>
 
-       * gnus-agent.el (gnus-agent-expire): Stop expiry barfing on killed
-       groups.
+       * message.el (message-header-lines): Fontify tag.
 
-1998-09-13 18:34:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2000-11-27  Dave Love  <fx@gnu.org>
 
-       * message.el (message-make-date): Remove weekday name.
+       * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
+       compiler warning.
 
-       * mm-decode.el (mm-dissect-buffer): Protect against broken
-       headers.
+;2000-11-26  Dave Love  <fx@gnu.org>
+;
+;      * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
+;
+2000-11-23  Dave Love  <fx@gnu.org>
 
-       * mailcap.el (mailcap-command-in-path-p): New function.
-       (mailcap-command-p): Renamed.
+       * uu-post.pbm, uu-decode.pbm: new files from XPMs.
 
-1998-09-13 17:58:47  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
+       * mm-uu.el (uudecode): Require.
+       (uudecode-decode-region, uudecode-decode-region-external): Don't
+       autoload.
+       (mm-uu-copy-to-buffer): Doc fix.
+       (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
+       type fix.
 
-       * rfc2047.el (eval): Autoload.
+       * mailcap.el: Doc fixes.
+       (mailcap-mime-data): Various adjustments.
+       (mailcap): New group.
+       (mailcap-download-directory): Customize.
+       (mailcap-generate-unique-filename, mailcap-binary-suffixes)
+       (mailcap-temporary-directory): Deleted (unused).
+       (mailcap-unescape-mime-test): Simplify slightly.
+       (mailcap-viewer-passes-test): Use functionp.
+       (mailcap-command-p): Aliased to executable-find.
 
-1998-09-13 12:22:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * rfc2047.el (rfc2047-encode-message-header): Don't encode if
+       default-enable-multibyte-characters is nil.
 
-       * gnus-sum.el (gnus-decode-encoded-word-functions): New variable.
-       (gnus-multi-decode-encoded-word-string): New function.
-       (gnus-encoded-word-method-alist): New variable.
-       (gnus-decode-encoded-word-functions): Removed.
+2000-11-22  Gerd Moellmann  <gerd@gnu.org>
 
-1998-09-13  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
 
-       * gnus-int.el (gnus-request-replace-article): Replace
-       message-narrow-to-headers with message-narrow-to-head
+2000-11-21  Dave Love  <fx@gnu.org>
 
-1998-09-13 12:05:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-art.el (gnus-mime-button-map): Don't inherit from
+       gnus-article-mode-map.
+;      (gnus-mime-button-menu): Use mouse-set-point.
+       (gnus-insert-mime-button, gnus-mime-display-alternative)
+       (gnus-mime-display-alternative): Don't use local-map property.
 
-       * drums.el (drums-quote-string): Reversed match.
+2000-11-17  Dave Love  <fx@gnu.org>
 
-       * message.el (message-make-date): Use weekday name.
+       * uudecode.el (uudecode-insert-char): Fix bogus feature test.
+       (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
+       and make-temp-file.
+       (uudecode-decode-region): Doc fix.
 
-Sun Sep 11 10:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2000-11-14  Dave Love  <fx@gnu.org>
 
-       * gnus.el: Pterodactyl Gnus v0.30 is released.
+       * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
+       * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
+       * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
+       New files, derived from the XPMs.
 
-1998-09-13 08:00:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2000-11-10  Dave Love  <fx@gnu.org>
 
-       * gnus-art.el (article-decode-encoded-words): Use it.
-       (gnus-decode-header-function): New variable.
+       * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
+       (gnus-agent-lib-file, gnus-agent-load-alist)
+       (gnus-agent-save-alist, gnus-agent-article-name): Use
+       expand-file-name.
 
-       * gnus-sum.el (gnus-nov-parse-line): Use it.
-       (gnus-decode-encoded-word-function): New variable.
+       * gnus-group.el (gnus-group-name-charset-method-alist): Add
+       :version.
+       (nnkiboze-score-file): Defvar when compiling.
 
-       * gnus-msg.el (gnus-copy-article-buffer): Decode the right
-       buffer.
+       * gnus-start.el (gnus-read-newsrc-file): Add :version.
 
-       * gnus-art.el (gnus-insert-mime-button): Use widget.
-       (gnus-widget-press-button): New function.
-       (gnus-article-prev-button): Removed.
-       (gnus-article-next-button): Ditto.
-       (gnus-article-add-button): Ditto.
+       * gnus-art.el (gnus-article-banner-alist)
+       (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
+       (gnus-article-date-lapsed-new-header)
+       (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
+       (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
+       (gnus-treat-strip-headers-in-body)
+       (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
+       (gnus-treat-translate): Add :version.
+       (gnus-article-mime-part-function): Fix defcustom.
 
-       * gnus.el (gnus-article-mode-map): Inherit from widget.
-       (gnus-article-mode-map): No, don't.
+       * nnmail.el (nnmail-expiry-target)
+       (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
+       (nnmail-split-header-length-limit): Add :version.
 
-       * mm-decode.el (mm-dissect-buffer): Store Content-ID things.
-       (mm-content-id-alist): New variable.
-       (mm-get-content-id): New function.
+       * gnus-sum.el (gnus-auto-expirable-marks)
+       (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
+       (gnus-extra-headers, gnus-ignored-from-addresses)
+       (gnus-newsgroup-ignored-charsets)
+       (gnus-group-highlight-words-alist)
+       (gnus-summary-show-article-charset-alist): Add :version.
 
-       * gnus-art.el (gnus-request-article-this-buffer): Only decode
-       articles if we are fetching to the article buffer.
+       * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
+       gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
+       files, converted from the XPMs.
 
-1998-09-13 07:58:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
+       * gnus-cache.el (gnus-cache-active-file): Don't use
+       file-name-as-directory on directory.
+       (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
+       use file-name-as-directory on directory.
 
-       * gnus-sum.el (gnus-summary-move-article): Don't decode accepting
-       articles.
+       * time-date.el (timezone-make-date-arpa-standard): Autoload.
+       (date-to-time): Use it.
 
-1998-09-13 07:23:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+;      * message.el (message-mode) <adaptive-fill-regexp>:
+;      <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
+;      (message-newline-and-reformat): Likewise.
+       (message-forward-as-mime, message-forward-ignored-headers)
+       (message-buffer-naming-style, message-default-charset)
+       (message-dont-reply-to-names, message-send-mail-partially-limit):
+       Add :version.
 
-       * mm-util.el (mm-mime-charset): Try to use safe-charsets.
-       (mm-default-mime-charset): New variable.
+       * mm-util.el: Doc fixes.
+       (mm-mime-charset): Don't use the raw result of
+       mm-preferred-coding-system.
+       (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
+       (mm-with-unibyte): Simplify.
 
-       * rfc2047.el (rfc2047-dissect-region): Dissect using tspecials.
+       * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
+       concat.
 
-       * drums.el (drums-quote-string): Reversed test.
+       * pop3.el (pop3-version): Deleted.
+       (pop3-make-date): New function, avoiding message-make-date.
+       (pop3-munge-message-separator): Use it.
 
-1998-09-12 14:29:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2000-11-09  Dave Love  <fx@gnu.org>
 
-       * mm-util.el (mm-insert-rfc822-headers): Possibly not quote
-       string.
+       * gnus-group.el (gnus-group-make-directory-group)
+       (gnus-group-fetch-faq): Use expand-file-name.
+       (gnus-group-fetch-faq): Simplify completing-read form.
 
-       * drums.el (drums-quote-string): New function.
+       * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
+       test for Mule.
 
-       * rfc2047.el (rfc2047-encode-message-header): Goto point-min.
-       (rfc2047-b-encode-region): Chop lines.
-       (rfc2047-q-encode-region): Ditto.
+       * message.el (tool-bar-map): Defvar when compiling.
 
-Sat Sep 12 13:27:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
+       (gnus-tm-lisp-directory): Deleted.
+       (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
+       (featurep 'xemacs).
+       (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
+       (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
+       version numbers from file names.
 
-       * gnus.el: Pterodactyl Gnus v0.29 is released.
+2000-11-08  Dave Love  <fx@gnu.org>
 
-1998-09-12 12:46:30  Istvan Marko  <imarko@pacificnet.net>
+       * mm-view.el: Use featurep for XEmacs test.
+       (mm-inline-message): Test for `remove-specifier'; don't use
+       condition-case.
 
-       * mm-decode.el (mm-save-part): Message right.
+       * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
 
-1998-09-12 11:30:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-score.el (gnus-score-load-file): Use expand-file-name.
+       (gnus-score-find-bnews): Don't concat "".
 
-       * drums.el (drums-parse-address): Returned a list instead of a
-       string.
-       (drums-remove-whitespace): Skip comments.
-       (drums-parse-addresses): Didn't work.
+       * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
+       * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
+       * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
+       * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
 
-Sat Sep 12 09:17:30 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * gnus-sum.el: Put some defvars in eval-when-compile.
+       (gnus-summary-mode-hook): Add :options.
+       (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
+       (gnus-summary-tool-bar-map): New variable.
+       (gnus-summary-make-tool-bar): New function.
+       (gnus-summary-mode): Put kill-all-local-variables first.
 
-       * gnus.el: Pterodactyl Gnus v0.28 is released.
+       * gnus-group.el (gnus-group-toolbar-map): New variable.
+       (gnus-group-make-tool-bar): Rewritten.
+       (gnus-group-mode): Put kill-all-local-variables first.
 
-1998-09-12 04:57:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * rfc2047.el: Require gnus-util.
 
-       * gnus-art.el (gnus-mime-button-map): Use the article keymap as a
-       starting point.
-       (article-decode-encoded-words): Rename.
+       * nnml.el (gnus-sorted-intersection): Autoload.
 
-       * message.el (message-narrow-to-headers-or-head): New function.
+       * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
+       Put some defvars in eval-when-compile.
+       (gnus-intersection, gnus-sorted-complement):  Autoload.
 
-       * gnus-int.el (gnus-request-accept-article): Narrow to the right
-       region.
+       * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
 
-       * message.el (message-send-news): Encode body after checking
-       syntax.
+       * mm-encode.el (mm-body-7-or-8): Autoload.
 
-       * gnus-art.el (gnus-mime-button-line-format): Allow descriptions.
+       * mm-decode.el (mm-insert-inline): Autoload.
 
-       * mm-decode.el (mm-save-part): Use Content-Disposition filename.
+       * mml.el:
+       * message.el: Put some defvars in eval-when-compile.
 
-       * gnus-art.el (gnus-display-mime): Respect disposition.
+       * gnus-msg.el: Put some defvars in eval-when-compile.
+       (gnus-msg-mail): Move after gnus-setup-message.
 
-       * mm-decode.el (mm-preferred-alternative): Respect disposition.
+       * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
 
-       * gnus-art.el (article-strip-multiple-blank-lines): Don't delete
-       text with annotations.
+2000-11-07  Dave Love  <fx@gnu.org>
 
-       * message.el (message-make-date): Fix sign for negative time
-       zones.
+       * gnus-util.el (nnheader): Don't require message (recursive
+       autoload).
 
-       * mm-view.el (mm-inline-image): Insert a space at the end of the
-       image.
+       * uudecode.el: Avoid compiler warnings.
 
-       * mail-parse.el: New file.
+       * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
+       (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
 
-       * rfc2231.el: New file.
+2000-11-06  Dave Love  <fx@gnu.org>
 
-       * drums.el (drums-content-type-get): Removed.
-       (drums-parse-content-type): Ditto.
+       * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
 
-       * mailcap.el (mailcap-mime-data): Use symbols instead of strings.
+       * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
+       (uudecode-char-int): New alias, replacing char-int.
+       (uudecode-decode-region): Don't call buffer-disable-undo.
 
-Fri Sep 11 18:23:34 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+;      * mm-uu.el (mm-uu-configure): Unquote lambda.
+;      (mm-uu-configure-list): Doc fix.
+;
+;      * earcon.el (running-xemacs): Don't define.
+;
+;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
+;
+;      * message.el (message-font-lock-keywords): Match a final newline
+;      to help font-lock's multiline support.
+;
+2000-11-03  Dave Love  <fx@gnu.org>
 
-       * gnus.el: Pterodactyl Gnus v0.27 is released.
+       * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
 
-1998-09-11 12:42:07  Lars Magne Ingebrigtsen- <larsi@gnus.org>
+       * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
+       name.
 
-       * mm-decode.el (mm-alternative-precedence): New variable.
-       (mm-preferred-alternative): New function.
+       * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
+       <banner>: Fix custom type, doc.
 
-       * gnus-art.el (gnus-mime-copy-part): New command.
+       * mm-decode.el (mm-display-external): Space-prefix temp buffer
+       name.  Don't disable undo explicitly.
 
-       * mm-decode.el (mm-get-part): New function.
+;2000-11-02  Dave Love  <fx@gnu.org>
+;
+;      * message.el (message-font-lock-keywords): Use [:alpha:] for
+;      cite-prefix.
 
-       * mm-view.el: New file.
+2000-11-01  Dave Love  <fx@gnu.org>
 
-       * mm-decode.el (mm-dissect-buffer): Downcase cte.
-       (mm-display-part): Default to mailcap-save-binary-file.
+       * rfc2047.el (base64): Require unconditionally.
+       (message-posting-charset): Defvar when compiling.
+       (rfc2047-encode-message-header, rfc2047-encodable-p): Require
+       message.
 
-Fri Sep 11 12:32:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * gnus-sum.el (nnoo): Require.
+       (mm-uu-dissect): Autoload.
 
-       * gnus.el: Pterodactyl Gnus v0.26 is released.
+       * mml.el (mml-parse-1): Clarify message.
+       (mml-minibuffer-read-type): Use mailcap-mime-types.
 
-1998-09-11 08:25:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
 
-       * mm-decode.el (mm-interactively-view-part): New function.
+       * mml.el: Fix a typo in the requiring of CL.
 
-       * gnus-art.el (gnus-mime-view-part): New command.
+2000-11-01  Dave Love  <fx@gnu.org>
 
-       * mm-decode.el (mm-last-shell-command): New variable.
+       * utf7.el: Require cl when compiling.
 
-       * mailcap.el (mailcap-mime-info): Allow returning all matches.
+       * binhex.el: Use (featurep 'xemacs).
+       (binhex-char-int): New alias, replacing char-int.  Change callers.
+       (binhex-decode-region): Simplify work buffer code.
+       (binhex-decode-region-external): Use expand-file-name, not concat.
 
-       * mm-decode.el (mm-save-part): New function.
+2000-10-30  Dave Love  <fx@gnu.org>
 
-       * gnus-art.el (article-decode-charset): Protect against buggy
-       content-types.
-       (gnus-mime-pipe-part): New command.
-       (gnus-mime-save-part): New command.
-       (gnus-mime-button-map): New keymap.
-       (gnus-mime-button-line-format): New variable.
-       (gnus-insert-mime-button): New function.
-       (gnus-display-mime): Use it.
+       * gnus-art.el: Fix 2000-10-27 change properly.
 
-       * gnus-util.el (gnus-dd-mmm): Removed length spec.
+2000-10-28  Miles Bader  <miles@gnu.org>
 
-       * mm-decode.el (mm-inline-text): Decode charsets.
+       * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
 
-       * gnus-art.el (gnus-article-save): Comment fix.
+2000-10-27  Dave Love  <fx@gnu.org>
 
-       * gnus-int.el (gnus-start-news-server): When in batch, don't
-       prompt.
+       * gnus-group.el (gnus-group-make-menu-bar): Add some :help
+       strings.
+       (gnus-group-make-tool-bar): New function.
+       (gnus-group-mode): Use it.
 
-       * gnus-cache.el (gnus-cache-possibly-enter-article): Don't
-       decode.
+       * message.el (message-mode-menu): Add some :help strings.
+       (message-mode) [message-tool-bar-map]: Define tool-bar-map.
+       (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
 
-       * mm-decode.el (mm-inline-media-tests): Add audio.
-       (mm-inline-audio): New function.
+       * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
+       * describe-group.xpm, get-news.xpm, kill-group.xpm:
+       * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
 
-1998-09-11 08:19:22  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
+       * mm-decode.el (mm-valid-and-fit-image-p): Don't test
+       display-graphic-p here.
 
-       * gnus-art.el (article-make-date-line): Didn't work.
+2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
 
-       * parse-time.el (parse-time-string): One too many nils.
+       * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
+       of the `gnus-xemacs' variable, as the latter has been removed.
+       * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
+       * gnus-art.el (gnus-treat-display-xface)
+       (gnus-treat-display-smileys, gnus-treat-display-picons)
+       (gnus-article-read-summary-keys): Likewise.
 
-Fri Sep 11 08:09:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2000-10-26  Dave Love  <fx@gnu.org>
 
-       * gnus.el: Pterodactyl Gnus v0.25 is released.
+       (defvar): Use rmail-spool-directory unconditionally.
 
-1998-09-11 07:38:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2000-10-18  Dave Love  <fx@gnu.org>
 
-       * gnus-art.el (article-remove-trailing-blank-lines): Don't remove
-       annotations.
+       * mm-bodies.el (mm-uu-decode-function)
+       (mm-uu-binhex-decode-function): Defvar when compiling.
 
-       * gnus.el ((featurep 'gnus-xmas)): New
-       'gnus-annotation-in-region-p alias.
+       * gnus-nocem.el (gnus-nocem-issuers): Update.
+       (gnus-nocem-check-from): New option.
+       (gnus-nocem-scan-groups): Use it.
+       (gnus-nocem-check-article): Bind gnus-newsgroup-name.
+       (gnus-nocem-check-article-limit): Add :version.
 
-1998-09-10 06:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
 
-       * mm-util.el (mm-with-unibyte-buffer): New function.
+       * ietf-drums.el (mm-util): Require CL when compiling.
 
-       * gnus-uu.el (gnus-quote-arg-for-sh-or-csh): Renamed.
+2000-10-15  Dave Love  <fx@gnu.org>
 
-       * mm-decode.el (mm-inline-media-tests): New variable.
+       * qp.el: Require mm-util.
 
-       * gnus-sum.el (gnus-summary-exit): Destroy handles.
+2000-10-13  Dave Love  <fx@gnu.org>
 
-       * gnus-art.el (gnus-article-mime-handles): New variable.
+       * qp.el (quoted-printable-decode-region): Avoid invalid
+       coding-systems.
 
-       * drums.el (drums-narrow-to-header): New function.
+2000-10-12  Gerd Moellmann  <gerd@gnu.org>
 
-       * gnus-art.el (article-decode-charset): Use it.
+       * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
+       to a recursive load.
 
-       * drums.el (drums-content-type-get): New function.
+2000-10-12  Dave Love  <fx@gnu.org>
 
-       * mm-util.el (mm-content-type-charset): Removed.
+       * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
 
-       * drums.el (drums-syntax-table): @ is word.
-       (drums-parse-content-type): New function.
+       * gnus.el (gnus-group-startup-message): Check for PBM image.
 
-       * parse-time.el (parse-time-rules): Parse "Wed, 29 Apr 98 0:26:01
-       EDT" times.
+2000-10-09  Dave Love  <fx@gnu.org>
 
-       * gnus-util.el (gnus-date-get-time): Use safe date.
+       * mail-source.el (mail-source-fetch-imap): Bind
+       default-enable-multibyte-characters rather than using
+       mm-disable-multibyte.
 
-       * gnus-sum.el (gnus-show-mime): Removed.
-       (gnus-summary-toggle-mime): Removed.
+2000-10-05  Dave Love  <fx@gnu.org>
 
-       * gnus-art.el (gnus-strict-mime): Removed.
-       (gnus-article-prepare): Don't do MIME.
-       (gnus-decode-encoded-word-method): Removed.
-       (gnus-show-mime-method): Removed.
+       * qp.el (mm-decode-coding-region, mm-encode-coding-region):
+       Autoload.
+       (quoted-printable-decode-region):  Rename arg which confused
+       charset with coding-system.  Don't use nonascii-insert-offset.
+       Coding-system encode the region initially.  Don't recognize `=='
+       as valid QP.  Coding-system decode the region finally.
+       (quoted-printable-decode-string): Rename arg which confused
+       charset with coding-system.
 
-Thu Sep 10 04:03:29 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
+       (mm-encode-body): Apply mm-charset-to-coding-system to arg of
+       mm-encode-coding-region.
+       (mm-decode-body, mm-decode-string): Rename variables which
+       confused charset with coding-system.
+       (binhex-decode-region): Don't autoload.
+       (mm-body-encoding): Require message.
+       (mm-decode-content-transfer-encoding): Require mm-uu in relevant
+       cond branches.
 
-       * gnus.el: Pterodactyl Gnus v0.24 is released.
+       * gnus-art.el (article-de-quoted-unreadable)
+       (article-de-base64-unreadable): Fold search case
+       rather than downcasing string.  Apply mm-charset-to-coding-system
+       to arg of quoted-printable-decode-region.
 
-1998-09-10 01:58:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2000-10-04  Dave Love  <fx@gnu.org>
 
-       * gnus-sum.el (gnus-summary-show-article): Don't decode chars if
-       PREFIX.
+       * gnus-ems.el: Don't turn off compiler warnings in local vars.
+       Require ring when compiling.
+       (gnus-article-compface-xbm): New variable.
 
-       * parse-time.el (parse-time-rules): Accept times that look like
-       "h:mm".
+2000-10-04  Dave Love  <fx@gnu.org>
 
-       * message.el (message-make-date): Use zone properly.
+       * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
+       pbm images.
 
-       * gnus.el: Autoload gnus-batch.
+       * frown.pbm, smile.pbm, wry.pbm: New files.
 
-       * gnus-art.el (article-de-quoted-unreadable): Do not do
-       gnus-article-decode-rfc1522.
+       * frown.xbm, smile.xbm, wry.xbm: Deleted.
 
-       * gnus-msg.el (gnus-inews-do-gcc): Use it.
+2000-10-03  Dave Love  <fx@gnu.org>
 
-       * gnus-int.el (gnus-request-accept-article): Accept a no-encode
-       param.
+       * mail-source.el (mail-sources): Revert to nil.
 
-       * message.el (message-encode-message-body): Check for us-ascii.
+       * nnmail (nnmail-spool-file): Revert to `((file))'.
 
-       * gnus-msg.el (gnus-extended-version): Move Gnus version comments
-       to the left.
+       * qp.el: Don't require mm-util.
+       (quoted-printable-decode-region): Rewritten.
+       (quoted-printable-decode-string, quoted-printable-encode-region):
+       Doc fix.
+       (quoted-printable-encode-region): Barf on multibyte characters.
+       Maybe make the class multibyte.  Upcase chars, not formatted
+       strings.  Allow mm-use-ultra-safe-encoding to be unbound.
+       (quoted-printable-encode-string): Don't use
+       mm-with-unibyte-buffer.
 
-1998-09-09 13:18:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2000-09-29  Gerd Moellmann  <gerd@gnu.org>
 
-       * gnus-art.el (article-decode-charset): Rename.
+       * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
 
-Wed Sep  9 12:25:48 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2000-09-21  Dave Love  <fx@gnu.org>
 
-       * gnus.el: Pterodactyl Gnus v0.23 is released.
+       * smiley-ems.el (smiley-region): Test if display-graphic-p bound
+       (for Emacs 20).  Tidy somewhat.
 
-1998-09-09 12:14:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2000-09-21  Dave Love  <fx@gnu.org>
 
-       * gnus-util.el (gnus-parent-id): Ditto.
-       (gnus-put-text-property-excluding-newlines): Ditto.
+       * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
+       image processing.  Rationalize logic somewhat.
 
-       * gnus-sum.el (gnus-dependencies-add-header): Make into subst.
+2000-09-20  Dave Love  <fx@gnu.org>
 
-1998-09-08  Karl Kleinpaste  <karl@jprc.com>
+       * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
+       specifically.
 
-       * message.el (message-generate-headers): Generate User-Agent
-       instead of X-Mailer & X-Newsreader.
+       * gnus.el (gnus-version-number): Avoid some redundant
+       autoloads.
 
-       * gnus-msg.el (gnus-extended-version): Reformat for USEFOR
-       User-Agent header format.
+2000-09-20  Gerd Moellmann  <gerd@gnu.org>
 
-Tue Sep  8 22:38:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
+       to XBM; we always have PBM support.
 
-       * gnus.el: Pterodactyl Gnus v0.22 is released.
+2000-09-14  Dave Love  <fx@gnu.org>
 
-1998-09-08 22:36:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus.el (gnus-charset):
+       * mm-decode.el (mime-display):
+       * imap.el (imap) <defgroup>: Add :version.
 
-       * mm-util.el (mm-multibyte-p): Typo.
+2000-09-13  Gerd Moellmann  <gerd@gnu.org>
 
-Tue Sep  8 22:25:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * parse-time.el: Fix author's mail address.
 
-       * gnus.el: Pterodactyl Gnus v0.21 is released.
+       * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
+       * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
+       * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
+       * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
+       * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
+       * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
+       * rfc2231.el, uudecode.el: Fix copyright notice.
 
-1998-09-08  Hrvoje Niksic  <hniksic@srce.hr>
+       * nnweb.el (toplevel): To make the file bootstrap in Emacs,
+       require `w3' at load-time only if not running in batch mode.
 
-       * gnus-art.el (article-treat-dumbquotes): Handle \224 correctly.
+2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-09-08 22:18:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus.el: Before merge with Emacs21.
 
-       * mm-util.el (mm-multibyte-p): New function.
+2000-12-19  Raymond Scholz <ray-2000@zonix.de>
 
-Tue Sep  8 21:43:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
 
-       * gnus.el: Pterodactyl Gnus v0.20 is released.
+2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-1998-09-08 11:40:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
+       to avoid conflict with the standard `back-to-indentation'
+       binding.
 
-       * rfc2047.el (rfc2047-decode-region): Only decode when in
-       multibyte.
+2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnheader.el (nnheader-pathname-coding-system): Changed to binary.
+       * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
 
-       * gnus-int.el (gnus-request-replace-article): Encode.
-       (gnus-request-accept-article): Encode.
+       * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
+       (mm-disable-multibyte-mule4): Ditto.
+       (mm-with-unibyte-current-buffer-mule4): Ditto.
 
-       * gnus-art.el (gnus-request-article-this-buffer): Decode charsets
-       here.
+2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.el (gnus-article-display-hook): Take the charset functions
-       out.
+       * pop3.el (pop3-movemail): Use binary.
+       (pop3-movemail-file-coding-system): Removed.
 
-       * time-date.el (safe-date-to-time): New function.
+2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-util.el (gnus-dd-mmm): Protect against bogus dates.
+       * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
 
-Tue Sep  8 07:09:28 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.el: Pterodactyl Gnus v0.19 is released.
+       * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
+       exists.
 
-1998-09-08 04:51:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * base64.el (base64-encode-region): Accept no-line-break.
+       * gnus-msg.el (gnus-post-method): Use backend name when the
+       address is "".
 
-       * mm-util.el (mm-mime-charset): New function.
+2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-draft.el (gnus-draft-edit-message): Delete article.
+       * gnus-art.el (article-verify-x-pgp-sig): Don't test
+       mm-verify-option.
+       (gnus-treat-x-pgp-sig): Default value.
+       (gnus-ignored-headers): Redundant.
 
-Tue Sep  8 04:29:23 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.el: Pterodactyl Gnus v0.18 is released.
+       * gnus-win.el (gnus-configure-frame): Save selected window.
 
-1998-09-08 02:21:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2000-02-15  Andrew Innes  <andrewi@gnu.org>
 
-       * message.el (message-send-and-exit): Return t on success.
-       (message-make-date): Make a proper time zone.
+       * nnmbox.el: Require gnus-range.
+       (nnmbox-group-building-active-articles): New variable.
+       (nnmbox-group-active-articles): New variable; this is a cache of
+       all active articles by group and number.
+       (nnmbox-in-header-p): New function.
+       (nnmbox-find-article): New function.
+       (nnmbox-record-active-article): New function.
+       (nnmbox-record-deleted-article): New function.
+       (nnmbox-is-article-active-p): New function.
+       (nnmbox-retrieve-headers): Use nnmbox-find-article.
+       (nnmbox-request-article): Ditto.  Also supply extra arg to
+       nnmbox-article-group-number.
+       (nnmbox-request-expire-articles): Ditto.
+       (nnmbox-request-move-article): Ditto.
+       (nnmbox-request-replace-article): Ditto.
+       (nnmbox-request-rename-group): Rename group entry in active
+       article cache.
+       (nnmbox-delete-mail): Update active article cache, unless article
+       is being replaced.
+       (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
+       than partially duplicating it.
+       (nnmbox-article-group-number): Add extra `this-line' arg, to
+       handle articles belonging to multiple groups.
+       (nnmbox-save-mail): Update active article cache.
+       (nnmbox-read-mbox): Build active article cache when loading mbox.
+       Also do some repair work, if we find articles that are missing the
+       appropriate X-Gnus-Newsgroup lines in the header.  We can usually
+       reconstruct these from Xref info.
 
-       * gnus-draft.el (gnus-draft-send): Only remove article if the
-       sending is successful.
+2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * drums.el (drums-get-comment): Return the last comment.
-       (drums-parse-address): Parse old-style From headers.
+       * mail-source.el (mail-source-report-new-mail): Use
+       nnheader-run-at-time.
 
-1998-09-07  SL Baur  <steve@altair.xemacs.org>
+2000-02-15  Andrew Innes  <andrewi@gnu.org>
 
-       * gnus-sum.el (gnus-data-compute-positions): Move below
-       `gnus-save-hidden-threads' so the former is correctly detected as
-       a macro.
+       * mail-source.el (mail-source-fetch-pop): Clear pop password when
+       an error is thrown, and then rethrow the error.
+       (mail-source-check-pop): Ditto.
+       (mail-source-start-idle-timer): Prevent multiple pop checks
+       running if the check takes a long time.
 
-1998-09-06  Dave Love  <fx@gnu.org>
+2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus/nnweb.el (require): Wrap requirement of w3 and url in
-       ignore-errors too, eval'd when compile.  Require w3 stuff at load
-       time for nicer failure if it's not available.
+       * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
+       succeed.
 
-1998-09-08 00:38:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * time-date.el (time-to-seconds): Renamed.
+       * gnus-win.el (gnus-configure-windows): Make sure
+       nntp-server-buffer is live.
+       (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
 
-       * parse-time.el (parse-time-string): Downcase before handling.
-       (parse-time-rules): Times without seconds have 0 seconds.
+2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
 
-       * rfc2047.el (rfc2047-encode-region): New version.
-       (rfc2047-dissect-region): New function.
+       * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
 
-1998-09-07 01:08:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2000-12-04  Andreas Jaeger  <aj@suse.de>
 
-       * message.el (message-make-date): Use symbolic zone.
+       * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
 
-1998-09-06 23:23:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * time-date.el (parse-time): Always use parse-time.
+       * mml2015.el (mml2015-fix-micalg): Alg might be nil.
 
-       * parse-time.el (parse-time-syntax): Use vectors.
+2000-12-01  Christopher Splinter <chris@splinter.inka.de>
 
-Sun Sep  6 21:19:26 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
 
-       * gnus.el: Pterodactyl Gnus v0.17 is released.
+2000-12-01  Simon Josefsson  <sj@extundo.com>
 
-1998-09-06 05:45:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * mml-smime.el (mml-smime-verify): Fix address parsing.
 
-       * time-date.el: Renamed from "date".
+2000-12-01  Simon Josefsson  <sj@extundo.com>
 
-       * gnus.el: Removed all timezone dependencies.
+       * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
+       more than one certificate inside PKCS#7 blob.  Better security
+       information (clamed / actual sender, openssl output, certificates
+       inside message).
 
-       * score-mode.el: Removed.
-       (gnus-score-edit-insert-date): Use date.
+       * smime.el (smime-verify-region): Output to /dev/null.
+       (smime-buffer-as-string-region): Don't parse empty lines.
 
-       * date.el (float-to-time): New function.
+2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnspool.el (nnspool-seconds-since-epoch): Removed.
+       * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
+       ?d and ?D.
+       (gnus-mime-security-show-details-inline): New variable.
+       (gnus-mime-security-show-details): Use them.
+       (gnus-insert-mime-security-button): Ditto.
 
-       * date.el (time-to-float): New function.
+       * mml2015.el (mml2015-gpg-verify): Set details when succeed.
+       Suggest by Michael Duggan (md5i@cs.cmu.edu).
+       (mml2015-gpg-clear-verify): Ditto.
+       (mml2015-gpg-decrypt-1): Ditto.
+       (mml2015-use): Prefer 'gpg.
 
-       * message.el (message-make-date): Use format-time-string.
-       (message-make-expires): Use make-date.
+2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-xmas.el (gnus-xmas-seconds-since-epoch): Removed.
+       * gnus-util.el (gnus-add-text-properties-when): New function.
+       (gnus-remove-text-properties-when): Ditto.
 
-       * gnus-util.el (gnus-dd-mmm): Use date.
-       (gnus-sortable-date): Ditto.
+       * gnus-cite.el (gnus-article-hide-citation): Use them.
+       (gnus-article-toggle-cited-text): Use them.
 
-       * message.el (message-make-date): Take an optional time.
+       * gnus-art.el (gnus-signature-toggle): Use them.
+       (gnus-article-show-hidden-text): Ditto.
+       (gnus-article-hide-text): Ditto.
 
-       * gnus: Applied patches from 5.6.43.
+2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * date.el (if): Use parse-time.
+       * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
 
-       * gnus-score.el (gnus-summary-score-entry): Make into a command
-       again.
+2000-11-30  Simon Josefsson  <sj@extundo.com>
 
-       * gnus-group.el (gnus-group-get-new-news-this-group): Only call if
-       gnus-agent.
+       * smime.el (smime-point-at-eol): New alias.
+       (smime-buffer-as-string-region): Use it.
 
-       * gnus.el (gnus-agent-meta-information-header): Moved here.
+2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-09-05  Mike McEwan  <mike@lotusland.demon.co.uk>
+       * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
 
-       * gnus-agent.el (gnus-agent-scoreable-headers): New variable.
-       (gnus-agent-fetch-group-1): Score article headers using normal
-       group score files if the download score rule of a category/group
-       is `file'.
-       (gnus-agent-fetch-group-1): Don't parse the entire .overview when
-       deciding what articles to download.
-       (gnus-agent-fetch-group-1): Don't push headers through scoring and
-       predicate processing if predicate is `true' or `false'.
+2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-09-06 01:56:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
 
-       * gnus-score.el (gnus-score-load-score-alist): Bind coding system.
+       * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
 
-       * gnus-art.el (gnus-article-setup-buffer): Enable multibyte.
+       * nnmbox.el (nnmbox-request-expire-articles): Ditto.
 
-       * score-mode.el (score-mode-coding-system): New variable.
-       (gnus-score-edit-exit): Use it.
+2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
 
-1998-09-04  Jason R Mastaler  <jason@4b.org>
+       * nnmh.el (nnmh-request-expire-articles): Implemented
+       expiry-target for nnmh backend.
 
-       * drums.el: Corrected typo.
+2000-11-30  Simon Josefsson  <sj@extundo.com>
 
-1998-09-05 23:24:43  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
+       * mm-decode.el (mm-security-from): New variable.
+       (mm-possibly-verify-or-decrypt): Use it rather than `from'.
 
-       * mm-bodies.el (mm-body-encoding): Faster version.
+       * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
+       than `from'.
 
-1998-09-05 22:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2000-11-30  Simon Josefsson  <sj@extundo.com>
 
-       * gnus-art.el (gnus-article-decode-charset): Only decode text
-       things.
+       * mml-smime.el (mml-smime-verify): Verify that certificate mail
+       address match sender address.
 
-       * message.el (message-output): Use rmail.
+       * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
 
-       * rfc2047.el (rfc2047-encoded-word-regexp): Allow spaces in the
-       word part.
+       * smime.el (smime-verify-region): Don't copy buffer.
+       (smime-decrypt-buffer): Use expand-file-name on keyfile.
+       (smime-pkcs7-region): New function.
+       (smime-pkcs7-certificates-region): Ditto.
+       (smime-pkcs7-email-region): Ditto.
+       (smime-buffer-as-string-region): Ditto.
 
-       * mm-util.el (mm-charset-to-coding-system): Use
-       rfc2047-default-charset.
-       (mm-known-charsets): New variable.
+       * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
+       buffer.
 
-       * message.el (message-caesar-region): Bugged out.
+2000-11-23  Jens Krinke <j.krinke@gmx.de>
 
-1998-09-06  Mike McEwan  <mike@lotusland.demon.co.uk>
+       * smime.el (smime-decrypt-region): Fix keyfile argument.
 
-       * gnus-agent.el (gnus-agent-fetch-group-1): Allow lists when
-       specifying `agent-predicate' in a group's parameters.
+2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-Sat Sep  5 21:55:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
 
-       * gnus.el: Pterodactyl Gnus v0.16 is released.
+2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-09-05 17:30:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * message.el (message-shoot-gnksa-feet): New variable.
+       (message-gnksa-enable-p): New function.
+       (message-send): Use it.
+       (message-check-news-body-syntax): Ditto.
 
-       * nnmail.el (nnmail-expired-article-p): Use predicate.
+2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * date.el (time-less-p): Renamed.
+       * message.el (message-make-message-id): Remove the redundancy.
 
-       * gnus-art.el (gnus-article-decode-charset): Really fetch headers
-       from the headers.
+2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * rfc2047.el (rfc2047-decode-region): Use the mm decoding
-       functions.
+       * message.el (message-setup): Discourage using mc-install-*-mode.
 
-       * gnus-group.el (gnus-group-sort-selected-flat): Didn't work at
-       all.
-       (gnus-group-sort-selected-groups-by-alphabet): Changed interface
-       to all functions.
+       * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
 
-Sat Sep  5 01:45:52 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.el: Pterodactyl Gnus v0.15 is released.
+       * gnus-cite.el (gnus-cite-parse): Guess citation length.
 
-1998-09-05 00:21:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * date.el: New file.
+       * gnus-ml.el (gnus-mailing-list-insinuate): New function.
 
-       * gnus-util.el (gnus-encode-date): Removed.
-       (gnus-time-less): Ditto.
+2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnmail.el (nnmail-date-to-time): Removed.
-       (nnmail-time-less): Ditto.
-       (nnmail-days-to-time): Ditto.
-       (nnmail-time-since): Ditto.
+       * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
 
-       * drums.el: New file.
+2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-09-04 00:25:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-xmas.el (gnus-xmas-article-display-xface): Use
+       insert-buffer-substring.
 
-       * message.el (message-encode-message-body): Encode headers with
-       body encoding.
+       * message.el (message-send-mail): Use buffer-substring-no-properties.
+       (message-send-news): Ditto.
 
-       * rfc2047.el (rfc2047-default-charset): Renamed.
-       (rfc2047-encodable-p): Use it.
+2000-11-22  David Edmondson <dme@dme.org>
 
-       * base64.el (mm-util): Required.
+       * imap.el (imap-wait-for-tag): Message read info.
 
-1998-09-03 16:28:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-msg.el (gnus-post-method): Peel off real info from opened
-       servers.
+       * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
+       (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
+       (mml2015-gpg-encrypt): Ditto.
 
-       * gnus-util.el (gnus-output-to-rmail): Removed.
+2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-summary-save-in-rmail): Use
-       gnus-output-to-rmailrmail-output-to-rmail-file.
+       * mm-decode.el (mm-verify-option): Default value.
 
-       * rfc2047.el (rfc2047-decode-region): Fold case.
-       (rfc2047-decode): Use decode-string.
+       * mml-sec.el (mml-secure-part): Error message.
 
-       * mm-util.el: Provide mm-char-int.
+2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-Thu Sep  3 15:23:22 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
 
-       * gnus.el: Pterodactyl Gnus v0.14 is released.
+2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-09-03 15:08:30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
 
-       * mm-bodies.el (mm-body-encoding): Go through the buffer to make
-       sure we have 7bit.
+2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-09-02 14:38:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-art.el (gnus-article-describe-key): Use prompt.
+       (gnus-article-describe-key-briefly): Ditto.
 
-       * gnus-msg.el (gnus-post-method): Use opened servers, and remove
-       ducplicates.
-       (gnus-inews-insert-mime-headers): Removed.
+2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * message.el (message-caesar-region): Protect against MULE chars.
+       * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
 
-1998-09-02 00:36:23  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>
+2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-util.el (if): fset the right function.
+       * gnus-art.el (gnus-article-describe-key): New function.
+       (gnus-article-describe-key-briefly): New function.
 
-1998-09-02 00:31:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-article-decode-charset): Use real
-       read-coding-system.
+       * mm-decode.el (mm-decrypt-option): Doc typo.
 
-1998-09-01 17:58:40  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
+       return a number.
 
-       * mm-bodies.el (mm-decode-body): Protect against malformed
-       base64.
-       (mm-decode-body): Check that buffer-file-coding-system is
-       non-nil.
+2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-Tue Sep  1 10:29:33 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * message.el (message-newline-and-reformat): Typo.
 
-       * gnus.el: Pterodactyl Gnus v0.13 is released.
+2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-09-01 09:14:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-art.el (article-verify-x-pgp-sig): Check whether
+       original-article-buffer exists.
 
-       * gnus-util.el (gnus-strip-whitespace): Already defined.
-       Removed.
+       * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
+       (rfc2047-header-encoding-alist): Addresses are different from text.
+       (rfc2047-encode-message-header): Ditto.
+       (rfc2047-dissect-region): Extra parameter.
+       (rfc2047-encode-region): Ditto.
+       (rfc2047-encode-string): Ditto.
 
-       * gnus-art.el (gnus-article-decode-charset): Strip whitespace.
+2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-util.el (gnus-strip-whitespace): New function.
+       * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
+       (mm-uu-pgp-encrypted-extract): Use it.
+       (mm-uu-pgp-signed-extract-1): New function.
+       (mm-uu-pgp-signed-extract): Use it.
 
-       * mm-util.el (mm-content-type-charset): Downcase.
+       * gnus-art.el (gnus-mime-display-security): New function.
+       (gnus-mime-display-part): Use it.
+       (gnus-mime-security-verify-or-decrypt): New function.
+       (gnus-mime-security-press-button): New function.
+       (gnus-insert-mime-security-button): Use it.
 
-1998-08-31 23:04:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
+       (mm-find-raw-part-by-type): Ditto.
+       (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
+       (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
+       (mm-destroy-parts): Kill nested multibyte buffer.
 
-       * gnus-art.el (gnus-article-decode-charset): Accept a prefix.
-       (gnus-article-decode-charset): Don't fetch all headers.
+       * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
+       (mml2015-gpg-verify): Ditto.
 
-       * mm-util.el (mm-read-coding-system): New function.
+2000-11-18  Simon Josefsson  <sj@extundo.com>
 
-       * mm-bodies.el (mm-decode-body): Check the right charset.
+       * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
+       (mml2015-function-alist): Use it.
 
-       * gnus-sum.el (gnus-summary-mode-line-format): Ditto.
+       * mml-sec.el (mml-sign-alist): Update names.
+       (mml-encrypt-alist): Ditto.
+       (mml-secure-part-smime-sign): Moved to mml-smime.el
+       as `mml-smime-sign-query'.
+       (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
+       `mml-smime-get-file-cert'.
+       (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
+       `mml-smime-get-dns-cert'.
+       (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
+       `mml-smime-encrypt-query'.
+       (mml-smime-sign-buffer): Use mml-smime-sign.
+       (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
 
-       * gnus-art.el (gnus-article-mode-line-format): Use short group
-       format.
+       * mml-smime.el (mml-smime-sign): New function.
+       (mml-smime-encrypt):
+       (mml-smime-sign-query):
+       (mml-smime-get-file-cert):
+       (mml-smime-get-dns-cert):
+       (mml-smime-encrypt-query): Moved from mml-sec.el.
 
-Mon Aug 31 23:03:13 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2000-11-16  Simon Josefsson  <sj@extundo.com>
 
-       * gnus.el: Pterodactyl Gnus v0.12 is released.
+       * mml2015.el (mml2015-gpg-clear-verify): New function.
+       (mml2015-function-alist): Add it.
 
-1998-08-31 22:39:36  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-bodies.el (mm-decode-body): Don't do charset unless MULE.
+       * message.el (message-setup-fill-variables): Use
+       message-cite-prefix-regexp.
+       (message-newline-and-reformat): Check the end of citation, leading
+       WSP, break in the cite prefix.
+       (message-fill-paragraph): New function.
 
-       * gnus-art.el (gnus-article-decode-charset): Supply cte.
-       (gnus-article-decode-charset): Always run.
+2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-bodies.el (mm-decode-body): Decode cte.
+       * lpath.el: Shut up.
 
-Mon Aug 31 22:14:50 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * gnus.el: Pterodactyl Gnus v0.11 is released.
+       * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
+       raw 8-bit in headers in dk.* newsgroups.
 
-1998-08-31 14:27:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * message.el (message-encode-message-body): Ditto.
+       * message.el (message-newline-and-reformat): Match extra WSPs.
 
-       * gnus-art.el (gnus-article-decode-mime-words): New command and
-       keystroke.
-       (gnus-article-decode-charset): Ditto.
-       (gnus-article-decode-charset): Only work under MULE.
+2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-util.el (mm-content-type-charset): New function.
+       * mml.el (mml-generate-mime-1): Ignore ascii.
 
-       * nnmail.el (nnmail-delete-incoming): Changed to nil.
+2000-11-16 Justin Sheehy <justin@iago.org>
 
-       * message.el (message-send-mail): Insert MIME headers.
-       (message-check-news-body-syntax): Don't warn for escape sequences.
-       (message-check-news-body-syntax): Insert MIME headers.
+       * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
 
-       * mm-bodies.el (mm-body-encoding): New function.
+2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * message.el (message-encode-message-body): New function.
+       * message.el (message-cite-prefix-regexp): Prefix should not end
+       at space.
 
-       * mm-bodies.el: New file.
+2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-util.el (mm-narrow-to-head): New function.
+       * message.el (message-mode-syntax-table): Add - as a word
+       constituent as in articles.
+       (message-setup-fill-variables): Add -_. as supercite-style prefix.
+       * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
+       * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
 
-       * rfc2047.el (rfc2047-encode): Use it.
+2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-util.el: Provide mm-encode-coding-region.
+       * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
 
-       * gnus-sum.el (gnus-summary-mode): Enable multibyte.
+2000-11-12  David Edmondson  <dme@dme.org>
 
-       * gnus-util.el (gnus-set-work-buffer): Enable multibyte.
+       * message.el (message-font-lock-keywords): use
+       message-cite-prefix-regexp.
 
-       * mm-util.el (mm-enable-multibyte): New function.
+2000-11-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-       * message.el (message-set-work-buffer): Set multibyte.
+       * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
+       Stein Arild Str\e,Ax\e(Bmme.
+       (gnus-group-jump-to-group): Use it.
+       (gnus-group-jump-to-group-prompt): Customize.
 
-       * gnus.el (gnus-continuum-version): Be valid forever and ever.
+2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-util.el (gnus-point-at-eol): Removed.
-       (gnus-point-at-bol): Ditto.
+       * mailcap.el (mailcap-possible-viewers): Match the entire string.
 
-       * base64.el (base64-decode-region): Commented out messaging.
+2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-08-31  Didier Verna  <verna@inf.enst.fr>
+       * mml2015.el (mml2015-mailcrypt-verify): replace-match is
+       incompatible.
+       (mml2015-mailcrypt-sign): Ditto.
 
-       * gnus-msg.el (gnus-group-mail): make it behave like
-       gnus-group-post-news with regards to the prefix (this enables the
-       use of posting styles).
+2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-08-31 12:53:32  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
+       group is open.
 
-       * gnus.el (gnus-article-display-hook): Added
-       gnus-article-decode-rfc1522 to hook.
+2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-Mon Aug 31 12:43:46 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
+       nnvirtual articles.
+       (gnus-backlog-request-article): Don't request nnvirtual articles.
 
-       * gnus.el: Pterodactyl Gnus v0.10 is released.
+2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-08-31 11:45:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
+       * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
 
-       * nnfolder.el (nnfolder-delete-mail): Narrow to mail and allow
-       hook to be run.
+2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-08-30 17:59:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * mm-decode.el (mm-get-part): Don't call mm-insert-part.
+       * mml.el (mml-generate-mime-1): Use charset attribute.
+       * mm-bodies.el (mm-encode-body): Add parameter charset.
+       * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
 
-       * rfc2047.el (rfc2047-encodable-p): Use find-charset-region.
+2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-util.el (mm-charsets-in-region): Removed.
+       * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
+       (mml2015-mailcrypt-clear-decrypt): Ditto.
+       (mml2015-mailcrypt-verify): Ditto.
+       (mml2015-mailcrypt-clear-verify): Ditto.
+       (mml2015-gpg-verify): Ditto.
 
-       * rfc2047.el: Renamed file.
+2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-msg.el (gnus-copy-article-buffer): Multibyte.
+       * smime.el (smime-openssl-program): Test the existence of openssl.
+       * mml-smime.el: Require mm-decode.
+       (mml-smime-verify-test): New function.
+       * mm-decode.el (mm-verify-function-alist): Use it.
 
-       * message.el (message-mode): Set multibyte.
+2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-util.el (mm-charsets-in-region): Copied here.
+       * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
+       anyway.
 
-       * gnus-util.el: Removed gnus-truncate-string.
+2000-11-13  Simon Josefsson  <sj@extundo.com>
 
-       * gnus-art.el (gnus-article-decode-mime-words): Use 1522.
+       * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
+       verification doesn't work.
 
-       * rfc1522.el (rfc1522-unencoded-charsets): New variable.
-       (rfc1522-encodable-p): New function.
-       (rfc1522-encode-message-header): Use it.
+2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-Sun Aug 30 17:46:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
+       (gnus-inews-do-gcc): Use it.
 
-       * gnus.el: Pterodactyl Gnus v0.9 is released.
+2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-08-30 16:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
+       leading space.
+       * mm-extern.el (mm-inline-external-body): Report error when no
+       access-type.
 
-       * mm-util.el: Shadow encode-coding-string.
+2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * base64.el (base64-encode-region): Don't add newline.
+       * gnus-sum.el (gnus-select-newsgroup): Change the error message.
 
-       * rfc1522.el (rfc1522-narrow-to-field): Copied here.
+2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-util.el: New file.
+       * gnus-art.el (gnus-mime-button-menu): Use select-window.
 
-       * mm-decode.el: Somewhat depleted.
-       * mm-encode.el: Ditto.
+2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * rfc1522.el: New file.
+       * gnus-art.el (gnus-mime-display-part): Display multipart/related
+       as multipart/mixed.
 
-       * mm-util.el (mm-replace-chars-in-string): Copied here.
+2000-11-12  David Edmondson  <dme@dme.org>
 
-       * mm-encode.el (mm-q-encode-region): New function.
+       * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
+       and replace `.' with `\w' to allow for different syntax tables
+       (from Vladimir Volovich).
+       * message.el (message-newline-and-reformat): use
+       `message-cite-prefix-regexp'.
+       * gnus-cite.el (gnus-supercite-regexp): use
+       `message-cite-prefix-regexp'.
+       * gnus-cite.el (gnus-cite-parse): use
+       `message-cite-prefix-regexp'.
 
-       * qp.el (quoted-printable-encode-region): Take an optional CLASS
-       param.
+2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-encode.el (mm-encode-word-region): Downcase.
+       * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
+       PGP SIGNATURE.  Escape leading "-"'s.
+       (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
 
-Sun Aug 30 15:28:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.el: Pterodactyl Gnus v0.8 is released.
+       * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
 
-1998-08-30 12:23:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2000-11-11  Simon Josefsson  <sj@extundo.com>
 
-       * message.el (message-send-mail): Encode headers.
+       * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
 
-       * qp.el (quoted-printable-encode-region): Encode 8-bit words.
-       (quoted-printable-encode-region): Upcase.
+       * smime.el (smime-details-buffer): New variable.
+       (smime-sign-region):
+       (smime-encrypt-region):
+       (smime-verify-region):
+       (smime-decrypt-region): Copy OpenSSL output to the buffer.
 
-       * message.el (message-default-charset): New variable.
+       * mml-smime.el (mml-smime-verify): Support security info.
 
-       * qp.el (quoted-printable-encode-region): Optional param FOLD.
+2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * message.el (message-narrow-to-field): Changed name.
+       * mm-decode.el (mm-verify-option): Set default to nil.
+       (mm-decrypt-option): Ditto.
+       * gnus-art.el (article-verify-x-pgp-sig): New function.
 
-       * mm-encode.el: New file.
+2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * message.el (message-narrow-to-header): New function.
+       * gnus-art.el (gnus-mime-display-alternative): Show button if no
+       preferred part.
 
-       * gnus-art.el (gnus-article-decode-mime-words): Place point in the
-       right buffer.
+2000-11-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-Sun Aug 30 12:15:54 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * gnus-sum.el (gnus-move-split-methods): Say that
+       `gnus-split-methods' uses file names, whereas this uses group
+       names.  (Report from Nevin Kapur)
 
-       * gnus.el: Pterodactyl Gnus v0.7 is released.
+2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-08-30 01:26:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * mm-partial.el (mm-inline-partial): Insert MIME-Version.
 
-       * gnus.el: Remove autoload for
-       gnus-article-mime-decode-quoted-printable.
+2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-decode.el (mm-charset-to-coding-system): Allow iso-8859-1 to
-       be decoded in non-MULE Emacsen.
+       * nnheader.el (nnheader-directory-files-is-safe): New variable.
+       (nnheader-directory-articles): Use it.
+       (nnheader-article-to-file-alist): Ditto.
 
-       * gnus-xmas.el (gnus-xmas-logo-color-alist): More brown.
+2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-08-29  SL Baur  <steve@altair.xemacs.org>
+       * rfc2047.el (rfc2047-pad-base64): New function.
+       (rfc2047-decode): Use it.
 
-       * gnus-xmas.el (gnus-xmas-logo-color-alist): Try shades of brown.
+2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-08-30 01:04:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
+       select method.
 
-       * mm-decode.el: Check for coding-system-list.
+2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-Sun Aug 30 00:59:15 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * mml2015.el (mml2015-gpg-decrypt-1):
+       (mml2015-gpg-verify): buffer-string has no argument in Emacs.
 
-       * gnus.el: Pterodactyl Gnus v0.6 is released.
+2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-1998-08-30 00:36:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
 
-       * nnheader.el (fboundp): Protect code-coding-string.
+2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-article-mode): Check that set-buffer-multibyte
-       is available.
+       * pop3.el (pop3-munge-message-separator): A message may have an
+       empty body.
 
-Sat Aug 29 23:24:31 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.el: Pterodactyl Gnus v0.5 is released.
+       * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
+       (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
+       (mm-uu-pgp-signed-extract): Use coding-system.
 
-1998-08-29 22:38:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-article-mode): Make article buffer multibyte.
-       (gnus-hack-decode-rfc1522): Removed.
+       * gnus-art.el (gnus-mime-display-part): Show MIME security button.
+       (gnus-insert-mime-security-button): New function.
+       * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
+       * mml2015.el:  Add security info when verify or decrypt.
+       * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
+       (mm-uu-pgp-encrypted-extract): Ditto.
 
-       * mm-decode.el (mm-charset-coding-system-alist): Check better.
+2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-Sat Aug 29 22:20:39 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * mm-decode.el (mm-display-parts): New function.
+       * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
 
-       * gnus.el: Gnus v0.4 is released.
+2000-02-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
 
-1998-08-29 20:53:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+       * gnus-mlspl.el: Documentation tweaks.
 
-       * gnus-art.el (gnus-article-decode-mime-words): New command and
-       keystroke.
+2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * qp.el (quoted-printable-decode-region): Don't use hexl.
+       * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
+       * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
+       argument.
 
-       * gnus-xmas.el (gnus-xmas-logo-color-style): Changed to dino.
+2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el (gnus-parse-headers-hook): Default to nil.
-       (gnus-structured-field-decoder): Removed.
-       (gnus-unstructured-field-decoder): Ditto.
+       * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
 
-       * mm-decode.el: New file.
+2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * qp.el: New file.
+       * gnus-art.el (gnus-article-encrypt): New function.
+       (gnus-article-encrypt-protocol-alist): New variable.
+       (gnus-article-encrypt-protocol): New variable.
+       * mml2015.el (mml2015-self-encrypt): New function.
+       (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
 
-       * gnus-art.el (article-mime-decode-quoted-printable): Removed.
+2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-ems.el (fboundp): Removed gnus-split-string.
+       * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
+       (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
+       let mailcap do it.
+       * mml2015.el: Remove snarf code.
+       * mm-decode.el: Remove snarf code.
 
-       * gnus.el (gnus-splash-face): Doc fix.
+2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mml.el (mml-insert-mml-markup): Ignore internal stuff.
+       (mml-insert-mime): Understand gnus-decoded.
+       (mime-to-mml): New parameter handles.
+       * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
+       * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
+
+2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mm-decode.el (mime-security): New group.
+       (mm-verify-function-alist): Add test function.
+       (mm-decrypt-function-alist): Ditto.
+       (mm-snarf-option): Set default value as nil.
+       (mm-find-part-by-type): Recursive parameter.
+       (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
+       * mml2015.el: Support draft-ietf-openpgp-multsig.
+
+2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-art.el (gnus-mime-view-part-as-charset): New function.
+       (gnus-article-view-part-as-charset): New function.
+
+2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mm-decode.el (mm-verify-option): Default value.
+       (mm-possibly-verify-or-decrypt): Dealing with broken messages.
+
+2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
+
+2000-11-05  Simon Josefsson  <sj@extundo.com>
+
+       * mml-smime.el (mml-smime-verify): Work in original multipart
+       buffert.
+
+       * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
+       (mm-handle-multipart-ctl-parameter): Ditto.
+       (mm-alist-to-plist): New function.
+       (mm-dissect-buffer): Store CTL parameters and copy original buffer
+       for multiparts.
+       (mm-destroy-parts): Destroy multipart buffert.
+       (mm-remove-part): Ditto.
+
+       * mml-smime.el (mml-smime-sign): Not used.
+       (mml-smime-encrypt): Ditto.
+
+       * mm-decode.el (mml-smime-verify): Autoload mml-smime.
+
+       Verify S/MIME signature support.
+
+       * mm-decode.el (mm-inline-media-tests): Add
+       application/{x-,}pkcs7-signature.
+       (mm-inlined-types): Ditto.
+       (mm-automatic-display): Ditto.
+       (mm-verify-function-alist): Ditto.  Add name of method.
+       (mm-decrypt-function-alist): Add name of method.
+       (mm-find-part-by-type): Add documentation.
+       (mm-possibly-verify-or-decrypt): Use new format of
+       mm-{verify,decrypt}-function-alist.  Use method names.
+
+       * mml-smime.el (mml-smime-verify): New function.
+
+2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mm-view.el (mm-inline-text): Move point to the end of inserted text.
+
+2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
+       * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
+       * mm-decode.el (mm-snarf-option): New variable.
+
+2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mm-util.el (mm-subst-char-in-string): New function.
+       (mm-replace-chars-in-string): Use it.
+       * message.el (message-replace-chars-in-string): Use it.
+       * nnheader.el (nnheader-replace-chars-in-string): Use it.
+       * gnus-mh.el (mh-lib-progs): Shut up.
+
+2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
+
+       * base64.el, md5.el: Moved to contrib directory.
+
+2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-sum.el (gnus-summary-search-article-forward): Don't move
+       the last article when search.
+
+2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
+       * nnmail.el (nnmail-pathname-coding-system): Ditto.
+
+2000-09-29  David Edmondson  <dme@thus.net>
+
+       * message.el (message-newline-and-reformat): Typo.
+
+2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
+
+2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * nntp.el (nntp-decode-text): Delete bogus status lines.
+
+2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * message.el (message-font-lock-keywords): Match a final newline
+       to help font-lock's multiline support.
+
+2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * nnoo.el (nnoo-set): New function.
+
+2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
+
+       * gpg.el, gpg-ring.el: Moved to contrib directory.
+
+2000-11-04  Simon Josefsson  <sj@extundo.com>
+
+       * nnimap.el (nnimap-split-inbox): Typo.
+
+2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-msg.el (gnus-msg-mail): Move it backwards.
+
+2000-11-03  Simon Josefsson  <sj@extundo.com>
+
+       * rfc2231.el (rfc2231-parse-qp-string): New function.
+       (require): rfc2047.
+
+       * mail-parse.el (mail-header-parse-content-type):
+       (mail-header-parse-content-disposition): Support invalid QP
+       encoded strings, by using `rfc2231-parse-qp-string'.
+
+2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
+       (rfc2231-decode-encoded-string): Typo "> X 1".
+       (rfc2231-encode-string): Insert the name of charset.
+       * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
+
+2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mm-decode.el (mm-save-part): Return the filename.
+       * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
+       * gnus-art.el (gnus-mime-save-part-and-strip): New function.
+       (gnus-mime-action-alist): Use it.
+       (gnus-mime-button-commands): Use it.
+       * mm-extern.el (mm-extern-local-file): Error when the file is gone.
+       (mm-inline-external-body): unwind-protect.
+
+2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-art.el (gnus-insert-mime-button): Show url.
+
+2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mml.el (mml-generate-mime-1): Support external url.
+       * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
+
+2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
+       * mm-decode.el (mm-display-external): Ditto.
+       * mm-extern.el: New file.
+       * mm-decode.el (mm-inline-media-tests): Hook it up.
+       (mm-inlined-types): Inline message/external-body.
+
+2000-11-02  Simon Josefsson  <sj@extundo.com>
+
+       * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
+
+       * message.el (message-get-reply-headers): Better handling when
+       Mail-Followup-To is very large.
+
+2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
+       * gnus-art.el (gnus-article-edit-done):
+       * gnus-sum.el (gnus-summary-edit-article-done): Move line
+       counting code here.
+       * gnus-msg.el (gnus-setup-message): Remove a hack.
+
+2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-sum.el (gnus-newsgroup-variables): New variable.
+       (gnus-summary-mode): Make them local variables.
+       (gnus-set-global-variables): Globalize them.
+       (gnus-summary-exit): Kill them.
+
+2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
+       word.
+
+2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
+       gnus-article-wash-types.
+       * gnus-art.el (gnus-article-wash-status): Use them.
+
+2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mml.el (mml-read-tag): Remove spaces and LF.
+
+2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
+       * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
+
+2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
+
+2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-sum.el (gnus-article-charset): New variable.
+       (gnus-summary-display-article): Set it.
+       * gnus-msg.el (gnus-copy-article-buffer): Use it.
+       * gnus-art.el (gnus-article-mode): Make it local variable.
+
+2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * nnultimate.el (nnultimate-create-mapping): Use nreverse.
+
+2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * nnwfm.el: New file.
+
+       * nnweb.el (nnweb-replace-in-string): New function.
+
+2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mml2015.el: Wrap gpg.el.
+       * gpg.el (gpg-verify): The last argument of apply is a list.
+       (gpg-encrypt): Add passphrase as a parameter.
+
+2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gpg.el: New file.
+       * gpg-ring.el: New file.
+
+2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
+
+2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-sum.el (gnus-summary-insert-line): Work with quoted
+       double-quote characters.
+       (gnus-summary-prepare-threads): Ditto.
+
+2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-art.el (gnus-mime-display-single): Forward line -1.
+       * mml.el (mml-read-tag): Don't skip the leading space.
+       * lpath.el (font-lock-set-defaults): Shut up.
+
+2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mml2015.el: Fix doc. Remove bogus mml2015-setup.
+
+2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * qp.el (quoted-printable-encode-region): Replace leading - when
+       ultra safe.
+       * mml.el (mml-generate-mime-postprocess-function): Removed.
+       (mml-postprocess-alist): Removed.
+       (mml-generate-mime-1): Use ultra-safe when sign.
+       * mml2015.el (mml2015-fix-micalg): Uppercase.
+       (mml2015-verify): Insert LF.
+       (mml2015-mailcrypt-sign): Downcase; search backward.
+
+2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * nnultimate.el (nnultimate-forum-table-p): Be a bit more
+       restrictive.
+       (nnultimate-table-regexp): New variable.
+       (nnultimate-forum-table-p): Use it.
+
+2000-10-30  Ed L Cashin <ecashin@coe.uga.edu>
+
+       * gnus-sum.el (gnus-summary-expire-articles): Save point.
+
+2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
+       (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
+
+2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mml2015.el: Shut up.
+
+2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus.el (gnus-server-browse-hashtb): Removed.
+       * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
+       (gnus-group-insert-group-line-info): Use simplified method.
+       * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
+
+2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
+       moved here.
+       * gnus-agent.el (gnus-agent-fetch-headers): Use it.
+       * gnus-group.el (gnus-group-prepare-flat): Use it.
+       * gnus-topic.el (gnus-group-prepare-topics): Use it.
+
+2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mml.el (mml-mode): Show menu in XEmacs.
+
+2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
+       (gnus-server-read-server-in-server-buffer): New function.
+       (gnus-browse-foreign-server): Browse in group buffer.
+       * gnus-group.el (gnus-group-prepare-flat): List group not in list.
+       (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
+       * gnus-topic.el (gnus-group-prepare-topics): Ditto.
+       * gnus.el (gnus-server-browse-hashtb): New variable.
+
+2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * nnfolder.el (nnfolder-open-nov): Use group.
+
+2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * nnfolder.el: Add NOV. Set version to 2.0.
+       (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
+
+2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
+
+2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
+       (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
+
+2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
+
+2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mm-decode.el (mm-verify-function-alist): New variable.
+       (mm-verify-option): New variable.
+       (mm-decrypt-function-alist): Ditto.
+       (mm-decrypt-option): Ditto.
+       (mm-find-raw-part-by-type): New function.
+       (mm-possibly-verify-or-decrypt): New function.
+       (mm-dissect-multipart): Use it.
+       * mml2015.el (mml2015-fix-micalg): New function.
+       (mml2015-decrypt): Use new interface.
+       (mml2015-verify):  Use new interface.
+       (mml2015-setup): Make it bogus.
+
+2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mml.el (mml-generate-mime-postprocess-function): Set to
+       mml-postprocess.
+       (autoload): Autoload mml2015 and mml-smime.
+       (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
+       * mml2015.el (mml2015-encrypt): New function.
+       (mml2015-sign): New function.
+       (mml2015-encrypt-function): New variable.
+       (mml2015-sign-function): New variable.
+       (mml2015-mailcrypt-encrypt): Use message-recipients.
+       (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
+       * mml-smime.el (mml-smime-setup): Ditto.
+
+2000-10-28  Simon Josefsson  <sj@extundo.com>
+
+       * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
+       Communigate Pro 3.3.1 server.
+
+       * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
+       in buffers.
+       (mml-secure-dns-server): Removed.
+       (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
+       write certificates to files.
+
+       * smime.el (smime-dns-server): New variable.
+       (smime-mail-to-domain):
+       (smime-cert-by-dns): New functions.
+
+       * dig.el: New file.
+
+2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * message.el (message-options): New variable.
+       (message-options-set-recipient): New function.
+       (message-send): Use them.
+       * gnus-int.el (gnus-request-replace-article): Use them.
+       (gnus-request-accept-article): Ditto.
+       * mml.el (mml-preview): Use them.
+       * gnus-sum.el (gnus-summary-edit-article): Use them.
+
+       * message.el (message-options-get): New function.
+       (message-options-get): New function.
+       * rfc2047.el (rfc2047-encode-message-header): Use them.
+       * mm-bodies.el (mm-encode-body): Use them.
 
-       * gnus-ems.el (fboundp): Don't bind mail-file-babyl-p.
+2000-10-28  Simon Josefsson  <sj@extundo.com>
 
-       * gnus-art.el (article-mime-decode-quoted-printable): Don't use
-       hexl.
+       * nnimap.el (nnimap-retrieve-which-headers):
+       (nnimap-request-article-part): Quote message-id.
 
-       * nnheader.el (nnheader-temp-write): Removed.
+       * smime.el (smime-CA-directory): Rename from `smime-CAs'.
+       (smime-CA-file): New variable.
+       (smime-call-openssl-region): Don't error.
+       (smime-sign-region): Return result value.
+       (smime-encrypt-region): Ditto.
+       (smime-verify-region): New function.
+       (smime-decrypt-region): Ditto.
+       (smime-verify-buffer): Ditto.
+       (smime-decrypt-buffer): Ditto.
 
-Sat Aug 29 20:34:17 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+       * mml.el: Require mml-sec.
+       (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
+       (mml-mode-map): Add "sign" and "encrypt" maps.
+       (mml-menu): Add security menu.
+       (mml-preview): Use generate-new-buffer.
 
-       * gnus.el: Gnus v0.3 is released.
+       * mml-sec.el: New file.
 
-Sat Aug 29 19:32:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mm-decode.el (mm-find-part-by-type): Move it here.
+       * mml.el (mml-postprocess): Move it here.
+       (mml-postprocess-alist): Move it here. Merge them.
+
+2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * rfc2047.el (rfc2047-encode-message-header): Make sure no
+       unencoded stuff in the header.
+
+2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-group.el (gnus-group-listed-groups): New variable.
+       (gnus-group-list-option): New variable.
+       (gnus-group-list-limit-map): New keymap.
+       (gnus-group-list-flush-map): New keymap.
+       (gnus-group-list-plus-map): New keymap.
+       (gnus-group-prepare-logic): New function.
+       (gnus-group-prepare-flat): Merge with
+       gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
+       (gnus-group-prepare-flat-list-dead): Ditto.
+       (gnus-group-list-matching): Use gnus-group-prepare-function.
+       (gnus-group-list-dormant): Ditto.
+       (gnus-group-list-cached): Ditto.
+       (gnus-group-listed-groups): New function.
+       (gnus-group-list-limit): New function.
+       (gnus-group-list-flush): New function.
+       (gnus-group-list-plus): New function.
+       * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
+       (gnus-topic-prepare-topic): Ditto.
+
+2000-10-27  Paul Jarc <prj@po.cwru.edu>
+
+       * message.el (message-insert-to, message-get-reply-headers):
+       (message-reply, message-followup): Mail-{Followup,Reply}-To.
+
+2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mml2015.el: New file.
+       * smime.el: New file.
+       * mml-smime.el: New file.
+
+2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.el: Gnus v0.2 is released.
+       * ChangeLog: Moved to ChangeLog.1.
+
+    Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
+  Copying and distribution of this file, with or without modification,
+  are permitted provided the copyright notice and this notice are preserved.
+
+;; Local Variables:
+;; coding: iso-2022-7bit
+;; End: