1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

(reset-language-environment): Adjusted for the name change:

xxx-utf-16-{le,be} -> xxx-utf-16{le,be}.
This commit is contained in:
Kenichi Handa 2003-06-21 02:28:35 +00:00
parent 65a0e5fec3
commit b510f863d3
2 changed files with 25 additions and 4 deletions

View 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.

View 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)