Mercurial > emacs
changeset 101076:6c4177798438
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 10 Jan 2009 21:13:02 +0000 |
parents | 164acaa725fe |
children | 22a55aabcdba |
files | lisp/mail/ChangeLog.pmail |
diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/ChangeLog.pmail Sat Jan 10 21:12:48 2009 +0000 +++ b/lisp/mail/ChangeLog.pmail Sat Jan 10 21:13:02 2009 +0000 @@ -1,3 +1,19 @@ +2009-01-10 Richard M Stallman <rms@gnu.org> + + * pmailsort.el (pmailhdr): Don't require it. + (pmail-fetch-field): Function deleted. + Callers use pmail-get-header. + (pmail-sort-messages): Replace point-offset with + return-to-point, which can be nil. + Call pmail-swap-buffers-maybe after that. + Don't bind buffer-read-only. Bind inhibit-read-only. + Be more careful in making blank line at end of msg. + Don't enable undo at end. + + * pmail.el (pmail-ignored-headers): Hide more fields. + (pmail-next-undeleted-message): If we stay on same message, + don't change anything. + 2009-01-08 Glenn Morris <rgm@gnu.org> * pmailmsc.el (pmail-show-message): Fix declaration.