From: Kenichi Handa Date: Thu, 30 Jan 2003 02:28:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~92 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=30959a42093a8a85945ab58cc1ad7303fbfd5282;p=emacs.git *** empty log message *** --- diff --git a/README.unicode b/README.unicode index 4944b61d298..e32326a4a2c 100644 --- a/README.unicode +++ b/README.unicode @@ -70,6 +70,8 @@ existing support and the extra stuff at * 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' diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3be691ae0bf..265115bbdc3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-01-30 Kenichi Handa + + * international/ccl.el (define-ccl-program): Fset charset-id + to charset-id-internal temporarily. + 2003-01-21 Kenichi Handa * international/mule-diag.el (list-block-of-chars): Use diff --git a/src/ChangeLog b/src/ChangeLog index 9f10851ae81..e93ba9f4aed 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2003-01-30 Kenichi Handa + * 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