Update.
[elisp/gnus.git-] / ChangeLog
index 805f60e..bbcbb85 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,92 @@
+1999-06-23  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 06.
+
+       * lisp/gnus-sum.el (gnus-articles-to-read): Use
+       `read-from-minibuffer' with specifying the input position instead
+       of the use of `read-string' with modifying `minibuffer-setup-hook'.
+       Exceptionally, don't specify the input position under Emacs 19 or
+       earlier against the mysterious bug. [cf. <semi-gnus-ja:3469>]
+       (TopLevel): Require `static'.
+
+1999-06-22  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 05.
+
+1999-06-22  NAKAJI Hiroyuki   <nakaji@tutrp.tut.ac.jp>
+
+       * texi/Makefile.in (distclean, veryclean): Use `clean' instead of
+       `make clean'.
+       (complete, tmps, latexboth, psout, pss, latexps): Use `$(MAKE)'
+       instead of `make'.
+       (TopLevel): Use `@SET_MAKE@'.
+
+       * lisp/Makefile.in (distclean): New target.
+       (clean): Renamed from `distclean'; don't remove Makefile.
+
+       * Makefile.in (distclean): Use `clean' instead of `make clean'.
+       (x, osome): Use `$(MAKE)' instead of `make'.
+       (elclean): Use the arg `-f'.
+       (clean): Remove MANIFEST.*.
+
+1999-06-22  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus-sum.el (gnus-dont-select-after-jump-to-other-group):
+       New user option.
+       (gnus-summary-jump-to-other-group): Use it.
+
+       * lisp/gnus-cite.el (gnus-cite-add-face): Add check for Emacs 21 or
+       later.
+
+1999-06-21  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 04.
+
+       * lisp/gnus-cite.el (gnus-cite-add-face): Use `move-to-column'
+       statically to skip the prefix string under Emacs 20.2 or earlier.
+       (TopLevel): Require `static'.
+
+       * lisp/gnus-msg.el (gnus-extended-version): Move
+       `gnus-revision-number' to the last.
+
+1999-06-21  Daiji KANEMATSU   <kanematu@sra.co.jp>
+
+       * lisp/gnus-sum.el (gnus-summary-jump-to-other-group): Call
+       `gnus-summary-read-group' with the 3rd arg T.
+
+1999-06-21  NAKAJI Hiroyuki   <nakaji@tutrp.tut.ac.jp>
+
+       * texi/Makefile.in (clean): Remove gnus.info*, gnus-ja.info*,
+       message.info*, message-ja.info*, *.texi_ and emacs-mime.info.
+
+       * lisp/Makefile.in (distclean): Remove auto-autoload.el and
+       custom-load.el.
+
+1999-06-18  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 03.
+
+       * lisp/gnus-sum.el (gnus-summary-mark-article): Call
+       `gnus-cache-possibly-enter-article' with the arg `headers'.
+       (gnus-summary-mark-article-as-unread): Ditto.
+       (gnus-summary-move-article): Ditto.
+
+       * lisp/gnus-cache.el (gnus-cache-update-article): Call
+       `gnus-cache-possibly-enter-article' with the arg `headers'.
+       (gnus-cache-enter-article): Ditto.
+       (gnus-cache-possibly-enter-article): Accept parameter `headers'.
+
+1999-06-17  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * lisp/gnus.el (gnus-revision-number): Increment to 02.
+
+       * lisp/gnus-sum.el (gnus-summary-jump-to-other-group): Rewrite as
+       an independent function.
+       (gnus-summary-read-group): Revert to the previous form.
+
+       * lisp/gnus-msg.el (gnus-extended-version): Include
+       `gnus-revision-number' if it is non-zero.
+
 1999-06-16  Katsumi Yamaoka   <yamaoka@jpl.org>
 
        * lisp/gnus.el (gnus-revision-number): Increment to 01.