Mercurial > emacs
changeset 36113:1a29f6d22f6e
Mention potential incompatibilities due to new dimension-2 charsets.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 16 Feb 2001 12:31:14 +0000 |
parents | 1ddf9f48dc2f |
children | df2b74b0a766 |
files | etc/NEWS |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Fri Feb 16 12:25:24 2001 +0000 +++ b/etc/NEWS Fri Feb 16 12:31:14 2001 +0000 @@ -2105,6 +2105,16 @@ ** `scroll-left' and `scroll-right' are only effective when `automatic-hscrolling' is nil. +** The new character sets occupy private charset slots. + +The new charsets `japanese-jisx0213-2', `mule-unicode-0100-24ff', +`mule-unicode-2500-33ff', and `mule-unicode-e000-ffff' take up 4 slots +for new charsets in the private area of the Mule internal character +representation. This might cause add-on packages which add +dimension-2 charsets to fail, because there's no only 1 slot left for +such charsets. (There are still many free slots for dimension-1 +charsets.) + * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, (Display-related features are described in a page of their own below.)