(reset-language-environment): Adjusted for the name change:
authorKenichi Handa <handa@m17n.org>
Sat, 21 Jun 2003 02:28:35 +0000 (02:28 +0000)
committerKenichi Handa <handa@m17n.org>
Sat, 21 Jun 2003 02:28:35 +0000 (02:28 +0000)
xxx-utf-16-{le,be} -> xxx-utf-16{le,be}.

lisp/ChangeLog
lisp/international/mule-cmds.el

index 4a1157f..2403616 100644 (file)
@@ -1,3 +1,24 @@
+2003-06-21  Kenichi Handa  <handa@m17n.org>
+
+       * international/utf-16.el: Many name changes: utf-16-{be,le} ->
+       utf-16{be,le}.
+       (mule-utf-16-le, utf-16-le, mule-utf-16-be, utf-16-be): New coding
+       system aliases for backward compatibility.
+
+       * international/utf-7.el: Adjusted for the name change:
+       xxx-utf-16-{le,be} -> xxx-utf-16{le,be}.
+
+       * 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}.
+
+       * international/mule-conf.el: Adjusted for the name change:
+       xxx-utf-16-{le,be} -> xxx-utf-16{le,be}.
+
+       * international/mule-cmds.el (reset-language-environment):
+       Adjusted for the name change: xxx-utf-16-{le,be} ->
+       xxx-utf-16{le,be}.
+
 2003-06-20  Luc Teirlinck  <teirllm@mail.auburn.edu>
 
        * vc.el (vc-rename-file): Fix typo.
index 43f0334..54fce23 100644 (file)
@@ -1598,8 +1598,8 @@ The default status is as follows:
        coding-category-iso-8-1         iso-latin-1
        coding-category-iso-8-2         iso-latin-1
        coding-category-utf-8           mule-utf-8
-       coding-category-utf-16-be       mule-utf-16-be-with-signature
-       coding-category-utf-16-le       mule-utf-16-le-with-signature
+       coding-category-utf-16-be       mule-utf-16be-with-signature
+       coding-category-utf-16-le       mule-utf-16le-with-signature
        coding-category-iso-7-tight     iso-2022-jp
        coding-category-iso-7           iso-2022-7bit
        coding-category-iso-7-else      iso-2022-7bit-lock
@@ -1624,8 +1624,8 @@ The default status is as follows:
        coding-category-raw-text        'raw-text
        coding-category-sjis            'japanese-shift-jis
        coding-category-big5            'chinese-big5
-       coding-category-utf-16-be       'mule-utf-16-be-with-signature
-       coding-category-utf-16-le       'mule-utf-16-le-with-signature
+       coding-category-utf-16-be       'mule-utf-16be-with-signature
+       coding-category-utf-16-le       'mule-utf-16le-with-signature
        coding-category-utf-8           'mule-utf-8
        coding-category-ccl             nil
        coding-category-binary          'no-conversion)