aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a5f620b2d14..210fd452cfc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -32,6 +32,11 @@ Emacs with Leim.
32 32
33* Changes in Emacs 21.3 33* Changes in Emacs 21.3
34 34
35** The new command `describe-text-at' pops up a buffer with description
36of text properties, overlays, and widgets at point, and lets you get
37more information about them, by clicking on mouse-sensitive areas or
38moving there and pressing RET.
39
35** font-lock: in modes like C and Lisp where the fontification assumes that 40** 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, 41an 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 42font-lock now highlights any such open-paren-in-column-zero in bold-red