From: Miles Bader Date: Wed, 18 Oct 2000 01:55:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~791 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=17ea3cdbd72b53ac4537dc5a9f36ceeae90c41ba;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e01282aa2ac..c225c81c671 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2000-10-18 Miles Bader + + * comint.el (comint-output-filter): Fixup comint-last-input-end too. + Remove commented-out call to force-mode-line-update. + (comint-kill-output): Use `forward-line 0' instead of + beginning-of-line to make sure we get past the prompt. + 2000-10-17 Stefan Monnier * 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 @@ +2000-10-16 Miles Bader + + * gnus-nocem.el (gnus-nocem-check-article-limit): New variable. + (gnus-nocem-scan-groups): Obey `gnus-nocem-check-article-limit'. + 2000-10-15 Dave Love * qp.el: Require mm-util.