diff options
| author | Chong Yidong <cyd@stupidchicken.com> | 2008-12-12 15:26:17 +0000 |
|---|---|---|
| committer | Chong Yidong <cyd@stupidchicken.com> | 2008-12-12 15:26:17 +0000 |
| commit | 17a1c3f768e594fd8b034f50f083266272904422 (patch) | |
| tree | 35a8768ddc4d4bb7dddb85f57a4e4dc51bba0a88 /lisp | |
| parent | 9adf1f06524ab88412a11161f9cbfdc3283c2a13 (diff) | |
| download | emacs-17a1c3f768e594fd8b034f50f083266272904422.tar.gz | |
* pmailout.el (pmail-output): Rewrite to handle mbox format.
(pmail-output-to-babyl-file): Renamed from
pmail-output-to-pmail-file.
* pmail.el: All callers to pmail-output-to-pmail-file changed to
pmail-output-to-babyl-file.
* pmail.el: All callers to pmail-output-to-pmail-file changed to
pmail-output-to-babyl-file.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/mail/ChangeLog.pmail | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/mail/ChangeLog.pmail b/lisp/mail/ChangeLog.pmail index e42440f9089..ec8603d7e66 100644 --- a/lisp/mail/ChangeLog.pmail +++ b/lisp/mail/ChangeLog.pmail @@ -1,3 +1,15 @@ +2008-12-12 Chong Yidong <cyd@stupidchicken.com> + + * pmailout.el (pmail-output): Rewrite to handle mbox format. + (pmail-output-to-babyl-file): Renamed from + pmail-output-to-pmail-file. + + * pmail.el: All callers to pmail-output-to-pmail-file changed to + pmail-output-to-babyl-file. + + * pmail.el: All callers to pmail-output-to-pmail-file changed to + pmail-output-to-babyl-file. + 2008-12-10 Chong Yidong <cyd@stupidchicken.com> * pmailout.el (pmail-output-to-pmail-file): Don't call |
