# HG changeset patch # User Kenichi Handa # Date 1246448265 0 # Node ID e9f406501a4a97e3e671a2e6ecfd2faf08cc298f # Parent 563d704f3c48581091137ef432d8ed21f8392fc9 *** empty log message *** diff -r 563d704f3c48 -r e9f406501a4a src/ChangeLog --- a/src/ChangeLog Wed Jul 01 11:37:19 2009 +0000 +++ b/src/ChangeLog Wed Jul 01 11:37:45 2009 +0000 @@ -1,3 +1,13 @@ +2009-07-01 Kenichi Handa + + * keyboard.c (decode_keyboard_code): New function. + (tty_read_avail_input): Decode the input bytes if necessary. + + * coding.c (setup_coding_system): Initialize + coding->carryover_bytes to 0. + (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil, + use Qno_conversion. + 2009-07-01 YAMAMOTO Mitsuharu * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.