From: yamaoka Date: Mon, 23 Aug 1999 11:58:46 +0000 (+0000) Subject: Update. X-Git-Tag: t-gnus-6_13_0-10 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=83f53f3f3b5e5d71ee35244b4ae138a5b14964b3;p=elisp%2Fgnus.git- Update. --- diff --git a/ChangeLog b/ChangeLog index 563fdb7..11da0b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +1999-08-23 Katsumi Yamaoka + + * lisp/gnus.el (gnus-revision-number): Increment to 10. + + * lisp/gnus-sum.el (gnus-summary-search-article): Highlight + matched text after the searching is done; call + `gnus-summary-select-article' with the args nil and t; bind + `gnus-treat-*' to nil. + (gnus-summary-search-article-highlight-matched-text): New macro + for highlighting matched text. It is bound at the compile time + only. + (gnus-summary-isearch-article): Call `gnus-summary-select-article' + with the args nil and t; bind `gnus-treat-*' to nil. + + * lisp/gnus-ems.el (gnus-x-splash): Change the foreground color of + `gnus-splash' to "Brown"; use `with-temp-buffer' instead of + `with-temp-file'; use `insert-file-contents-as-binary' instead of + `insert-file-contents'. + 1999-08-20 Tsukamoto Tetsuo * lisp/gnus.el (gnus-revision-number): Increment to 09.