diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5ca300dd833..61d2d1b7eba 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 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. |