aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2009-02-15 03:26:17 +0000
committerGlenn Morris2009-02-15 03:26:17 +0000
commit050f62bf25833561382dc73e4026d2d5590f9ec1 (patch)
tree76cec61634927b0220754ae5d974513fc514702b /lisp/ChangeLog
parent8f8cecb318f4e69962a6997bcec066c20f33eded (diff)
downloademacs-050f62bf25833561382dc73e4026d2d5590f9ec1.tar.gz
emacs-050f62bf25833561382dc73e4026d2d5590f9ec1.zip
(rmail-output-as-mbox): Start search from point-min. If constructing a
"From " line, prefer the date header over the current time.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ff630eacc16..d097c18917d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -6,6 +6,8 @@
6 (rmail-output-as-babyl, rmail-output-to-babyl-buffer): Remove 6 (rmail-output-as-babyl, rmail-output-to-babyl-buffer): Remove
7 unnecessary use of with-no-warnings. 7 unnecessary use of with-no-warnings.
8 (rmail-output-as-mbox, rmail-output-as-seen): Doc fix. 8 (rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
9 (rmail-output-as-mbox): Start search from point-min. If constructing a
10 "From " line, prefer the date header over the current time.
9 11
102009-02-15 Richard M Stallman <rms@gnu.org> 122009-02-15 Richard M Stallman <rms@gnu.org>
11 13