aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog9
-rw-r--r--lisp/mail/rmailsum.el2
2 files changed, 10 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index acc311bc9d2..ff630eacc16 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12009-02-15 Glenn Morris <rgm@gnu.org>
2
3 * mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix.
4
5 * mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group.
6 (rmail-output-as-babyl, rmail-output-to-babyl-buffer): Remove
7 unnecessary use of with-no-warnings.
8 (rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
9
12009-02-15 Richard M Stallman <rms@gnu.org> 102009-02-15 Richard M Stallman <rms@gnu.org>
2 11
3 * mail/rmailedit.el (rmail-edit-diff-headers): 12 * mail/rmailedit.el (rmail-edit-diff-headers):
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el
index 6940f3d4ba6..58288210c2f 100644
--- a/lisp/mail/rmailsum.el
+++ b/lisp/mail/rmailsum.el
@@ -1685,7 +1685,7 @@ even the header display is currently pruned."
1685 (file-name &optional count noattribute from-gnus)) 1685 (file-name &optional count noattribute from-gnus))
1686 1686
1687(defun rmail-summary-output-as-seen (&optional file-name n) 1687(defun rmail-summary-output-as-seen (&optional file-name n)
1688 "Append this message to system-inbox-format mail file named FILE-NAME. 1688 "Append this message to mbox file named FILE-NAME.
1689A prefix argument N says to output that many consecutive messages, 1689A prefix argument N says to output that many consecutive messages,
1690from the summary, starting with the current one. 1690from the summary, starting with the current one.
1691Deleted messages are skipped and don't count. 1691Deleted messages are skipped and don't count.