Mercurial > emacs
comparison etc/NEWS @ 51647:c9a97d52236b
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 23 Jun 2003 18:36:25 +0000 |
parents | 05ddf95bcbff |
children | 28e2763d0439 |
comparison
equal
deleted
inserted
replaced
51646:8e29225b8438 | 51647:c9a97d52236b |
---|---|
13 | 13 |
14 | 14 |
15 * Installation Changes in Emacs 21.4 | 15 * Installation Changes in Emacs 21.4 |
16 | 16 |
17 ** You can build Emacs with Gtk+ widgets by specifying `--with-x-toolkit=gtk' | 17 ** 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. | 18 when you run configure. This requires Gtk+ 2.0 or newer. This port |
19 provides a way to display multilingual text in menus (with some caveats). | |
19 | 20 |
20 --- | 21 --- |
21 ** Emacs can now be built without sound support. | 22 ** Emacs can now be built without sound support. |
22 | 23 |
23 ** The `emacsserver' program has been removed, replaced with elisp code. | 24 ** The `emacsserver' program has been removed, replaced with elisp code. |
2165 It does not copy abbrevs from the parent mode's abbrev table. | 2166 It does not copy abbrevs from the parent mode's abbrev table. |
2166 | 2167 |
2167 +++ | 2168 +++ |
2168 ** `provide' and `featurep' now accept an optional second argument | 2169 ** `provide' and `featurep' now accept an optional second argument |
2169 to test/provide subfeatures. Also `provide' now checks `after-load-alist' | 2170 to test/provide subfeatures. Also `provide' now checks `after-load-alist' |
2170 and run any code associated with the provided feature. | 2171 and runs any code associated with the provided feature. |
2171 | 2172 |
2172 ** The variable `compilation-parse-errors-filename-function' can | 2173 ** The variable `compilation-parse-errors-filename-function' can |
2173 be used to transform filenames found in compilation output. | 2174 be used to transform filenames found in compilation output. |
2174 | 2175 |
2175 +++ | 2176 +++ |