diff options
| -rw-r--r-- | lisp/mail/ChangeLog.pmail | 16 |
1 files changed, 16 insertions, 0 deletions
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 @@ | |||
| 1 | 2009-01-10 Richard M Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * pmailsort.el (pmailhdr): Don't require it. | ||
| 4 | (pmail-fetch-field): Function deleted. | ||
| 5 | Callers use pmail-get-header. | ||
| 6 | (pmail-sort-messages): Replace point-offset with | ||
| 7 | return-to-point, which can be nil. | ||
| 8 | Call pmail-swap-buffers-maybe after that. | ||
| 9 | Don't bind buffer-read-only. Bind inhibit-read-only. | ||
| 10 | Be more careful in making blank line at end of msg. | ||
| 11 | Don't enable undo at end. | ||
| 12 | |||
| 13 | * pmail.el (pmail-ignored-headers): Hide more fields. | ||
| 14 | (pmail-next-undeleted-message): If we stay on same message, | ||
| 15 | don't change anything. | ||
| 16 | |||
| 1 | 2009-01-08 Glenn Morris <rgm@gnu.org> | 17 | 2009-01-08 Glenn Morris <rgm@gnu.org> |
| 2 | 18 | ||
| 3 | * pmailmsc.el (pmail-show-message): Fix declaration. | 19 | * pmailmsc.el (pmail-show-message): Fix declaration. |