diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
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 | ||
| 12 | 2001-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 | |||
| 12 | 2001-09-26 Stefan Monnier <monnier@cs.yale.edu> | 21 | 2001-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". |