diff options
| author | Glenn Morris | 2009-08-31 01:35:25 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-08-31 01:35:25 +0000 |
| commit | e61eba3469e7ad2cd52b04c526f9958ae1cfcbd6 (patch) | |
| tree | 17d750a3fb82374254a65f56f32be3039b8d15c1 | |
| parent | 197b67b127d423c06802ee89277937a62a95aadb (diff) | |
| download | emacs-e61eba3469e7ad2cd52b04c526f9958ae1cfcbd6.tar.gz emacs-e61eba3469e7ad2cd52b04c526f9958ae1cfcbd6.zip | |
KR has assignment, so no need for "tiny change".
| -rw-r--r-- | lisp/ChangeLog | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 23e057fc282..22656cdc1f4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2009-08-31 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro. | ||
| 4 | |||
| 5 | * apropos.el (apropos-symbols-internal): Handle (obsolete) face aliases. | ||
| 6 | |||
| 7 | * faces.el (describe-face): Adjust the output format to be more like | ||
| 8 | describe-variable, and to mention (obsolete) face aliases. | ||
| 9 | Adjust the whitespace so that help-setup-xref works. | ||
| 10 | |||
| 11 | * calendar/calendar.el (calendar-today-face, diary-face, holiday-face): | ||
| 12 | * calendar/diary-lib.el (diary-button-face): | ||
| 13 | Mark these face aliases as obsolete. | ||
| 14 | |||
| 15 | * calendar/calendar.el (calendar-today): Doc fix. | ||
| 16 | |||
| 1 | 2009-08-31 Nick Roberts <nickrob@snap.net.nz> | 17 | 2009-08-31 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 18 | ||
| 3 | * progmodes/gdb-mi.el (gdb-control-all-threads) | 19 | * progmodes/gdb-mi.el (gdb-control-all-threads) |
| @@ -6,7 +22,7 @@ | |||
| 6 | (gdb-init-1): Use it to test if non-stop mode is supported. | 22 | (gdb-init-1): Use it to test if non-stop mode is supported. |
| 7 | Remove unused gdbmi buffer type. | 23 | Remove unused gdbmi buffer type. |
| 8 | 24 | ||
| 9 | 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change) | 25 | 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> |
| 10 | 26 | ||
| 11 | * progmodes/grep.el (grep-read-files): Strip trailing <N> from | 27 | * progmodes/grep.el (grep-read-files): Strip trailing <N> from |
| 12 | buffer names not visiting a file (e.g. cloned buffers). | 28 | buffer names not visiting a file (e.g. cloned buffers). |