Mercurial > hg > xemacs-beta
comparison etc/NEWS @ 2681:f15523a6da7a
[xemacs-hg @ 2005-03-24 12:17:51 by aidan]
Move to XEmacs for X11 app class, frame name.
author | aidan |
---|---|
date | Thu, 24 Mar 2005 12:18:02 +0000 |
parents | 4e852279de88 |
children | 7844ab77b582 |
comparison
equal
deleted
inserted
replaced
2680:b26d8b5d0d30 | 2681:f15523a6da7a |
---|---|
33 ** Summary of user-visible changes: | 33 ** Summary of user-visible changes: |
34 | 34 |
35 -- Bignums have been implemented. | 35 -- Bignums have been implemented. |
36 -- Windows users have benefit of the full Win32 Unicode API. | 36 -- Windows users have benefit of the full Win32 Unicode API. |
37 -- (in process) Xft provides antialiased fonts on X11. | 37 -- (in process) Xft provides antialiased fonts on X11. |
38 -- "XEmacs" used as X11 application class | |
38 | 39 |
39 ** Bignum implementation. | 40 ** Bignum implementation. |
40 | 41 |
41 Integer computations no longer overflow, rational arithmetic "just | 42 Integer computations no longer overflow, rational arithmetic "just |
42 works", and very precise floating point calculation is available. | 43 works", and very precise floating point calculation is available. |
43 This also means that large buffers (over 2^30 = 1GB) can be | 44 This also means that large buffers (over 2^30 = 1GB) can be |
44 manipulated. | 45 manipulated. |
46 | |
47 ** "XEmacs" used as X11 application class | |
48 | |
49 Previously, XEmacs checked the X11 resource database for resources starting | |
50 with XEmacs, and used "XEmacs" as its application class if any existed, | |
51 otherwise using "Emacs" for backward compatibility. Because of divergence | |
52 between the reseource GNU Emacs and XEmacs use, this has been changed; if | |
53 you don't have the time to migrate your resource DB right now, set | |
54 USE_EMACS_AS_DEFAULT_APPLICATION_CLASS in your environment before starting | |
55 XEmacs, for the old behavior. This workaround will go away in the course of | |
56 the next major release, though, so you will have to migrate your resources | |
57 at some point. | |
45 | 58 |
46 | 59 |
47 * Changes in XEmacs 21.4 | 60 * Changes in XEmacs 21.4 |
48 ======================== | 61 ======================== |
49 | 62 |