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


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Tue, 30 Nov 2004 03:33:36 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4069 emacs/src/ChangeLog:1.4070
*** emacs/src/ChangeLog:1.4069  Tue Nov 30 05:57:26 2004
--- emacs/src/ChangeLog Tue Nov 30 08:19:52 2004
***************
*** 1,3 ****
--- 1,23 ----
+ 2004-11-30  Kenichi Handa  <address@hidden>
+ 
+       * term.c (encode_terminal_buf, encode_terminal_bufsize): New
+       variables.
+       (encode_terminal_code): Argument changed.  Encode all
+       characters at once, and return a pointer to the result of
+       encoding.
+       (write_glyphs): Decide coding here.  Adjusted for the above
+       change.
+       (insert_glyphs): Likewise.
+       (term_init): Initialize encode_terminal_bufsize to 0.
+ 
+       * coding.c (Vcode_conversion_workbuf_name): New variable.
+       (syms_of_coding): Initialize and staticpro it.
+       (set_conversion_work_buffer): New function.
+       (run_pre_post_conversion_on_str): Use it.
+       (run_pre_write_conversin_on_c_str): New function.
+ 
+       * coding.h (run_pre_write_conversin_on_c_str): Extern it.
+ 
  2004-11-30  YAMAMOTO Mitsuharu  <address@hidden>
  
        * keyboard.c: Don't undef SIGIO




reply via email to

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