Mercurial > emacs
changeset 69532:fefd49c78feb
*** empty log message ***
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Fri, 17 Mar 2006 06:58:15 +0000 |
parents | b1e915361a06 |
children | dbfc571d4e98 |
files | lisp/ChangeLog lisp/textmodes/org.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Mar 17 06:57:53 2006 +0000 +++ b/lisp/ChangeLog Fri Mar 17 06:58:15 2006 +0000 @@ -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.
--- a/lisp/textmodes/org.el Fri Mar 17 06:57:53 2006 +0000 +++ b/lisp/textmodes/org.el Fri Mar 17 06:58:15 2006 +0000 @@ -1746,7 +1746,7 @@ (((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."