Update.
[elisp/gnus.git-] / ChangeLog
index 98e7746..f2e03a6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,101 @@
+1998-11-20  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
+
+       * lisp/gnus.el (gnus-version-number): Update to 6.10.038.
+
+       * Sync up with Pterodactyl Gnus 0.52.
+
+1998-11-19  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
+
+       * lisp/message.el (message-get-reply-buffer): Abolished.
+       (message-get-original-reply-buffer): Abolished.
+       (message-get-parameter): New inline function.
+       (message-get-parameter-with-eval): New macro.
+       (message-fetch-reply-field): Do not use `message-get-reply-buffer'.
+       (message-yank-original): Ditto.
+       (message-setup): Use `message-get-parameter'.
+       (message-mime-insert-article): Use
+       `message-get-parameter-with-eval' instead of
+       `message-get-original-reply-buffer'.
+
+       * lisp/gnus-msg.el (gnus-inews-add-send-actions): Do not add
+       `set-window-configuration' to action when
+       `message-use-multi-frames' is non-`nil'.
+
+1998-11-19  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
+
+       * lisp/gnus.el (gnus-version-number): Update to 6.10.037.
+
+       * Sync up with Pterodactyl Gnus 0.51.
+
+       * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Force set
+       `use-miee' to t if `news-method' is equal to "nnspool".
+       (gnus-setup-for-offline): Put a question for "Agent directory"
+       only if `gnus-offline-news-fetch-method' is equal to `nnagent'.
+       (Top-Level): Defvar `use-miee' for avoiding byte-compile warning.
+
+1998-11-18  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus-sum.el (gnus-summary-save-article-rmail): Use
+       `gnus-summary-save-in-rmail' instead of
+       `rmail-output-to-rmail-file'.
+
+1998-11-18  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/message.el (message-mimic-kill-buffer): Rewrite.
+
+1998-11-18  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-version-number): Update to 6.10.036.
+
+       * Sync up with Pterodactyl Gnus 0.50.
+
+1998-11-18  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/message.el (message-mimic-kill-buffer): New function.
+       (message-mode-map): Use it for `C-x k'.
+
+1998-11-18  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
+
+       * lisp/message.el (message-dont-send): Use `message-delete-frame'.
+
+1998-11-18  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
+
+       * lisp/gnus.el (gnus-version-number): Update to 6.10.035.
+
+       * Sync up with Pterodactyl Gnus 0.49.
+
+1998-11-17  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
+
+       * lisp/message.el (message-dont-send): Use `message-save-drafts'
+       instead of `save-buffer'.
+
+1998-11-17  Hiroaki Matsui  <matu@uxd.fc.nec.co.jp>
+
+       * lisp/message.el (message-clone-locals): Add
+       "user-mail-address" and "user-full-name" to matching pattern.
+
+1998-11-14  Kenji Itoh  <keit@tpj.co.jp>
+
+       * lisp/nnmail.el (nnmail-read-passwd): Use `read-passwd' if it
+       exists as a function.
+
+       * lisp/pop3.el (pop3-read-passwd): Ditto.
+
+1998-11-16  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-version-number): Update to 6.10.034.
+       (gnus-version): Modify for SEMI 1.11, FLIM 1.12.
+
+1998-11-16  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * make.bat: Replace line endings from `LF' to `CRLF'.
+
+1998-11-16  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-version-number): Update to 6.10.033.
+
+       * Sync up with Pterodactyl Gnus 0.48.
+
 1998-11-16  Katsumi Yamaoka   <yamaoka@jpl.org>
 
        * texi/emacs-mime.texi: Fix iso-8859-1 chars.
 
 1998-11-14  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
 
-       * lisp/message.el: Forget bind "\C-c\C-a" 'message-insert-mime-part
-
        * lisp/gnus.el (gnus-version-number): Update to 6.10.030.
 
        * Sync up with Pterodactyl Gnus 0.44.
 
 1998-11-13  Katsumi Yamaoka   <yamaoka@jpl.org>
 
+       * lisp/gnus-art.el (gnus-article-header-presentation-method): Use
+       `mime-insert-header' instead of `mime-insert-decoded-header'.
+
+       * lisp/nnheader.el (nnheader-decode-subject): Change the 2nd arg of
+       `mime-find-field-decoder' to 'nov'.
+       (nnheader-decode-from): Ditto.
+
        * lisp/message.el (message-maybe-split-and-send-mail): Discard
        a return from `message-send-mail-function'.
 
 
 1998-11-09  Katsumi Yamaoka   <yamaoka@jpl.org>
 
+       * lisp/nnheader.el (nnheader-decode-subject): Call
+       `mime-find-field-decoder' with `summary' as the 2nd arg.
+       (nnheader-decode-from): Ditto.
+
+1998-11-09  Katsumi Yamaoka   <yamaoka@jpl.org>
+
        * lisp/pop3-fma.el: Set the value of `nnmail-read-passwd' as a
        symbol `pop3-fma-read-passwd'.
 
        (gnus-bbdb/update-record): Use `save-excursion' and change timing
        of `save-restriction'.
 
+1998-10-31  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus-draft.el (gnus-draft-decoding-function): Use
+       `mime-edit-decode-message-in-buffer' instead of
+       `mime-edit-decode-buffer'.
+
 1998-10-31  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
 
        * lisp/nnheader.el (nnheader-decode-field-body): New inline
 
 1998-10-30  Katsumi Yamaoka   <yamaoka@jpl.org>
 
+       * lisp/gnus-art.el (article-decode-encoded-words): Use
+       `mime-decode-header-in-buffer' instead of `eword-decode-header'.
+       (gnus-article-display-message-with-encoded-word): Likewise.
+
        * lisp/gnus-art.el (gnus-article-mime-edit-article-setup): Fix
        typo.
 
        * lisp/gnus-draft.el (gnus-draft-decoding-function): Use
        `mime-edit-decode-buffer' simply as initial value.
 
+       * lisp/message.el (message-make-forward-subject): Use
+       `nnheader-decode-subject' instead of
+       `eword-decode-unstructured-field-body'.
+
+       * lisp/nnheader.el (nnheader-decode-subject): New alias.
+       (nnheader-decode-from): New alias.
+       (make-full-mail-header): Use `nnheader-decode-subject' and
+       `nnheader-decode-from' instead of
+       `eword-decode-and-unfold-unstructured-field' and
+       `eword-decode-and-unfold-structured-field'.
+
 1998-10-29  Katsumi Yamaoka   <yamaoka@jpl.org>
 
        * lisp/gnus-art.el (gnus-article-mime-edit-article-setup): Force