X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=c1382ed4cd73c3cc897a4deb3cdd7332a2266052;hb=db7777917d4679bfa14dd191f047c96a62ce1dd3;hp=16bab2aec2987f959a5bfc95c687927f1e63db61;hpb=1b112ebffb59a8db4d78e3f0e7d23b1ffedc8d48;p=elisp%2Fgnus.git- diff --git a/ChangeLog b/ChangeLog index 16bab2a..c1382ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,924 @@ +1999-01-25 Tatsuya Ichikawa + + * 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 + + * 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 + + * 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 + + * 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 + + * lisp/gnus-msg.el (gnus-inews-yank-articles): Fetch IDs from + `gnus-current-headers' instead of article header. + +1999-01-22 Katsumi Yamaoka + + * 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 + + * lisp/message.el : Fix typo. + +1999-01-20 Katsumi Yamaoka + + * 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 , + Katsumi Yamaoka + + * 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 + + * 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 + + * lisp/gnus.el (gnus-version-number): Update to 6.10.055. + + * Sync up with Pterodactyl Gnus v0.72. + +1999-01-19 Katsumi Yamaoka + + * 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 + + * 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 + + * 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 + + * 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 + + * lisp/gnus.el (gnus-version-number): Update to 6.10.054. + + * Sync up with Pterodactyl Gnus v0.71. + +1999-01-16 Tatsuya Ichikawa + + * lisp/gnus.el (gnus-version-number): Update to 6.10.053. + + * Sync up with Pterodactyl Gnus v0.70. + +1999-01-13 Kiyokazu SUTO + + * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty + body. + +1999-01-13 Tatsuya Ichikawa + + * lisp/gnus-offline.el: Add Tsukamoto Tetsuo + to author and maintainer. + +1999-01-12 Katsumi Yamaoka + + * lisp/nnmail.el (nnmail-article-group): Don't infloop. + +1999-01-12 Katsumi Yamaoka + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * lisp/gnus.el (gnus-version-number): Update to 6.10.052. + + * Sync up with Pterodactyl Gnus v0.69. + +1998-12-28 Katsumi Yamaoka + + * 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 + + * lisp/gnus-art.el (gnus-article-check-buffer): Rewrite (checking + for buffer object). + +1998-12-22 Katsumi Yamaoka + + * 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 + + * 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 + + * lisp/pop3-fma.el (pop3-fma-movemail): Work with movemail.exe + with APOP extention. + +1998-12-18 Katsumi Yamaoka + + * lisp/gnus-start.el (gnus-read-newsrc-el-file): Bug (referring to + unbounded variable) fix. + +1998-12-17 Katsumi Yamaoka + + * lisp/gnus-start.el (gnus-read-newsrc-el-file): Don't load newsrc + file if it does not exist. + +1998-12-16 Tatsuya Ichikawa + + * 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 + + * lisp/gnus.el (gnus-version-number): Update to 6.10.051. + + * Sync up with Pterodactyl Gnus v0.68. + +1998-12-14 Tatsuya Ichikawa + + * lisp/gnus-offline.el (gnus-offline-define-menu-on-miee): Bug + fix. + +1998-12-14 Katsumi Yamaoka + + * 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 + + * 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 + + * 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 + + * 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 + + * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Bug fix. + +1998-12-12 Tsukamoto Tetsuo + + * 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 + + * 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 + + * lisp/nnheader.el (nnheader-find-file-noselect): Call + `find-file-noselect-as-specified-coding-system' directly. + +1998-12-10 Tatsuya Ichikawa + + * 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 + + * lisp/gnus-offline.el (gnus-offline-define-menu-on-miee): Bug + fix. + (gnus-offline-define-menu-on-agent): Bug fix. + +1998-12-10 Katsumi Yamaoka + + * lisp/pop3.el (pop3-movemail): Use `write-region-as-binary' + instead of `append-to-file'. + (pop3-movemail-file-coding-system): Abolished. + + * lisp/nnheader.el (nnheader-find-file-noselect): Use + `find-file-noselect-as-specified-coding-system' instead of + `find-file-noselect'. + + * lisp/gnus-score.el (gnus-score-load-score-alist): Use + `insert-file-contents-as-specified-coding-system' instead of + `insert-file-contents'. + * lisp/nnmail.el (nnmail-find-file): Ditto. + * lisp/nnheader.el (nnheader-insert-file-contents): Ditto. + + * lisp/message.el (message-send-mail-with-qmail): Enclose + `call-process-region' with `as-binary-process'. + (message-send-mail-with-sendmail): Ditto. + (message-send-coding-system): Abolished. + + * lisp/score-mode.el (gnus-score-edit-exit): Emulate + `save-buffer' with `write-region-as-specified-coding-system'. + * lisp/gnus-start.el (gnus-save-newsrc-file): Ditto. + + * lisp/gnus-start.el (gnus-read-newsrc-el-file): Emulate `load' + with `insert-file-contents-as-specified-coding-system' and + `eval-region'. + + * lisp/gnus-score.el (gnus-score-save): Use + `gnus-write-buffer-as-specified-coding-system' instead of + `gnus-write-buffer'. + * lisp/gnus-cache.el (gnus-cache-possibly-enter-article): Ditto. + (gnus-cache-save-buffers): Ditto. + + * lisp/gnus-util.el (gnus-output-to-mail): Use + `write-region-as-binary' instead of `append-to-file'. + (gnus-output-to-mail): Use `gnus-write-buffer-as-binary' instead + of `gnus-write-buffer'. + (gnus-write-buffer-as-specified-coding-system): New function. + (gnus-write-buffer-as-binary): New function. + + * lisp/nnmail.el (nnmail-write-region): Use + `write-region-as-specified-coding-system' instead of + `write-region'. + * 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-10 Tatsuya Ichikawa + + * lisp/gnus-offline.el (gnus-offline-after-jobs-done): Create menu + using 'easymenu'. + +1998-12-09 Tsukamoto Tetsuo + + * lisp/gnus-offline.el (gnus-offline-after-jobs-done): Don't call + `gnus-offline-agent-expire' under XEmacs. + +1998-12-08 Katsumi Yamaoka + + * texi/gnus-ja.texi: Fix latin chars. + * texi/gnus.texi: Ditto. + + * texi/ChangeLog: Shrunk. + + * text/widget.texi: Removed. + * texi/custom.texi: Removed. + + * lisp/ChangeLog: Fix latin chars. + + * lisp/pop3.el (pop3-open-server): Use + `open-network-stream-as-binary' instead of `open-network-stream'. + * lisp/nntp.el (nntp-open-network-stream): Ditto. + * lisp/gnus-gl.el (bbb-connect-to-bbbd): Ditto. + + * lisp/nntp.el (nntp-open-rlogin): Enclose `start-process' with + `as-binary-process'. + (nntp-open-telnet): Ditto. + + * lisp/nntp.el (nntp-coding-system-for-write): Abolished. + (nntp-coding-system-for-read): Abolished. + + * lisp/nndb.el: Don't require `tcp'. + +1998-12-07 Katsumi Yamaoka + + * lisp/message.el (message-get-parameter-with-eval): Call + `message-get-parameter' with arg `key' first. + +1998-12-07 Katsumi Yamaoka + + * lisp/gnus.el (gnus-version-number): Update to 6.10.050. + + * Sync up with Pterodactyl Gnus 0.65. + +1998-12-06 Tatsuya Ichikawa + + * lisp/message.el (message-cite-original-without-signature): Do + not use mml-quote-region. + + * lisp/message.el (message-cite-original): Ditto. + + * lisp/gnus.el (gnus-version-number): Update to 6.10.049. + + * Sync up with Pterodactyl Gnus 0.64. + +1998-12-04 Katsumi Yamaoka + + * lisp/gnus-sum.el (gnus-summary-show-article): Don't use + `mm-destroy-parts'. + +1998-12-04 Tatsuya Ichikawa + + * lisp/gnus.el (gnus-version-number): Update to 6.10.048. + + * Sync up with Pterodactyl Gnus 0.63. + +1998-12-04 Tatsuya Ichikawa + + * lisp/gnus.el (gnus-version-number): Update to 6.10.047. + + * Sync up with Pterodactyl Gnus 0.62. + + * README.ichikawa: Add description of required APEL/FLIM/SEMI. + +1998-12-03 Katsumi Yamaoka + + * lisp/nndraft.el (nndraft-request-article): Don't bind + `nnmail-file-coding-system'. + +1998-12-03 Katsumi Yamaoka + + * lisp/gnus.el (gnus-version-number): Update to 6.10.046. + + * Sync up with Pterodactyl Gnus 0.61. + +1998-12-02 Tatsuya Ichikawa + + * lisp/smtp.el: Abolished - Use smtp.el in FLIM. + + * lisp/gnus.el (gnus-version-number): Update to 6.10.045. + + * Sync up with Pterodactyl Gnus 0.59. + +1998-12-01 Katsumi Yamaoka + + * lisp/gnus.el (gnus-version-number): Update to 6.10.044. + + * Sync up with Pterodactyl Gnus 0.58. + +1998-12-01 Katsumi Yamaoka + + * lisp/gnus.el (gnus-version-number): Update to 6.10.043. + + * Sync up with Pterodactyl Gnus 0.57. + +1998-11-30 Katsumi Yamaoka + + * lisp/base64.el (base64-decode-region): Use `defun-maybe'. + (base64-encode-region): Ditto. + + * lisp/gnus.el (gnus-version-number): Update to 6.10.042. + + * Sync up with Pterodactyl Gnus 0.56. + +1998-11-29 Tatsuya Ichikawa + + * lisp/gnus-offline.el: Fix typo of DOC string. + + * lisp/score-mode.el: Change default value + score-mode-coding-system 'binary to 'ctext. + +1998-11-28 Tatsuya Ichikawa + + * lisp/gnus.el (gnus-version-number): Update to 6.10.041. + + * Sync up with Pterodactyl Gnus 0.55. + +1998-11-26 Katsumi Yamaoka + + * lisp/gnus-msg.el (gnus-summary-supersede-article): Bind + `gnus-message-setup-hook' to minimum setting. + + * lisp/message.el (message-supersede-setup-for-mime-edit): New + function. + (message-supersede-setup-function): New user option. Use + `message-supersede-setup-for-mime-edit' in default. + (message-supersede): Call `message-supersede-setup-function' if it + is non-nil. + (message-supersede-setup-hook): New user option. + + * lisp/message.el (message-bounce-setup-for-mime-edit): Don't + delete header separator. It is up to MIME-Edit to do so. + +1998-11-24 Katsumi Yamaoka + + * lisp/gnus.el (gnus-version-number): Update to 6.10.040. + + * Sync up with Pterodactyl Gnus 0.54. + +1998-11-24 Tatsuya Ichikawa + + * lisp/gnus-offline.el (gnus-offline-version-number): Update to + 2.00. + + * lisp/pop3-fma.el (pop3-fma-save-password-information): New + variable. Do not save password information when + `pop3-fma-save-password-information' set to nil (in default). + (pop3-fma-encode-string): abolished - because of difference of + FLIM API. + (pop3-fma-decode-string): Ditto. + +1998-11-21 Tatsuya Ichikawa + + * lisp/gnus.el (gnus-version-number): Update to 6.10.039. + + * Sync up with Pterodactyl Gnus 0.53. + + * lisp/pop3-fma.el (pop3-fma-init-message-hook): Change + message-send-hook to mime-edit-translate-hook - enbug. + +1998-11-20 Tatsuya Ichikawa + + * lisp/gnus-offline.el: Update to beta5. + + * lisp/gnus-ofsetup.el: Update to beta5. + + * lisp/gnus.el (gnus-version-number): Update to 6.10.038. + + * Sync up with Pterodactyl Gnus 0.52. + +1998-11-19 Keiichi Suzuki + + * 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 + + * 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 + + * 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 + + * lisp/message.el (message-mimic-kill-buffer): Rewrite. + +1998-11-18 Katsumi Yamaoka + + * lisp/gnus.el (gnus-version-number): Update to 6.10.036. + + * Sync up with Pterodactyl Gnus 0.50. + +1998-11-18 Katsumi Yamaoka + + * lisp/message.el (message-mimic-kill-buffer): New function. + (message-mode-map): Use it for `C-x k'. + +1998-11-18 Keiichi Suzuki + + * lisp/message.el (message-dont-send): Use `message-delete-frame'. + +1998-11-18 Tatsuya Ichikawa + + * lisp/gnus.el (gnus-version-number): Update to 6.10.035. + + * Sync up with Pterodactyl Gnus 0.49. + +1998-11-17 Tsukamoto Tetsuo + + * lisp/message.el (message-dont-send): Use `message-save-drafts' + instead of `save-buffer'. + +1998-11-17 Hiroaki Matsui + + * lisp/message.el (message-clone-locals): Add + "user-mail-address" and "user-full-name" to matching pattern. + +1998-11-14 Kenji Itoh + + * 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 + + * 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 + + * make.bat: Replace line endings from `LF' to `CRLF'. + +1998-11-16 Katsumi Yamaoka + + * lisp/gnus.el (gnus-version-number): Update to 6.10.033. + + * Sync up with Pterodactyl Gnus 0.48. + +1998-11-16 Katsumi Yamaoka + + * texi/emacs-mime.texi: Fix iso-8859-1 chars. + + * lisp/message.el (message-send-news): Call + `message-maybe-split-and-send-news' with an arg `method'. + (message-maybe-split-and-send-news): Accept an arg `method'. + + * lisp/rfc1843.el: Defvar `gnus-decode-encoded-word-function'. + + * lisp/mm-uu.el: Require `gnus-mailcap'. + * lisp/mm-decode.el: Require `gnus-mailcap' instead of `mailcap'. + * lisp/mm-encode.el: Ditto. + * lisp/gnus-mailcap.el: Provide `gnus-mailcap' instead of `mailcap'. + +1998-11-16 Katsumi Yamaoka + + * lisp/gnus.el (gnus-version-number): Update to 6.10.032. + + * Sync up with Pterodactyl Gnus 0.47. + +1998-11-15 Tatsuya Ichikawa + + * lisp/gnus.el (gnus-version-number): Update to 6.10.031. + + * Sync up with Pterodactyl Gnus 0.46. + +1998-11-14 Tatsuya Ichikawa + + * lisp/gnus.el (gnus-version-number): Update to 6.10.030. + + * Sync up with Pterodactyl Gnus 0.44. + +1998-11-13 Katsumi Yamaoka + + * 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-12 Tatsuya Ichikawa + + * lisp/gnus-offline.el: bug fix. + + * lisp/gnus-ofsetup.el: Bug fix. + +1998-11-12 Katsumi Yamaoka + + * texi/Makefile.in (.texi:): Don't escape double quote. + (texi2latex.elc:): Ditto. + +1998-11-12 Tatsuya Ichikawa + + * texi/gnus-ja.texi: Add infos about `pop3-fma' and `gnus-offline'. + +1998-11-12 Katsumi Yamaoka + + * lisp/message.el (message-maybe-split-and-send-mail): Use + `defsubst' instead of `defun'. + (message-maybe-split-and-send-news): Ditto. + +1998-11-12 Katsumi Yamaoka + + * lisp/gnus-msg.el (gnus-summary-resend-bounced-mail): Bind + `gnus-message-setup-hook' to minimum setting. + + * lisp/message.el (message-bounce-setup-for-mime-edit): New + function. + (message-bounce-setup-function): New user option. Use + `message-bounce-setup-for-mime-edit' in default. + (message-bounce): Call `message-bounce-setup-function' if it is + non-nil. + (message-bounce-setup-hook): New user option. + (message-send-mail): Delete useless things. + +1998-11-12 Katsumi Yamaoka + + * lisp/message.el (message-maybe-split-and-send-mail): New function. + (message-send-mail): Use it. + (message-maybe-split-and-send-news): New function. + (message-send-news): Use it. + +1998-11-11 Tatsuya Ichikawa + + * lisp/gnus-offline.el: bug fix. + + * lisp/gnus-ofsetup.el: Bug fix. + +1998-11-11 Katsumi Yamaoka + + * lisp/message.el (message-send-mail): Protect against errors. + (message-send-news): Ditto. + +1998-11-11 Keiichi Suzuki + + * lisp/message.el (message-do-fcc): Sync up with Semi-gnus 6.8. + (message-8bit-encoding-list): New variable. + (message-check-encoding): Use `message-8bit-encoding-list'. Change + search pattern. + +1998-11-11 Keiichi Suzuki + + * lisp/gnus-bbdb.el (gnus-bbdb/extract-address-components): Normalize + return value. + (gnus-bbdb/update-record): Change condition for checking own message. + +1998-11-11 Yoshiki Hayashi + + * README.semi.ja, README.branch.ja: New file. + +1998-11-10 Tatsuya Ichikawa + + * lisp/gnus-offline.el: bug fix. + + * lisp/gnus-ofsetup.el: Bug fix. + +1998-11-09 Tatsuya Ichikawa + + * lisp/gnus-offline.el: v2.00b1 Separate setting part and + functional part - setting part move to gnus-ofsetup.el (New file). + + * lisp/gnus-ofsetup.el: New file - setting function for + gnus-offline. + +1998-11-09 Katsumi Yamaoka + + * 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 + + * lisp/pop3-fma.el: Set the value of `nnmail-read-passwd' as a + symbol `pop3-fma-read-passwd'. + +1998-11-09 Katsumi Yamaoka + + * lisp/gnus.el (gnus-version-number): Update to 6.10.029. + + * Sync up with Pterodactyl Gnus 0.42. + +1998-11-09 Tatsuya Ichikawa + + * lisp/gnus.el (gnus-version-number): Update to 6.10.028. + + * Sync up with Pterodactyl Gnus 0.41. + +1998-11-06 Katsumi Yamaoka + + * lisp/gnus-art.el (gnus-article-make-full-mail-header): New + function. + (gnus-article-mime-edit-article-setup): Use it. + (gnus-article-mime-edit-exit): Use it. + + (gnus-article-mime-edit-article-setup): Set `gnus-show-mime' to t. + + * lisp/gnus-bbdb.el: Modify header description. + +1998-11-05 Katsumi Yamaoka + + * lisp/gnus-art.el (gnus-article-edit-done): Remove + `gnus-article-mime-edit-article-unwind' from + `gnus-article-mode-hook' before run `gnus-article-edit-exit'. + (gnus-article-mime-edit-article-setup): Revised. + (gnus-article-mime-edit-article-unwind): New function. + (gnus-article-mime-edit-exit): New function. + + (gnus-insert-mime-button): Fix typo. + +1998-11-04 Yoshiki Hayashi + + * lisp/message.el: (message-do-fcc): Don't run message-header-hook + and message-before-do-fcc-hook. + +1998-11-04 MORIOKA Tomohiko + + * lisp/mmgnus.el (entity-buffer): Must move to (point-min) before + search boundary between header and body (to fix problem with + Emacs). + +1998-11-03 MORIOKA Tomohiko + + * lisp/nnmh.el (nnmh-retrieve-headers): Don't use + `nnheader-fold-continuation-lines'. + + * lisp/gnus-sum.el (gnus-get-newsgroup-headers): Don't expect + unfolded (to fix problem when using gnus-cache). + +1998-11-04 Katsumi Yamaoka + + * lisp/message.el (message-make-in-reply-to): Quote date. + 1998-11-02 Keiichi Suzuki * lisp/gnus-bbdb.el (gnus-bbdb/canonicalize-full-name-methods): @@ -15,6 +936,16 @@ (gnus-bbdb/decode-field-body): New macro. (gnus-bbdb/update-record): Use `gnus-bbdb/decode-field-body'. (gnus-bbdb/extract-field-value): Ditto. + (gnus-bbdb/decode-field-body-function): Fix typo. + (gnus-bbdb/decode-field-body): Ditto. + (gnus-bbdb/update-record): Use `save-excursion' and change timing + of `save-restriction'. + +1998-10-31 Katsumi Yamaoka + + * 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 @@ -52,6 +983,10 @@ 1998-10-30 Katsumi Yamaoka + * 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. @@ -60,6 +995,17 @@ * 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 * lisp/gnus-art.el (gnus-article-mime-edit-article-setup): Force