Synch to No Gnus 200403050641.
authoryamaoka <yamaoka>
Fri, 5 Mar 2004 07:21:50 +0000 (07:21 +0000)
committeryamaoka <yamaoka>
Fri, 5 Mar 2004 07:21:50 +0000 (07:21 +0000)
lisp/ChangeLog
lisp/gnus-sum.el

index 1d41c48..b9388fb 100644 (file)
@@ -1,3 +1,8 @@
+2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
+
+       * gnus-sum.el (gnus-thread-sort-functions)
+       (gnus-article-sort-functions): Document `(not F)' items.
+
 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * spam.el (spam-use-gmane-xref): new backend
index c6c3261..f02fc55 100644 (file)
@@ -715,6 +715,9 @@ is often much slower than sorting by number, and the sorting order is
 very similar.  (Sorting by date means sorting by the time the message
 was sent, sorting by number means sorting by arrival time.)
 
+Each item can also be a list `(not F)' where F is a function;
+this reverses the sort order.
+
 Ready-made functions include `gnus-article-sort-by-number',
 `gnus-article-sort-by-author', `gnus-article-sort-by-subject',
 `gnus-article-sort-by-date', `gnus-article-sort-by-random'
@@ -744,6 +747,9 @@ is often much slower than sorting by number, and the sorting order is
 very similar.  (Sorting by date means sorting by the time the message
 was sent, sorting by number means sorting by arrival time.)
 
+Each list item can also be a list `(not F)' where F is a
+function; this specifies reversed sort order.
+
 Ready-made functions include `gnus-thread-sort-by-number',
 `gnus-thread-sort-by-author', `gnus-thread-sort-by-subject',
 `gnus-thread-sort-by-date', `gnus-thread-sort-by-score',