summaryrefslogtreecommitdiff
path: root/etc/NEWS.22
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-03-14 17:48:07 +0000
committerGlenn Morris <rgm@gnu.org>2008-03-14 17:48:07 +0000
commit352e0e25de89ff09b301669be2f2946185ab9db8 (patch)
treed548c724388583663ed73dfd35ab8c414102fb51 /etc/NEWS.22
parentf31b125795291270828b41185f663584ae95e518 (diff)
downloademacs-352e0e25de89ff09b301669be2f2946185ab9db8.tar.gz
emacs-352e0e25de89ff09b301669be2f2946185ab9db8.tar.bz2
emacs-352e0e25de89ff09b301669be2f2946185ab9db8.zip
(font-lock-comment-face): Move from 22.1 to 22.2
Diffstat (limited to 'etc/NEWS.22')
-rw-r--r--etc/NEWS.2214
1 files changed, 7 insertions, 7 deletions
diff --git a/etc/NEWS.22 b/etc/NEWS.22
index 77ec33f2d0a..e1bc39227bd 100644
--- a/etc/NEWS.22
+++ b/etc/NEWS.22
@@ -121,6 +121,13 @@ 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).
+
* New Modes and Packages in Emacs 22.2
** bibtex-style-mode helps you write BibTeX's *.bst files.
@@ -999,13 +1006,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.