# HG changeset patch # User Dan Nicolaescu # Date 1205899252 0 # Node ID d06bd8b20a4e7c865cb95a469b5b3aa3cb91c9c8 # Parent 3c75e19e7ec9c84d5fee764b05334f67143af111 (font-lock-comment-face): Set the foreground for the light background 8 colors case. diff -r 3c75e19e7ec9 -r d06bd8b20a4e lisp/ChangeLog --- a/lisp/ChangeLog Wed Mar 19 03:49:09 2008 +0000 +++ b/lisp/ChangeLog Wed Mar 19 04:00:52 2008 +0000 @@ -1,5 +1,8 @@ 2008-03-18 Dan Nicolaescu + * font-lock.el (font-lock-comment-face): Set the foreground for + the light background 8 colors case. + * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log command for each file in the list. (vc-bzr-log-view-mode): Recognize the file marker. diff -r 3c75e19e7ec9 -r d06bd8b20a4e lisp/font-lock.el --- a/lisp/font-lock.el Wed Mar 19 03:49:09 2008 +0000 +++ b/lisp/font-lock.el Wed Mar 19 04:00:52 2008 +0000 @@ -1838,7 +1838,7 @@ (((class color) (min-colors 16) (background dark)) (:foreground "red1")) (((class color) (min-colors 8) (background light)) - ) + (:foreground "red")) (((class color) (min-colors 8) (background dark)) ) (t (:weight bold :slant italic)))