update. r21-2-15-tomo-4
authortomo <tomo>
Sat, 12 Jun 1999 04:46:49 +0000 (04:46 +0000)
committertomo <tomo>
Sat, 12 Jun 1999 04:46:49 +0000 (04:46 +0000)
lisp/ChangeLog
src/ChangeLog

index 090641d..c9034c5 100644 (file)
@@ -1,3 +1,8 @@
+1999-06-12  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Use NBSP of ISO
+       8859-5 instead of ISO 8859-1.
+
 1999-06-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
 
        * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Set 32 for
index 302d479..bd1a6e2 100644 (file)
@@ -1,3 +1,22 @@
+1999-06-12  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * redisplay-x.c (separate_textual_runs): Run `ccl_driver' with
+       `CCL_MODE_ENCODING'.
+
+       * file-coding.c (mule_decode): Run `ccl_driver' with
+       `CCL_MODE_DECODING'.
+       (mule_encode): Run `ccl_driver' with `CCL_MODE_ENCODING'.
+
+       * mule-ccl.c (CCL_WRITE_CHAR): Refer `conversion_mode'.
+       (ccl_driver): Add new argument `conversion_mode'.
+       (Fccl_execute): Run `ccl_driver' with `CCL_MODE_ENCODING'.
+       (Fccl_execute_on_string): Likewise [perhaps it is better to add
+       new optional argument].
+
+       * mule-ccl.h (CCL_MODE_ENCODING): New macro.
+       (CCL_MODE_DECODING): New macro.
+       (ccl_driver): Add new argument `conversion_mode'.
+
 1999-06-03  MORIOKA Tomohiko  <tomo@etl.go.jp>
 
        * file-coding.c (coding_system_from_mask): Use `raw-text' instead