]> git.eshelyaron.com Git - emacs.git/commitdiff
KR has assignment, so no need for "tiny change".
authorGlenn Morris <rgm@gnu.org>
Mon, 31 Aug 2009 01:35:25 +0000 (01:35 +0000)
committerGlenn Morris <rgm@gnu.org>
Mon, 31 Aug 2009 01:35:25 +0000 (01:35 +0000)
lisp/ChangeLog

index 23e057fc282c11ae2e40c7cd6d8d6913d4e6c719..22656cdc1f492314e5e13a1e67bdb5c32fdf0dca 100644 (file)
@@ -1,3 +1,19 @@
+2009-08-31  Glenn Morris  <rgm@gnu.org>
+
+       * 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  <nickrob@snap.net.nz>
 
        * 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  <kevin.d.rodgers@gmail.com>  (tiny change)
+2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
 
        * progmodes/grep.el (grep-read-files): Strip trailing <N> from
        buffer names not visiting a file (e.g. cloned buffers).