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:
parent
65a0e5fec3
commit
b510f863d3
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user