Mercurial > emacs
comparison etc/NEWS @ 36244:7f8002783bf3
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 20 Feb 2001 20:56:50 +0000 |
parents | 1a29f6d22f6e |
children | 80ad019be272 |
comparison
equal
deleted
inserted
replaced
36243:a05ae5420f85 | 36244:7f8002783bf3 |
---|---|
2100 `before-change-functions' and `after-change-functions' instead. | 2100 `before-change-functions' and `after-change-functions' instead. |
2101 | 2101 |
2102 ** Code that uses `concat' with integer args now gets an error, as | 2102 ** Code that uses `concat' with integer args now gets an error, as |
2103 long promised. | 2103 long promised. |
2104 | 2104 |
2105 ** `scroll-left' and `scroll-right' are only effective when | 2105 ** Not a Lisp incompatibility as such but, with the introduction of |
2106 `automatic-hscrolling' is nil. | 2106 extra private charsets, there is now only one slot free for a new |
2107 | 2107 dimension-2 private charset. User code which tries to add more than |
2108 ** The new character sets occupy private charset slots. | 2108 one extra will fail unless you rebuild Emacs with some standard |
2109 | 2109 charset(s) removed; that is probably inadvisable because it changes |
2110 The new charsets `japanese-jisx0213-2', `mule-unicode-0100-24ff', | 2110 the emacs-mule encoding. Also, files stored in the emacs-mule |
2111 `mule-unicode-2500-33ff', and `mule-unicode-e000-ffff' take up 4 slots | 2111 encoding using an Emacs 20 with additional private charsets defined |
2112 for new charsets in the private area of the Mule internal character | 2112 will probably not be read correctly by Emacs 21. |
2113 representation. This might cause add-on packages which add | |
2114 dimension-2 charsets to fail, because there's no only 1 slot left for | |
2115 such charsets. (There are still many free slots for dimension-1 | |
2116 charsets.) | |
2117 | 2113 |
2118 | 2114 |
2119 * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, | 2115 * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, |
2120 (Display-related features are described in a page of their own below.) | 2116 (Display-related features are described in a page of their own below.) |
2121 | 2117 |