changeset 100649:2788f69ffa14

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 22 Dec 2008 21:18:19 +0000
parents f050468c100d
children fc49fe690b33
files lisp/mail/ChangeLog.pmail
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/ChangeLog.pmail	Mon Dec 22 21:16:43 2008 +0000
+++ b/lisp/mail/ChangeLog.pmail	Mon Dec 22 21:18:19 2008 +0000
@@ -1,5 +1,19 @@
 2008-12-22  Richard M Stallman  <rms@gnu.org>
 
+	* pmail.el (pmail-retried-attr-index, pmail-forwarded-attr-index):
+	Renamed from pmail-resent-attr-index and pmail-stored-attr-index.
+	(pmail-attr-array): Change names to `retried' and `forwarded'
+	(pmail-reply): Use pmail-answered-attr-index.
+	(pmail-forward): Use pmail-forwarded-attr-index.
+	(pmail-retry-failure): Use pmail-retried-attr-index.
+
+	* pmail.el (pmail-get-header): Don't unswap, just see data where it is.
+	(pmail-set-attribute): Don't unswap, just set the data where it is.
+	(pmail-show-message): Call pmail-swap-buffers-maybe before reswapping.
+
+	* pmail.el (pmail-get-attr-names): Doc fix.
+	(pmail-is-text-p): Doc fix.
+
 	* pmailout.el (pmail-output): Use pmail-buffers-swapped-p as function.
 
 	* pmail.el (pmail-swap-buffers-maybe): Variable deleted.