(send_process): Use encode_coding_object instead of
[bpt/emacs.git] / src / ChangeLog
index 8fd6875..12f3185 100644 (file)
@@ -1,3 +1,15 @@
+2009-08-27  Kenichi Handa  <handa@m17n.org>
+
+       * process.c (send_process): Use encode_coding_object instead of
+       encode_coding_string to perform eol-conversion even if the string
+       is unibyte.
+
+       * coding.c (encode_coding_utf_16): Fix checking of a Unicode
+       character.
+
+       * cmds.c (Fself_insert_command): Avoid unnecessay
+       unibyte->multibyte conversion.
+
 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * callproc.c (Fcall_process): Remove always true #if.
@@ -32,6 +44,9 @@
 
 2009-08-25  Kenichi Handa  <handa@m17n.org>
 
+       * alloc.c (mark_char_table): New function.
+       (mark_object): Use mark_char_table for a char-table.
+
        * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
        (CHAR_TABLE_REF): Use it.