aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-08-31 01:35:25 +0000
committerGlenn Morris2009-08-31 01:35:25 +0000
commite61eba3469e7ad2cd52b04c526f9958ae1cfcbd6 (patch)
tree17d750a3fb82374254a65f56f32be3039b8d15c1
parent197b67b127d423c06802ee89277937a62a95aadb (diff)
downloademacs-e61eba3469e7ad2cd52b04c526f9958ae1cfcbd6.tar.gz
emacs-e61eba3469e7ad2cd52b04c526f9958ae1cfcbd6.zip
KR has assignment, so no need for "tiny change".
-rw-r--r--lisp/ChangeLog18
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 @@
12009-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
12009-08-31 Nick Roberts <nickrob@snap.net.nz> 172009-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
92009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change) 252009-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).