This commit was manufactured by cvs2svn to create tag 't-gnus-6_14_0-03'.
[elisp/gnus.git-] / ChangeLog
index c5387ab..b5eb882 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,75 @@
+1999-12-06  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 03.
+
+       * lisp/gnus-offline.el (gnus): Don't advise here.
+       (TopLevel): Call `gnus-offline-define-menu-and-key'.
+       (gnus-offline-setup): Don't call
+       `gnus-offline-define-menu-and-key' here.
+
+       * lisp/gnus-ofsetup.el (gnus-offline-update-setting-file): Don't
+       rely on `gnus-load-hook'.
+       (gnus): New advice. Call `gnus-offline-setup' when everything is
+       done.
+
+       * lisp/gnus-start.el (save-buffers-kill-emacs): Compile the advice
+       at the compile time. Use `gnus-alive-p'.
+
+1999-12-06  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 02.
+
+       * lisp/dgnushack.el (char-after): Uncomment the byte-optimization;
+       don't use `byte-defop-compiler'.
+       (byte-optimize-form-code-walker): Advise it for fixing the bug in
+       and/or forms.  The original idea is devised by FUKUI-san, modified
+       by KOBAYASHI-san.
+       (max-specpdl-size): Set 3000.
+
+1999-12-05  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 01.
+
+       * lisp/gnus-offline.el (gnus): New advice. synchronize
+       `gnus-offline-connected' with `gnus-plugged'.
+
+1999-12-04   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
+
+       * lisp/gnus.el (gnus-version-number): Update to 6.14.0.
+       (gnus-revision-number): Clear to 00.
+
+       * README.branch.ja: Update for t-gnus-6_14 branch.
+       * README.branch: Ditto.
+       * README.T-gnus: Ditto.
+       * README.semi.ja: Ditto.
+       * README.semi: Ditto.
+
+       * lisp/{rfc2047.el,nnweb.el,nnultimate.el,nntp.el,nnslashdot.el,
+       nnmh.el,nnfolder.el,nndoc.el,mml.el,mm-view.el,mm-util.el,
+       mm-bodies.el,message.el,mail-source.el,gnus.el,gnus-uu.el,
+       gnus-sum.el,gnus-start.el,gnus-msg.el,gnus-int.el,gnus-cache.el,
+       gnus-art.el,dgnushack.el,ChangeLog}: Sync up with Gnus v5.8.2.
+
+       * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
+       gnus-faq-ja.texi,ChangeLog}: Modify for T-gnus 6.14; sync up with
+       Gnus v5.8.2.
+
+       * t-gnus-6_14: NEW PUBLIC BRANCH.
+
+1999-12-03  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
+            Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 01.
+
+       * lisp/dgnushack.el (char-before): Use compiler macro instead of
+       byte-optimizer.
+       (char-after): Comment out the byte-optimization.
+
+       * imap.el (imap-base64-encode-string, imap-base64-decode-string):
+       New functions.  They are identical to the built-in codec if
+       possible, otherwise the functions defined in mel are used.
+       (imap-cram-md5-auth): Use them.
+
 1999-12-02  Katsumi Yamaoka <yamaoka@jpl.org>
 
        * lisp/imap.el: Remove autoload settings for `base64-decode-string'