Mercurial > emacs
changeset 65785:a7f09d5b1ed0
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 02 Oct 2005 03:36:42 +0000 |
parents | 06a7b3628c63 |
children | 87a76ede9b30 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <rms@gnu.org> + + * 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 <cyd@stupidchicken.com> * speedbar.el: Remove RCS tag.
--- 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 <rms@gnu.org> + + * xfaces.c (face_color_gray_p): Colors close to black count as gray. + 2005-10-01 Kim F. Storm <storm@cua.dk> * xdisp.c (try_window): Skip scroll-margin check if ZV is visible.