diff 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
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog	Fri Dec 03 17:05:02 2010 -0500
+++ b/lisp/gnus/ChangeLog	Fri Dec 03 17:06:51 2010 -0500
@@ -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.