* README-offline.ja: New file - Variable and command description
[elisp/gnus.git-] / ChangeLog
index 493bbe6..c1382ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,147 @@
+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.
@@ -8,7 +152,7 @@
        (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 postting an
+       (nntp-prepare-post-hook): New hook, run just before posting an
        article.
 
        * lisp/nnheader.el (nnheader-init-server-buffer): Make