[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/etc/NEWS
From: |
Thien-Thi Nguyen |
Subject: |
[Emacs-diffs] Changes to emacs/etc/NEWS |
Date: |
Fri, 07 Mar 2003 04:05:39 -0500 |
Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.796 emacs/etc/NEWS:1.797
*** emacs/etc/NEWS:1.796 Thu Feb 20 13:47:49 2003
--- emacs/etc/NEWS Fri Mar 7 04:05:19 2003
***************
*** 14,19 ****
--- 14,22 ----
* 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,1184 ****
** `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,
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.
--- 1181,1187 ----
** `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,
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.