* lisp/gnus-art.el (gnus-narrow-to-page): Fix that "^L" do not work. t-gnus-6_10_059_01
authorichikawa <ichikawa>
Mon, 22 Feb 1999 14:22:02 +0000 (14:22 +0000)
committerichikawa <ichikawa>
Mon, 22 Feb 1999 14:22:02 +0000 (14:22 +0000)
* lisp/gnus.el (gnus-revision-number): Increment to 01.

ChangeLog
lisp/gnus-art.el
lisp/gnus.el

index 285ba45..92634f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1999-02-22  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
+
+       * 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  <t-ichi@po.shiojiri.ne.jp>
 
        * lisp/mail-source.el (mail-source-fetch-pop): Comment out
index d108307..3b32dd8 100644 (file)
@@ -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))
index 141ac7c..96f68e3 100644 (file)
@@ -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"