From: Kenichi Handa Date: Sat, 21 Jun 2003 02:28:35 +0000 (+0000) Subject: (reset-language-environment): Adjusted for the name change: X-Git-Tag: ttn-vms-21-2-B4~9594 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b510f863d3f3fa530d0518e6379072afbc6d0aaf;p=emacs.git (reset-language-environment): Adjusted for the name change: xxx-utf-16-{le,be} -> xxx-utf-16{le,be}. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4a1157f356a..2403616463f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,24 @@ +2003-06-21 Kenichi Handa + + * 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 * vc.el (vc-rename-file): Fix typo. diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 43f0334a562..54fce2300a6 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)