From: yamaoka Date: Wed, 18 Aug 1999 06:43:39 +0000 (+0000) Subject: Update. X-Git-Tag: t-gnus-6_13_0-06 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8869ea21cfc44facaf33d8e9d1eab09a38e15ba5;p=elisp%2Fgnus.git- Update. --- diff --git a/ChangeLog b/ChangeLog index 868135c..ab1204c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +1999-08-18 Katsumi Yamaoka + + * lisp/gnus.el (gnus-revision-number): Increment to 06. + + * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use + `gnus-article-next-page' when the last page is not displayed. + (mime-preview-over-to-previous-method-alist): Use + `gnus-article-prev-page' when the first page is not displayed. + (gnus-next-page-map): Use `make-sparse-keymap' instead of + `make-keymap'; don't use `suppress-keymap'. + (gnus-insert-next-page-button, gnus-insert-prev-page-button): + Succeed to the value of the text property `mime-view-situation' in + the Next/Prev buttons; make `gnus-{next|prev}-page-map' have the + current local map under FSF Emacsen. + 1999-08-18 Daiki Ueno * lisp/pop3.el (pop3-retr): Undo last change.