Mercurial > emacs
changeset 89377:b185a90cd78f
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 30 Jan 2003 02:28:24 +0000 |
parents | 6ec594d8593d |
children | 7fa9627e0e9e |
files | README.unicode lisp/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/README.unicode Thu Jan 30 02:27:52 2003 +0000 +++ b/README.unicode Thu Jan 30 02:28:24 2003 +0000 @@ -70,6 +70,8 @@ * Defining CCL coding systems currently doesn't work. + This should be fixed by the changes of 2003-01-30. + * iso-2022 charsets get unified on i/o. With the change on 2003-01-06, decoding routines put `charset'
--- a/lisp/ChangeLog Thu Jan 30 02:27:52 2003 +0000 +++ b/lisp/ChangeLog Thu Jan 30 02:28:24 2003 +0000 @@ -1,3 +1,8 @@ +2003-01-30 Kenichi Handa <handa@m17n.org> + + * international/ccl.el (define-ccl-program): Fset charset-id + to charset-id-internal temporarily. + 2003-01-21 Kenichi Handa <handa@m17n.org> * international/mule-diag.el (list-block-of-chars): Use
--- a/src/ChangeLog Thu Jan 30 02:27:52 2003 +0000 +++ b/src/ChangeLog Thu Jan 30 02:28:24 2003 +0000 @@ -1,5 +1,8 @@ 2003-01-30 Kenichi Handa <handa@m17n.org> + * charset.c (Fcharset_id_internal): New function. + (syms_of_charset): Defsubr it. + * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver with the last arg charset_list acquired from coding. (Fdefine_coding_system_internal): For ccl-based coding system, fix