diff options
| -rw-r--r-- | lisp/ChangeLog.unicode | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog.unicode b/lisp/ChangeLog.unicode index ec1441b3eb6..b4c1b577b28 100644 --- a/lisp/ChangeLog.unicode +++ b/lisp/ChangeLog.unicode | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2005-07-29 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * international/mule.el (coding-system-get): Check | ||
| 4 | `ascii-incompatible' for backward compatiblity. | ||
| 5 | (set-file-name-coding-system): Signal an error for a coding system | ||
| 6 | not suitable for file name. | ||
| 7 | (set-keyboard-coding-system): Signal an error for a coding system | ||
| 8 | not suitable for keyboard. | ||
| 9 | |||
| 10 | * language/chinese.el (iso-2022-cn, iso-2022-cn-ext): Set | ||
| 11 | :suitable-for-keyboard property to 1. | ||
| 12 | |||
| 13 | * language/japanese.el (iso-2022-jp, iso-2022-jp-2) | ||
| 14 | (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1. | ||
| 15 | |||
| 16 | * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii) | ||
| 17 | (vietnamese-tcvn): Set :suitable-for-file-name property to t. | ||
| 18 | |||
| 1 | 2005-07-26 Naoto Takahashi <ntakahas@m17n.org> | 19 | 2005-07-26 Naoto Takahashi <ntakahas@m17n.org> |
| 2 | 20 | ||
| 3 | * international/robin.el (robin-define-package): Delete redundant | 21 | * international/robin.el (robin-define-package): Delete redundant |