* lisp/gnus.el (gnus-revision-number): Increment to 02.
[elisp/gnus.git-] / ChangeLog
index 9166487..2baaafe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,582 @@
+1999-02-04  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 02.
+
+1999-02-04  YOSHIZAWA Masahiro <manbou@ceres.dti.ne.jp>
+
+       * README-offline.en: New description.
+       * README-offline.ja: Ditto.
+
+1999-02-03  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
+
+       * lisp/gnus.el (gnus-revision-number): Change to 01
+
+       * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Add default value.
+
+1999-02-03  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
+
+       * lisp/gnus.el (gnus-revision-number): New constant.
+
+1999-02-02  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
+
+       * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Ask save password
+       information to .newsrc file.
+
+       * lisp/gnus.el (gnus-variable-list): Undo my last change.
+
+       * lisp/read-password.el (read-pw-set-mail-source-passwd-cache): Do
+       not input password if mail-source-password-cache is non nil.
+
+1999-02-03   Hidekazu Nakamura <u90121@uis-inf.co.jp>
+
+       * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache): To
+       work with APOP authentication scheme.
+
+1999-02-02  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
+
+       * lisp/gnus-ofsetup.el (gnus-setup-for-offline): To work with
+       external movemail program.
+
+       * lisp/gnus.el (gnus-variable-list): Add
+       mail-source-password-cache to save password information.
+
+1999-02-01  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-version-number): Update to 6.10.057.
+
+       * Sync up with Pterodactyl Gnus v0.75.
+
+1999-02-01  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
+
+       * lisp/gnus-offline.el (gnus-offline-gnus-get-new-news): Undo my
+       change.
+
+1999-02-01  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus-offline.el (gnus-offline-define-menu-on-miee): Close
+       parentheses.
+       (gnus-offline-define-menu-on-agent): Ditto.
+
+1999-02-01  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * README.ichikawa: Fix about the last version of T-gnus based on
+       Gnus 5.6.
+
+1999-02-01  Akihiro Arisawa   <ari@mei9.advantest.co.jp>
+
+       * lisp/nndoc.el (nndoc-mime-digest-type-p): Add the element of
+       `header-begin' to type-alist for mime-digest.
+
+1999-02-01  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
+
+       * README-offline.ja: Add description written by YOSHIZAWA Masahiro
+       <manbou@ceres.dti.ne.jp>
+
+1999-02-01  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
+            Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
+
+       * lisp/gnus-offline.el (gnus-offline-gnus-get-new-news): Modify for
+       pGnus with mail-source.el.
+
+       * lisp/gnus-offline.el: Use (running-pterodactyl-gnus-0_73-or-later)
+        to check pGnus 0.73 or later instead of (locate-library "mail-source")
+
+1999-02-01  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/nndoc.el (nndoc-mime-parts-type-p): Strip leading white
+       space from the matching pattern.
+
+1999-02-01  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus-sum.el (gnus-nov-parse-extra): Abolished.
+       (gnus-nov-parse-line): Use `char-after' instead of `following-char'
+       ; use `nnheader-nov-parse-extra' instead of `gnus-nov-parse-extra'.
+
+1999-01-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * lisp/gnus-sum.el: Abolish macro `gnus-nov-read-integer',
+       `gnus-nov-skip-field' and `gnus-nov-field'.
+       (gnus-nov-parse-line): Use `nnheader-nov-field' and
+       `nnheader-nov-read-integer' instead of `gnus-nov-field' and
+       `gnus-nov-read-integer'.
+       (gnus-get-newsgroup-headers-xover): Use
+       `gnus-retrieve-parsed-headers'.
+
+       * lisp/gnus-cache.el (gnus-cache-retrieve-parsed-headers): Use
+       `gnus-cache-braid-headers',
+       `nnheader-get-newsgroup-headers-xover*' and
+       `nnheader-retrieve-headers-from-directory*' instead of
+       `gnus-get-newsgroup-headers-xover', `gnus-cache-braid-parsed-nov'
+       nor `gnus-cache-braid-parsed-heads'; abolish function
+       `gnus-cache-braid-parsed-nov' and `gnus-cache-braid-parsed-nov'.
+       (gnus-cache-braid-headers): New function.
+
+       * lisp/nnheader.el (nnheader-nov-read-integer): Use
+       `(search-forward "\t" eol 'move)' instead of `(forward-char 1)' as
+       same as `gnus-nov-read-integer'.
+       (nnheader-retrieve-headers-from-directory*): New function.
+       (nnheader-retrieve-headers-from-directory): Use
+       `nnheader-retrieve-headers-from-directory*'.
+       (nnheader-get-newsgroup-headers-xover*): New function.
+
+1999-01-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * lisp/nnmh.el (nnmh-retrieve-parsed-headers): Use
+       `nnheader-retrieve-headers-from-directory'.
+
+       * lisp/nnheader.el (nnheader-retrieve-headers-from-directory): New
+       function.
+
+1999-01-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * lisp/gnus.el (gnus-version): Modify for SEMI 1.13.
+
+       * lisp/gnus-int.el (gnus-retrieve-parsed-headers): Use
+       `gnus-cache-retrieve-parsed-headers' instead of
+       `gnus-cache-retrieve-headers'.
+
+       * lisp/gnus-cache.el (gnus-cache-retrieve-parsed-headers): New
+       function.
+       (gnus-cache-braid-parsed-nov): New function.
+       (gnus-cache-braid-parsed-heads): New function.
+
+1999-01-30  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
+
+       * lisp/gnus-offline.el: Rewrite to work with pGnus v0.74 based T-gnus.
+       * lisp/gnus-ofsetup.el: Ditto.
+
+       * lisp/pop3-fma.el: Removed because after pGnus0.73 , pGnus can treat
+       multiple pop3 account.
+
+1999-01-29  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
+
+       * lisp/read-passwd.el: New file.
+
+1999-01-28  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (running-pterodactyl-gnus-0_73-or-later): Provide as
+       a new feature.
+
+       * lisp/mail-source.el (mail-source-read-passwd): Don't load
+       "passwd" if the function `read-passwd' already exists.
+
+       * lisp/gnus-start.el (gnus-read-active-file): Eliminate duplicated
+       select methods.
+
+       * lisp/gnus-group.el (gnus-group-catchup-current): Fix typo.
+
+1999-01-27  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
+
+       * lisp/gnus.el (gnus-version-number): Update to 6.10.056.
+
+       * Sync up with Pterodactyl Gnus v0.74.
+
+1999-01-28  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus-msg.el (gnus-summary-mail-digest): Reselect the message
+       frame after selecting a new article if the value of
+       `message-use-multi-frames' is non-nil and more than one articles
+       are given.
+
+1999-01-28  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
+
+       * lisp/gnus-sum.el (gnus-summary-move-article): Fix, could not
+       respool article.
+
+1999-01-26  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/nnmh.el (nnmh-retrieve-parsed-headers): Bind `in-reply-to'
+       and `cur' as temporary variables.
+
+1999-01-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * lisp/gnus-sum.el (gnus-article-sort-by-author): fixed.
+
+1999-01-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * lisp/gnus-int.el (gnus-retrieve-parsed-headers): Add new
+       optional arguments `dependencies' and `force-new'; new
+       implementation; call `retrieve-parsed-headers' if it is found.
+
+       * lisp/nnmh.el (nnmh-retrieve-parsed-headers): New function.
+
+1999-01-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * lisp/gnus-sum.el (gnus-select-newsgroup): Use
+       `gnus-retrieve-parsed-headers' instead of `gnus-retrieve-headers'
+       and `gnus-get-newsgroup-headers-xover' or
+       `gnus-get-newsgroup-headers'.
+
+       * lisp/gnus-int.el (gnus-retrieve-parsed-headers): New function.
+
+1999-01-26  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
+
+       * lisp/gnus-offline.el: Add security notice.
+
+1999-01-25  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
+
+       * README-offline.ja: New file - Variable and command description
+       for gnus-offline(Japanese edition).
+       * README-offline.en: New file - Ditto (English edition).
+
+1999-01-25  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
+
+       * lisp/gnus-offline.el (gnus-offline-pop-password-file): New
+       variable.
+       (gnus-offline-pop-password-decoding-function): New variable.
+       (gnus-offline-get-new-news): When `gnus-offline-pop-password-file'
+       is non-nil, get one's password information from a file specified
+       by this variable, and don't store the passwords as a variable.
+       * lisp/smiley.el (smiley-buffer): Avoid a few duplicate
+       translations.
+
+1999-01-23  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
+
+       * lisp/gnus-msg.el (gnus-inews-yank-articles): Use
+       `message-list-references' for gathering IDs from yanked articles.
+
+       * lisp/message.el (message-list-references): New function.
+       (message-yank-original): Use it for gathering IDs from a yanked
+       article.
+
+1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/message.el (message-reply): Get the references from
+       `In-Reply-To' field if there were no references and `In-Reply-To'
+       field looks promising.
+       (message-yank-original): Try to fetch ID from `In-Reply-To' field
+       if `References' field does not exist.
+       (message-yank-original): Use `std11-narrow-to-header' instead of
+       `message-narrow-to-head'.
+
+1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus-msg.el (gnus-inews-yank-articles): Fetch IDs from
+       `gnus-current-headers' instead of article header.
+
+1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus-msg.el (gnus-inews-yank-articles): Save the beginning
+       position of the yanked articles -- apologize to SUTO-san, it has
+       been supported in his original code, but I didn't.
+
+       * lisp/message.el: Replace line endings from `CRLF' to `LF'.
+
+1999-01-21  Hiroaki Matsui <matu@uxd.fc.nec.co.jp>
+
+       * lisp/message.el : Fix typo.
+
+1999-01-20  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/message.el (message-yank-original): If
+       `message-yank-add-new-references' is non-nil and this command is
+       called interactively, new IDs from the yanked article will be added
+       to `References' field.
+       (message-yank-add-new-references): New user option.
+       (message-header-format-alist): Use `message-shorten-references' for
+       `References' in default.
+
+1999-01-20  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>,
+            Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus-msg.el (gnus-inews-yank-articles): Replace `References'
+       field with the gathered Message-IDs and References if more than one
+       articles are given.
+
+1999-01-20  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus-msg.el (gnus-inews-yank-articles): Reselect the message
+       frame after selecting a new article if the value of
+       `message-use-multi-frames' is non-nil and more than one articles
+       are given.
+
+1999-01-20  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-version-number): Update to 6.10.055.
+
+       * Sync up with Pterodactyl Gnus v0.72.
+
+1999-01-19  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * README.semi.ja: Add keiichi and nana-gnus to the branches info.
+       Modify the directory name for the daily snapshots.
+       * README.semi: Ditto.
+
+       * README.branch.ja: Modified for Semi-gnus 6.10, etc.
+       * README.branch: Ditto.
+
+1999-01-19  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/message.el (message-reply): Cancel the last change.
+       (message-followup): Cancel the last change.
+       (message-wide-reply): Cancel the last change.
+
+       * lisp/gnus-msg.el (gnus-summary-gather-references): Abolished.
+       (gnus-summary-reply): Cancel the last change.
+       (gnus-post-news): Cancel the last change.
+
+1999-01-18  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus-sum.el (gnus-summary-move-article): Don't copy
+       expirable marks if the destination group is not expirable.
+
+1999-01-16  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
+
+       * lisp/message.el (message-reply): Accept references as a new
+       optional arg.
+       (message-followup): Ditto.
+       (message-wide-reply): Ditto.
+
+       * lisp/gnus-msg.el (gnus-summary-gather-references): New function.
+       (gnus-summary-reply): Use it
+       (gnus-post-news): Use it.
+
+1999-01-16  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
+
+       * lisp/gnus.el (gnus-version-number): Update to 6.10.054.
+
+       * Sync up with Pterodactyl Gnus v0.71.
+
+1999-01-16  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
+
+       * lisp/gnus.el (gnus-version-number): Update to 6.10.053.
+
+       * Sync up with Pterodactyl Gnus v0.70.
+
+1999-01-13  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
+
+       * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
+       body.
+
+1999-01-13  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
+
+       * lisp/gnus-offline.el: Add Tsukamoto Tetsuo
+       <czkmt@remus.dti.ne.jp> to author and maintainer.
+
+1999-01-12  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/nnmail.el (nnmail-article-group): Don't infloop.
+
+1999-01-12  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * TODO.ja: Modified for Cancel-Lock feature.
+
+       * lisp/nntp.el (nntp-request-post): Put a Message-ID generated by
+       server if it does not exist in the article.
+       (nntp-request-post): Run `nntp-prepare-post-hook'.
+       (nntp-async-trigger): Save a response from the server in
+       `nntp-process-response' after sending a command.
+       (nntp-wait-for): Ditto.
+       (nntp-prepare-post-hook): New hook, run just before posting an
+       article.
+
+       * lisp/nnheader.el (nnheader-init-server-buffer): Make
+       `nntp-process-response' be buffer-local in `nntp-server-buffer'.
+       (nntp-process-response): New variable, used for holding a response
+       from the server after sending a command.
+
+1999-01-11  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
+
+       * lisp/message.el (message-draft-coding-system): Don't Call
+       `coding-system-p'. Find its default value using
+       `find-coding-system' instead.
+
+1999-01-11  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/pop3.el (pop3-munge-message-separator): Use
+       `parse-time-string'.
+
+       * lisp/gnus-vm.el (gnus-summary-save-in-vm): Save window config,
+       select the article before saving.
+
+1999-01-09  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
+
+       * lisp/gnus-offline.el (gnus-offline-popup-menu): Bug fix -- Use
+       `gnus-offline-menu-on-agent' if `miee-popup-menu' does not exist.
+
+1999-01-08  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/pop3.el (pop3-last): Use `split-string' instead of
+       `pop3-string-to-list'.
+       (pop3-stat): Ditto.
+       (pop3-munge-message-separator): Ditto.
+       (pop3-string-to-list): Abolished.
+
+1999-01-06  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
+
+       * lisp/gnus-offline.el (gnus-offline-setup): Don't call
+       `gnus-offline-agent-expire' when 'gnus-agent-expire-all' is
+       non-nil.
+       (gnus-offline-define-menu-on-miee): Call `easy-menu-add' under
+       XEmacs.
+       (gnus-offline-popup-menu): New function.
+       (gnus-offline-define-menu-and-key): Call it under Emacs to create
+       a popup menu in the group buffer.
+
+1999-01-04  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
+
+       * lisp/gnus.el (gnus-version-number): Update to 6.10.052.
+
+       * Sync up with Pterodactyl Gnus v0.69.
+
+1998-12-28  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus-sum.el (gnus-summary-preview-mime-message): Always
+       select the article before previewing. Abolish prefix arg.
+
+       * lisp/gnus-art.el (gnus-mime-preview-quitting-method): re-select
+       the article without reservation.
+       (gnus-article-display-mime-message): Show all headers if
+       `gnus-have-all-headers' the local var of summary buffer is non-nil.
+
+1998-12-25  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus-art.el (gnus-article-check-buffer): Rewrite (checking
+       for buffer object).
+
+1998-12-22  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
+       `gnus-summary-next-article' in `gnus-original-article-mode'.
+       (mime-preview-over-to-previous-method-alist): Use
+       `gnus-summary-prev-article' in `gnus-original-article-mode'.
+
+1998-12-22  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus-bbdb.el (toplevel): Define `bbdb-pop-up-elided-display'
+       for avoiding byte-compile warning.
+
+       * lisp/gnus-art.el (gnus-article-mode-map): Define almost undefined
+       keys to `gnus-article-read-summary-keys'.
+       (gnus-article-check-buffer): Check for a major-mode in
+       `gnus-original-article-buffer' as well.
+       (gnus-article-prepare-display): Set `gnus-article-current-summary'
+       to `gnus-summary-buffer'.
+
+1998-12-21  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
+
+       * lisp/pop3-fma.el (pop3-fma-movemail): Work with movemail.exe
+       with APOP extention.
+
+1998-12-18  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus-start.el (gnus-read-newsrc-el-file): Bug (referring to
+       unbounded variable) fix.
+
+1998-12-17  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus-start.el (gnus-read-newsrc-el-file): Don't load newsrc
+       file if it does not exist.
+
+1998-12-16  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
+
+       * lisp/gnus-offline.el: (gnus-offline-define-menu-on-miee)
+       (gnus-offline-define-menu-on-agent): Use Japanized menu when using
+       under Meadow.
+
+1998-12-16  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-version-number): Update to 6.10.051.
+
+       * Sync up with Pterodactyl Gnus v0.68.
+
+1998-12-14  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
+
+       * lisp/gnus-offline.el (gnus-offline-define-menu-on-miee): Bug
+       fix.
+
+1998-12-14  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/nnheader.el (nnheader-find-file-noselect): Call
+       `find-file-noselect-as-coding-system' with CODING-SYSTEM as the
+       1st arg.
+
+       * lisp/gnus-score.el (gnus-score-load-score-alist): Call
+       `insert-file-contents-as-coding-system' with CODING-SYSTEM as the
+       1st arg.
+       * lisp/nnmail.el (nnmail-find-file): Ditto.
+       * lisp/nnheader.el (nnheader-insert-file-contents): Ditto.
+
+       * lisp/score-mode.el (gnus-score-edit-exit): Call
+       `write-region-as-coding-system' as the 1st arg.
+       * lisp/gnus-start.el (gnus-save-newsrc-file): Ditto.
+
+       * lisp/gnus-start.el (gnus-read-newsrc-el-file): Call
+       `insert-file-contents-as-coding-system' with CODING-SYSTEM as the
+       1st arg.
+
+       * lisp/gnus-score.el (gnus-score-save): Call
+       `gnus-write-buffer-as-coding-system' with CODING-SYSTEM as the 1st
+       arg.
+       * lisp/gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
+       (gnus-cache-save-buffers): Ditto.
+
+       * lisp/gnus-util.el (gnus-write-buffer-as-coding-system): Be
+       CODING-SYSTEM the 1st arg.
+
+       * lisp/nnmail.el (nnmail-write-region): Call
+       `write-region-as-coding-system' as the 1st arg.
+       * lisp/gnus-agent.el (gnus-agent-expire): Ditto.
+       (gnus-agent-fetch-headers): Ditto.
+       (gnus-agent-flush-cache): Ditto.
+       (gnus-agent-fetch-articles): Ditto.
+       (gnus-agent-save-history): Ditto.
+       (gnus-agent-save-groups): Ditto.
+       (gnus-agent-save-active): Ditto.
+
+1998-12-14  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
+
+       * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Bug
+       fix.
+       Overwrite the toolbar spec for gnus-group-mode, under XEmacs.
+
+1998-12-14  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/nnheader.el (nnheader-find-file-noselect): Use
+       `find-file-noselect-as-coding-system' (renamed from
+       `find-file-noselect-as-specified-coding-system').
+
+       * lisp/gnus-score.el (gnus-score-load-score-alist): Use
+       `insert-file-contents-as-coding-system' (renamed from
+       `insert-file-contents-as-specified-coding-system').
+       * lisp/nnmail.el (nnmail-find-file): Ditto.
+       * lisp/nnheader.el (nnheader-insert-file-contents): Ditto.
+
+       * lisp/score-mode.el (gnus-score-edit-exit): Use
+       `write-region-as-coding-system' (renamed from
+       `write-region-as-specified-coding-system').
+       * lisp/gnus-start.el (gnus-save-newsrc-file): Ditto.
+
+       * lisp/gnus-start.el (gnus-read-newsrc-el-file): Use
+       `insert-file-contents-as-coding-system' (renamed from
+       `insert-file-contents-as-specified-coding-system').
+
+       * lisp/gnus-score.el (gnus-score-save): Use
+       `gnus-write-buffer-as-coding-system' (renamed from
+       `gnus-write-buffer-as-specified-coding-system').
+       * lisp/gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
+       (gnus-cache-save-buffers): Ditto.
+
+       * lisp/gnus-util.el (gnus-write-buffer-as-coding-system): Renamed
+       from 'gnus-write-buffer-as-specified-coding-system'.
+
+       * lisp/nnmail.el (nnmail-write-region): Use
+       `write-region-as-coding-system' (renamed from
+       `write-region-as-specified-coding-system').
+       * lisp/gnus-agent.el (gnus-agent-expire): Ditto.
+       (gnus-agent-fetch-headers): Ditto.
+       (gnus-agent-flush-cache): Ditto.
+       (gnus-agent-fetch-articles): Ditto.
+       (gnus-agent-save-history): Ditto.
+       (gnus-agent-save-groups): Ditto.
+       (gnus-agent-save-active): Ditto.
+
+1998-12-14  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
+
+       * lisp/gnus-offline.el (gnus-offline-define-menu-on-miee): Bug
+       fix.
+       (gnus-offline-set-offline-sendmail-function): Bug fix.
+
 1998-12-12  Hidekazu Nakamura <u90121@uis-inf.co.jp>
 
        * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Bug fix.
        * lisp/gnus-offline.el (gnus-offline-define-menu-on-miee): Bug
        fix.
        (gnus-offline-set-offline-sendmail-function): Bug fix.
-       
+
 1998-12-11  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
 
-       * lisp/gnus-offline.el (gnus-offline-define-menu-on-miee): Change 
+       * lisp/gnus-offline.el (gnus-offline-define-menu-on-miee): Change
        easy-menu-define to easy-menu-change to override miee menu.
-       
+
 1998-12-11  Katsumi Yamaoka   <yamaoka@jpl.org>
 
        * lisp/nnheader.el (nnheader-find-file-noselect): Call
        `find-file-noselect-as-specified-coding-system' directly.
 
 1998-12-10  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
-       
+
        * lisp/gnus-offline.el (gnus-offline-setup): Add
        gnus-offline-setup to gnus-group-mode-hook.
        (gnus-offline-set-offline-sendmail-function): Bug fix.
-       
+
 1998-12-10  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
 
        * lisp/gnus-offline.el (gnus-offline-define-menu-on-miee): Bug