Mercurial > hg > xemacs-beta
comparison etc/NEWS @ 227:0e522484dd2a r20-5b12
Import from CVS: tag r20-5b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:12:37 +0200 |
parents | 12579d965149 |
children | f955c73f5258 |
comparison
equal
deleted
inserted
replaced
226:eea38c7ad7b4 | 227:0e522484dd2a |
---|---|
27 this program or to its predecessors "Era" and "Lucid Emacs". The | 27 this program or to its predecessors "Era" and "Lucid Emacs". The |
28 predecessor of all these program is called "Emacs 18". When no | 28 predecessor of all these program is called "Emacs 18". When no |
29 particular version is implied, "Emacs" will be used. | 29 particular version is implied, "Emacs" will be used. |
30 | 30 |
31 | 31 |
32 * Changes in XEmacs 20.4 | 32 * Changes in XEmacs 20.5 |
33 ======================== | 33 ======================== |
34 | 34 |
35 ** XEmacs has been unbundled into constituent installable packages. | 35 ** XEmacs has been unbundled into constituent installable packages. |
36 | 36 |
37 #### Document me, please. | 37 #### Document me, please. |
79 For example, | 79 For example, |
80 | 80 |
81 (defcustom foo-max 34 "*Maximum number of foo's allowed." | 81 (defcustom foo-max 34 "*Maximum number of foo's allowed." |
82 :type 'integer | 82 :type 'integer |
83 :group 'foo | 83 :group 'foo |
84 :version "20.4") | 84 :version "20.5") |
85 | 85 |
86 This information is used to control the customize-changed-options | 86 This information is used to control the customize-changed-options |
87 command. | 87 command. |
88 | 88 |
89 ** XEmacs/Mule (internationalization) changes. | 89 ** XEmacs/Mule (internationalization) changes. |
95 XFONTSET and either the X11 libraries are built with X_LOCALE defined | 95 XFONTSET and either the X11 libraries are built with X_LOCALE defined |
96 or the native C libraries support Japanese localization. This has | 96 or the native C libraries support Japanese localization. This has |
97 been available since 20.3, only it hasn't been announced before. | 97 been available since 20.3, only it hasn't been announced before. |
98 | 98 |
99 | 99 |
100 * Lisp and internal changes in XEmacs 20.4 | 100 * Lisp and internal changes in XEmacs 20.5 |
101 ========================================== | 101 ========================================== |
102 | 102 |
103 ** There is initial support for 30-bit integers in elisp (normally, | 103 ** There is initial support for 30-bit integers in elisp (normally, |
104 integers are only 28 bits wide on 32-bit machines.) Compile with | 104 integers are only 28 bits wide on 32-bit machines.) Compile with |
105 -DUSE_MINIMAL_TAGBITS to test. With this change, the maximum buffer | 105 -DUSE_MINIMAL_TAGBITS to test. With this change, the maximum buffer |