aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2009-07-01 11:37:45 +0000
committerKenichi Handa2009-07-01 11:37:45 +0000
commitfd503d99b25a653ba5b300e31d8b3c6a86520ecd (patch)
tree8d4c4bbbc8288c69c9e796616b2f19c69c6ffe49 /src/ChangeLog
parent624bda0987593f3e3933fa9d9db6ebad98db81c7 (diff)
downloademacs-fd503d99b25a653ba5b300e31d8b3c6a86520ecd.tar.gz
emacs-fd503d99b25a653ba5b300e31d8b3c6a86520ecd.zip
(decode_keyboard_code): New function.
(tty_read_avail_input): Decode the input bytes if necessary.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
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 @@
12009-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
12009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 112009-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.