diff options
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 |
2 files changed, 12 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): |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index d49b24f7a0d..ff217b9a48a 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-10-16 Miles Bader <miles@lsi.nec.co.jp> | ||
| 2 | |||
| 3 | * gnus-nocem.el (gnus-nocem-check-article-limit): New variable. | ||
| 4 | (gnus-nocem-scan-groups): Obey `gnus-nocem-check-article-limit'. | ||
| 5 | |||
| 1 | 2000-10-15 Dave Love <fx@gnu.org> | 6 | 2000-10-15 Dave Love <fx@gnu.org> |
| 2 | 7 | ||
| 3 | * qp.el: Require mm-util. | 8 | * qp.el: Require mm-util. |