diff options
| author | Richard M. Stallman | 2005-10-02 03:36:42 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-10-02 03:36:42 +0000 |
| commit | b059f7d08e6d1cfad57596828cd7df9013d41e05 (patch) | |
| tree | 9e0430d54f88f3fd82880f7d3067429f4b201006 | |
| parent | 5a5ee8142bb82ddb878bce33d5bec701d5660990 (diff) | |
| download | emacs-b059f7d08e6d1cfad57596828cd7df9013d41e05.tar.gz emacs-b059f7d08e6d1cfad57596828cd7df9013d41e05.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 10 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
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 @@ | |||
| 1 | 2005-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 | |||
| 1 | 2005-10-01 Chong Yidong <cyd@stupidchicken.com> | 11 | 2005-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 @@ | |||
| 1 | 2005-10-01 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * xfaces.c (face_color_gray_p): Colors close to black count as gray. | ||
| 4 | |||
| 1 | 2005-10-01 Kim F. Storm <storm@cua.dk> | 5 | 2005-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. |