aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGnus developers2011-05-03 22:41:28 +0000
committerKatsumi Yamaoka2011-05-03 22:41:28 +0000
commitc2f51e23ab57da738bf3d7e1411a28dcfd9da75c (patch)
treed413cedb847967e2370d1b631500957d9f83acda /doc
parentabe95abbafb6100e910197df92453b247ee04844 (diff)
downloademacs-c2f51e23ab57da738bf3d7e1411a28dcfd9da75c.tar.gz
emacs-c2f51e23ab57da738bf3d7e1411a28dcfd9da75c.zip
Merge changes made in Gnus trunk.
gnus.texi (Summary Buffer Lines): gnus-summary-user-date-format-alist does not exist. (Sorting the Summary Buffer): More about sorting threads. shr.el: Add shr-link face for links. (shr-urlify): Use it. registry.el (registry-insert): Make error message more helpful.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ChangeLog6
-rw-r--r--doc/misc/gnus.texi6
2 files changed, 10 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index ff4a3355e54..defdabc4d8f 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,9 @@
12011-05-03 Peter Münster <pmlists@free.fr>
2
3 * gnus.texi (Summary Buffer Lines):
4 gnus-summary-user-date-format-alist does not exist.
5 (Sorting the Summary Buffer): More about sorting threads.
6
12011-04-25 Michael Albinus <michael.albinus@gmx.de> 72011-04-25 Michael Albinus <michael.albinus@gmx.de>
2 8
3 * trampver.texi: Update release number. 9 * trampver.texi: Update release number.
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 9d9b767bcba..a35a7e85794 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -4953,7 +4953,7 @@ Download mark.
4953Desired cursor position (instead of after first colon). 4953Desired cursor position (instead of after first colon).
4954@item &user-date; 4954@item &user-date;
4955Age sensitive date format. Various date format is defined in 4955Age sensitive date format. Various date format is defined in
4956@code{gnus-summary-user-date-format-alist}. 4956@code{gnus-user-date-format-alist}.
4957@item u 4957@item u
4958User defined specifier. The next character in the format string should 4958User defined specifier. The next character in the format string should
4959be a letter. Gnus will call the function 4959be a letter. Gnus will call the function
@@ -7340,7 +7340,9 @@ predicate functions include @code{gnus-thread-sort-by-number},
7340 7340
7341Each function takes two threads and returns non-@code{nil} if the first 7341Each function takes two threads and returns non-@code{nil} if the first
7342thread should be sorted before the other. Note that sorting really is 7342thread should be sorted before the other. Note that sorting really is
7343normally done by looking only at the roots of each thread. 7343normally done by looking only at the roots of each thread. Exceptions
7344to this rule are @code{gnus-thread-sort-by-most-recent-number} and
7345@code{gnus-thread-sort-by-most-recent-date}.
7344 7346
7345If you use more than one function, the primary sort key should be the 7347If you use more than one function, the primary sort key should be the
7346last function in the list. You should probably always include 7348last function in the list. You should probably always include