]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Wed, 1 Oct 2003 04:48:18 +0000 (04:48 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 1 Oct 2003 04:48:18 +0000 (04:48 +0000)
lisp/ChangeLog.22
src/ChangeLog.22

index 0a84688b9bb1bbe1519bda8bd58328f784823b4d..cff0eaaac8986e7518c29e570b9dc585d1fc45c5 100644 (file)
@@ -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.
index bed514504ae2162514173be81514036a63424bb2..2b8fa2570874a726d90702298cea5ef41215a664 100644 (file)
@@ -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