diff options
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0d56fe54f16..07de8dbd57b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2000-10-25 Miles Bader <miles@lsi.nec.co.jp> | ||
| 2 | |||
| 3 | * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil. | ||
| 4 | (comint-mode-map): Reverse order of `comint-write-output' and | ||
| 5 | `comint-append-output-to-file'. | ||
| 6 | (comint-append-output-to-file): Reinstate this function, for the | ||
| 7 | benefit of the menu. | ||
| 8 | |||
| 1 | 2000-10-25 Stefan Monnier <monnier@cs.yale.edu> | 9 | 2000-10-25 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 10 | ||
| 3 | * vc.el (vc-version-other-window): Bind `file'. | 11 | * vc.el (vc-version-other-window): Bind `file'. |