From: yamaoka Date: Fri, 2 Jul 1999 13:12:09 +0000 (+0000) Subject: Update. X-Git-Tag: et-gnus-6_11_04-02 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=96646f345bb874ec08b91d5a778010c85f1a8b4f;p=elisp%2Fgnus.git- Update. --- diff --git a/ChangeLog b/ChangeLog index 03bd766..1ec1b49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +1999-07-02 Katsumi Yamaoka + + * lisp/gnus.el (gnus-revision-number): Increment to 02. + (gnus-other-frame): Use `static-if'. + (TopLevel): Require `static'. + + * lisp/score-mode.el (score-mode-coding-system): Use `static-if'. + (TopLevel): Require `static'. + + * lisp/gnus-util.el (gnus-point-at-eol, gnus-point-at-bol): Use + `static-cond' if it exists. NOTE: It should be simplified in the + future. + + * lisp/gnus-start.el (gnus-startup-file-coding-system): Use + `static-if'. + (TopLevel): Require `static'. + + * lisp/gnus-art.el (gnus-article-display-x-face-with-x-face-mule): + Abolish function. + + * lisp/dgnushack.el (dgnushack-make-package): Suppress verbose + messages while generating auto-autoloads.el. + (TopLevel): Set coding priority of Shift-JIS to the bottom. + 1999-06-30 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 01.