# HG changeset patch # User Richard M. Stallman # Date 1229975762 0 # Node ID dd269da6b61c8271012cf50343e6e0158bd4a8ea # Parent 413e7b650cf725231f3a59c4179878d77f2a3b59 *** empty log message *** diff -r 413e7b650cf7 -r dd269da6b61c lisp/mail/ChangeLog.pmail --- a/lisp/mail/ChangeLog.pmail Mon Dec 22 19:55:36 2008 +0000 +++ b/lisp/mail/ChangeLog.pmail Mon Dec 22 19:56:02 2008 +0000 @@ -1,3 +1,22 @@ +2008-12-22 Richard M Stallman + + * pmailout.el (pmail-output): Use pmail-buffers-swapped-p as function. + + * pmail.el (pmail-swap-buffers-maybe): Variable deleted. + All uses call the function instead. + + * pmail.el (pmail-save): Function deleted. + (pmail-mode-map): Don't bind C-x C-s. + (pmail-mode-1): Don't set up write-region-annotate-functions. + (pmail-write-region-annotate): Function deleted. + (pmail-change-major-mode-hook): Set buffer-swapped-with. + (pmail-use-collection-buffer): Likewise. + (pmail-show-message): Likewise. + + * pmail.el (pmail-swap-buffers-maybe): Go to pmail-buffer before + testing anything. + (pmail): Call pmail-swap-buffers-maybe only if already in Pmail mode. + 2008-12-22 Chong Yidong * pmail.el (pmail-save): New function.