* pop3.el (pop3-munge-message-separator): Work if no date.
[bpt/emacs.git] / lisp / gnus / ChangeLog
index 1542699..ff3a35f 100644 (file)
+2002-04-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * pop3.el (pop3-munge-message-separator): Work if no date.
+       Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
+
+       * pop3.el (pop3-munge-message-separator): Only use valid date.
+       Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
+       
+2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * 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.
+
+2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * nnml.el (nnml-save-nov, nnml-generate-nov-file):
+       * pop3.el (pop3-md5): Don't hardcode point-min == 1.
+
+2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
+
+2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
+
+       * message.el (message-tool-bar-map): Ditto.
+
+       * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
+
+2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
+
+2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mail-source.el (make-source-make-complex-temp-name):
+       Use make-temp-file.
+
+       * mm-util.el (mm-make-temp-file): New function.
+       * nneething.el (nneething-file-name): Use it.
+       * 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.
+
+       * message.el (message-mode): If buffer-file-name, don't set auto
+       save file name.
+       Trivial change from Geoff Greene <ggreene@wpi.edu>
+
+2002-03-05  Eli Zaretskii <eliz@is.elta.co.il>
+
+       * qp.el (quoted-printable-decode-region): Doc addition.
+
+2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-art.el (gnus-article-edit-done): Widen the article buffer.
+
+2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mm-encode.el (mm-content-transfer-encoding-defaults): Set
+       default to base64. Add application/emacs-lisp.
+
+       * mail-source.el (mail-source-fetch-directory): Run scripts.
+
+2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-msg.el (gnus-post-method): Fix doc.
+
+       * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
+
+2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
+       From:  Stefan Monnier  <monnier@cs.yale.edu>
+
+2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-art.el (article-wash-html): Bind url-gateway-unplugged. 
+       * mm-view.el (mm-w3-prepare-buffer): Ditto.
+       (mm-inline-text): Ditto.
+       Suggested by  Dave Love <fx@gnu.org>.
+
+       * mml.el (mml-preview): Disable local map.
+
+       * mml.el (mml-preview): Bind `q'.
+       
+2002-02-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * binhex.el (binhex-decoder-switches): Doc fix.
+
+2002-02-03  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.
+
+2002-01-27  Richard M. Stallman  <rms@gnu.org>
+
+       * 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.
+       
+2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-start.el (gnus-read-init-file): Cleaned up.
+
+2002-01-03  Dave Love  <d.love@dl.ac.uk>
+
+       * gnus-start.el (gnus-startup-file-coding-system): Removed.
+       (gnus-read-init-file): Don't use it.
+
+2002-01-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * gnus-start.el (gnus-read-init-file): Don't force coding system
+       for ~/.gnus.  From Dave Love <fx@gnu.org>.
+       
+2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
+       * mm-util.el (mm-use-find-coding-systems-region): New variable.
+       (mm-find-mime-charset-region): Use it.
+       * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
+       * nnspool.el (nnspool-request-post): Ditto.
+
+2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * message.el, gnus-art.el, gnus.el, gnus-cite.el: 
+       Adapt face definitions to use :weight and :slant.
+
+2001-12-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
+       to variable, follow doc-string conventions).
+
+2001-12-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
+       may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
+
+       * mm-view.el (mm-inline-message): Insert a newline unless bolp.
+
+       * gnus-sum.el (gnus-summary-save-article): Nix
+       gnus-display-mime-function and gnus-article-prepare-hook.
+
+2001-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * message.el (message-mail): Add send-actions.
+
+2001-11-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-sum.el (gnus-summary-limit-to-author): Fix the number of
+       arguments.
+
+2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * imap.el (imap-interactive-login, imap-open, imap-authenticate):
+       Use make-local-variable rather than make-variable-buffer-local.
+
+2001-11-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * message.el (message-forward-rmail-make-body): Use
+       save-window-excursion.
+       (message-encode-message-body): Use noerror when search.
+       (message-setup-1): Convert compose-mail send-actions to
+       message-send-actions.
+
+       * 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.
+
+       * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
+       * gnus-score.el (gnus-score-find-bnews): Use it.
+       * mm-util.el (mm-iso-8859-x-to-15-region): Use
+       insert-before-markers.
+       From Jesper Harder <harder@ifa.au.dk>
+       * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
+       * 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>.
+
+       * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
+       (mm-hack-charsets): Fix doc.
+       
+       * 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.
+       
+       * 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.
+
+       * message.el (message-wash-subject): Use `insert' rather than
+       `insert-string', which is deprecated.
+       From  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+2001-11-14  Sam Steingold  <sds@gnu.org>
+
+       * gnus-score.el: Fixed some doc strings to properly quote symbols.
+
+2001-11-10  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * gnus.el (gnus-local-domain): Reformat the doc-string to refer to
+       function `system-name' instead of both function and variable.
+
+2001-11-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mml.el (mml-preview): Bind mail-header-separator.
+
+2001-11-05  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-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mm-util.el (mm-charset-synonym-alist): Revert (some).
+
+2001-10-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * 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.
+
+       * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
+       is nil.
+
+       * nnultimate.el, nnweb.el, nnslashdot.el: Update, because the web
+       pages are changed.
+
+       * 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.
+       (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.
+
+       From  Dave Love  <fx@gnu.org>:
+
+       * 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.
+
+2001-10-30  Simon Josefsson  <jas@extundo.com>
+
+       * nnimap.el (nnimap-date-days-ago): Defeat locale.
+
+2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * gnus-msg.el (gnus-setup-message): Setup reaper for MML buffers.
+
+2001-10-05  Gerd Moellmann  <gerd@gnu.org>
+
+       * Branch for 21.1.
+
+2001-09-27  Gerd Moellmann  <gerd@gnu.org>
+
+       * gnus-ems.el (gnus-article-display-xface): Skip over previously
+       inserted images.
+
+2001-09-19  Sam Steingold  <sds@gnu.org>
+
+       * gnus-win.el (gnus-buffer-configuration):
+       Respect `gnus-bug-create-help-buffer'.
+
+2001-09-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+
+       * 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.
+
+2001-09-18  Gerd Moellmann  <gerd@gnu.org>
+
+       * gnus-sum.el (gnus-select-newsgroup):
+       Make `gnus-current-select-method' buffer-local.
+       From TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>.
+
+       * gnus-art.el (gnus-request-article-this-buffer): Refer to
+       `gnus-current-select-method' in the current summary buffer.
+       From TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>.
+
+2001-09-18  Miles Bader  <miles@gnu.org>
+
+       * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
+       error querying a backend abort the whole process.
+
+2001-09-17  Gerd Moellmann  <gerd@gnu.org>
+
+       * gnus-srvr.el (gnus-server-mode): Doc fix.
+
+2001-09-03  Gerd Moellmann  <gerd@gnu.org>
+
+       * gnus.el (gnus-local-domain): Undo change of 2001-07-02.
+
+2001-08-31  Sam Steingold  <sds@gnu.org>
+
+       * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
+       typo: `exmine' --> `examine'.
+
+2001-08-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * earcon.el (earcon-auto-play): Remove unused option.
+
+2001-08-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
+
+       * gnus-util.el (gnus-output-to-rmail): Ditto.
+       (gnus-output-to-mail): Ditto.
+
+       * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
+
+2001-08-07  Gerd Moellmann  <gerd@gnu.org>
+
+       * mm-uu.el (mm-uu-dissect, mm-uu-test): Fix autoload cookies.
+
+2001-08-01  Gerd Moellmann  <gerd@gnu.org>
+
+       * mm-view.el (autoload): Don't autoload `diff-mode' if it's
+       already fboundp.  Add INTERACTIVE arg to autoload form.
+
+2001-08-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * 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.
+
+2001-07-31  Gerd Moellmann  <gerd@gnu.org>
+
+       * gnus-start.el (gnus-startup-file-coding-system): Change to
+       `emacs-mule'.
+
+2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
+       command.
+
+       * 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.
+
+2001-07-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * gnus-setup.el (gnus-use-installed-gnus): Fix a typo.
+
+2001-07-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
+
+2001-07-12  Gerd Moellmann  <gerd@gnu.org>
+
+       * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
+       Browse->Next entries to Browse->Prev.
+       From: Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>.
+
+2001-07-04  Gerd Moellmann  <gerd@gnu.org>
+
+       * nnheader.el (nnheader-init-server-buffer): Make sure the
+       *nntpd* buffer is made multibyte instead of a random buffer.
+
+2001-07-02  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * gnus.el: Fix the header line, for finder.el.  Suggested by
+       Pavel Janik <Pavel@Janik.cz>
+
+2001-07-02  Gerd Moellmann  <gerd@gnu.org>
+
+       * gnus.el (gnus-local-domain): Removed because unused.
+
+2001-06-18  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * qp.el (quoted-printable-decode-region): If called interactively,
+       use coding-system-for-read.
+
+2001-03-30  Gerd Moellmann  <gerd@gnu.org>
+
+       * gnus.el (gnus-interactive): Fix parenthesis errors.
+
+2001-03-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * message.el (rmail-output): It is in rmailout.el not rmail.el.
+
+       * message.el (message-forward): local-variable-p takes an extra
+       argument in XEmacs.
+
+       * 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-uu.el (gnus-uu-digest-mail-forward): Use it.
+
+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>
+
+       * mm-util.el (mm-inhibit-file-name-handlers): Add
+       image-file-handler.
+
+2001-02-11  Dave Love  <fx@gnu.org>
+
+       * message.el (message-signature-file): Fix doc, :type.
+
+2001-02-08  Dave Love  <fx@gnu.org>
+
+       * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
+       (message-posting-charset): Defvar when compiling again.
+       (rfc2047-encodable-p): Require message.
+
+       * gnus-sum.el (gnus-alter-articles-to-read-function):
+       * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
+
+2001-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * message.el (message-make-forward-subject): Argument decoded.
+       (message-forward): Use it when digest.
+
+       * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
+       buffer.
+
+       * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
+       in Emacs.
+
+       * gnus-art.el (gnus-article-make-menu-bar): Make
+       gnus-article-post-menu.
+
+2001-02-06  Dave Love  <fx@gnu.org>
+
+       * qp.el (quoted-printable-encode-region): Remove redundant code
+       from last change.
+
+2001-02-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-score.el (gnus-summary-score-entry): match may be an integer.
+
+       * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
+       command if there is not last-saver.
+
+       * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
+       (rfc2047-charset-encoding-alist): Add big5.
+
+       * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
+       GB2312 and Big5.
+
+       * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
+
+       * gnus-sum.el (gnus-summary-print-article): Remove process mark.
+
+       * gnus-sum.el (gnus-summary-print-article): Take one prefix
+       argument. Allow to print several articles in one file.
+
+       * webmail.el (webmail-type-definition): netaddress changes.
+
+2001-01-31  Dave Love  <fx@gnu.org>
+
+       * mm-util.el (mm-mime-mule-charset-alist)
+       (mm-find-mime-charset-region): Consider mule-utf-8.
+
+2001-01-31  Dave Love  <fx@gnu.org>
+
+       * gnus-art.el (gnus-article-x-face-command)
+       (gnus-treat-display-xface, gnus-treat-display-smileys): Add
+       :version.
+
+2001-01-26  Dave Love  <fx@gnu.org>
+
+       * mm-util.el (mm-multibyte-string-p): New.
+
+       * 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.
+
+2001-01-23  Gerd Moellmann  <gerd@gnu.org>
+
+       * nnheader.el (toplevel): Don't require `gnus-util' at
+       compile-time; this creates a circular dependency, and prevents
+       a bootstrap.
+
+2001-01-22  Andreas Schwab  <schwab@suse.de>
+
+       * nnheader.el (gnus-delete-line): Autoload it as a macro.
+
+2001-01-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * message.el (message-forward): Use mule4.
+       * mm-util.el (mm-string-as-unibyte): New.
+       * message.el (message-forward): Use it.
+       * 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.
+       * message.el (message-send-mail): Content-Type may not be there.
+       By Alberto Lusiani.
+       * gnus-art.el (article-display-x-face): Insert X-Face if there is
+       not.
+       * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
+       one.
+       * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
+       (gnus-remove-some-windows): 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.
+       * nnmail.el (nnmail-get-new-mail): Find group only if file is not
+       orig-file. Use ',source.
+       * nnslashdot.el (nnslashdot-request-list): Get the right year. By
+       Lars Magne Ingebrigtsen.
+       * pop3.el (pop3-get-message-count): Andrew Innes
+       <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
+
+2001-01-08  Dave Love  <fx@gnu.org>
+
+       * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
+       single character.
+
+       * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
+
+       * 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.
+
+       * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
+       proceeding after warnings.  Amend multipart warning message.
+
+2001-01-04  Dave Love  <fx@gnu.org>
+
+       * gnus-util.el (nnmail-pathname-coding-system): Defvar when
+       compiling.
+       (gnus-make-directory): Require nnmail.
+
+       * mm-decode.el (mm-inline-media-tests): Add
+       image/x-portable-bitmap.
+       (mm-get-image): Grok pbm.
+
+2000-12-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * message.el (message-mail): Support yank-action.
+
+       * message.el (message-setup): Revoke the last change.
+
+2000-12-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * message.el (message-setup): Use cons. Suggested by Johan Vromans
+       <jvromans@squirrel.nl>.
+
+       * gnus-topic.el (gnus-topic-create-topic): Use list.
+
+       * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
+       before binding gnus-default-article-saver.
+
+       * 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.
+
+       * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
+
+2000-12-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-art.el (gnus-article-check-hidden-text): Return t.
+
+       * gnus-util.el (gnus-remove-text-properties-when): Return t.
+
+       * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
+       malformatted messages.
+
+2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (article-treat-dumbquotes): Quote \.
+
+2000-12-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
+       Emacs 20 runs on a terminal.
+
+2000-12-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * gnus-art.el (article-treat-dumbquotes): More doc, provided by
+       Paul Stevenson <p.stevenson@surrey.ac.uk>
+
+2000-12-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mml.el (gnus-add-minor-mode): Autoload.
+
+       * message.el (message-forward): Save-restriction.
+
+       * message.el (message-mail-user-agent): Add :version.
+
+       * 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.
+
+       * gnus-msg.el (gnus-bug): Support mail-user-agent.
+
+2000-12-21  Miles Bader  <miles@gnu.org>
+
+       * message.el (message-mode): Set `comment-start' to the  yank prefix.
+
+2000-12-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * message.el (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.
+
+       * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
+
+       * message.el (message-forward): Copy buffer in unibyte mode.
+       (message-make-forward-subject): Don't widen. Decode.
+       (message-forward): Don't decode subject.
+
+       * mml.el (gnus-ems): Require it.
+
+       * gnus-msg.el (gnus-summary-mail-forward):
+
+       * message.el (message-forward):  Move mime-to-mml here.
+
+       * nnmbox.el (nnmbox-file-coding-system): Use binary.
+       (nnmbox-active-file-coding-system): Ditto.
+
+       * gnus-cus.el (gnus-group-parameters): Add posting-style.
+
+       * mm-uu.el: Require binhex.
+
+2000-12-20  Christoph Conrad <C.Conrad@cli.de>
+
+       * qp.el (quoted-printable-encode-region): Upcase QP.
+
+2000-12-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-util.el (gnus-add-text-properties-when): New function.
+       (gnus-remove-text-properties-when): Ditto.
+
+       * gnus-cite.el (gnus-article-hide-citation): Use them.
+       (gnus-article-toggle-cited-text): Use them.
+
+       * gnus-art.el (gnus-signature-toggle): Use them.
+       (gnus-article-show-hidden-text): Ditto.
+       (gnus-article-hide-text): Ditto.
+
+       * gnus-art.el (gnus-article-describe-key): Use prompt.
+       (gnus-article-describe-key-briefly): Ditto.
+
+2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mm-util.el (mm-charset-synonym-alist): Fix a typo.
+
+2000-12-18  Gerd Moellmann  <gerd@gnu.org>
+
+       * *.xpm, *.pbm: Convert icons icons to size 24x24.
+
+2000-12-18  Dave Love  <fx@gnu.org>
+
+       * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
+       (unused).
+
+2000-12-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * pop3.el (pop3-movemail): Use binary.
+       (pop3-movemail-file-coding-system): Removed.
+
+2000-12-13  Miles Bader  <miles@gnu.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.
+
+2000-12-12  Gerd Moellmann  <gerd@gnu.org>
+
+       * 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.
+
+2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * message.el (message-mode): Doc fix.
+
+2000-12-12  Gerd Moellmann  <gerd@gnu.org>
+
+       * smiley-ems.el (smiley-region): Doc fix.
+
+2000-12-11  Miles Bader  <miles@gnu.org>
+
+       * 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.
+
+2000-12-07  Dave Love  <fx@gnu.org>
+
+       * mailcap.el (mailcap-download-directory)
+       * gnus-audio.el (gnus-audio-directory)
+       * smiley-ems.el (smiley-data-directory): Fix :type.
+
+2000-12-05  Dave Love  <fx@gnu.org>
+
+       * starttls.el: New file.
+
+2000-12-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if it
+       succeeds.
+       (gnus-setup-message): Remove a hack.
+
+       * gnus-win.el (gnus-configure-windows): Make sure
+       nntp-server-buffer is live.
+       (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
+       (gnus-configure-frame): Save selected window.
+
+2000-12-04  Andreas Jaeger  <aj@suse.de>
+
+       * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
+
+2000-12-04  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
+       raw 8-bit in headers in dk.* newsgroups.
+
+2000-11-30  Dave Love  <fx@gnu.org>
+
+       * 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.
+
+2000-11-29  Dave Love  <fx@gnu.org>
+
+       * qp.el (quoted-printable-decode-region): Use error, not message
+       to report malformed text (like base64).  Amend message.
+
+2000-11-29  Miles Bader  <miles@gnu.org>
+
+       * message.el (message-header-lines): Fontify tag.
+
+2000-11-27  Dave Love  <fx@gnu.org>
+
+       * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
+       compiler warning.
+
+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>
+
+       * uu-post.pbm, uu-decode.pbm: new files from XPMs.
+
+       * 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.
+
+       * 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.
+
+       * rfc2047.el (rfc2047-encode-message-header): Don't encode if
+       default-enable-multibyte-characters is nil.
+
+2000-11-22  Simon Josefsson  <simon@josefsson.org>
+
+       * gnus-uu.el (gnus-uu-digest-mail-forward): Search for "from:"
+       instead of "from: " for rfc822 compliance.  Insert SPC.
+
+2000-11-22  Gerd Moellmann  <gerd@gnu.org>
+
+       * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
+
+2000-11-22 ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * message.el (message-send-mail): Use buffer-substring-no-properties.
+       (message-send-news): Ditto.
+
+2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
+
+2000-11-21  Dave Love  <fx@gnu.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.
+
+2000-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nntp.el (nntp-open-telnet): Wait for the telnet prompt before
+       sending a command; allow the rtelnet prompt as well.
+
+2000-11-17  Simon Josefsson  <simon@josefsson.org>
+
+       * nntp.el (nntp-async-trigger): Fix authinfo in asynchronous
+       prefetch.
+
+2000-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * nntp.el (nntp-decode-text): Delete bogus status lines.
+       (nntp-open-connection): Kill process buffer when quit.
+       (nntp-connection-timeout): Add a note. SIGALRM is ignored in both
+       FSF Emacs 20 and XEmacs 21.
+       (nntp-retrieve-data): Don't ignore quit.
+
+2000-11-17  Dave Love  <fx@gnu.org>
+
+       * 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.
+
+2000-11-14  Dave Love  <fx@gnu.org>
+
+       * 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.
+
+2000-11-12  Dave Love  <fx@gnu.org>
+
+       From Emerick Rogul <emerick@csa.bu.edu>.
+       * message.el (message-setup-fill-variables): New variable.
+       (message-mode): Use it.
+
+2000-11-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
+
+       * gnus-mlspl.el: Documentation tweaks.
+
+2000-11-10  Dave Love  <fx@gnu.org>
+
+       * 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-group.el (gnus-group-name-charset-method-alist): Add
+       :version.
+       (nnkiboze-score-file): Defvar when compiling.
+
+       * gnus-start.el (gnus-read-newsrc-file): Add :version.
+
+       * 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.
+
+       * nnmail.el (nnmail-expiry-target)
+       (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
+       (nnmail-split-header-length-limit): Add :version.
+
+       * 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.
+
+       * 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.
+
+       * 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.
+
+       * time-date.el (timezone-make-date-arpa-standard): Autoload.
+       (date-to-time): Use it.
+
+       * 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: 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.
+
+       * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
+       concat.
+
+       * pop3.el (pop3-version): Deleted.
+       (pop3-make-date): New function, avoiding message-make-date.
+       (pop3-munge-message-separator): Use it.
+
+2000-11-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * pop3.el (pop3-munge-message-separator): A message may have an
+       empty body.
+
+2000-11-09  Dave Love  <fx@gnu.org>
+
+       * gnus-group.el (gnus-group-make-directory-group)
+       (gnus-group-fetch-faq): Use expand-file-name.
+       (gnus-group-fetch-faq): Simplify completing-read form.
+
+       * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
+       test for Mule.
+
+       * message.el (tool-bar-map): Defvar when compiling.
+
+       * 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.
+
+2000-11-08  John Wiegley  <johnw@gnu.org>
+
+       * gnus-topic.el (gnus-topic-mode): Use `setq' to clear
+       `gnus-group-change-level-function', instead of `remove-hook',
+       because it's not a hook!
+
+2000-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * nnweb.el (nnweb-decode-entities): Work for non-character
+       entities.
+
+       * gnus-start.el (gnus-read-active-file, gnus-activate-group):
+       Issue message on quit.
+
+2000-11-08  Simon Josefsson  <simon@josefsson.org>
+
+       * rfc2104.el: Add SHA-1 example.
+       (rfc2104-hexstring-to-bitstring): New function.
+       (rfc2104-hash): Use it.
+
+2000-11-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-start.el: Remove gnus-xemacs.
+
+       * nndoc.el (nndoc-dissect-mime-parts-sub): Correctly mark body-begin.
+
+       * gnus-score.el (gnus-score-body): Don't score body when
+       agent-fetching.
+       (gnus-score-followup): Don't score followup either.
+       (gnus-score-use-all-scores): New variable.
+       (gnus-all-score-files): Use it.
+       (gnus-score-find-bnews): Use directory-sep-char.
+
+       * nnweb.el (nnweb-url-retrieve-asynch): url-retrieve is
+       asynchronous in Exp version.
+
+2000-11-08  Dave Love  <fx@gnu.org>
+
+       * mm-view.el: Use featurep for XEmacs test.
+       (mm-inline-message): Test for `remove-specifier'; don't use
+       condition-case.
+
+       * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
+
+       * gnus-score.el (gnus-score-load-file): Use expand-file-name.
+       (gnus-score-find-bnews): Don't concat "".
+
+       * 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.
+
+       * 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-group.el (gnus-group-toolbar-map): New variable.
+       (gnus-group-make-tool-bar): Rewritten.
+       (gnus-group-mode): Put kill-all-local-variables first.
+
+       * rfc2047.el: Require gnus-util.
+
+       * nnml.el (gnus-sorted-intersection): Autoload.
+
+       * 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.
+
+       * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
+
+       * mm-encode.el (mm-body-7-or-8): Autoload.
+
+       * mm-decode.el (mm-insert-inline): Autoload.
+
+       * mml.el:
+       * message.el: Put some defvars in eval-when-compile.
+
+       * gnus-msg.el: Put some defvars in eval-when-compile.
+       (gnus-msg-mail): Move after gnus-setup-message.
+
+       * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
+
+2000-11-07  Dave Love  <fx@gnu.org>
+
+       * gnus-util.el (nnheader): Don't require message (recursive
+       autoload).
+
+       * uudecode.el: Avoid compiler warnings.
+
+       * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
+       (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
+
+2000-11-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * rfc2047.el: Require cl when compiling.
+       (rfc2047-q-encode-region): Don't break if a QP-word could be
+       fitted in one line.
+       (rfc2047-decode): Use mm-with-unibyte-current-buffer-mule4.
+       (rfc2047-fold-region): "=?=" is not a break point.
+       (rfc2047-encode-message-header): Move fold into encode-region.
+       (rfc2047-dissect-region): Rewrite.
+       (rfc2047-encode-region): Rewrite.
+       (rfc2047-fold-region): Fold
+       (rfc2047-unfold-region): New function.
+       (rfc2047-decode-region): Use it.
+       (rfc2047-q-encode-region): Don't break at bob.
+       (rfc2047-decode): Use unibyte.
+       (rfc2047-q-encode-region): Better calculation of break point.
+       (rfc2047-fold-region): Don't break the first non-LWSP characters.
+       (rfc2047-encode-region): Merge only if regions are adjacent.
+
+2000-11-06  Dave Love  <fx@gnu.org>
+
+       * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
+
+       * 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.
+
+       * mm-uu.el (mm-uu-configure): Unquote lambda.
+       (mm-uu-configure-list): Doc fix.
+
+       * earcon.el (running-xemacs): Don't define.
+
+2000-11-06  John Wiegley  <johnw@gnu.org>
+
+       * gnus-mlspl.el (gnus-group-split-update): Check the value of
+       `nnmail-crosspost', and use it to set the `no-crosspost'
+       argument when calling `gnus-group-split-fancy'.  Otherwise, it
+       assumes that cross-posting is always OK, no matter what
+       `nmail-crosspost' is set to.
+       (gnus-group-split-fancy): The argument order in the
+       second-to-last `push' call was wrong, but since `no-crosspost'
+       was always nil, it was never being triggered.
+
+2000-11-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       Don't postpone GCC if none of GCC methods is agent-covered.  This
+       fix presumes that the post-method must be agent-covered if any Gcc
+       method is agent-covered.
+
+       * gnus-msg.el (gnus-inews-group-method): New function.
+       (gnus-inews-do-gcc): Use it.
+       * gnus-agent.el (gnus-agent-any-covered-gcc): New function.
+       (gnus-agent-possibly-save-gcc): Use it.
+       (gnus-agent-possibly-do-gcc): Ditto.
+
+       *gnus-msg.el: (gnus-inews-add-send-actions): Use
+       `gnus-agent-possibly-do-gcc' if Agentized.
+       (gnus-inews-add-send-actions): Add `gnus-agent-possibly-save-gcc'
+       to `message-header-hook'.
+
+       * gnus-mlspl.el: Require cl when compiling.
+
+       * gnus-ml.el: Usage.
+       (gnus-mailing-list-archive, gnus-mailing-list-owner,
+       gnus-mailing-list-post, gnus-mailing-list-unsubscribe,
+       gnus-mailing-list-subscribe, gnus-mailing-list-help): Bind list-*.
+       (gnus-mailing-list-menu): Define it.
+       (turn-on-gnus-mailing-list-mode, gnus-mailing-list-mode): Autoload.
+
+       * gnus-logic.el (gnus-advanced-string): Use "" if nil.
+
+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-nocem.el (gnus-nocem-check-article-limit): Default to 500.
+
+       * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
+       name.
+
+       * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
+       <banner>: Fix custom type, doc.
+
+       * mm-decode.el (mm-display-external): Space-prefix temp buffer
+       name.  Don't disable undo explicitly.
+
+2000-11-02  Dave Love  <fx@gnu.org>
+
+       * message.el (message-font-lock-keywords): Use [:alpha:] for
+       cite-prefix.
+
+2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
+
+       * mm-uu.el (mm-uu-configure-list): Move back to old location,
+       because defcustom tries to call `mm-uu-configure'.
+
+2000-11-01  Dave Love  <fx@gnu.org>
+
+       * rfc2047.el (base64): Require unconditionally.
+       (message-posting-charset): Defvar when compiling.
+       (rfc2047-encode-message-header, rfc2047-encodable-p): Require
+       message.
+
+       * gnus-sum.el (nnoo): Require.
+       (mm-uu-dissect): Autoload.
+
+       * mml.el (mml-parse-1): Clarify message.
+       (mml-minibuffer-read-type): Use mailcap-mime-types.
+
+2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * mml.el: Fix a typo in the requiring of CL.
+
+2000-11-01 ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * rfc2231.el: Require cl when compiling.
+
+2000-11-01  Dave Love  <fx@gnu.org>
+
+       * mm-uu.el (mm-uu-decode-function, mm-uu-binhex-decode-function):
+       Fix custom type.
+       (mm-uu-configure-list): Move and fix custom type.
+
+       * utf7.el: Require cl when compiling.
+
+       * 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.
+
+2000-10-30  Dave Love  <fx@gnu.org>
+
+       * gnus-art.el: Fix 2000-10-27 change properly.
+
+2000-10-28  Miles Bader  <miles@gnu.org>
+
+       * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
+
+2000-10-27  Christoph Conrad  <christoph.conrad@gmx.de>
+
+       * gnus-draft.el (gnus-draft-send-message): Typo.
+
+2000-10-27  John Wiegley  <johnw@gnu.org>
+
+       * gnus-art.el (gnus-treat-hide-citation-maybe): Added this
+       variable to correspond with `gnus-article-hide-citation-maybe'.
+       (gnus-treatment-function-alist): Added entry for the above
+       correlation.
+
+2000-10-27  Richard M. Alderson III <alderson@netcom2.netcom.com>
+
+       * gnus-art.el (gnus-read-save-file-name): expand-file-name.
+
+2000-10-27  Dave Love  <fx@gnu.org>
+
+       * gnus.el: Don't require custom.  Don't require message at top
+       level.
+       (gnus-message-archive-method): Require message here.
+
+2000-10-27  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * gnus-art.el (article-strip-banner): Use
+       gnus-group-find-parameter rather than gnus-group-get-parameter, to
+       allow inheritance on the banner.
+       From elkin@tverd.astro.spbu.ru.
+
+       * gnus-sum.el (gnus-get-split-value): Use first match only (Ed L
+       Cashin <ecashin@coe.uga.edu>).
+
+2000-10-27  Simon Josefsson  <simon@josefsson.org>
+
+       * gnus-agent.el (gnus-agent-possibly-do-gcc):
+       (gnus-agent-restore-gcc):
+       (gnus-agent-possibly-save-gcc): New functions.
+
+       * nnimap.el (nnimap-group-overview-filename): Create directory for
+       newfile (when use long filenames is nil).  Copy+delete file if
+       rename didn't work.
+       (nnimap-group-overview-filename): `rename-file' and `copy-file'
+       doesn't return anything useful, use ignore-errors instead.
+       (nnimap-verify-uidvalidity): Delete overview file when
+       uid validity changes.
+       (nnimap-group-overview-filename): Store uidvalidity in filenames.
+       Rename old files into new format.
+       (nnimap-request-accept-article): Remove \n's from
+       From_ lines.
+       (nnimap-request-accept-article): Remove From[^:] lines.
+       (imap-starttls-p): Check for starttls binary.
+       (imap-starttls-open): More verbose.
+       (imap-gssapi-auth): Ditto.
+       (imap-kerberos4-auth): Ditto.
+       (imap-cram-md5-auth): Ditto.
+       (imap-login-auth): Ditto.
+       (imap-anonymous-auth): Ditto.
+       (imap-digest-md5-auth): Ditto.
+       (imap-open): Ditto.
+       (imap-digest-md5-p): Check capability first.
+       (imap-parse-flag-list): Correctly parse empty lists.
+       (imap-login-p): Support LOGINDISABLED.
+       (imap-parse-body): Work around bug in Sun SIMS.
+
+       * gnus-agent.el (gnus-agent-possibly-do-gcc):
+       (gnus-agent-restore-gcc):
+       (gnus-agent-possibly-save-gcc): New functions.
+
+       Asks the user to synch flags with server when you plug in.
+
+       * gnus-agent.el (gnus-agent-synchronize-flags): New variable.
+       (gnus-agent-possibly-synchronize-flags-server): New function, use it.
+       (gnus-agent-toggle-plugged): Call it.
+       (gnus-agent-synchronize-flags): Renamed from `gnus-agent-synchronize'.
+       (gnus-agent-group-mode-map): `g-a-s' -> `g-a-s-flags'.
+       (gnus-agent-possibly-synchronize-flags): New function.
+       (gnus-agent-possibly-synchronize-flags-server): New function.
+
+       * nnheader.el (nnheader-parse-head): Try both "from:" and "from: ".
+
+       * gnus-sum.el (gnus-get-newsgroup-headers): Ditto.
+
+       * gnus-group.el (gnus-group-nnimap-edit-acl): Check if server
+       support ACL's.
+
+2000-10-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-draft.el (gnus-draft-send-message): Ditto.
+       (gnus-group-send-drafts): Ditto.
+
+       * gnus-art.el (gnus-request-article-this-buffer):
+       gnus-refer-article-method might be a single method.
+       (gnus-article-mime-total-parts): New function.
+       (gnus-mm-display-part): Use it.
+       (gnus-mime-display-single): Ditto.
+       (gnus-mime-display-alternative): Ditto.
+       (gnus-mime-inline-part): Check validity of charset.
+       (gnus-treat-display-smileys): Default value in Emacs 21.
+       * gnus-art.el: Define dynamic variables in eval-when-compile.
+       (gnus-article-prepare): Configure it again.
+       (gnus-insert-mime-button): Use gnus-overlay-buffer,
+       gnus-overlay-start.
+       (gnus-article-prepare): Configure windows before
+       gnus-article-prepare-display is called.  Otherwise, BBDB's popup
+       window might be overrided.
+       (gnus-mime-inline-part): Use prefix argument only
+       when it is called interactively.
+       (gnus-mime-action-alist): New variable.
+       (gnus-mime-action-on-part): Use it.
+       (gnus-mime-button-commands): Add command ".".
+       (gnus-mime-inline-part): Support prefix argument.
+       (gnus-article-banner-alist): New variable.
+       (article-strip-banner): Use it.
+
+       * mailcap.el (mailcap-parse-mailcaps): Don't use parse-colon-path,
+       because they are files, not paths.
+       (mailcap-parse-mimetypes): Ditto.
+       (mailcap-mime-types): Use mailcap-mime-data.
+
+       * gnus.el (gnus-xmas-define): Defalias gnus-overlay-buffer,
+       gnus-overlay-start.
+       * gnus.el (gnus-agent-fetching): New variable.
+       * gnus-agent.el (gnus-agent-with-fetch): Bind it.
+
+       * gnus-agent.el (gnus-agent-fetch-session): Catch quit.
+       (gnus-agent-fetch-group-1): Score-param could be nil.
+       (gnus-agent-any-covered-gcc): New function.
+       (gnus-agent-possibly-save-gcc): Use it.
+       (gnus-agent-possibly-do-gcc): Ditto.
+       * gnus-agent.el: Revoke Mike McEwan's 1998-09-05 patch due to
+       the GNU assignment issue.
+       (gnus-agent-fetch-group-1): Reimplement Mike McEwan's proposal.
+       * gnus-agent.el: timer vs. itimer.
+
+       * webmail.el (webmail-type-definition): Fix my-deja open url.
+       (webmail-hotmail-list): Fix.
+       (webmail-netscape-open, webmail-hotmail-article,
+       webmail-hotmail-list): Update.
+       (webmail-my-deja-*): Rewrite.
+
+       * gnus-sum.el (gnus-refer-article-methods): The second could be
+       a named method.
+       (gnus-cache-write-active): Auto load.
+       (gnus-summary-display-article): Enable multibyte.
+       (gnus-summary-select-article): Don't enable multibyte here.
+       (gnus-summary-goto-article): Ditto.
+       (gnus-summary-enter-digest-group): Decode to-address.
+
+       * mm-util.el (mm-multibyte-p): Test (featurep 'xemacs).
+       (mm-with-unibyte-current-buffer-mule4): New function.
+       (mm-enable-multibyte-mule4): New.
+       (mm-disable-multibyte-mule4): New.
+
+       * mm-util.el (mm-enable-multibyte-mule4): New.
+       (mm-disable-multibyte-mule4): New.
+       * gnus-sum.el (gnus-summary-mode): Use it.
+       (gnus-summary-select-article): Ditto.
+       (gnus-summary-goto-article): Use enable multibyte.
+
+       * nnkiboze.el (nnkiboze-generate-group): Use it. Inhibit list groups.
+       (nnkiboze-enter-nov): Fix it when there is no xref.
+       (nnkiboze-generate-groups): List groups.
+       (nnkiboze-request-article): Use
+       gnus-cache-request-article.
+
+       * gnus-group.el (gnus-group-make-kiboze-group): Use
+       nnkiboze-score-file.
+       (gnus-group-make-kiboze-group): Fix prompt.
+
+       * message.el (message-send-mail-partially): Replace the header
+       delimiter with a blank line.
+       (message-sending-message): New variable.
+       (message-send): Use it.
+       (message-default-charset): Default value for non-Mule Emacsen.
+       (message-alternative-emails): New.
+       (message-use-alternative-email-as-from): New.
+       (message-setup): Use them.
+       (message-default-charset): Set default value in non-MULE XEmacsen
+       as iso-8859-1.
+
+2000-10-27  Bjorn Torkelsson  <torkel@hpc2n.umu.se>
+
+       * message.el: xemacs cleanup (use featurep ' xemacs)
+
+       * nnheader.el: ditto
+
+       * mm-util.el: ditto
+
+2000-10-27  Stanislav Shalunov <shalunov@internet2.edu>
+
+       * message.el (message-make-in-reply-to): In-Reply-To is message-id
+       (see DRUMS).
+
+2000-10-27  Simon Josefsson  <simon@josefsson.org>
+
+       * message.el (message-send): Make sure error is signalled if no
+       send method is specified.
+
+2000-10-27  Dave Love  <fx@gnu.org>
+
+       * gnus-group.el (gnus-group-make-menu-bar): Add some :help
+       strings.
+       (gnus-group-make-tool-bar): New function.
+       (gnus-group-mode): Use it.
+
+       * 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.
+
+       * 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.
+
+       * mm-decode.el (mm-valid-and-fit-image-p): Don't test
+       display-graphic-p here.
+
+2000-10-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mm-decode.el (mm-viewer-completion-map): New.
+       (mm-interactively-view-part): Use it.
+
+2000-10-27  Simon Josefsson  <sj@extundo.com>
+
+       * mail-source.el (mail-sources): IMAP predicate is a string.
+       (mail-sources): Add default values for IMAP mailbox, predicate and
+       fetchflag.
+
+2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
+
+       * 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.
+
+2000-10-26  Dave Love  <fx@gnu.org>
+
+       * flow-fill.el: Require cl when compiling.
+
+2000-10-26  Simon Josefsson  <simon@josefsson.org>
+
+       * flow-fill.el (fill-flowed): Don't flow "-- " lines.
+       (fill-flowed): Make "quote-depth wins" rule work when first line
+       is at level 0.
+
 2000-10-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus-ems.el: Remove gnus-xemacs.  Autoload smiley.
        * gnus-audio.el: Don't require cl.
        (gnus-audio): New custom group.
        (gnus-audio-inline-sound): Change to work with Emacs.
-       (gnus-audio-directory, gnus-audio-directory) 
+       (gnus-audio-directory, gnus-audio-directory)
        (gnus-audio-au-player):  Customize.
        (gnus-audio-play): Try external player if play-sound-file fails.
        Use file-name-extension, not string-match.
        smiley-toggle-extent-ems, smiley-toggle-extents-ems,
        smiley-toggle-buffer-ems): New functions for Emacs 21. Toggle
        functions are not implemented yet.
-       
-       * dgnushack.el (dgnushack-compile): Remove smiley.el and 
+
+       * dgnushack.el (dgnushack-compile): Remove smiley.el and
        x-overlay.el from the FSF Emacs black list.
 
 2000-09-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
        * mm-decode.el (mm-inlined-types): Add application/emacs-lisp.
        (mm-inline-media-tests): Ditto.
        (mm-automatic-display): Ditto.
-       * mm-view.el (mm-display-inline-fontify): Generalize from 
-       mm-display-patch-inline. 
+       * mm-view.el (mm-display-inline-fontify): Generalize from
+       mm-display-patch-inline.
        (mm-display-patch-inline): Use it.
        (mm-display-elisp-inline): Ditto.
-       
+
 2000-09-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus-topic.el (gnus-topic-find-groups): Add recursive parameter.
 
        * gnus-group.el (gnus-group-rename-group): Inhibit renaming of
        zombie or killed groups.
-       
+
 2000-09-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mml.el (mml-preview): Reinsert unibyte content. 
+       * mml.el (mml-preview): Reinsert unibyte content.
        (mml-parse-1): Remove with-unibyte-current-buffer.
        (mml-generate-mime-1): Ditto.
        * gnus-msg.el (gnus-summary-mail-forward): Ditto.
        (gnus-summary-save-parts-last-directory): New.
        (gnus-summary-save-parts): Save history.
 
-2000-09-14 Ben Gertzfield <che@debian.org>
+2000-09-14  Ben Gertzfield  <che@debian.org>
 
        * gnus-sum.el (gnus-summary-save-parts-default-mime): New
        variable.
 
 2000-09-14  Dave Love  <fx@gnu.org>
 
-       * gnus.el (gnus-charset): 
+       * gnus.el (gnus-charset):
        * mm-decode.el (mime-display):
        * imap.el (imap) <defgroup>: Add :version.
 
        `format'.
        (mm-content-transfer-encoding): Don't use cadar.
 
-       * uudecode.el (uudecode-decoder-program) 
+       * uudecode.el (uudecode-decoder-program)
        (uudecode-decoder-switches): Customize.
 
        * gnus-score.el (gnus-home-score-file): Improve custom type.
        coding-system-for-write.
 
        * nnmail.el (nnmail-get-new-mail): Don't test nnmail-spool-file.
-       
+
        * gnus-cache.el (gnus-jog-cache): Temporarily disable mail-sources.
        * gnus-kill.el (gnus-batch-score): Ditto.
        * gnus-move.el (gnus-change-server): Ditto.
 
        * nnimap.el (nnimap-before-find-minmax-bugworkaround): New
        function, thanks to Lloyd Zusman for debugging.
-       (nnimap-request-group): 
-       (nnimap-request-list): 
-       (nnimap-retrieve-groups): 
+       (nnimap-request-group):
+       (nnimap-request-list):
+       (nnimap-retrieve-groups):
        (nnimap-request-newgroups): Use it.
 
        * nnimap.el (nnimap-request-article-part): Less verbose.
        * nnheader.el (nnheader-replace-chars-in-string): Use
        subst-char-in-string if available.
 
-       * gnus-art.el (gnus-read-save-file-name, gnus-plain-save-name) 
+       * gnus-art.el (gnus-read-save-file-name, gnus-plain-save-name)
        (gnus-request-article-this-buffer): Use expand-file-name.
        (gnus-mime-view-part-as-type): Simplify interactive spec.
        (gnus-mime-button-map): Define it all in defvar.
 2000-08-14  Rod Whitby <list.ding@rwhitby.net>
 
        * gnus-sum.el (gnus-summary-expire-articles): Fix the handling of
-       expiry-target group parameters. 
+       expiry-target group parameters.
 
 2000-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 2000-08-12  John H. Palmieri  <palmieri@math.washington.edu>
 
        * mail-source.el (mail-source-incoming-file-prefix): New
-       variable. 
+       variable.
 
 2000-08-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 
 2000-08-11  Florian Weimer  <fw@deneb.enyo.de>
 
-       * message.el (message-syntax-checks): New check quotin-style: 
+       * message.el (message-syntax-checks): New check quotin-style:
        Text must be written below quoted text.
        (message-check-news-body-syntax): Check it.
 
        list of unexpired articles.
 
        * gnus-group.el (gnus-group-expire-articles-1): Return the list of
-       un-expired articles. 
+       un-expired articles.
 
        * gnus-sum.el (gnus-summary-reparent-thread): Narrow to the
-       headers. 
+       headers.
 
        * gnus-topic.el (gnus-topic-kill-group): Move up one line so that
-       we update the right topic.. 
+       we update the right topic..
 
-       * mm-decode.el (mm-display-external): Put point at start. 
+       * mm-decode.el (mm-display-external): Put point at start.
 
 2000-08-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
 
 2000-08-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-group.el (gnus-group-iterate): Uncompiled function should 
+       * gnus-group.el (gnus-group-iterate): Uncompiled function should
        not use pop.
 
 2000-07-19  Dave Love  <fx@gnu.org>
 
        * gnus-cus.el (gnus-group-parameters, banner): Type is regexp.
 
-       * imap.el (imap): 
-       (imap-kerberos4-program): 
-       (imap-gssapi-program): 
+       * imap.el (imap):
+       (imap-kerberos4-program):
+       (imap-gssapi-program):
        (imap-ssl-program): Customization.
-       (imap-shell-program): 
+       (imap-shell-program):
        (imap-shell-host): New variables.
-       (imap-streams): 
+       (imap-streams):
        (imap-stream-alist): Add shell.
-       (imap-shell-p): 
+       (imap-shell-p):
        (imap-shell-open): New functions.
        (imap-open): Don't call authenticator if preauth.
        (imap-authenticate): Return t if already authenticated.
 
 2000-07-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-agent.el (gnus-agent-fetch-group-1): mark-below, 
+       * gnus-agent.el (gnus-agent-fetch-group-1): mark-below,
        expunge-below and orphan-score are "group variables".
 
 2000-07-13  Simon Josefsson  <jas@pdc.kth.se>
 2000-07-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Save point.
-       * webmail.el (webmail-fetch): Bind 
+       * webmail.el (webmail-fetch): Bind
        url-http-silence-on-insecure-redirection.
 
 2000-07-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
 2000-07-10  William M. Perry <wmperry@aventail.com>
 
-       * mailcap.el (mailcap-parse-mimetype-file): 
+       * mailcap.el (mailcap-parse-mimetype-file):
 
 2000-07-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
 
 2000-07-03  Julien Gilles  <julien.gilles@bcv01y01.vz.cit.alcatel.fr>
 
-       * gnus-ml.el: New file. 
+       * gnus-ml.el: New file.
 
 2000-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * nnultimate.el (nnultimate-request-close): New function.
 
-       * gnus-start.el (gnus-clear-system): Clear nnmail-split-history. 
+       * gnus-start.el (gnus-clear-system): Clear nnmail-split-history.
 
 2000-07-02  Lars Magne Ingebrigtsen  <lmi@quimbies.gnus.org>
 
 
 2000-06-26  Dave Love  <fx@gnu.org>
 
-       * mm-decode.el (mm-image-fit-p): Use `image-size' in Emacs. 
+       * mm-decode.el (mm-image-fit-p): Use `image-size' in Emacs.
 
        * message.el: Remove unnecessary `require'ments.  Defvar
        gnus-list-identifiers when compiling.  Don't try to autoload
        * gnus-start.el (gnus-get-unread-articles): If
        `gnus-activate-group' and/or `gnus-check-server' return nil, don't
        try to do anything on that server.
-       
+
 2000-05-25  Simon Josefsson  <jas@pdc.kth.se>
 
        * gnus-group.el (gnus-group-nnimap-edit-acl): Help text updated
        * gnus-draft.el (gnus-draft-send): Move gnus-draft-setup inside of
        let.
 
-2000-04-26  Pavel Janik ml. <Pavel.Janik@inet.cz>
+2000-04-26  Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
 
        * gnus-draft.el (gnus-draft-setup): Fix comments.
 
 
        * pop3.el: New version.
 
-1999-07-05  Simon Josefsson
+1999-07-05  Simon Josefsson  <jas@pdc.kth.se>
 
-        * gnus-srvr.el (gnus-browse-foreign-server): Use read.
+       * gnus-srvr.el (gnus-browse-foreign-server): Use read.
 
 1999-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 ;; Local Variables:
 ;; coding: iso-2022-7bit
 ;; End:
+
+    Copyright (C) 1998, 1999, 2000, 2001 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.