]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Thu, 30 Jan 2003 02:28:24 +0000 (02:28 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 30 Jan 2003 02:28:24 +0000 (02:28 +0000)
README.unicode
lisp/ChangeLog
src/ChangeLog

index 4944b61d2985f0841134d1e9011244551cf4d7e8..e32326a4a2c0b3a6127847138819a33047955bff 100644 (file)
@@ -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'
index 3be691ae0bf73f8a7aee1c71c4284e303985a3ce..265115bbdc3e124ba1b223505f5b81e5a8bc82d3 100644 (file)
@@ -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
index 9f10851ae8188f8659d7a4914cfde00d2c63d154..e93ba9f4aed35fdd74ecfac31b98b51fe08921b8 100644 (file)
@@ -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