aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bd205450369..d0457265500 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,24 @@
12009-02-07 Alex Schroeder <alex@gnu.org>
2
3 * mail/unrmail.el (unrmail): Use regexps to find message separators so
4 as not to match any fake rmime.el separators. Remove any sections added
5 by rmime.el.
6
72009-02-07 Glenn Morris <rgm@gnu.org>
8
9 * mail/metamail.el (metamail-interpret-body): Remove Rmail-specific hack
10 that is no longer appropriate to mbox Rmail.
11
12 * mail/rmailsum.el (rmail-create-summary-line): Widen the view buffer
13 before trying to move to the start of the message.
14 (rmail-summary-undelete-many, rmail-summary-rmail-update):
15 Fix rmail-set-attribute calls.
16
17 * mail/sendmail.el (mail-bury-selects-summary, mail-yank-original):
18 Doc fix.
19 (rmail-output-to-rmail-buffer): Autoload it.
20 (mail-do-fcc): Give it a doc string. Update for mbox Rmail, simplify.
21
12009-02-06 Glenn Morris <rgm@gnu.org> 222009-02-06 Glenn Morris <rgm@gnu.org>
2 23
3 * mail/unrmail.el (unrmail): Use current-time-string. 24 * mail/unrmail.el (unrmail): Use current-time-string.