From: Eli Zaretskii Date: Fri, 16 Feb 2001 12:31:14 +0000 (+0000) Subject: Mention potential incompatibilities due to new dimension-2 charsets. X-Git-Tag: emacs-pretest-21.0.99~367 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3478eafcbd7fbb188958765f8e439546e60200e7;p=emacs.git Mention potential incompatibilities due to new dimension-2 charsets. --- diff --git a/etc/NEWS b/etc/NEWS index 2c4466c209f..ff836b28d24 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2105,6 +2105,16 @@ long promised. ** `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.)