aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-09-27 11:03:03 +0000
committerGerd Moellmann2001-09-27 11:03:03 +0000
commite04233aacfbf1576bfcb487f2b9edd9cfec64cdd (patch)
tree805917ff73cabf4bf53a83321c1c4bd14daee928 /lisp/ChangeLog
parent6eb94ddb0f2e64ca9cd66486ae2aa0b76fe4c2ac (diff)
downloademacs-e04233aacfbf1576bfcb487f2b9edd9cfec64cdd.tar.gz
emacs-e04233aacfbf1576bfcb487f2b9edd9cfec64cdd.zip
(send-mail-function): Doc fix.
(mail-do-fcc): Error if header-end is not a marker. (mail-do-fcc): Add a comment. (mail-reply-to): Doc fix. (mail-signature): Make ATPOINT optional. (mail-yank-original): Use cond instead of nestled if.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bd7c0b05aa0..f6734f3508a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -9,6 +9,15 @@
9 * tar-mode.el (tar-mode-write-file): Don't signal an error by 9 * tar-mode.el (tar-mode-write-file): Don't signal an error by
10 calling byte-to-position with a nil tar-header-offset. 10 calling byte-to-position with a nil tar-header-offset.
11 11
122001-09-27 Simon Josefsson <jas@extundo.com>
13
14 * mail/sendmail.el (send-mail-function): Doc fix.
15 (mail-do-fcc): Error if header-end is not a marker.
16 (mail-do-fcc): Add a comment.
17 (mail-reply-to): Doc fix.
18 (mail-signature): Make ATPOINT optional.
19 (mail-yank-original): Use cond instead of nestled if.
20
122001-09-26 Stefan Monnier <monnier@cs.yale.edu> 212001-09-26 Stefan Monnier <monnier@cs.yale.edu>
13 22
14 * info.el (Info-on-current-buffer): Default arg to "Top". 23 * info.el (Info-on-current-buffer): Default arg to "Top".