aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2008-03-14 17:47:50 +0000
committerGlenn Morris2008-03-14 17:47:50 +0000
commitf14c33580dd759f188a99f068549739d57f51d2b (patch)
tree36cb843c50dca63faa640f79c4178a0b8ee4a868 /etc
parent4587349a792b5ffa10f075877ef53b6827db6400 (diff)
downloademacs-f14c33580dd759f188a99f068549739d57f51d2b.tar.gz
emacs-f14c33580dd759f188a99f068549739d57f51d2b.zip
(font-lock-comment-face): Move from 22.1 to 22.2
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS15
1 files changed, 8 insertions, 7 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6f22b94feb1..f19d3e160e9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -121,6 +121,14 @@ that the desktop being saved is not an update of the one on disk.
121was mistakenly scrolled on compiles after the first. Customize 121was mistakenly scrolled on compiles after the first. Customize
122`compilation-scroll-output' if you want to retain the scrolling. 122`compilation-scroll-output' if you want to retain the scrolling.
123 123
124** `font-lock-comment-face' no longer differs from the default on
125displays with fewer than 16 colors (e.g. older xterms and the Linux console).
126On such displays, only the comment delimiters will appear to be fontified
127(in the new face `font-lock-comment-delimiter-face'). To restore the
128old appearance, customize `font-lock-comment-face', or use a newer terminal
129emulator that supports more colors (256 is now common). (This was new
130in Emacs 22.1, but was not described.)
131
124* New Modes and Packages in Emacs 22.2 132* New Modes and Packages in Emacs 22.2
125 133
126** bibtex-style-mode helps you write BibTeX's *.bst files. 134** bibtex-style-mode helps you write BibTeX's *.bst files.
@@ -999,13 +1007,6 @@ fontification in Info, remove `turn-on-font-lock' from
999This is used for the characters that indicate the start of a comment, 1007This is used for the characters that indicate the start of a comment,
1000e.g. `;' in Lisp mode. 1008e.g. `;' in Lisp mode.
1001 1009
1002*** `font-lock-comment-face' no longer differs from the default on
1003displays with fewer than 16 colors (e.g. older xterms and the Linux console).
1004On such displays, only the comment delimiters will appear to be fontified
1005(in the new face `font-lock-comment-delimiter-face'). To restore the
1006old appearance, customize `font-lock-comment-face', or use a newer terminal
1007emulator that supports more colors (256 is now common).
1008
1009*** New standard font-lock face `font-lock-preprocessor-face'. 1010*** New standard font-lock face `font-lock-preprocessor-face'.
1010 1011
1011*** Easy to overlook single character negation can now be font-locked. 1012*** Easy to overlook single character negation can now be font-locked.