]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorCarsten Dominik <dominik@science.uva.nl>
Fri, 17 Mar 2006 06:58:15 +0000 (06:58 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Fri, 17 Mar 2006 06:58:15 +0000 (06:58 +0000)
lisp/ChangeLog
lisp/textmodes/org.el

index 3b7ec8be472f510ccd9bff1e830dda801665f74c..64a8f33cb2d629ea1cde26946f87f056b96fd89f 100644 (file)
@@ -1,3 +1,8 @@
+2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
+
+       * textmodes/org.el (org-read-date): Include subgroup 5 into
+       replacement text.
+
 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
 
        * progmodes/gdb-ui.el (gud-watch): Provide completion.
index 53adbea78330300527715b58623e80f6550fad32..c16686a169bf45bb7b08de224b0ef0075100a5e7 100644 (file)
@@ -1746,7 +1746,7 @@ Changing this variable requires a restart of Emacs to take effect."
     (((type tty) (class color)) (:foreground "white"))
     (((class color) (background light)) (:foreground "white"))
     (((class color) (background dark)) (:foreground "black"))
-;    (((class color) (backgro6und light)) (:foreground "grey90"))
+;    (((class color) (background light)) (:foreground "grey90"))
 ;    (((class color) (background dark)) (:foreground "grey10"))
     (t (:inverse-video nil)))
   "Face used for level 1 headlines."