Mercurial > emacs
changeset 100583:752b291cbd74
* pmail.el (pmail-add-header): Function deleted.
(pmail-add-mbox-headers): Insert header directly instead of
calling pmail-add-header.
(pmail-display-labels): Add leading space to attribute string.
(pmail-set-attribute): Call pmail-swap-buffers-maybe. Insert
header directly instead of calling pmail-add-header.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 20 Dec 2008 07:02:49 +0000 |
parents | 7ba6bfe45e2b |
children | af07ce58a8d5 |
files | lisp/mail/ChangeLog.pmail |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/ChangeLog.pmail Sat Dec 20 04:30:04 2008 +0000 +++ b/lisp/mail/ChangeLog.pmail Sat Dec 20 07:02:49 2008 +0000 @@ -10,6 +10,13 @@ pmail-expunge-and-save. (pmail-next-undeleted-message): If no other message can be shown, show the current one. + (pmail-attr-array): Doc fix. + (pmail-add-header): Function deleted. + (pmail-add-mbox-headers): Insert header directly instead of + calling pmail-add-header. + (pmail-display-labels): Add leading space to attribute string. + (pmail-set-attribute): Call pmail-swap-buffers-maybe. Insert + header directly instead of calling pmail-add-header. 2008-12-15 Juanma Barranquero <lekktu@gmail.com>