changeset 88267:960c11d84a7d

*** empty log message ***
author Alex Schroeder <alex@gnu.org>
date Sat, 21 Jan 2006 18:22:25 +0000
parents 7ed20fa4aa34
children 6a755a3db87f
files lisp/mail/ChangeLog
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/ChangeLog	Sat Jan 21 18:22:09 2006 +0000
+++ b/lisp/mail/ChangeLog	Sat Jan 21 18:22:25 2006 +0000
@@ -1,9 +1,18 @@
 2006-01-21  Alex Schroeder  <alex@gnu.org>
 
+	* rmailedit.el (rmail-abort-edit): Don't call
+	rmail-highlight-headers anymore.
+
 	* rmail.el (rmail-next-undeleted-message): Simplify.
 	(rmail-what-message): Deleted since it was never called.
 	(rmail-narrow-to-header): Use the same error message as
 	rmail-header-get-limit.
+	(rmail-highlight-face): Doc.
+	(rmail-font-lock-keywords): Add the stuff necessary to make
+	rmail-highlight-headers obsolete.
+	(rmail-toggle-header, rmail-show-message): Don't call
+	rmail-highlight-headers anymore.
+	(rmail-highlight-headers): Deleted.
 
 	* rmaildesc.el (rmail-desc-set-attribute): Use
 	rmail-header-add-header instead of rmail-header-set-header.