changeset 71531:770285b3deb5

Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 111-112) - Update from CVS: texi/gnus.texi (Summary Buffer Lines): Fix typo. - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-333
author Miles Bader <miles@gnu.org>
date Thu, 29 Jun 2006 22:54:24 +0000
parents b1bdd8f8fdc0
children ee90ab4ffd9b
files lisp/gnus/ChangeLog lisp/gnus/gnus-diary.el lisp/gnus/gnus-group.el man/ChangeLog man/gnus.texi
diffstat 5 files changed, 21 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog	Thu Jun 29 21:04:17 2006 +0000
+++ b/lisp/gnus/ChangeLog	Thu Jun 29 22:54:24 2006 +0000
@@ -1,3 +1,13 @@
+2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
+
+	* gnus-diary.el (gnus-user-format-function-d)
+	(gnus-user-format-function-D): Autoload.
+
+2006-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+	* gnus-group.el (gnus-group-select-group): Doc fix.
+	[ See 2004-05-19 change on the trunk. ]
+
 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 	* rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
--- a/lisp/gnus/gnus-diary.el	Thu Jun 29 21:04:17 2006 +0000
+++ b/lisp/gnus/gnus-diary.el	Thu Jun 29 22:54:24 2006 +0000
@@ -213,6 +213,7 @@
 ;; #### NOTE: Gnus sometimes gives me a HEADER not corresponding to any
 ;; message, with all fields set to nil here. I don't know what it is for, and
 ;; I just ignore it.
+;;;###autoload
 (defun gnus-user-format-function-d (header)
   ;; Returns an aproximative delay string for the next occurence of this
   ;; message. The delay is given only in the first non zero unit.
@@ -249,6 +250,7 @@
 ;; #### NOTE: Gnus sometimes gives me a HEADER not corresponding to any
 ;; message, with all fields set to nil here. I don't know what it is for, and
 ;; I just ignore it.
+;;;###autoload
 (defun gnus-user-format-function-D (header)
   ;; Returns a formatted time string for the next occurence of this message.
   (let* ((extras (mail-header-extra header))
--- a/lisp/gnus/gnus-group.el	Thu Jun 29 21:04:17 2006 +0000
+++ b/lisp/gnus/gnus-group.el	Thu Jun 29 22:54:24 2006 +0000
@@ -2039,7 +2039,10 @@
 No article is selected automatically.
 If the group is opened, just switch the summary buffer.
 If ALL is non-nil, already read articles become readable.
-If ALL is a number, fetch this number of articles."
+If ALL is a positive number, fetch this number of the latest
+articles in the group.
+If ALL is a negative number, fetch this number of the earliest
+articles in the group."
   (interactive "P")
   (when (and (eobp) (not (gnus-group-group-name)))
     (forward-line -1))
--- a/man/ChangeLog	Thu Jun 29 21:04:17 2006 +0000
+++ b/man/ChangeLog	Thu Jun 29 22:54:24 2006 +0000
@@ -51,6 +51,10 @@
 	* files.texi (Visiting): Document case-insensitive wildcard matching
 	under find-file-wildcards.
 
+2006-06-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+	* gnus.texi (Summary Buffer Lines): Fix typo.
+
 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
 
 	* org.texi (Embedded LaTeX): New chapter.
--- a/man/gnus.texi	Thu Jun 29 21:04:17 2006 +0000
+++ b/man/gnus.texi	Thu Jun 29 22:54:24 2006 +0000
@@ -4579,7 +4579,7 @@
 Article number.
 @item S
 Subject string.  List identifiers stripped,
-@code{gnus-list-identifies}.  @xref{Article Hiding}.
+@code{gnus-list-identifiers}.  @xref{Article Hiding}.
 @item s
 Subject if the article is the root of the thread or the previous article
 had a different subject, @code{gnus-summary-same-subject} otherwise.