diff options
| author | Chong Yidong | 2009-01-22 04:46:52 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-01-22 04:46:52 +0000 |
| commit | c6687b9fa634bc62baf9b189c86e96e635028105 (patch) | |
| tree | a4851c86bf8e48ab93654688931e62b2e38e5514 | |
| parent | ac0827d7733ac1132fd4d4b29fb4f24466279b7d (diff) | |
| download | emacs-c6687b9fa634bc62baf9b189c86e96e635028105.tar.gz emacs-c6687b9fa634bc62baf9b189c86e96e635028105.zip | |
* pmailhdr.el: File removed.
* pmailsum.el: Require pmailkwd.
(pmail-summary-expunge-and-save): Use pmail-expunge-and-save.
* pmail.el (buffer-swapped-with): Var removed.
(pmail-buffer-swapped): New var.
(pmail-write-region-annotate): New function.
(pmail-save-buffer): New function.
* pmailedit.el (pmail-cease-edit, pmail-edit-mode): Use
pmail-buffer-swapped.
| -rw-r--r-- | lisp/mail/ChangeLog.pmail | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/mail/ChangeLog.pmail b/lisp/mail/ChangeLog.pmail index e725986d915..ce72f7b7371 100644 --- a/lisp/mail/ChangeLog.pmail +++ b/lisp/mail/ChangeLog.pmail | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2009-01-18 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * pmailhdr.el: File removed. | ||
| 4 | |||
| 5 | * pmailsum.el: Require pmailkwd. | ||
| 6 | (pmail-summary-expunge-and-save): Use pmail-expunge-and-save. | ||
| 7 | |||
| 8 | * pmail.el (buffer-swapped-with): Var removed. | ||
| 9 | (pmail-buffer-swapped): New var. | ||
| 10 | (pmail-write-region-annotate): New function. | ||
| 11 | (pmail-save-buffer): New function. | ||
| 12 | |||
| 13 | * pmailedit.el (pmail-cease-edit, pmail-edit-mode): Use | ||
| 14 | pmail-buffer-swapped. | ||
| 15 | |||
| 1 | 2009-01-20 Glenn Morris <rgm@gnu.org> | 16 | 2009-01-20 Glenn Morris <rgm@gnu.org> |
| 2 | 17 | ||
| 3 | * pmailkwd.el (pmail-last-label, pmail-last-multi-labels): | 18 | * pmailkwd.el (pmail-last-label, pmail-last-multi-labels): |