aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a3d640dd217..d6a8a83c1f8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -32,6 +32,12 @@ Emacs with Leim.
32 32
33* Changes in Emacs 21.3 33* Changes in Emacs 21.3
34 34
35** font-lock: in modes like C and Lisp where the fontification assumes that
36an open-paren in column 0 is always outside of any string or comment,
37font-lock now highlights any such open-paren-in-column-zero in bold-red
38if it is inside a string or a comment, to indicate that it can cause
39trouble with fontification and/or indentation.
40
35+++ 41+++
36** There's a new face `minibuffer-prompt'. 42** There's a new face `minibuffer-prompt'.
37Emacs adds this face to the list of text properties stored in the 43Emacs adds this face to the list of text properties stored in the