From 25a0994a8186886b117b99e7e878dc2ac6cdeae6 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 30 Nov 2004 08:19:52 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 2 +- src/ChangeLog | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 580bc7a8ecb..62736c1d880 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -21,7 +21,7 @@ 2004-11-29 Kenichi Handa - * 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 diff --git a/src/ChangeLog b/src/ChangeLog index a743cc64049..cfc2c110bfe 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,23 @@ +2004-11-30 Kenichi Handa + + * 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 * keyboard.c: Don't undef SIGIO -- 2.11.4.GIT