aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/gnus.texi5
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index da2491cb94a..50214bb364c 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,8 @@
12013-07-26 Tassilo Horn <tsdh@gnu.org>
2
3 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
4 `gnus-sort-threads-recursively'.
5
12013-07-25 Glenn Morris <rgm@gnu.org> 62013-07-25 Glenn Morris <rgm@gnu.org>
2 7
3 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add ido. 8 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add ido.
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index be0425a679b..5f9e0b9db28 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -7394,6 +7394,11 @@ say something like:
7394 gnus-thread-sort-by-score)) 7394 gnus-thread-sort-by-score))
7395@end lisp 7395@end lisp
7396 7396
7397By default, threads are sorted recursively, that is, first the roots,
7398then all subthreads, and so on. If you feel more like sorting only
7399the roots, so that inside a thread the original chronological order is
7400retained, you can set @code{gnus-sort-threads-recursively} to nil.
7401
7397@vindex gnus-thread-score-function 7402@vindex gnus-thread-score-function
7398The function in the @code{gnus-thread-score-function} variable (default 7403The function in the @code{gnus-thread-score-function} variable (default
7399@code{+}) is used for calculating the total score of a thread. Useful 7404@code{+}) is used for calculating the total score of a thread. Useful