diff options
author | Richard M. Stallman <rms@gnu.org> | 2008-12-23 03:50:34 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2008-12-23 03:50:34 +0000 |
commit | 2e39660c56382e60c8d60deb73f759e44bd9fdf8 (patch) | |
tree | ae2fab4ea84311f378c2ef5d5ff3aeb1d86b2ef2 | |
parent | 43d712632d53426a950eed7fd823f16de1aab82c (diff) | |
download | emacs-2e39660c56382e60c8d60deb73f759e44bd9fdf8.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/mail/ChangeLog.pmail | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/mail/ChangeLog.pmail b/lisp/mail/ChangeLog.pmail index b1f5eebc75f..c61c6d27640 100644 --- a/lisp/mail/ChangeLog.pmail +++ b/lisp/mail/ChangeLog.pmail @@ -1,3 +1,22 @@ +2008-12-23 Richard M Stallman <rms@gnu.org> + + * pmailsum.el (pmail-message-subject-p): Mark as broken. + (pmail-message-senders-p): Likewise. + (pmail-new-summary-1): Don't unswap -- search messages where they are. + + * pmail.el (pmail-display-labels): Doc fix. + (pmail-set-attribute): Deleted unused vars. + Bind inhibit-read-only, not buffer-read-only. + (pmail-message-attr-p): Doc fix. + (pmail-message-labels-p, pmail-message-recipients-p) + (pmail-message-regexp-p): Mark as broken. + + * pmailedit.el (pmailhdr): Don't require it. + (pmail-edit-current-message): Don't call pmail-header-show-headers. + (pmail-cease-edit): Force a blank line at end of edited message. + Call pmail-set-attribute properly. + Don't set buffer-read-only. + 2008-12-22 Richard M Stallman <rms@gnu.org> * pmail.el (pmail-retried-attr-index, pmail-forwarded-attr-index): |