Mercurial > emacs
comparison etc/NEWS @ 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 (2003-03-07) |
parents | 68ca3f7b109d |
children | 7563bb4f1f97 |
comparison
equal
deleted
inserted
replaced
50049:61bf252f9392 | 50050:32bb98768466 |
---|---|
11 When you add a new item, please add it without either +++ or --- | 11 When you add a new item, please add it without either +++ or --- |
12 so we will look at it and add it to the manual. | 12 so we will look at it and add it to the manual. |
13 | 13 |
14 | 14 |
15 * Installation Changes in Emacs 21.4 | 15 * Installation Changes in Emacs 21.4 |
16 | |
17 ** DCL mode has new variables `dcl-font-lock-keywords' and | |
18 `dcl-font-lock-defaults' to support use of font-lock. | |
16 | 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' |
18 when you run configure. This requires Gtk+ 2.0 or newer. | 21 when you run configure. This requires Gtk+ 2.0 or newer. |
19 | 22 |
20 --- | 23 --- |
1176 * Lisp Changes in Emacs 21.4 | 1179 * Lisp Changes in Emacs 21.4 |
1177 | 1180 |
1178 ** `set-fontset-font', `fontset-info', `fontset-font' now operate on | 1181 ** `set-fontset-font', `fontset-info', `fontset-font' now operate on |
1179 the default fontset if the argument NAME is nil.. | 1182 the 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, |
1182 unless it is followed by a `-' in a character constant (e.g. ?\s-A), | 1185 unless it is followed by a `-' in a character constant (e.g. ?\s-A), |
1183 in which case it is still interpreted as the super modifier. | 1186 in which case it is still interpreted as the super modifier. |
1184 In strings, \s is always interpreted as a space. | 1187 In strings, \s is always interpreted as a space. |
1185 | 1188 |
1186 ** New function `set-process-filter-multibyte' sets the multibyteness | 1189 ** New function `set-process-filter-multibyte' sets the multibyteness |