2000-10-29 10:35:08 ShengHuo ZHU <zsh@cs.rochester.edu>
[gnus] / lisp / ChangeLog
index 2a884ae..e00c162 100644 (file)
-2000-10-26  Simon Josefsson  <sj@extundo.com>
+2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mail-source.el (mail-sources): IMAP predicate is a string.
-       (mail-sources): Add default values for IMAP mailbox, predicate and
-       fetchflag.
+       * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
 
-2000-10-26  Dave Love  <fx@gnu.org>
+2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * flow-fill.el: Require cl when compiling.
+       * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
+       (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
 
-       * mail-source.el: Require imap when compiling and defvar
-       display-time-mail-function.  Require mm-util.
-       (nnheader-cancel-timer): Autoload.
-       (mail-source-imap-authenticators, mail-source-imap-streams): New
-       variables.
-       (mail-sources): Use them.
+2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-2000-10-25 20:13:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
+       * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
 
-       * mm-decode.el (mm-viewer-completion-map): New.
-       (mm-interactively-view-part): Use it.
+2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-2000-10-25 18:51:12  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.
 
-       * rfc2047.el (rfc2047-q-encode-region): Don't break if a QP-word
-       could be fitted in one line.
+2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-2000-10-25  Dirk Meyer <dischi@tzi.de>
+       * 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.
 
-       * gnus-demon.el (gnus-demon-time-to-step): theHour was set to
-       seconds instead of hour.
+2000-10-28  Simon Josefsson  <sj@extundo.com>
 
-2000-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
+       * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
+       Communigate Pro 3.3.1 server.
 
-       * mail-source.el (mail-sources): Better `:type'.
+       * 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.
 
-2000-10-24 18:31:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
+       * smime.el (smime-dns-server): New variable.
+       (smime-mail-to-domain):
+       (smime-cert-by-dns): New functions.
 
-       * gnus-art.el (gnus-request-article-this-buffer):
-       gnus-refer-article-method might be a single method.
-       * gnus-sum.el (gnus-refer-article-methods): The second could be 
-       a named method.
+       * dig.el: New file.
 
-2000-10-23  Simon Josefsson  <simon@josefsson.org>
+2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * 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-21 11:23:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * mm-util.el (mm-multibyte-p): Test (featurep 'xemacs).
-
-2000-10-21 10:54:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * gnus-art.el (gnus-article-mime-total-parts): New function.
-       (gnus-mm-display-part): Use it.
-       (gnus-mime-display-single): Ditto.
-       (gnus-mime-display-alternative): Ditto.
-
-2000-10-21 09:38:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * mailcap.el (mailcap-parse-mailcaps): Don't use parse-colon-path,
-       because they are files, not directories.
-       (mailcap-parse-mimetypes): Ditto.
-
-2000-10-20 19:55:59  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * gnus-art.el (gnus-mime-inline-part): Check validity of charset.
-
-2000-10-18  Dave Love  <fx@gnu.org>
-
-       * mail-source.el (mm-util): Require.
-       (defvar): Use rmail-spool-directory unconditionally.
-
-       * 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.
-
-2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
-
-       * gnus-nocem.el (gnus-nocem-check-article-limit): New variable.
-       (gnus-nocem-scan-groups): Obey `gnus-nocem-check-article-limit'.
-
-2000-10-18  Simon Josefsson  <simon@josefsson.org>
-
-       * nnheader.el (nnheader-parse-head): Try both "from:" and "from: ".
-
-       * gnus-sum.el (gnus-get-newsgroup-headers): Ditto.
-
-2000-10-17  Simon Josefsson  <simon@josefsson.org>
-
-       * gnus-sum.el (gnus-get-newsgroup-headers): Search for "from:"
-       instead of "from: " for rfc822 compliance.
-
-       * gnus-uu.el (gnus-uu-digest-mail-forward): Ditto. Insert SPC.
-
-       * nnheader.el (nnheader-parse-head): Ditto.
-
-2000-10-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
-
-       * mail-source.el (mail-source-keyword-map): Use
-       `rmail-spool-directory' as a default directory for the `file'
-       source, if the variable is defined.  Fall back to hardcoded
-       "/usr/spool/mail/", as before.  Suggestion by Steven E. Harris
-       <seh@speakeasy.org>.
-
-2000-10-13 12:01:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * message.el (message-send-mail-partially): Replace the header
-        delimiter with a blank line.
-
-2000-10-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
-
-       * gnus-sum.el (gnus-get-split-value): Use first match only (Ed L
-       Cashin <ecashin@coe.uga.edu>).
-
-2000-10-13 10:52:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * gnus-ems.el (gnus-article-compface-xbm): Ignore errors.
-
-2000-10-11  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!
-
-       * 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.
-
-       * 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-12 08:26:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * mm-util.el (mm-with-unibyte-current-buffer): Revert to old.
-       (mm-with-unibyte-current-buffer-mule4): New function.
-       * qp.el (quoted-printable-encode-region): Use it.
-       * rfc2047.el (rfc2047-decode): Ditto.
-       * webmail.el (webmail-init): Revert to use mm-disable-multibyte.
-
-2000-10-10 08:44:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * rfc2047.el (rfc2047-fold-region): "=?=" is not a break point.
-
-2000-10-10 00:00:28  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * webmail.el (webmail-init): Use mm-disable-multibyte-mule4.
-
-2000-10-09 22:50:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * base64.el (base64-decode-region): Just give a message if the end
-       is not sane.
-
-2000-10-09 20:09:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * rfc2047.el (rfc2047-encode-message-header): Move fold into
-       encode-region.
-       (rfc2047-dissect-region): Rewrite.
-       (rfc2047-encode-region): Rewrite.
-       (rfc2047-fold-region): Fold any line longer than 76.
-       (rfc2047-unfold-region): New function.
-       (rfc2047-decode-region): Use it.
-       (rfc2047-q-encode-region): Don't break at bob.
-
-2000-10-09 17:12:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * nntp.el (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.
-       * gnus-agent.el (gnus-agent-fetch-session): Catch quit.
-
-2000-10-09  Dave Love  <fx@gnu.org>
-
-       * 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-au-player):  Customize.
-       (gnus-audio-play): Try external player if play-sound-file fails.
-       Use file-name-extension, not string-match.
-
-       * 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.
-       (gnus-article-dumbquotes-map): Fix dashes.
-       (gnus-button-mailto, gnus-button-embedded-url): Doc fix.
-       (gnus-button-reply): Just alias it.
-
-2000-10-09  Stefan Monnier  <monnier@cs.yale.edu>
-
-       * mm-encode.el: Require CL.  At least, for `incf'.
-
-       * nnfolder.el (nnfolder-ignore-active-file): Typos.
-
-       * gnus-mh.el (gnus-summary-save-in-folder): Obey mh-lib-progs.
-
-       * gnus-kill.el (gnus-kill): Typo.
-
-2000-10-09  Gerd Moellmann  <gerd@gnu.org>
-
-       * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
-
-2000-10-09  Simon Josefsson  <simon@josefsson.org>
-
-       * 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.
-
-2000-10-08 13:05:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * dgnushack.el (dgnushack-compile): Delete old elc files first.
-
-2000-10-08 10:59:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * gnus-ems.el (gnus-kill-all-overlays): Move here.
-       * gnus-util.el (gnus-kill-all-overlays): Move out.
-       * gnus-sum.el (gnus-cache-write-active): Auto load.
-       * lpath.el: Shut up.
-       * nnweb.el (nnweb-url-retrieve-asynch): url-retrieve is 
-       asynchronous in Exp version.
-
-2000-10-08 08:57:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * gnus-art.el, gnus-ems.el, gnus-start.el: Remove gnus-xemacs.
-       * gnus-ems.el: Autoload smiley.
-       * gnus-art.el (gnus-treat-display-smileys): Default value in Emacs 21.
-
-2000-10-08 08:45:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * gnus-sum.el (gnus-summary-display-article): Enable multibyte.
-       (gnus-summary-select-article): Don't enable multibyte here.
-       (gnus-summary-goto-article): Ditto.
-
-2000-10-08 Christoph Conrad <christoph.conrad@gmx.de>
-
-       * gnus-draft.el (gnus-draft-send-message): Typo.
-
-2000-10-08  Simon Josefsson  <simon@josefsson.org>
-
-       * nnimap.el (nnimap-verify-uidvalidity): Delete overview file when
-       uid validity changes.
-       (nnimap-group-overview-filename): Store uidvalidity in filenames.
-       Rename old files into new format.
-
-2000-10-07 15:49:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * 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.
-       * rfc2047.el (rfc2047-decode): Use unibyte.
-
-2000-10-07 15:42:59  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * gnus-logic.el (gnus-advanced-string): Use "" if nil.
-
-2000-10-07 10:31:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * rfc2047.el (rfc2047-q-encode-region): Better calculation of
-       break point.
-       (rfc2047-fold-region): Don't break the first non-LWSP characters.
-
-2000-10-07 09:18:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * gnus.el (gnus-agent-fetching): New variable.
-       * gnus-agent.el (gnus-agent-with-fetch): Bind it.
-       * gnus-score.el (gnus-score-body): Don't score body when
-       agent-fetching.
-       (gnus-score-followup): Don't score followup either. 
-
-2000-10-07 08:19:17  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * gnus-art.el: Define dynamic variables in eval-when-compile.
-       * message.el (message-sending-message): New variable.
-       (message-send): Use it.
-       * gnus-draft.el (gnus-draft-send-message): Ditto.
-       (gnus-group-send-drafts): Ditto.
-
-2000-10-06  Dave Love  <fx@gnu.org>
-
-       * 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-au-player):  Customize.
-       (gnus-audio-play): Try external player if play-sound-file fails.
-       Use file-name-extension, not string-match.
-
-2000-10-06 17:38:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * gnus-art.el (gnus-article-prepare): Configure it again.
-
-2000-10-06 15:11:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * message.el (message-default-charset): Default value for non-Mule
-       Emacsen.
-
-2000-10-06 14:28:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * message.el (message-alternative-emails): New.
-       (message-use-alternative-email-as-from): New.
-       (message-setup): Use them.
-
-2000-10-06 13:46:47  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * base64.el, dgnushack.el, gnus-spec.el, messagexmas.el
-       * gnus-xmas.el, nnheaderxm.el, nndraft.el: Use defalias.
-
-       * gnus-xmas.el (gnus-xmas-define): Defalias gnus-overlay-buffer,
-       gnus-overlay-start.
-       * gnus.el: Ditto.
-       * gnus-art.el (gnus-insert-mime-button): Use them.
-
-2000-10-06 10:01:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * mm-util.el (mm-with-unibyte-current-buffer): Don't set unibyte
-       if eight-bit-control is a charset, e.g. Mule 5.0 in Emacs 21.
-
-2000-10-06 09:38:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * qp.el (quoted-printable-encode-region): Use
-       mm-with-unibyte-current-buffer within narrowed region.
-
-2000-10-06 08:56:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * webmail.el (webmail-type-definition): Fix my-deja open url.
-
-2000-10-06 Emerick Rogul <emerick@csa.bu.edu>
-
-       * message.el (message-setup-fill-variables): New variable.
-       (message-mode): Use it.
-
-2000-10-05  Dave Love  <fx@gnu.org>
-
-       * rfc2047.el (rfc2047-fold-region): Use gnus-point-at-bol.
-       (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
-
-       * binhex.el: Use defalias, not fset.
-
-       * rfc1843.el: Require cl when compiling.
-
-2000-10-05 12:25:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * gnus-agent.el (gnus-agent-fetch-group-1): Score-param could be nil.
-
-2000-10-05 11:43:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * rfc2047.el (rfc2047-encode-region): Merge only if regions are
-       adjacent.
-
-2000-10-05 09:41:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * mm-util.el (mm-multibyte-p): In XEmacs, it is (feature 'mule).
-       (mm-find-charset-region): Merge conditions, delete ascii.
-       (mm-charset-after): Rewrite.
-       * mm-bodies.el (mm-encode-body): Use it.
-
-2000-10-05 09:04:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * webmail.el (webmail-hotmail-list): Fix.
-
-2000-10-05  Stefan Monnier <monnier+gnu/emacs@rum.cs.yale.edu>
-
-       * nnimap.el (require): cl.
-
-2000-10-04 15:24:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * gnus-art.el (gnus-article-prepare): Configure windows before
-       gnus-article-prepare-display is called.  Otherwise, BBDB's popup
-       window might be overrided.
-
-2000-10-04  Dave Love  <fx@gnu.org>
-
-       * gnus-ems.el (gnus-article-display-xface)
-       [gnus-article-compface-xbm]: Fix.
-       (gnus-x-splash): Bind width, height.
-
-2000-10-04 11:45:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * gnus-art.el (gnus-mime-inline-part): Use prefix argument only
-       when it is called interactively.
-
-2000-10-03 21:20:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * gnus-art.el (gnus-mime-action-alist): New variable.
-       (gnus-mime-action-on-part): Use it.
-       (gnus-mime-button-commands): Add command ".".
-
-2000-10-03 20:37:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * gnus-art.el (gnus-mime-inline-part): Support prefix argument.
-
-2000-10-03  Katsumi Yamaoka <yamaoka@jpl.org>
-
-       * lpath.el: "." is in the load-path because dgnushack.el.
-
-2000-10-03  Bjorn Torkelsson  <torkel@hpc2n.umu.se>
-
-       * uudecode.el: xemacs cleanup (use featurep ' xemacs)
-
-       * nnheader.el: ditto
-
-       * mm-util.el: ditto
-
-       * message.el: ditto
-
-       * binhex.el: ditto
-
-       * gnus-audio.el: removed unnecessary xemacs test
-
-       * earcon.el: ditto
-       
-2000-10-03 19:55:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
-
-       * nnweb.el (nnweb-decode-entities): Work for non-character
-       entities. 
-
-2000-09-26 09:20:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
-
-       * gnus.el: Message the quit parts.
-
-2000-10-03 08:08:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * mail-source.el (mail-source-fetch-maildir): Don't insert
-       newlines.
-
-2000-10-02 20:14:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * dgnushack.el (dgnushack-compile): Don't compile dgnushack.el,
-       lpath.el. Don't compile base64.el if there is builtin base64.
-
-2000-10-02  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
-
-       * base64.el (Repository): Use featurep for XEmacs test.
-
-2000-10-02 17:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * nntp.el (nntp-retrieve-data): Don't ignore quit.
-
-2000-10-02 14:43:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * gnus-art.el (gnus-article-banner-alist): New variable.
-       (article-strip-banner): Use it.
-       * gnus-cus.el (gnus-group-parameters): Allow symbol.
-
-2000-10-02  Dave Love  <fx@gnu.org>
-
-       * smiley-ems.el: New file.
-
-       * gnus-ems.el (gnus-smiley-display): Autoload.
-       (mouse-set-point, set-face-foreground, set-face-background)
-       (x-popup-menu): Don't clobber these.
-       (gnus-article-compface-xbm): New variable.
-       (gnus-article-display-xface): Move graphic test.  Use unibyte.
-       Obey gnus-article-compface-xbm.  Use pbm, not xbm.
-
-       * mml.el (require): Fix typo.
-       (mml-parse-1): Modify unknown encoding prompt.
-
-       * mail-source.el (mail-sources): Revert to nil.
-
-       * nnmail.el (nnmail-spool-file): Revert previous change.
-
-       * gnus.el: Don't require custom, message.
-       (gnus-message-archive-method): Wrap initializer in progn and
-       require message here.
-
-2000-10-02  Gerd Moellmann  <gerd@gnu.org>
-
-       * gnus.el (gnus-mode-line-buffer-identification) [Emacs]: Change
-       image's :ascent to 80.  That gives a mode-line which is approx.
-       as tall as the normal one.
-
-2000-10-02 08:04:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * webmail.el (webmail-hotmail-list): Fix.
-
-2000-10-01 20:55:53  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.
-
-2000-10-01 17:08:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * mailcap.el (mailcap-mime-types): Use mailcap-mime-data.
-       * mml.el (mml-minibuffer-read-type): Use mailcap-mime-types.
-
-2000-10-01 13:07:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * webmail.el (webmail-netscape-open, webmail-hotmail-article,
-       webmail-hotmail-list): Update.
-
-2000-10-01 08:36:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * mail-source.el (mail-source-report-new-mail): Use
-       nnheader-cancel-timer.
-
-2000-10-01 08:35:38  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * lpath.el (overlay-*): Shut up.
-       * dgnushack.el: Two implementations of smiley.
-
-2000-10-01 08:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * 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-xmas.el (gnus-xmas-mailing-list-menu-add): Move here.
-
-2000-09-30 18:52:51  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * webmail.el (webmail-my-deja-*): Rewrite.
-
-2000-09-30  Simon Josefsson  <simon@josefsson.org>
-
-       * nnimap.el (nnimap-request-accept-article): Remove \n's from
-       From_ lines.
-
-2000-08-05  Simon Josefsson <simon@josefsson.org>
-
-       Make GCC to remote groups work when unplugged
-       (postpone GCC until message is actually sent).
-
-       * gnus-draft.el (gnus-draft-send): Call `gnus-agent-restore-gcc'.
-
-       * gnus-agent.el (gnus-agent-possibly-do-gcc): 
-       (gnus-agent-restore-gcc): 
-       (gnus-agent-possibly-save-gcc): New functions.
-
-       * 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.el (gnus-agent-gcc-header): New variable.
-
-2000-07-13  Simon Josefsson <simon@josefsson.org>
-
-       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.
-
-2000-09-30  Simon Josefsson  <simon@josefsson.org>
-
-       * starttls.el: New file, by Daiki Ueno.
-
-2000-08-02  Stanislav Shalunov <shalunov@internet2.edu>
-
-       * message.el (message-make-in-reply-to): In-Reply-To is message-id
-       (see DRUMS).
-       
-2000-09-29  Simon Josefsson  <simon@josefsson.org>
-
-       * nntp.el (nntp-async-trigger): Fix authinfo in asynchronous
-       prefetch.
-
-2000-08-09 10:21:20  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-09-29  Simon Josefsson  <simon@josefsson.org>
-
-       * message.el (message-send): Make sure error is signalled if no
-       send method is specified.
-
-2000-09-29  Florian Weimer  <fw@deneb.enyo.de>
-
-       * qp.el (quoted-printable-encode-region): Wrap with
-       `mm-with-unibyte-current-buffer'.
-
-2000-09-29 12:12:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * gnus-agent.el (gnus-agent-fetch-group-1): Reimplement Mike
-         McEwan's proposal.
-       
-2000-09-29 12:06:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * gnus-agent.el: Revoke Mike McEwan's 1998-09-05 patch due to
-       the GNU assignment issue.
-
-2000-09-29 09:56:34  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * nndoc.el (nndoc-dissect-mime-parts-sub): Correctly mark body-begin.
-
-2000-09-29 09:14:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * gnus-sum.el (gnus-summary-enter-digest-group): Decode to-address.
-
-2000-09-28  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.
-
-2000-09-26  Richard M. Alderson III <alderson@netcom2.netcom.com> 
-
-       * gnus-art.el (gnus-read-save-file-name): expand-file-name.
-
-2000-09-26  Dave Love  <fx@gnu.org>
-
-       * gnus-draft.el: Don't require gnus-agent.
-
-       * mm-view.el: Use featurep for XEmacs test.
-       (mm-inline-message): Test for `remove-specifier'; don't use
-       condition-case.
-
-2000-09-24  Simon Josefsson  <simon@josefsson.org>
-
-       * nnimap.el (nnimap-request-accept-article): Remove From[^:] lines.
-
-       * gnus-group.el (gnus-group-nnimap-edit-acl): Check if server
-       support ACL's.
-
-       * nnimap.el (nnimap-acl-get): Check capability.
-
-       * mail-source.el (mail-source-imap-file-coding-system): New variable.
-       (mail-source-fetch-imap): Use it.
-
-       * rfc2104.el (rfc2104-hexstring-to-bitstring): New function.
-       (rfc2104-hash): Use it.
-
-       * imap.el (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.
-
-2000-09-24  Simon Josefsson  <simon@josefsson.org>
-
-       * imap.el (imap-parse-flag-list): Correctly parse empty lists.
-       (imap-login-p): Support LOGINDISABLED.
-
-2000-09-23  Simon Josefsson  <jas@nada.kth.se>
-
-       * rfc2104.el: Add SHA-1 example.
-
-2000-09-22  Simon Josefsson  <simon@josefsson.org>
-
-       * imap.el (imap-parse-body): Work around bug in Sun SIMS.
-
-2000-09-21 21:54:48  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * lpath.el: Bind nnkiboze-score-file.
-
-2000-09-21 16:15:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * gnus-score.el (gnus-score-use-all-scores): New variable.
-       (gnus-all-score-files): Use it.
-       * 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.
-       * gnus-group.el (gnus-group-make-kiboze-group): Use 
-       nnkiboze-score-file.
-       
-       * nnkiboze.el (nnkiboze-request-article): Use
-       gnus-cache-request-article.
-       * gnus-group.el (gnus-group-make-kiboze-group): Fix prompt.
-
-2000-07-16 Dmitry Bely <dbely@mail.ru>
-
-       * nnheader.el (nnheader-translate-file-chars): Path splitting on NT.
-
-2000-09-20 18:33:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * gnus-score.el (gnus-score-find-bnews): Use directory-sep-char.
-
-2000-09-20 17:37:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * message.el (message-default-charset): Set default value in
-       non-MULE XEmacsen as iso-8859-1.
-
-2000-09-20 12:02:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * gnus-demon.el: Use (featurep 'xemacs).
-       * gnus-agent.el: timer vs. itimer.
-       * mail-source.el: Ditto.
-
-2000-09-19 10:24:57  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * gnus-group.el (gnus-group-make-kiboze-group): Makedir.
-       * nnheader.el (nnheader-parse-nov): Remove Xref in mail-header-xref.
-       * gnus-sum.el (gnus-nov-parse-line): Ditto.
-       * nnkiboze.el (nnkiboze-file-coding-system): New.
-       (nnkiboze-retrieve-headers): Use it.
-       (nnkiboze-request-group): Ditto.
-       (nnkiboze-close-group): Ditto.
-       (nnkiboze-generate-group): Ditto.
-       (nnkiboze-enter-nov): Insert first Xref properly.
-
-2000-09-19  Dave Love  <fx@gnu.org>
-
-       * nnmail.el (nnmail-cache-accepted-message-ids): Default to nil.
-       (nnmail-get-new-mail): Test `sources' in top-level conditional.
-
-       * mail-source.el (mail-sources): Change default to '((file)).
-       Add useful custom type.
-
-2000-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
-
-       * gnus-util.el (gnus-time-iso8601): Correct doc string (four digit
-       year).
-       (gnus-date-iso8601): Ditto.
-
-2000-09-18 09:05:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * mail-source.el (mail-source-fetch-imap): Disable multibyte.
-
-2000-09-17 01:13:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
-
-       * rfc2047.el