diff options
| author | Chong Yidong | 2008-12-04 22:47:07 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-12-04 22:47:07 +0000 |
| commit | 15baf10badb2d487660d509386a55cb7084f5b44 (patch) | |
| tree | 20e7c410c064c1faa17925e30aef78fb4f1a6e73 | |
| parent | ccb4a48152f46c56eadb8bd94218aaa06de94dca (diff) | |
| download | emacs-15baf10badb2d487660d509386a55cb7084f5b44.tar.gz emacs-15baf10badb2d487660d509386a55cb7084f5b44.zip | |
* pmailsort.el: Sync with pmailsort.el.
(pmail-sort-messages): Insert two newlines at the end of the
message if they do not exist.
* pmailmm.el: Require mail-parse.
(pmail-mime-show): Don't use removed function
pmail-header-hide-headers.
(pmail-mime): Use pmail-msgbeg and pmail-msgend instead of removed
pmail-desc-* functions.
* pmailkwd.el: Sync with rmailkwd.el.
* pmailout.el: Sync with rmailout.el.
* pmailedit.el: Sync with rmailedit.el.
(pmail-edit-current-message): Remove deleted function
pmail-msg-is-pruned.
* pmaildesc.el: File deleted.
* pmail.el (pmail-get-header): Call pmail-swap-buffers-maybe.
(pmail-retry-failure): Remove call to non-existent function
pmail-clear-headers.
(pmail-message-labels-p): New function.
| -rw-r--r-- | lisp/mail/ChangeLog.pmail | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lisp/mail/ChangeLog.pmail b/lisp/mail/ChangeLog.pmail index ffe92aa8100..98009819476 100644 --- a/lisp/mail/ChangeLog.pmail +++ b/lisp/mail/ChangeLog.pmail | |||
| @@ -1,6 +1,29 @@ | |||
| 1 | 2008-12-04 Chong Yidong <cyd@stupidchicken.com> | 1 | 2008-12-04 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * pmailsort.el: Sync with pmailsort.el. | ||
| 4 | (pmail-sort-messages): Insert two newlines at the end of the | ||
| 5 | message if they do not exist. | ||
| 6 | |||
| 7 | * pmailmm.el: Require mail-parse. | ||
| 8 | (pmail-mime-show): Don't use removed function | ||
| 9 | pmail-header-hide-headers. | ||
| 10 | (pmail-mime): Use pmail-msgbeg and pmail-msgend instead of removed | ||
| 11 | pmail-desc-* functions. | ||
| 12 | |||
| 13 | * pmailkwd.el: Sync with rmailkwd.el. | ||
| 14 | |||
| 15 | * pmailout.el: Sync with rmailout.el. | ||
| 16 | |||
| 17 | * pmailedit.el: Sync with rmailedit.el. | ||
| 18 | (pmail-edit-current-message): Remove deleted function | ||
| 19 | pmail-msg-is-pruned. | ||
| 20 | |||
| 21 | * pmaildesc.el: File deleted. | ||
| 22 | |||
| 3 | * pmail.el (pmail-get-header): Call pmail-swap-buffers-maybe. | 23 | * pmail.el (pmail-get-header): Call pmail-swap-buffers-maybe. |
| 24 | (pmail-retry-failure): Remove call to non-existent function | ||
| 25 | pmail-clear-headers. | ||
| 26 | (pmail-message-labels-p): New function. | ||
| 4 | 27 | ||
| 5 | 2008-12-02 Chong Yidong <cyd@stupidchicken.com> | 28 | 2008-12-02 Chong Yidong <cyd@stupidchicken.com> |
| 6 | 29 | ||