diff lisp/gnus/ChangeLog @ 111424:e8807c0f5742

Silence gnus-art compilation. * lisp/gnus/gnus-art.el (gnus-treat-article): Give dynamic local variables `condition', `type', `length' a prefix. (gnus-treat-predicate): Update for above name changes.
author Glenn Morris <rgm@gnu.org>
date Sat, 06 Nov 2010 12:35:19 -0700
parents 733acab855e4
children b75e6634a171
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog	Sat Nov 06 12:28:44 2010 -0700
+++ b/lisp/gnus/ChangeLog	Sat Nov 06 12:35:19 2010 -0700
@@ -1,13 +1,19 @@
+2010-11-06  Glenn Morris  <rgm@gnu.org>
+
+	* gnus-art.el (gnus-treat-article): Give dynamic local variables
+	`condition', `type', `length' a prefix.
+	(gnus-treat-predicate): Update for above name changes.
+
 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
 
-	* nnir.el (gnus-summary-nnir-goto-thread): limiting work done by
+	* nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
 	gnus-summary-refer-thread.
 
-	* gnus-sum.el (gnus-build-all-threads): force updating of dependency
+	* gnus-sum.el (gnus-build-all-threads): Force updating of dependency
 	headers.
-	(gnus-summary-limit-include-thread): prevent articles in thread from
+	(gnus-summary-limit-include-thread): Prevent articles in thread from
 	being cut in gnus-cut-threads.
-	(gnus-summary-refer-thread): limit retrieved headers to those in
+	(gnus-summary-refer-thread): Limit retrieved headers to those in
 	thread.
 
 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>