[gnus git] branch master updated: n0-17-14-g318c446 =1= Enhance thread sorting docs / fix doc bug.
Tassilo Horn <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 318c44603465237692b4d03cb5a9947c153b8453 (commit)
from 2f7574284c80cbc5c3facd9195d03330e2f8c7d1 (commit)
- Log -----------------------------------------------------------------
commit 318c44603465237692b4d03cb5a9947c153b8453
Author: Tassilo Horn <[email protected]>
Date: Tue May 3 20:00:35 2011 +0200
Enhance thread sorting docs / fix doc bug.
Patch provided by Peter Münster ([email protected]).
* gnus.texi (Summary Buffer Lines):
gnus-summary-user-date-format-alist does not exist.
(Sorting the Summary Buffer): More about sorting threads.
diff --git a/texi/ChangeLog b/texi/ChangeLog
index c9e56c4..0628e0d 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-03 Peter Münster <[email protected]>
+
+ * gnus.texi (Summary Buffer Lines):
+ gnus-summary-user-date-format-alist does not exist.
+ (Sorting the Summary Buffer): More about sorting threads.
+
2011-04-14 Teodor Zlatanov <[email protected]>
* gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
diff --git a/texi/gnus.texi b/texi/gnus.texi
index e414508..b458ce6 100644
--- a/texi/gnus.texi
+++ b/texi/gnus.texi
@@ -4953,7 +4953,7 @@ Download mark.
Desired cursor position (instead of after first colon).
@item &user-date;
Age sensitive date format. Various date format is defined in
-@code{gnus-summary-user-date-format-alist}.
+@code{gnus-user-date-format-alist}.
@item u
User defined specifier. The next character in the format string should
be a letter. Gnus will call the function
@@ -7340,7 +7340,9 @@ predicate functions include @code{gnus-thread-sort-by-number},
Each function takes two threads and returns non-@code{nil} if the first
thread should be sorted before the other. Note that sorting really is
-normally done by looking only at the roots of each thread.
+normally done by looking only at the roots of each thread. Exceptions
+to this rule are @code{gnus-thread-sort-by-most-recent-number} and
+@code{gnus-thread-sort-by-most-recent-date}.
If you use more than one function, the primary sort key should be the
last function in the list. You should probably always include
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
texi/ChangeLog | 6 ++++++
texi/gnus.texi | 6 ++++--
2 files changed, 10 insertions(+), 2 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project