]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 2 Oct 2005 03:36:42 +0000 (03:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 2 Oct 2005 03:36:42 +0000 (03:36 +0000)
lisp/ChangeLog
src/ChangeLog

index 165fe825693a718fa8aa3526b666c84701ca2908..9375c31b815d142e62d0acd7e10142f7ff63297c 100644 (file)
@@ -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.
index 319d21bfe1fe54191be8681a307340e3642c62f9..f4a999ed70fcf7d569ccd9fba493f34e93d3987e 100644 (file)
@@ -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.