diff lisp/gnus/ChangeLog @ 111812:5e488dbb17f7

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. gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros from nnir.el.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Fri, 03 Dec 2010 14:53:52 +0000
parents a669b2ecba3a
children e567154bfaa7 79219ca01c7b
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog	Fri Dec 03 14:45:09 2010 +0000
+++ b/lisp/gnus/ChangeLog	Fri Dec 03 14:53:52 2010 +0000
@@ -1,3 +1,14 @@
+2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
+
+	* 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.
+
+	* gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
+	from nnir.el.
+
 2010-12-03  Julien Danjou  <julien@danjou.info>
 
 	* gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.