Mercurial > emacs
changeset 50050:32bb98768466
Mention `dcl-font-lock-keywords' and `dcl-font-lock-defaults'.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Fri, 07 Mar 2003 09:05:19 +0000 |
parents | 61bf252f9392 |
children | 7563bb4f1f97 |
files | etc/NEWS |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.