From 96646f345bb874ec08b91d5a778010c85f1a8b4f Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 2 Jul 1999 13:12:09 +0000 Subject: [PATCH] Update. --- ChangeLog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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. -- 1.7.10.4