diff options
| author | Kenichi Handa | 2003-06-21 02:28:35 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-06-21 02:28:35 +0000 |
| commit | b510f863d3f3fa530d0518e6379072afbc6d0aaf (patch) | |
| tree | 536d014f5d9404328bd4dc03f4ae6baf9bfd20fc | |
| parent | 65a0e5fec33ad437fbf36e4da674a5b8bd927e3b (diff) | |
| download | emacs-b510f863d3f3fa530d0518e6379072afbc6d0aaf.tar.gz emacs-b510f863d3f3fa530d0518e6379072afbc6d0aaf.zip | |
(reset-language-environment): Adjusted for the name change:
xxx-utf-16-{le,be} -> xxx-utf-16{le,be}.
| -rw-r--r-- | lisp/ChangeLog | 21 | ||||
| -rw-r--r-- | lisp/international/mule-cmds.el | 8 |
2 files changed, 25 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4a1157f356a..2403616463f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2003-06-21 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * international/utf-16.el: Many name changes: utf-16-{be,le} -> | ||
| 4 | utf-16{be,le}. | ||
| 5 | (mule-utf-16-le, utf-16-le, mule-utf-16-be, utf-16-be): New coding | ||
| 6 | system aliases for backward compatibility. | ||
| 7 | |||
| 8 | * international/utf-7.el: Adjusted for the name change: | ||
| 9 | xxx-utf-16-{le,be} -> xxx-utf-16{le,be}. | ||
| 10 | |||
| 11 | * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859): | ||
| 12 | Adjusted for the name change: xxx-utf-16-{le,be} -> | ||
| 13 | xxx-utf-16{le,be}. | ||
| 14 | |||
| 15 | * international/mule-conf.el: Adjusted for the name change: | ||
| 16 | xxx-utf-16-{le,be} -> xxx-utf-16{le,be}. | ||
| 17 | |||
| 18 | * international/mule-cmds.el (reset-language-environment): | ||
| 19 | Adjusted for the name change: xxx-utf-16-{le,be} -> | ||
| 20 | xxx-utf-16{le,be}. | ||
| 21 | |||
| 1 | 2003-06-20 Luc Teirlinck <teirllm@mail.auburn.edu> | 22 | 2003-06-20 Luc Teirlinck <teirllm@mail.auburn.edu> |
| 2 | 23 | ||
| 3 | * vc.el (vc-rename-file): Fix typo. | 24 | * 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: | |||
| 1598 | coding-category-iso-8-1 iso-latin-1 | 1598 | coding-category-iso-8-1 iso-latin-1 |
| 1599 | coding-category-iso-8-2 iso-latin-1 | 1599 | coding-category-iso-8-2 iso-latin-1 |
| 1600 | coding-category-utf-8 mule-utf-8 | 1600 | coding-category-utf-8 mule-utf-8 |
| 1601 | coding-category-utf-16-be mule-utf-16-be-with-signature | 1601 | coding-category-utf-16-be mule-utf-16be-with-signature |
| 1602 | coding-category-utf-16-le mule-utf-16-le-with-signature | 1602 | coding-category-utf-16-le mule-utf-16le-with-signature |
| 1603 | coding-category-iso-7-tight iso-2022-jp | 1603 | coding-category-iso-7-tight iso-2022-jp |
| 1604 | coding-category-iso-7 iso-2022-7bit | 1604 | coding-category-iso-7 iso-2022-7bit |
| 1605 | coding-category-iso-7-else iso-2022-7bit-lock | 1605 | coding-category-iso-7-else iso-2022-7bit-lock |
| @@ -1624,8 +1624,8 @@ The default status is as follows: | |||
| 1624 | coding-category-raw-text 'raw-text | 1624 | coding-category-raw-text 'raw-text |
| 1625 | coding-category-sjis 'japanese-shift-jis | 1625 | coding-category-sjis 'japanese-shift-jis |
| 1626 | coding-category-big5 'chinese-big5 | 1626 | coding-category-big5 'chinese-big5 |
| 1627 | coding-category-utf-16-be 'mule-utf-16-be-with-signature | 1627 | coding-category-utf-16-be 'mule-utf-16be-with-signature |
| 1628 | coding-category-utf-16-le 'mule-utf-16-le-with-signature | 1628 | coding-category-utf-16-le 'mule-utf-16le-with-signature |
| 1629 | coding-category-utf-8 'mule-utf-8 | 1629 | coding-category-utf-8 'mule-utf-8 |
| 1630 | coding-category-ccl nil | 1630 | coding-category-ccl nil |
| 1631 | coding-category-binary 'no-conversion) | 1631 | coding-category-binary 'no-conversion) |