Mercurial > emacs
changeset 90334:51cc1fad218d
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 02 Mar 2006 01:49:01 +0000 |
parents | fcd118e730fb |
children | aa91709ce7ed |
files | lisp/ChangeLog.unicode src/ChangeLog.unicode |
diffstat | 2 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog.unicode Thu Mar 02 01:48:27 2006 +0000 +++ b/lisp/ChangeLog.unicode Thu Mar 02 01:49:01 2006 +0000 @@ -1,3 +1,13 @@ +2006-03-02 Kenichi Handa <handa@m17n.org> + + * international/ccl.el (ccl-embed-string): Check string length. + Set special flag for multibyte character sequence. + (ccl-compile-write-string): Don't make str unibyte. + (ccl-compile-write-repeat): Likewise. + (ccl-compile-write): If the character code doesn't fit in 22-bit + (ccl-dump-write-const-string): Check special flag for multibyte + character sequence. + 2006-02-28 Kenichi Handa <handa@m17n.org> * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
--- a/src/ChangeLog.unicode Thu Mar 02 01:48:27 2006 +0000 +++ b/src/ChangeLog.unicode Thu Mar 02 01:49:01 2006 +0000 @@ -1,3 +1,9 @@ +2006-03-02 Kenichi Handa <handa@m17n.org> + + * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte + character sequence. + (Fccl_execute_on_string): Use ASET, not XSET. + 2006-03-01 Kenichi Handa <handa@m17n.org> * search.c (search_buffer): Fix handling of "\\" in a trivial