changeset 102024:90de3cf60f68

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 14 Feb 2009 04:01:53 +0000
parents a92cde59fabc
children a41e65af8655
files lisp/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Feb 14 04:00:08 2009 +0000
+++ b/lisp/ChangeLog	Sat Feb 14 04:01:53 2009 +0000
@@ -11,6 +11,14 @@
 
 2009-02-14  Richard M Stallman  <rms@gnu.org>
 
+	* mail/rmailedit.el: Handle editing of header fields.
+	(rmail-old-headers): New variable.
+	(rmail-edit-current-message): Set it, recording current headers.
+	(rmail-cease-edit): Compute new headers and diff against old ones.
+	Update the mbox buffer with the changes that were made.
+	(rmail-edit-headers-alist): New function.
+	(rmail-edit-diff-headers, rmail-edit-update-headers): New functions.
+
 	* mail/rmailout.el (rmail-output-body-to-file): Avoid space and colon
 	in default file name.