diff options
author | Glenn Morris <rgm@gnu.org> | 2008-03-14 17:47:50 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-03-14 17:47:50 +0000 |
commit | f14c33580dd759f188a99f068549739d57f51d2b (patch) | |
tree | 36cb843c50dca63faa640f79c4178a0b8ee4a868 /etc | |
parent | 4587349a792b5ffa10f075877ef53b6827db6400 (diff) | |
download | emacs-f14c33580dd759f188a99f068549739d57f51d2b.tar.gz |
(font-lock-comment-face): Move from 22.1 to 22.2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -121,6 +121,14 @@ that the desktop being saved is not an update of the one on disk. 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 @@ fontification in Info, remove `turn-on-font-lock' from 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. |