# HG changeset patch # User Richard M. Stallman # Date 1128224202 0 # Node ID a7f09d5b1ed0b7d22a5f2bce78305cfce5dd92b4 # Parent 06a7b3628c63c1584e5ddaa98994b11a23e8f6f0 *** empty log message *** diff -r 06a7b3628c63 -r a7f09d5b1ed0 lisp/ChangeLog --- a/lisp/ChangeLog Sun Oct 02 03:34:29 2005 +0000 +++ b/lisp/ChangeLog Sun Oct 02 03:36:42 2005 +0000 @@ -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 -r 06a7b3628c63 -r a7f09d5b1ed0 src/ChangeLog --- a/src/ChangeLog Sun Oct 02 03:34:29 2005 +0000 +++ b/src/ChangeLog Sun Oct 02 03:36:42 2005 +0000 @@ -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.