From: Richard M. Stallman Date: Sun, 2 Oct 2005 03:36:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~6864 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b059f7d08e6d1cfad57596828cd7df9013d41e05;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 165fe825693..9375c31b815 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2005-10-01 Richard M. Stallman + + * comint.el (comint-redirect-subvert-readonly): Doc fix. + + * simple.el (next-error-internal): New function. + + * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND. + (compilation-start): Pass new arg to compilation-buffer-name. + (compile-goto-error): Use next-error-internal. + 2005-10-01 Chong Yidong * speedbar.el: Remove RCS tag. diff --git a/src/ChangeLog b/src/ChangeLog index 319d21bfe1f..f4a999ed70f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2005-10-01 Richard M. Stallman + + * xfaces.c (face_color_gray_p): Colors close to black count as gray. + 2005-10-01 Kim F. Storm * xdisp.c (try_window): Skip scroll-margin check if ZV is visible.