comparison lisp/gnus/ChangeLog @ 74491:87e400c0699c

* gnus-sum.el (gnus-make-thread-indent-array): New optional arg specifying array size. (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent array if it is too small. (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1. (gnus-sort-threads-loop): New function.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 08 Dec 2006 16:23:50 +0000
parents 481b951687b3
children 72706da497c8
comparison
equal deleted inserted replaced
74490:7bb7864abd11 74491:87e400c0699c
1 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
2
3 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
4 specifying array size.
5 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6 array if it is too small.
7 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8 (gnus-sort-threads-loop): New function.
9
1 2006-12-06 Chris Moore <dooglus@gmail.com> (tiny change) 10 2006-12-06 Chris Moore <dooglus@gmail.com> (tiny change)
2 11
3 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children): 12 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
4 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing. 13 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5 14