* lisp/gnus.el (gnus-revision-number): Increment to 02.
[elisp/gnus.git-] / ChangeLog
index 7d94c84..2baaafe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,145 @@
+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.