emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog.22 [emacs-unicode-2]


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog.22 [emacs-unicode-2]
Date: Wed, 01 Oct 2003 00:45:44 -0400

Index: emacs/src/ChangeLog.22
diff -c emacs/src/ChangeLog.22:1.1.2.9 emacs/src/ChangeLog.22:1.1.2.10
*** emacs/src/ChangeLog.22:1.1.2.9      Tue Sep 30 19:28:01 2003
--- emacs/src/ChangeLog.22      Wed Oct  1 00:45:44 2003
***************
*** 1,3 ****
--- 1,18 ----
+ 2003-10-01  Kenichi Handa  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * character.c (char_string): Use ASCII_CHAR_P instead of




reply via email to

[Prev in Thread] Current Thread [Next in Thread]