comparison lisp/gnus/ChangeLog @ 111818:6da5e88812e5

nnir.el: Rearrange code to allow macros to be autoloaded by gnus-sum.el. * nnir.el: Rearrange code to allow macros to be autoloaded by gnus-sum.el. (nnir-retrieve-headers-override-function): Make this variable customizable. (nnir-retrieve-headers): Remove obsolete subject-mangling code.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 03 Dec 2010 17:06:51 -0500
parents 11c12bf13038
children
comparison
equal deleted inserted replaced
111817:11c12bf13038 111818:6da5e88812e5
1 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
2
3 * nnir.el: Rearrange code to allow macros to be autoloaded by
4 gnus-sum.el.
5 (nnir-retrieve-headers-override-function): Make this variable
6 customizable.
7 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8
9 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
10 from nnir.el.
11
1 2010-12-03 Julien Danjou <julien@danjou.info> 12 2010-12-03 Julien Danjou <julien@danjou.info>
2 13
3 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil. 14 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
4 15
5 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org> 16 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>