# HG changeset patch # User Glenn Morris # Date 1205516870 0 # Node ID d10c1f589bb22d30f6a04f5a24bbb4e452296970 # Parent ec291531e92c2aee7cbd170c346d9a848f36b7ee (font-lock-comment-face): Move from 22.1 to 22.2 diff -r ec291531e92c -r d10c1f589bb2 etc/NEWS --- a/etc/NEWS Thu Mar 13 15:29:18 2008 +0000 +++ b/etc/NEWS Fri Mar 14 17:47:50 2008 +0000 @@ -121,6 +121,14 @@ was mistakenly scrolled on compiles after the first. Customize `compilation-scroll-output' if you want to retain the scrolling. +** `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). (This was new +in Emacs 22.1, but was not described.) + * New Modes and Packages in Emacs 22.2 ** bibtex-style-mode helps you write BibTeX's *.bst files. @@ -999,13 +1007,6 @@ 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'. *** Easy to overlook single character negation can now be font-locked.