From: Kenichi Handa Date: Wed, 1 Oct 2003 04:48:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~8295^2~1783 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=52e4738380f54778b0a01f0026a588fe8e9e246f;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog.22 b/lisp/ChangeLog.22 index 0a84688b9bb..cff0eaaac89 100644 --- a/lisp/ChangeLog.22 +++ b/lisp/ChangeLog.22 @@ -1,3 +1,8 @@ +2003-10-01 Kenichi Handa + + * 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 * composite.el (auto-composition-chunk-size): Variable deleted. diff --git a/src/ChangeLog.22 b/src/ChangeLog.22 index bed514504ae..2b8fa257087 100644 --- a/src/ChangeLog.22 +++ b/src/ChangeLog.22 @@ -1,3 +1,18 @@ +2003-10-01 Kenichi Handa + + * 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 * character.c (char_string): Use ASCII_CHAR_P instead of