From: ichikawa Date: Mon, 22 Feb 1999 14:22:02 +0000 (+0000) Subject: * lisp/gnus-art.el (gnus-narrow-to-page): Fix that "^L" do not work. X-Git-Tag: t-gnus-6_10_059_01 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f9e4dde9de1b2f39d8d26e5a9ce726015afbae73;p=elisp%2Fgnus.git- * lisp/gnus-art.el (gnus-narrow-to-page): Fix that "^L" do not work. * lisp/gnus.el (gnus-revision-number): Increment to 01. --- diff --git a/ChangeLog b/ChangeLog index 285ba45..92634f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-02-22 Tatsuya Ichikawa + + * lisp/gnus-art.el (gnus-narrow-to-page): Fix that "^L" do not work. + + * lisp/gnus.el (gnus-revision-number): Increment to 01. + 1999-02-21 Tatsuya Ichikawa * lisp/mail-source.el (mail-source-fetch-pop): Comment out diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index d108307..3b32dd8 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -3238,6 +3238,7 @@ If given a numerical ARG, move forward ARG pages." (save-excursion (set-buffer gnus-article-buffer) (goto-char (point-min)) + (widen) ;; Remove any old next/prev buttons. (when (gnus-visual-p 'page-marker) (let ((buffer-read-only nil)) diff --git a/lisp/gnus.el b/lisp/gnus.el index 141ac7c..96f68e3 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -267,7 +267,7 @@ is restarted, and sometimes reloaded." (defconst gnus-version-number "6.10.059" "Version number for this version of gnus.") -(defconst gnus-revision-number "00" +(defconst gnus-revision-number "01" "Revision number for this version of gnus.") (defconst gnus-original-version-number "0.77"