aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-10-02 03:36:42 +0000
committerRichard M. Stallman2005-10-02 03:36:42 +0000
commitb059f7d08e6d1cfad57596828cd7df9013d41e05 (patch)
tree9e0430d54f88f3fd82880f7d3067429f4b201006
parent5a5ee8142bb82ddb878bce33d5bec701d5660990 (diff)
downloademacs-b059f7d08e6d1cfad57596828cd7df9013d41e05.tar.gz
emacs-b059f7d08e6d1cfad57596828cd7df9013d41e05.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog10
-rw-r--r--src/ChangeLog4
2 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 165fe825693..9375c31b815 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12005-10-01 Richard M. Stallman <rms@gnu.org>
2
3 * comint.el (comint-redirect-subvert-readonly): Doc fix.
4
5 * simple.el (next-error-internal): New function.
6
7 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
8 (compilation-start): Pass new arg to compilation-buffer-name.
9 (compile-goto-error): Use next-error-internal.
10
12005-10-01 Chong Yidong <cyd@stupidchicken.com> 112005-10-01 Chong Yidong <cyd@stupidchicken.com>
2 12
3 * speedbar.el: Remove RCS tag. 13 * 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 @@
12005-10-01 Richard M. Stallman <rms@gnu.org>
2
3 * xfaces.c (face_color_gray_p): Colors close to black count as gray.
4
12005-10-01 Kim F. Storm <storm@cua.dk> 52005-10-01 Kim F. Storm <storm@cua.dk>
2 6
3 * xdisp.c (try_window): Skip scroll-margin check if ZV is visible. 7 * xdisp.c (try_window): Skip scroll-margin check if ZV is visible.