X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=c1382ed4cd73c3cc897a4deb3cdd7332a2266052;hb=db7777917d4679bfa14dd191f047c96a62ce1dd3;hp=85ae2917ac264b00efff1725703094a5be5ee1eb;hpb=a675e8a2405bab921f8750084bc64d24a2a02224;p=elisp%2Fgnus.git- diff --git a/ChangeLog b/ChangeLog index 85ae291..c1382ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,184 @@ +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