Mercurial > emacs
changeset 80327:4cc6af526cc6
More details of font-lock-comment-delimiter-face and related issues.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 13 Mar 2008 02:59:51 +0000 |
parents | 54a593940f4c |
children | 349f51baa515 |
files | etc/NEWS |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Wed Mar 12 23:11:29 2008 +0000 +++ b/etc/NEWS Thu Mar 13 02:59:51 2008 +0000 @@ -996,6 +996,15 @@ `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'.