Mercurial > emacs
comparison etc/NEWS @ 89958:0bdb5a16ae51
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-27
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-471
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-478
Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 03 Aug 2004 00:03:00 +0000 |
parents | b9eee0a7bef5 eb864aaf90b0 |
children | 3fd4a5c21153 |
comparison
equal
deleted
inserted
replaced
89957:c08afac24467 | 89958:0bdb5a16ae51 |
---|---|
95 (Currently this feature is only used on MS Windows.) You can configure | 95 (Currently this feature is only used on MS Windows.) You can configure |
96 the supported image types and their associated dynamic libraries by | 96 the supported image types and their associated dynamic libraries by |
97 setting the variable `image-library-alist'. | 97 setting the variable `image-library-alist'. |
98 | 98 |
99 --- | 99 --- |
100 ** A Bulgarian translation of the Emacs Tutorial is available. | 100 ** New translations of the Emacs Tutorial are available in the following |
101 languages: Brasilian, Bulgarian, Chinese (both with simplified and | |
102 traditional characters), French, and Italian. Type `C-u C-h t' to | |
103 choose one of them in case your language setup doesn't automatically | |
104 select the right one. | |
101 | 105 |
102 ** You can build Emacs with Gtk+ widgets by specifying `--with-x-toolkit=gtk' | 106 ** You can build Emacs with Gtk+ widgets by specifying `--with-x-toolkit=gtk' |
103 when you run configure. This requires Gtk+ 2.0 or newer. This port | 107 when you run configure. This requires Gtk+ 2.0 or newer. This port |
104 provides a way to display multilingual text in menus (with some caveats). | 108 provides a way to display multilingual text in menus (with some caveats). |
105 | 109 |
161 | 165 |
162 --- | 166 --- |
163 ** A French translation of the `Emacs Survival Guide' is available. | 167 ** A French translation of the `Emacs Survival Guide' is available. |
164 | 168 |
165 --- | 169 --- |
166 ** A French translation of the Emacs Tutorial is available. | |
167 ** Building with -DENABLE_CHECKING does not automatically build with union | 170 ** Building with -DENABLE_CHECKING does not automatically build with union |
168 types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. | 171 types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. |
169 | 172 |
170 | 173 |
171 * Changes in Emacs 21.4 | 174 * Changes in Emacs 21.4 |
2256 | 2259 |
2257 ** `cfengine-mode' is a major mode for editing GNU Cfengine | 2260 ** `cfengine-mode' is a major mode for editing GNU Cfengine |
2258 configuration files. | 2261 configuration files. |
2259 | 2262 |
2260 * Lisp Changes in Emacs 21.4 | 2263 * Lisp Changes in Emacs 21.4 |
2264 | |
2265 ** Function `compute-motion' now calculates the usable window | |
2266 width if the WIDTH argument is nil. If the TOPOS argument is nil, | |
2267 the usable window height and width is used. | |
2261 | 2268 |
2262 +++ | 2269 +++ |
2263 ** `visited-file-modtime' and `calendar-time-from-absolute' now return | 2270 ** `visited-file-modtime' and `calendar-time-from-absolute' now return |
2264 a list of two integers, instead of a cons. | 2271 a list of two integers, instead of a cons. |
2265 | 2272 |