From: tomo Date: Sat, 12 Jun 1999 04:46:49 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-15-tomo-4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=99f565ead0bfa1dd75801463bab262ee973efee8;p=chise%2Fxemacs-chise.git update. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 090641d..c9034c5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +1999-06-12 MORIOKA Tomohiko + + * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Use NBSP of ISO + 8859-5 instead of ISO 8859-1. + 1999-06-09 MORIOKA Tomohiko * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Set 32 for diff --git a/src/ChangeLog b/src/ChangeLog index 302d479..bd1a6e2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,22 @@ +1999-06-12 MORIOKA Tomohiko + + * 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 * file-coding.c (coding_system_from_mask): Use `raw-text' instead