diff options
| author | Dave Love | 2000-09-14 09:52:08 +0000 |
|---|---|---|
| committer | Dave Love | 2000-09-14 09:52:08 +0000 |
| commit | ffb8db8d77af7792dc998c5137a637bab0919c07 (patch) | |
| tree | 59d47cb441416674ae13ca25b52a55caac59efa9 | |
| parent | 2a494b2d89ae7eeb5b5d7788f18972be1475ebe1 (diff) | |
| download | emacs-ffb8db8d77af7792dc998c5137a637bab0919c07.tar.gz emacs-ffb8db8d77af7792dc998c5137a637bab0919c07.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dd774e59bb2..87c963d5a28 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -15,6 +15,11 @@ | |||
| 15 | overlay works. Use a let when making comint-last-prompt-overlay, | 15 | overlay works. Use a let when making comint-last-prompt-overlay, |
| 16 | so that the code is easier to read. | 16 | so that the code is easier to read. |
| 17 | 17 | ||
| 18 | 2000-09-13 Dave Love <fx@gnu.org> | ||
| 19 | |||
| 20 | * wid-edit.el (widget-default-format-handler): DTRT when | ||
| 21 | doc-property is a function. | ||
| 22 | |||
| 18 | 2000-09-12 Francesco Potorti` <pot@gnu.org> | 23 | 2000-09-12 Francesco Potorti` <pot@gnu.org> |
| 19 | 24 | ||
| 20 | * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the | 25 | * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the |