diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e01282aa2ac..c225c81c671 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2000-10-18 Miles Bader <miles@lsi.nec.co.jp> | ||
| 2 | |||
| 3 | * comint.el (comint-output-filter): Fixup comint-last-input-end too. | ||
| 4 | Remove commented-out call to force-mode-line-update. | ||
| 5 | (comint-kill-output): Use `forward-line 0' instead of | ||
| 6 | beginning-of-line to make sure we get past the prompt. | ||
| 7 | |||
| 1 | 2000-10-17 Stefan Monnier <monnier@cs.yale.edu> | 8 | 2000-10-17 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 9 | ||
| 3 | * diff-mode.el (diff-header-face, diff-file-header-face): | 10 | * diff-mode.el (diff-header-face, diff-file-header-face): |