aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Dominik2006-03-17 06:58:15 +0000
committerCarsten Dominik2006-03-17 06:58:15 +0000
commit7f99ce5270134d3c1107d90f3a7556f95beca991 (patch)
tree576ac778e9ea160f2ee0cc2a8b9808f00c72b32d
parentff0ea6bf4f76af133bdad71b85f97b16bf5fcaa0 (diff)
downloademacs-7f99ce5270134d3c1107d90f3a7556f95beca991.tar.gz
emacs-7f99ce5270134d3c1107d90f3a7556f95beca991.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/textmodes/org.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3b7ec8be472..64a8f33cb2d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-03-17 Carsten Dominik <dominik@science.uva.nl>
2
3 * textmodes/org.el (org-read-date): Include subgroup 5 into
4 replacement text.
5
12006-03-17 Nick Roberts <nickrob@snap.net.nz> 62006-03-17 Nick Roberts <nickrob@snap.net.nz>
2 7
3 * progmodes/gdb-ui.el (gud-watch): Provide completion. 8 * progmodes/gdb-ui.el (gud-watch): Provide completion.
diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el
index 53adbea7833..c16686a169b 100644
--- a/lisp/textmodes/org.el
+++ b/lisp/textmodes/org.el
@@ -1746,7 +1746,7 @@ Changing this variable requires a restart of Emacs to take effect."
1746 (((type tty) (class color)) (:foreground "white")) 1746 (((type tty) (class color)) (:foreground "white"))
1747 (((class color) (background light)) (:foreground "white")) 1747 (((class color) (background light)) (:foreground "white"))
1748 (((class color) (background dark)) (:foreground "black")) 1748 (((class color) (background dark)) (:foreground "black"))
1749; (((class color) (backgro6und light)) (:foreground "grey90")) 1749; (((class color) (background light)) (:foreground "grey90"))
1750; (((class color) (background dark)) (:foreground "grey10")) 1750; (((class color) (background dark)) (:foreground "grey10"))
1751 (t (:inverse-video nil))) 1751 (t (:inverse-video nil)))
1752 "Face used for level 1 headlines." 1752 "Face used for level 1 headlines."