From: yamaoka Date: Fri, 7 Jan 2000 09:00:58 +0000 (+0000) Subject: Update. X-Git-Tag: t-gnus-6_14_1-01 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ff98f6c53eacf5632cd933d0d3f26c887243cce8;p=elisp%2Fgnus.git- Update. --- diff --git a/ChangeLog b/ChangeLog index 08f1161..ea53d97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2000-01-07 Katsumi Yamaoka + + * lisp/gnus.el (gnus-revision-number): Increment to 01. + + * lisp/{rfc2231.el,nnweb.el,nnultimate.el,nntp.el,nnspool.el, + nnslashdot.el,nnml.el,nnmh.el,nnkiboze.el,nnimap.el,gnus-topic.el, + gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,gnus-cache.el, + gnus-agent.el}: Require `gnus-clfns' when compiling. + + * lisp/rfc2231.el: Require `cl' when compiling. + + * lisp/gnus-clfns.el: New file. + + * lisp/dgnushack.el: Move compiler macros to gnus-clfns.el; load + gnus-clfns.el. + + * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Don't + rescan the current newsgroup before exiting; wear an imitation + summary buffer while rescanning. + 2000-01-06 Hirokazu FUKUI * lisp/dgnushack.el (char-before): Use the byte-optimaization.