Synch to No Gnus 200412140922.
authoryamaoka <yamaoka>
Tue, 14 Dec 2004 09:29:26 +0000 (09:29 +0000)
committeryamaoka <yamaoka>
Tue, 14 Dec 2004 09:29:26 +0000 (09:29 +0000)
lisp/ChangeLog
lisp/gnus-art.el
texi/ChangeLog
texi/gnus-faq.texi

index 506cbbd..ece0547 100644 (file)
@@ -1,3 +1,7 @@
+2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
+
 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-group.el (gnus-group-make-rss-group): Use
@@ -57,8 +61,7 @@
 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * message.el (message-forward-make-body-mml): Remove headers
-       according to message-forward-ignored-headers if a message is
-       decoded.
+       according to message-forward-ignored-headers if a message is decoded.
 
 2004-12-02  Romain Francoise  <romain@orebokech.com>
 
 
 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * gnus-start.el (gnus-convert-old-newsrc): Assign
-       legacy-gnus-agent to 5.10.7.
+       * gnus-start.el (gnus-convert-old-newsrc):
+       Assign legacy-gnus-agent to 5.10.7.
 
 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
index 1c00409..8d2cbbd 100644 (file)
@@ -5416,7 +5416,7 @@ If given a numerical ARG, move forward ARG pages."
          (goto-char (point-min))
          (gnus-insert-prev-page-button)))
       (when (and (gnus-visual-p 'page-marker)
-                (< (+ (point-max) 2) (buffer-size)))
+                (< (point-max) (save-restriction (widen) (point-max))))
        (save-excursion
          (goto-char (point-max))
          (gnus-insert-next-page-button))))))
index 114593b..9d11677 100644 (file)
@@ -5,6 +5,8 @@
 
 2004-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
 
+       * gnus-faq.texi ([5.1]): Added missing bracket.
+
        * message.texi (Various Message Variables): Mention that all mail
        file variables are derived from `message-directory'.
 
index 2b875a9..4b49286 100644 (file)
@@ -1414,7 +1414,7 @@ Answer:
  message. For a follow up to a newsgroup, it's
  @samp{f} and @samp{F}
  (analog to @samp{r} and
- @samp{R}.
+ @samp{R}).
  
 
  Enter new headers above the line saying "--text follows