diff options
| author | Glenn Morris | 2009-02-15 03:26:17 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-02-15 03:26:17 +0000 |
| commit | 050f62bf25833561382dc73e4026d2d5590f9ec1 (patch) | |
| tree | 76cec61634927b0220754ae5d974513fc514702b /lisp/ChangeLog | |
| parent | 8f8cecb318f4e69962a6997bcec066c20f33eded (diff) | |
| download | emacs-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/ChangeLog | 2 |
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 | ||
| 10 | 2009-02-15 Richard M Stallman <rms@gnu.org> | 12 | 2009-02-15 Richard M Stallman <rms@gnu.org> |
| 11 | 13 | ||