]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Sat, 21 Jun 2003 02:32:35 +0000 (02:32 +0000)
committerKenichi Handa <handa@m17n.org>
Sat, 21 Jun 2003 02:32:35 +0000 (02:32 +0000)
etc/NEWS
lisp/ChangeLog

index 336c881f2406f9dc6a041e9352081b707f8ace63..5512d7f155ae753d4aee40439d6b7938df98122f 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -8,14 +8,11 @@ For older news, see the file ONEWS
 \f
 * Changes in Emacs 21.4
 
-** UTF-16 coding systems changed their behaviour.  Coding systems
-`mule-utf-16-le' and `mule-utf-16-be' now don't skip the first two
-bytes as BOM on decoding, and don't produce BOM bytes on encoding.
-The new coding systems `mule-utf-16-le-with-signature' and
-`mule-utf-16-be-with-signature' behave the same way as the previous
-`mule-utf-16-le' and `mule-utf-16-be' respectively.  So,
-`utf-16-le-with-signature-dos' is useful as the value of
-`selection-coding-system' in MS Windows.a
+** New UTF-16 based coding systems mule-utf-16le, mule-utf-16be,
+mule-utf-16le-with-signature, and mule-utf-16be-with-signature has
+been added.  And for backward compatiblity, these aliases are added:
+mule-utf-16-le -> mule-utf-16le-with-signature, mule-utf-16-be ->
+mule-utf-16be-with-signature.
 
 \f
 * Installation changes in Emacs 21.3
index 3f6ee7ddefb3c79a0b0734d584593f3e01942b28..02f8ce7e26c43c9c92618165b79258bff2b2df26 100644 (file)
@@ -5,6 +5,10 @@
        (mule-utf-16-le, utf-16-le, mule-utf-16-be, utf-16-be): New coding
        system aliases for backward compatibility.
 
+       * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
+       Adjusted for the name change: xxx-utf-16-{le,be} ->
+       xxx-utf-16{le,be}.
+
 2003-05-06  Kenichi Handa  <handa@m17n.org>
 
        * international/mule-cmds.el (sort-coding-systems): Set lower