aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/ChangeLog
diff options
context:
space:
mode:
authorTassilo Horn2013-07-30 08:16:20 +0000
committerKatsumi Yamaoka2013-07-30 08:16:20 +0000
commita3fd87cb69eb4e93238a2701118559bee9d493eb (patch)
treea91fffe5c2f3f193fc7ad5ca4733630b29730db6 /doc/misc/ChangeLog
parent1e6c60074fd3d412f3ec982c583937e01b2eb3b0 (diff)
downloademacs-a3fd87cb69eb4e93238a2701118559bee9d493eb.tar.gz
emacs-a3fd87cb69eb4e93238a2701118559bee9d493eb.zip
Gnus: Improve subthread sorting;
make subthread sorting customizable and add docs for it * doc/misc/gnus.texi (Sorting the Summary Buffer): Document new defcustom `gnus-subthread-sort-functions' and remove the obsolete documentation of `gnus-sort-threads-recursively'. * lisp/gnus/gnus-sum.el (gnus-subthread-sort-functions): New defcustom. (gnus-sort-threads-recursively): Delete defcustom. (gnus-sort-threads-recursive): Adapt accordingly. * lisp/gnus/gnus-sum.el (gnus-sort-subthreads-recursive): New function. (gnus-sort-threads-recursive): Use it. (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive' again. Now that determines how to sort subthreads.
Diffstat (limited to 'doc/misc/ChangeLog')
-rw-r--r--doc/misc/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index b306ce5ba0a..9b45ac06f4c 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,4 +1,10 @@
12013-07-29 David Engster <deng@randomsample.de> 12013-07-30 Tassilo Horn <tsdh@gnu.org>
2
3 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
4 `gnus-subthread-sort-functions' and remove the obsolete documentation
5 of `gnus-sort-threads-recursively'.
6
72013-07-29 David Engster <deng@randomsample.de>
2 8
3 * eieio.texi (top): Make clear that EIEIO is not a full CLOS 9 * eieio.texi (top): Make clear that EIEIO is not a full CLOS
4 implementation. 10 implementation.