aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog21
-rw-r--r--lisp/international/mule-cmds.el8
2 files changed, 25 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4a1157f356..2403616463 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,24 @@
+2003-06-21 Kenichi Handa <[email protected]>
+
+ * 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 <[email protected]>
* vc.el (vc-rename-file): Fix typo.
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index 43f0334a56..54fce2300a 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -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)