aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2009-02-14 04:01:53 +0000
committerRichard M. Stallman2009-02-14 04:01:53 +0000
commit1945c7a74c82d7e41af182ffae066642d51baaab (patch)
tree25f32d76f32e531e0154da498c4be0540c08fbd5 /lisp/ChangeLog
parentf3998865b37212095326c567ffbe4368a85735a3 (diff)
downloademacs-1945c7a74c82d7e41af182ffae066642d51baaab.tar.gz
emacs-1945c7a74c82d7e41af182ffae066642d51baaab.zip
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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c045edb54ff..ab95e57abaf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -11,6 +11,14 @@
11 11
122009-02-14 Richard M Stallman <rms@gnu.org> 122009-02-14 Richard M Stallman <rms@gnu.org>
13 13
14 * mail/rmailedit.el: Handle editing of header fields.
15 (rmail-old-headers): New variable.
16 (rmail-edit-current-message): Set it, recording current headers.
17 (rmail-cease-edit): Compute new headers and diff against old ones.
18 Update the mbox buffer with the changes that were made.
19 (rmail-edit-headers-alist): New function.
20 (rmail-edit-diff-headers, rmail-edit-update-headers): New functions.
21
14 * mail/rmailout.el (rmail-output-body-to-file): Avoid space and colon 22 * mail/rmailout.el (rmail-output-body-to-file): Avoid space and colon
15 in default file name. 23 in default file name.
16 24