From 25f01375540129388139e25163c2cdd6f4b20f48 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 29 Dec 2008 19:19:26 +0000 Subject: [PATCH] *** empty log message *** --- lisp/mail/ChangeLog.pmail | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/lisp/mail/ChangeLog.pmail b/lisp/mail/ChangeLog.pmail index 088db468b88..63d1468ae9f 100644 --- a/lisp/mail/ChangeLog.pmail +++ b/lisp/mail/ChangeLog.pmail @@ -1,3 +1,37 @@ +2008-12-29 Richard M Stallman + + * pmailedit.el (pmail-edit-mode): Bind buffer-swwapped-with to nil. + (pmail-edit-current-message): Save all of buffer as old text. + Clear undo list. + (pmail-cease-edit): Widen first. + Operate in the view buffer; copy edited text back to mbox buffer + and re-encode what was decoded to display the message. + (pmail-abort-edit): Widen first. + + * pmail.el (pmail-forwarded-attr-index): Doc fix. + (pmail-resent-attr-index): New variable. + (pmail-attr-array): Add r for resent. + (pmail-add-mbox-headers): Make 8 attributes. + (pmail-set-attribute): Extend attribute line if necessary. + + * pmail.el (pmail-widen): New command. + (pmail-mode-map): o is pmail-output, C-o is pmail-output-as-seen, + (pmail-mode-map): c-w is pmail-widen. + (pmail-change-major-mode-hook): Do nothing unless buffer-swapped-with. + (pmail-show-message): Downcase character-coding. + + * pmailout.el (pmail-output-decode-coding): New variable. + (pmail-delete-unwanted-fields): Greatly simplified. + (pmail-output-as-babyl): New function. + (pmail-convert-to-babyl-format): Considerably simplified: + assume just one message and don't worry about Content-Type. + (pmail-output-as-mbox): New function. + (pmail-output): Total rewrite. + (pmail-output-as-seen): New command. + (pmail-output-read-pmail-file-name): Function deleted. + (pmail-output-to-babyl-file): Function deleted. + (pmail-output-body-to-file): Don't set an attribute. + 2008-12-23 Richard M Stallman * pmailedit.el (pmail-edit-saved-coding-system): Var deleted. -- 2.39.2