# HG changeset patch # User Glenn Morris # Date 1251682525 0 # Node ID 59c8411f3819152a54f945f7af70df4b2c4d5471 # Parent 3c4b86d69bcc354cf4e98560751a001ecfc8d028 KR has assignment, so no need for "tiny change". diff -r 3c4b86d69bcc -r 59c8411f3819 lisp/ChangeLog --- a/lisp/ChangeLog Mon Aug 31 01:34:13 2009 +0000 +++ b/lisp/ChangeLog Mon Aug 31 01:35:25 2009 +0000 @@ -1,3 +1,19 @@ +2009-08-31 Glenn Morris + + * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro. + + * apropos.el (apropos-symbols-internal): Handle (obsolete) face aliases. + + * faces.el (describe-face): Adjust the output format to be more like + describe-variable, and to mention (obsolete) face aliases. + Adjust the whitespace so that help-setup-xref works. + + * calendar/calendar.el (calendar-today-face, diary-face, holiday-face): + * calendar/diary-lib.el (diary-button-face): + Mark these face aliases as obsolete. + + * calendar/calendar.el (calendar-today): Doc fix. + 2009-08-31 Nick Roberts * progmodes/gdb-mi.el (gdb-control-all-threads) @@ -6,7 +22,7 @@ (gdb-init-1): Use it to test if non-stop mode is supported. Remove unused gdbmi buffer type. -2009-08-30 Kevin Rodgers (tiny change) +2009-08-30 Kevin Rodgers * progmodes/grep.el (grep-read-files): Strip trailing from buffer names not visiting a file (e.g. cloned buffers).