]> code.delx.au - gnu-emacs/commitdiff
More details of font-lock-comment-delimiter-face and related issues.
authorGlenn Morris <rgm@gnu.org>
Thu, 13 Mar 2008 02:59:51 +0000 (02:59 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 13 Mar 2008 02:59:51 +0000 (02:59 +0000)
etc/NEWS

index 23bdd8590dbdab037b8537faf271ce8a84d98620..6f22b94feb1df93fc7df7de6d32b0886469ae766 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -996,6 +996,15 @@ fontification in Info, remove `turn-on-font-lock' from
 `Info-mode-hook'.
 
 *** New standard font-lock face `font-lock-comment-delimiter-face'.
+This is used for the characters that indicate the start of a comment,
+e.g. `;' in Lisp mode.
+
+*** `font-lock-comment-face' no longer differs from the default on
+displays with fewer than 16 colors (e.g. older xterms and the Linux console).
+On such displays, only the comment delimiters will appear to be fontified
+(in the new face `font-lock-comment-delimiter-face').  To restore the
+old appearance, customize `font-lock-comment-face', or use a newer terminal
+emulator that supports more colors (256 is now common).
 
 *** New standard font-lock face `font-lock-preprocessor-face'.