Mercurial > emacs
changeset 89565:32674fc08b7e
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 01 Oct 2003 04:48:18 +0000 |
parents | b1aa1cb0e3f6 |
children | 86c0ff434620 |
files | lisp/ChangeLog.22 src/ChangeLog.22 |
diffstat | 2 files changed, 20 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog.22 Wed Oct 01 04:48:03 2003 +0000 +++ b/lisp/ChangeLog.22 Wed Oct 01 04:48:18 2003 +0000 @@ -1,3 +1,8 @@ +2003-10-01 Kenichi Handa <handa@m17n.org> + + * language/japanese.el (iso-2022-jp, iso-2022-jp-2) + (japanese-iso-8bit): Fix the order of charsets in :charset-list. + 2003-09-30 Kenichi Handa <handa@m17n.org> * composite.el (auto-composition-chunk-size): Variable deleted.
--- a/src/ChangeLog.22 Wed Oct 01 04:48:03 2003 +0000 +++ b/src/ChangeLog.22 Wed Oct 01 04:48:18 2003 +0000 @@ -1,3 +1,18 @@ +2003-10-01 Kenichi Handa <handa@m17n.org> + + * term.c (terminal_encode_buffer, terminal_encode_buf_size): New + variables. + (encode_terminal_code): Argument changed. Encode multiple + characters at once. Store the result of encoding in + terminal_encode_buffer. + (write_glyphs): Adjusted for the change of encode_terminal_code. + (insert_glyphs): Likewise. + (term_init): Initialize terminal_encode_buffer and + terminal_encode_buf_size. + + * coding.c (consume_chars): If coding->src_object is nil, don't + check annotation. + 2003-09-30 Kenichi Handa <handa@m17n.org> * character.c (char_string): Use ASCII_CHAR_P instead of