]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Thu, 28 Dec 2000 07:02:51 +0000 (07:02 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 28 Dec 2000 07:02:51 +0000 (07:02 +0000)
src/ChangeLog

index 70909159c191582ed4eb8ebbbb5f283f71fad7f5..b6070d0933084e5b320fac92b4a3ee1479d81556 100644 (file)
@@ -1,3 +1,14 @@
+2000-12-28  Kenichi Handa  <handa@etl.go.jp>
+
+       * ccl.c (CCL_WRITE_CHAR): Check variable `extra_bytes'.
+       (ccl_driver): New local variable `extra_bytes'.
+
+       * ccl.h (struct ccl_spec): New member eight_bit_carryover.
+
+       * coding.c (setup_coding_system): Initialize
+       coding->spec.ccl.eight_bit_carryover.
+       (ccl_coding_driver): Pay attention to carried over 8-bit bytes.
+
 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
 
        * coding.c (SAFE_ONE_MORE_BYTE): New macro.