Update.
[elisp/gnus.git-] / ChangeLog
index 51ba3d8..8ea307f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,652 @@
+1999-12-04   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
+
+       * lisp/gnus.el (gnus-version-number): Update to 6.14.0.
+       (gnus-revision-number): Clear to 00.
+
+       * README.branch.ja: Update for t-gnus-6_14 branch.
+       * README.branch: Ditto.
+       * README.T-gnus: Ditto.
+       * README.semi.ja: Ditto.
+       * README.semi: Ditto.
+
+       * lisp/{rfc2047.el,nnweb.el,nnultimate.el,nntp.el,nnslashdot.el,
+       nnmh.el,nnfolder.el,nndoc.el,mml.el,mm-view.el,mm-util.el,
+       mm-bodies.el,message.el,mail-source.el,gnus.el,gnus-uu.el,
+       gnus-sum.el,gnus-start.el,gnus-msg.el,gnus-int.el,gnus-cache.el,
+       gnus-art.el,dgnushack.el,ChangeLog}: Sync up with Gnus v5.8.2.
+
+       * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
+       gnus-faq-ja.texi,ChangeLog}: Modify for T-gnus 6.14; sync up with
+       Gnus v5.8.2.
+
+       * t-gnus-6_14: NEW PUBLIC BRANCH.
+
+1999-12-03  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
+            Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 01.
+
+       * lisp/dgnushack.el (char-before): Use compiler macro instead of
+       byte-optimizer.
+       (char-after): Comment out the byte-optimization.
+
+       * imap.el (imap-base64-encode-string, imap-base64-decode-string):
+       New functions.  They are identical to the built-in codec if
+       possible, otherwise the functions defined in mel are used.
+       (imap-cram-md5-auth): Use them.
+
+1999-12-02  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/imap.el: Remove autoload settings for `base64-decode-string'
+       and `base64-encode-string'.
+
+1999-12-02  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-version-number): Update to 6.13.4.
+       (gnus-revision-number): Clear to 00.
+
+       * README.T-gnus: Update.
+
+       * GNUS-NEWS: Sync up with Pterodactyl Gnus v0.99.
+
+       * lisp/{rfc2047.el,rfc1843.el,nnweb.el,nnvirtual.el,nntp.el,
+       nnmh.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,nndraft.el,
+       nndoc.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-encode.el,
+       mm-decode.el,mm-bodies.el,message.el,mail-source.el,lpath.el,
+       gnus-xmas.el,gnus-uu.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
+       gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
+       gnus-picon.el,gnus-msg.el,gnus-mailcap.el,gnus-int.el,
+       gnus-group.el,gnus-ems.el,gnus-cus.el,gnus-cache.el,gnus-async.el,
+       gnus-art.el,gnus-agent.el,dgnushack.el,base64.el,Makefile.in,
+       ChangeLog}: Sync up with Pterodactyl Gnus v0.99.
+
+       * lisp/{webmail.el,nnwarchive.el,nnultimate.el,nnslashdot.el}: New
+       files.
+
+       * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
+       emacs-mime.texi,Makefile.in,ChangeLog}: Sync up with Pterodactyl
+       Gnus v0.99.
+
+1999-12-02  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-select-method): Undo (`if' -> `when').
+       * lisp/gnus-picon.el (gnus-picons-file-suffixes): Ditto.
+       * lisp/gnus-start.el (save-buffers-kill-emacs): Ditto.
+       (gnus-after-getting-new-news-hook): Ditto.
+
+       * lisp/gnus-group.el (gnus-useful-groups): Undo (`or' -> `unless').
+
+1999-12-01  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 10.
+
+       * lisp/gnus-art.el (article-treat-overstrike): Work for multibyte
+       char with old Emacsen as well.
+
+1999-12-01   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
+
+       * lisp/gnus-agent.el (gnus-category-edit-predicate): Expand `setf'
+       appears in the backquoted form.
+       (gnus-category-edit-score): Ditto.
+
+       * lisp/gnus-sum.el (gnus-data-set-header): Expand `setf'
+       appears in the backquoted form.
+
+1999-11-30  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 09.
+
+       * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Fix a
+       bug -- do add-hook.
+       (gnus-offline-popup): Examine whether `easy-menu-create-menu' is
+       defined. If not, call `easy-menu-create-keymaps'.
+
+1999-11-30  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 08.
+
+       * lisp/gnus-offline.el (TopLevel): Use `static-if', requiring
+       "static" at the compile time.
+       (gnus-offline-hangup-function): Abolish.
+       (gnus-offline-auto-ppp): New variable.
+       (gnus-offline-gnus-get-new-news): Refer to it.
+       (gnus-offline-set-unplugged-state): Ditto.
+       (gnus-offline-set-auto-ppp): New function. It replaces the
+       function `gnus-offline-toggle-auto-hangup'.
+       (gnus-offline-toggle-auto-hangup): Abolish.
+       (gnus-offline-define-menu-and-key): Use `static-if' and
+       `static-cond'.
+       (gnus-offline-popup-menu): Do not define this function under XEmacs.
+       (gnus-offline-popup): New function.
+
+       * gnus-ofsetup.el (gnus-ofsetup-update-setting-file): Typo.
+       (gnus-ofsetup-resource-en): Fix doc strings.
+       (gnus-ofsetup-resource-ja): Ditto.
+
+1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 07.
+
+       * lisp/gnus-art.el (gnus-article-wash-status): Sync up with
+       Pterodactyl Gnus v0.98.
+
+1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/nnimap.el (nnimap-request-newgroups): Don't use `member-if'.
+
+       * lisp/gnus.el (gnus-select-method): Use `if' instead of `when'.
+
+       * lisp/gnus-sum.el (gnus-summary-make-marking-command-1): Use
+       `car' and `cdr' instead of `cadr'.
+
+       * lisp/gnus-picon.el (gnus-picons-file-suffixes): Use `cons'
+       instead of `push'; use `if' instead of `when'.
+
+       * lisp/gnus-group.el (gnus-group-iterate): Use `car' and `cdr'
+       instead of `pop'.
+       (gnus-useful-groups): Use `or' instead of `unless'.
+
+       * lisp/gnus-art.el (gnus-emphasis-alist): Use `car' and `cdr'
+       instead of `cadr'.
+
+1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus-start.el (save-buffers-kill-emacs): Don't use the macro
+       `when' in the body of `defadvice'.  Use `if' instead.
+
+       * lisp/dgnushack.el (last, mapc): New compiler macros for emulating
+       cl functions.
+
+1999-11-29  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus-start.el (gnus-after-getting-new-news-hook): Don't use
+       the macro `when' in the arg of `defcustom'.  Use `if' instead.
+
+1999-11-27  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 06.
+
+       * lisp/gnus-art.el (gnus-signature-toggle): Specify the 4th arg of
+       `next-single-property-change' LIMIT as `point-max'.
+       (gnus-article-prepare-mime-display): Ditto.
+       (article-hide-signature): Ditto.
+
+1999-11-26  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
+
+       * lisp/gnus.el (gnus-version): Parentheses of gnus-revision-number
+       are removed to fill gnus-version within 80 columns.
+
+1999-11-25  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
+
+       * lisp/gnus.el (gnus-version): Shows also gnus-revision-number.
+
+1999-11-24  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 05.
+
+       * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `gnus-union'
+       instead of `union'.
+
+       * lisp/gnus-util.el (gnus-union): New function.
+
+       * lisp/gnus-sum.el (gnus-summary-exit-no-update):  Use
+       `copy-sequence' instead of `copy-list'.
+       * lisp/gnus-art.el (gnus-article-setup-highlight-words): Ditto.
+
+       * lisp/dgnushack.el (union, copy-list): Remove compiler macros.
+
+1999-11-24  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 04.
+
+       * lisp/dgnushack.el (union, copy-list): New compiler macros for
+       emulating cl functions.
+
+1999-11-22  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 03.
+       (gnus-select-method): Use `condition-case' instead of
+       `ignore-errors'.
+
+       * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
+       instead of `ignore-errors'.
+
+       * lisp/{gnus-ofsetup.el,gnus-offline.el}: Remove RCS magic cookie.
+
+       * lisp/{time-date.el,smiley.el,score-mode.el,pop3.el,nnweb.el,
+       nnvirtual.el,nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,
+       nnmbox.el,nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,
+       nneething.el,nndraft.el,nndoc.el,nnbabyl.el,message.el,imap.el,
+       gnus-win.el,gnus-vm.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
+       gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
+       gnus-range.el,gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,
+       gnus-msg.el,gnus-mlspl.el,gnus-mailcap.el,gnus-logic.el,
+       gnus-kill.el,gnus-group.el,gnus-cite.el,gnus-async.el,gnus-art.el,
+       gnus-agent.el,earcon.el}: Require `cl' using `eval-when-compile'.
+
+1999-11-22  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 02.
+
+       * lisp/{time-date.el,smiley.el,pop3.el,nnweb.el,nnvirtual.el,
+       nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,nnmbox.el,
+       nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,nneething.el,
+       nndoc.el,nnbabyl.el,message.el,imap.el,gnus.el,gnus-win.el,
+       gnus-util.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
+       gnus-spec.el,gnus-score.el,gnus-salt.el,gnus-range.el,
+       gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,
+       gnus-mailcap.el,gnus-logic.el,gnus-kill.el,gnus-group.el,
+       gnus-cite.el,gnus-async.el,gnus-art.el,gnus-agent.el,earcon.el}:
+       Require `cl' at the top level.
+
+       * lisp/gnus.el (gnus-select-method): Undo last change.
+       * lisp/gnus-util.el (copy-list): Undo last change (remove it).
+       * lisp/gnus-start.el (gnus-site-init-file): Undo last change.
+
+       * lisp/gnus-ems.el (gnus-split-string): Remove.
+
+1999-11-21   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
+
+       * lisp/pop3.el: Add description about STLS extension; add autoload
+       setting for `starttls-open-stream' and `starttls-negotiate'.
+       (pop3-stls): New function.
+       (pop3-open-tls-stream): New function.
+       (pop3-open-server): Use `pop3-open-tls-stream' if
+       'pop3-connection-type' is bound to `tls'.
+
+1999-11-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
+
+       * lisp/imap.el: Add autoload setting for `starttls-open-stream'
+       and `starttls-negotiate'.
+       (imap-stream-alist): Add TLS entry.
+       (imap-tls-p): New function.
+       (imap-tls-open): New function.
+       (imap-ssl-open): Enclose `open-ssl-stream' with
+       `as-binary-process'.
+
+1999-11-19  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 01.
+       (gnus-select-method): Use `condition-case' instead of
+       `ignore-errors'.
+
+       * lisp/pop3.el (pop3-apop): Move the autoload seting to the top
+       level.
+
+       * lisp/md5.el (md5): Allow the optional 4th and 5th arguments
+       `coding' and `noerror' for the stopgaps.
+
+       * lisp/lpath.el (md5): Allow the optional 4th and 5th arguments
+       `coding' and `noerror'.
+       (function-max-args): Maybe-fbind for FSF Emacsen.
+
+       * lisp/imap.el (imap-cram-md5-auth): Specify the 4th arg to `md5'
+       as `binary' if possible.
+       (imap-log): Default to nil (synched with pgnus 0.99).
+       (base64-decode-string): Autoload "mel" instead of "base64".
+       (md5): Autoload "md5" without `eval-and-compile'.
+
+       * lisp/gnus-util.el (copy-list): New function defined by
+       `defun-maybe'.
+
+       * lisp/gnus-sum.el (gnus-update-summary-mark-positions): Specify
+       the 3rd arg of `make-full-mail-header' to "nobody" instead of "".
+
+       * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
+       instead of `ignore-errors'.
+
+       * lisp/gnus-picon.el: Require `cl'.
+
+       * lisp/{smiley.el,rfc2104.el,nnvirtual.el,mailheader.el,
+       gnus-offline.el} (cl): Enclose the requiring procedure with
+       `eval-when-compile'.
+
+       * lisp/{imap.el,gnus-mailcap.el} (cl): Enclose the requiring
+       procedure with `eval-when-compile' instead of `eval-and-compile'.
+
+1999-11-09  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
+       Use mail-sources instead of nnmail-spool-file.
+       From: Toshiaki -PCX- Tanaka.
+
+1999-11-09  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-group-startup-message): Insert space before
+       "based on".
+       * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Ditto.
+
+1999-11-09  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-version-number): Update to 6.13.3.
+       (gnus-revision-number): Clear to 00.
+
+       * README.T-gnus: Update.
+
+       * lisp/{rfc1843.el,qp.el,nntp.el,nnmail.el,nnfolder.el,nnagent.el,
+       mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-decode.el,mm-bodies.el,
+       message.el,mail-source.el,lpath.el,gnus-util.el,gnus-topic.el,
+       gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-msg.el,gnus-mailcap.el,
+       gnus-group.el,gnus-art.el,gnus-agent.el,dgnushack.el,binhex.el,
+       ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
+
+       * lisp/{rfc2104.el,nnimap.el,imap.el}: New files.
+
+       * texi/gnus-ja.texi: Sync up with Pterodactyl Gnus v0.98 without
+       translation.
+
+       * texi/{gnus.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
+
+1999-11-08  Kinji Itoh  <kinji-i@ma.neweb.ne.jp>
+
+       * lisp/gnus-draft.el (gnus-draft-edit-message): Use
+       `message-save-drafts' instead of `set-buffer-modified-p' and
+       `save-buffer'.
+       * lisp/message.el (message-save-drafts): Insert In-Reply-To header
+       because the reply data is lost in Drafts.
+       * lisp/gnus-art.el (gnus-signature-face): Don't check
+       window-system type.
+
+1999-11-08   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
+
+       * lisp/pop3.el (pop3-progress-message): New function.
+       (pop3-movemail): Use it.
+
+1999-10-28  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (TopLevel): Autolaod "gnus-msg" for the function
+       `gnus-following-method'.
+
+       * lisp/gnus-msg.el (gnus-following-method): Move from gnus-msg.el;
+       wide reply as a mail if the message is not a news; use the macro
+       `gnus-setup-message'.
+
+       * lisp/gnus-art.el (gnus-following-method): Move to gnus-msg.el.
+
+1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 14.
+       (TopLevel): Autoload "gnus-bitmap" instead of "smiley-mule" for the
+       function `gnus-smiley-display'.
+
+       * lisp/gnus-art.el (gnus-treat-display-smileys): Default to nil if
+       `window-system' is nil.
+       (gnus-article-x-face-command): Default to external command if
+       `window-system' is nil.
+
+1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 13.
+       (TopLevel): Rearrange autoload settings.
+
+       * lisp/gnus-art.el (gnus-treatment-function-alist): Don't use
+       `smiley-buffer'.
+
+       * lisp/gnus-sum.el (gnus-summary-make-menu-bar): Add button
+       "Toggle smileys" in "Washing" menu.
+       (gnus-summary-wash-map): Add "s" key for `smiley-toggle-buffer'.
+
+       * lisp/smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
+       (smiley-toggle-buffer): New function.
+       (smiley-buffer): Don't quote the function.
+       (smiley-toggle-extents): Ditto.
+
+1999-10-24  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 12.
+       (TopLevel): Add and delete autoloads for functions defined in
+       "gnus-cus", "gnus-offline", "miee", "pop3-fma" and "mw32misc".
+
+       * lisp/gnus-offline.el (TopLevel): Do not consider the functions
+       defined in "miee".
+
+       * lisp/gnus-ofsetup.el (TopLEvel): Do not autoload
+       `gnus-custom-mode' defined in "gnus-cus".
+
+1999-10-21  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 11.
+
+       * lisp/gnus-offline.el (TopLevel): Call `mime-set-field-decoder'
+       when "eword-decode" is loaded. It is for X-Gnus-Offline-Backend
+       header.
+
+1999-10-19  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 10.
+       (TopLevel): Autoload "x-face-mule" and "smiley-mule" for the
+       functions `x-face-mule-gnus-article-display-x-face' and
+       `smiley-buffer'.
+
+       * lisp/lpath.el (smiley-encode-buffer): Bind it for FSF Emacsen.
+
+       * lisp/gnus-ems.el (gnus-group-startup-message): Don't replace with
+       `gnus-mule-group-startup-message'.
+       (gnus-mule-group-startup-message): Remove.
+       (gnus-mule-bitmap-image-file): Remove.
+
+       * lisp/gnus-msg.el (gnus-copy-article-buffer): Encode smileys to
+       ordinary text if the feature `smiley-mule' is provided and FSF
+       Emacs is used.
+       (TopLevel): Require `static' at the compile time.
+
+       * lisp/gnus-art.el (gnus-article-prepare-display): Bind
+       `mime-display-text/plain-hook' to nil.
+       (gnus-article-prepare-mime-display): Use `let' instead of `let*';
+       treat the next entity position as a marker.
+       (gnus-treatment-function-alist): Use `smiley-buffer' instead of
+       `gnus-smiley-display' under FSF Emacsen.
+       (gnus-treat-display-smileys): Default to t if the module
+       `smiley-mule' is installed.
+       (gnus-treat-display-xface): Default to `head' if the value of
+       `gnus-article-x-face-command' is
+       `x-face-mule-gnus-article-display-x-face'.
+       (gnus-article-x-face-command): Default to
+       `x-face-mule-gnus-article-display-x-face' if the module
+       `x-face-mule' is installed.
+       (TopLevel): Require `static' first; require `path-util'.
+
+1999-10-18  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 09.
+
+       * lisp/message.el (message-mode): Make
+       `message-font-lock-last-position' as buffer local.
+       (message-font-lock-keywords-2): Use
+       `message-font-lock-cited-text-matcher' instead of regexp.
+       (message-font-lock-cited-text-matcher): New function.
+       (font-lock-after-change-function): Advice to the keep last cursor
+       position in `message-font-lock-last-position' before fontifying.
+       (message-font-lock-last-position): New variable.
+       (message-font-lock-citation-name-max-column): New variable.
+       (message-font-lock-cited-text-regexp): New variable.
+       (message-font-lock-fence-close-position): New variable.
+       (message-font-lock-fence-open-position): New variable.
+       (message-font-lock-fence-close-regexp): New variable.
+       (message-font-lock-fence-open-regexp): New variables.
+
+1999-10-04  Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
+
+       * lisp/message.el (message-mode): Rearrange `font-lock-defaults'
+       using `message-font-lock-keywords', `message-font-lock-keywords-1'
+       and `message-font-lock-keywords-2'.
+       (message-font-lock-keywords): Restruct.
+       (message-font-lock-keywords-1): New variable split from
+       `message-font-lock-keywords'.
+       (message-font-lock-keywords-2): Ditto.
+
+1999-10-11  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 08.
+
+       * lisp/gnus-art.el (gnus-treat-article): Buttonize the signature
+       before highlighting or hiding it.
+       (gnus-article-buttonize-signature): New function.
+       (gnus-article-highlight-signature): Don't buttonize.
+       (gnus-treatment-function-alist): Undo the last change.
+       (gnus-treat-emphasize): Default to nil.
+
+1999-10-08  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 07.
+       (TopLevel): Autoload "gnus-art" for the function
+       `gnus-article-show-all'.
+
+       * lisp/gnus-sum.el (gnus-summary-select-article): Expose all
+       hidden text if the command `gnus-summary-toggle-mime' is used.
+
+       * lisp/gnus-art.el (gnus-signature-toggle): Don't hide the
+       following parts.
+       (gnus-article-highlight-signature): Work for forwarded messages.
+       (gnus-article-show-all): New function based on `article-show-all'.
+       (gnus-article-show-all-headers): Based on
+       `article-show-all-headers'.
+       (article-show-all-headers): New function to show all *HEADERS*.
+       (article-show-all): Show *ALL* literally.
+       (article-hide-signature): Work for forwarded messages.
+       (gnus-treatment-function-alist): Put `gnus-treat-hide-signature'
+       off after `gnus-treat-highlight-signature'.
+
+1999-10-08  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 06.
+
+       * lisp/gnus-art.el (gnus-article-prepare-mime-display): Protect
+       against forwarded messages without MIME structure.
+       (gnus-treatment-function-alist): Move
+       'gnus-treat-decode-article-as-default-mime-charset' to the top;
+       put `gnus-treat-emphasize' off after
+       `gnus-treat-highlight-headers'.
+
+1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 05.
+
+1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus-art.el (gnus-treat-predicate): Examine whether the
+       argument is list or not before condition.
+
+1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * lisp/gnus-art.el (gnus-treat-predicate): Work for
+       (typep "something").
+
+1999-10-07  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * lisp/gnus-art.el (gnus-article-prepare-display):
+       Pass argument nil as a condition to gnus-treat-article.
+       * lisp/gnus-art.el (gnus-article-prepare-mime-display):
+       Ditto. Also, treat last part of multipart article correctly.
+
+1999-10-06  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 04.
+
+       * lisp/message.el (message-generate-headers): Don't insert
+       excessive newline.
+
+       * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use
+       negative number for the 2nd arg of `insert-char'.
+
+1999-10-06  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
+
+       * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Info link to
+       gnus-ja instead of gnus if Japanese environment is on.
+
+1999-10-06  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 03.
+       (semi-gnus-developers): Remove.
+       (gnus-maintainer): Change mail address.
+       (gnus-group-startup-message): Display version string.
+
+       * lisp/gnus-msg.el (gnus-bug): Delete `Cc'; modify version string.
+
+       * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Display
+       version string; fix glyph position.
+
+1999-10-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * lisp/gnus-sum.el (gnus-read-move-group-name): Revert
+       to previous version until problem of respooling from
+       nnimap to nnml is solved.
+       (gnus-summary-move-article): Ditto.
+
+1999-10-05  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 02.
+
+       * lisp/gnus-art.el (gnus-treat-predicate): Check whether arg's
+       value is t before checking for `condition'.
+       (gnus-article-prepare-mime-display): Search for the entity children
+       if the primary type is `multipart'.
+
+1999-10-01  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 01.
+
+       * lisp/gnus-sum.el (gnus-read-move-group-name): Returns nil
+       instead of signaling an error if the destination group is not
+       newly created.
+       (gnus-summary-move-article): Do nothing if the destination group
+       is not newly created.
+
+       * lisp/gnus-msg.el (gnus-bug): Use text/plain for the snooped
+       environment part.
+
+1999-09-30   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
+
+       * nnfolder.el (nnfolder-possibly-change-group): Don't create an
+       active entry for the group even if it doesn't exist.
+
+1999-09-28   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
+
+       * gnus-art.el (gnus-article-mime-part-status): Use `mime-entity-children'.
+
+1999-09-28  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-version-number): Update to 6.13.2.
+       (gnus-revision-number): Clear to 00.
+
+       * README.T-gnus: Update.
+
+       * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
+       emacs-mime.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
+
+       * lisp/{qp.el,nntp.el,nnmail.el,mml.el,mm-util.el,mm-encode.el,
+       mm-decode.el,message.el,mail-source.el,gnus.el,gnus-xmas.el,
+       gnus-util.el,gnus-sum.el,gnus-srvr.el,gnus-score.el,gnus-nocem.el,
+       gnus-msg.el,gnus-group.el,gnus-cache.el,gnus-art.el,gnus-agent.el,
+       ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
+
+1999-09-24  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 07.
+
+       * lisp/gnus-art.el (gnus-article-prev-page): Rewrite to realize
+       smooth scrolling under XEmacs.
+       (gnus-article-next-page):Ditto.
+
+       * Mule23@1934.en, Mule23@1934.ja: Separate from Mule23@1934; add
+       descriptions about the problem of loaddefs.el and the patch for
+       CUSTOM 1.9962.
+
+1999-09-22  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 06.
+
+       * lisp/nnmail.el (TopLevel): Bind keywords `:user', `:path' and
+       `:predicate' for old Emacsen; require `static'.
+
+       * lisp/dgnushack.el (TopLevel): Don't bind keywords `:user',
+       `:path' and `:predicate'.
+
+1999-09-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
+
+       * gnus-agent.el (gnus-agent-toggle-plugged): Mark the current
+       modeline as modified.
+
 1999-09-17  Katsumi Yamaoka   <yamaoka@jpl.org>
 
        * lisp/gnus.el (gnus-revision-number): Increment to 05.