From: Richard M. Stallman Date: Sat, 10 Jan 2009 21:13:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~551 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e58bab4ba23060ef875cc1ffcaca36f2ea8297fa;p=emacs.git *** empty log message *** --- diff --git a/lisp/mail/ChangeLog.pmail b/lisp/mail/ChangeLog.pmail index e5d29605537..52a73dd42ba 100644 --- a/lisp/mail/ChangeLog.pmail +++ b/lisp/mail/ChangeLog.pmail @@ -1,3 +1,19 @@ +2009-01-10 Richard M Stallman + + * 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 * pmailmsc.el (pmail-show-message): Fix declaration.