Mercurial > emacs
comparison src/ChangeLog @ 103657:e9f406501a4a
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 01 Jul 2009 11:37:45 +0000 |
parents | 5bd89163676f |
children | 340c701162a6 |
comparison
equal
deleted
inserted
replaced
103656:563d704f3c48 | 103657:e9f406501a4a |
---|---|
1 2009-07-01 Kenichi Handa <handa@m17n.org> | |
2 | |
3 * keyboard.c (decode_keyboard_code): New function. | |
4 (tty_read_avail_input): Decode the input bytes if necessary. | |
5 | |
6 * coding.c (setup_coding_system): Initialize | |
7 coding->carryover_bytes to 0. | |
8 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil, | |
9 use Qno_conversion. | |
10 | |
1 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 11 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
2 | 12 |
3 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc. | 13 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc. |
4 | 14 |
5 2009-06-30 Chong Yidong <cyd@stupidchicken.com> | 15 2009-06-30 Chong Yidong <cyd@stupidchicken.com> |