]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Tue, 30 Nov 2004 08:19:52 +0000 (08:19 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 30 Nov 2004 08:19:52 +0000 (08:19 +0000)
lisp/ChangeLog
src/ChangeLog

index 580bc7a8ecb88a44b16eb84e7a273f9e769e47e3..62736c1d880c8a7e85f3c1368b360fa40b111fe5 100644 (file)
@@ -21,7 +21,7 @@
 
 2004-11-29  Kenichi Handa  <handa@m17n.org>
 
-       * startup.el (command-line): Decode all buffer names by
+       * startup.el (command-line): Decode all default-directory by
        locale-coding-system.
 
 2004-11-29  Jay Belanger  <belanger@truman.edu>
index a743cc64049f0b89a7a352d098821b02a189cc49..cfc2c110bfe2949d2f202ac5fb1a3b9b62b75c6a 100644 (file)
@@ -1,3 +1,23 @@
+2004-11-30  Kenichi Handa  <handa@m17n.org>
+
+       * 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  <mituharu@math.s.chiba-u.ac.jp>
 
        * keyboard.c: Don't undef SIGIO