aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS20
1 files changed, 8 insertions, 12 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ff836b28d24..5cea99cf804 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2102,18 +2102,14 @@ appropriate for reading truly binary files.
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
2103long promised. 2103long 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. 2106extra private charsets, there is now only one slot free for a new
2107 2107dimension-2 private charset. User code which tries to add more than
2108** The new character sets occupy private charset slots. 2108one extra will fail unless you rebuild Emacs with some standard
2109 2109charset(s) removed; that is probably inadvisable because it changes
2110The new charsets `japanese-jisx0213-2', `mule-unicode-0100-24ff', 2110the emacs-mule encoding. Also, files stored in the emacs-mule
2111`mule-unicode-2500-33ff', and `mule-unicode-e000-ffff' take up 4 slots 2111encoding using an Emacs 20 with additional private charsets defined
2112for new charsets in the private area of the Mule internal character 2112will probably not be read correctly by Emacs 21.
2113representation. This might cause add-on packages which add
2114dimension-2 charsets to fail, because there's no only 1 slot left for
2115such charsets. (There are still many free slots for dimension-1
2116charsets.)
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,