]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention potential incompatibilities due to new dimension-2 charsets.
authorEli Zaretskii <eliz@gnu.org>
Fri, 16 Feb 2001 12:31:14 +0000 (12:31 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 16 Feb 2001 12:31:14 +0000 (12:31 +0000)
etc/NEWS

index 2c4466c209f6862f5f911141db033ed3bae7331f..ff836b28d24f1e1896b6afca63def88bf0cd94a7 100644 (file)
--- 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.)
+
 \f
 * Lisp changes made after edition 2.6 of the Emacs Lisp Manual,
 (Display-related features are described in a page of their own below.)