aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThien-Thi Nguyen2003-03-07 09:05:19 +0000
committerThien-Thi Nguyen2003-03-07 09:05:19 +0000
commit63a08a73a8c477865cbb2ed7ab816997b02f2789 (patch)
treefb962f0934907ded09831190e02196b584b6aff8
parent82f648d385e4ea8cb7f63d8a2831c7cfe56bbd85 (diff)
downloademacs-63a08a73a8c477865cbb2ed7ab816997b02f2789.tar.gz
emacs-63a08a73a8c477865cbb2ed7ab816997b02f2789.zip
Mention `dcl-font-lock-keywords' and `dcl-font-lock-defaults'.
-rw-r--r--etc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d1b1e80e2ec..02059732c97 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -14,6 +14,9 @@ so we will look at it and add it to the manual.
14 14
15* Installation Changes in Emacs 21.4 15* Installation Changes in Emacs 21.4
16 16
17** DCL mode has new variables `dcl-font-lock-keywords' and
18`dcl-font-lock-defaults' to support use of font-lock.
19
17** You can build Emacs with Gtk+ widgets by specifying `--with-x-toolkit=gtk' 20** You can build Emacs with Gtk+ widgets by specifying `--with-x-toolkit=gtk'
18when you run configure. This requires Gtk+ 2.0 or newer. 21when you run configure. This requires Gtk+ 2.0 or newer.
19 22
@@ -1178,7 +1181,7 @@ timing measurements of code (including the garbage collection component).
1178** `set-fontset-font', `fontset-info', `fontset-font' now operate on 1181** `set-fontset-font', `fontset-info', `fontset-font' now operate on
1179the default fontset if the argument NAME is nil.. 1182the default fontset if the argument NAME is nil..
1180 1183
1181** The escape sequence \s is now interpreted as a SPACE character, 1184** The escape sequence \s is now interpreted as a SPACE character,
1182unless it is followed by a `-' in a character constant (e.g. ?\s-A), 1185unless it is followed by a `-' in a character constant (e.g. ?\s-A),
1183in which case it is still interpreted as the super modifier. 1186in which case it is still interpreted as the super modifier.
1184In strings, \s is always interpreted as a space. 1187In strings, \s is always interpreted as a space.