diff options
| author | Richard M. Stallman | 2009-02-14 04:01:53 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2009-02-14 04:01:53 +0000 |
| commit | 1945c7a74c82d7e41af182ffae066642d51baaab (patch) | |
| tree | 25f32d76f32e531e0154da498c4be0540c08fbd5 /lisp/ChangeLog | |
| parent | f3998865b37212095326c567ffbe4368a85735a3 (diff) | |
| download | emacs-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/ChangeLog | 8 |
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 | ||
| 12 | 2009-02-14 Richard M Stallman <rms@gnu.org> | 12 | 2009-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 | ||