# HG changeset patch # User Thien-Thi Nguyen # Date 1047027919 0 # Node ID 32bb98768466ed54bb71fd6f2f8e27bdf17e1d86 # Parent 61bf252f93923e61b52e96a0a2d5c4bec87261e5 Mention `dcl-font-lock-keywords' and `dcl-font-lock-defaults'. diff -r 61bf252f9392 -r 32bb98768466 etc/NEWS --- a/etc/NEWS Fri Mar 07 08:28:46 2003 +0000 +++ b/etc/NEWS Fri Mar 07 09:05:19 2003 +0000 @@ -14,6 +14,9 @@ * Installation Changes in Emacs 21.4 +** DCL mode has new variables `dcl-font-lock-keywords' and +`dcl-font-lock-defaults' to support use of font-lock. + ** You can build Emacs with Gtk+ widgets by specifying `--with-x-toolkit=gtk' when you run configure. This requires Gtk+ 2.0 or newer. @@ -1178,7 +1181,7 @@ ** `set-fontset-font', `fontset-info', `fontset-font' now operate on the default fontset if the argument NAME is nil.. -** The escape sequence \s is now interpreted as a SPACE character, +** The escape sequence \s is now interpreted as a SPACE character, unless it is followed by a `-' in a character constant (e.g. ?\s-A), in which case it is still interpreted as the super modifier. In strings, \s is always interpreted as a space.