comparison src/ChangeLog @ 100136:6ee9281fcd28

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Wed, 03 Dec 2008 02:27:26 +0000
parents c48d4114962b
children fc199de00487
comparison
equal deleted inserted replaced
100135:0e17542db552 100136:6ee9281fcd28
1 2008-12-03 Kenichi Handa <handa@m17n.org> 1 2008-12-03 Kenichi Handa <handa@m17n.org>
2 2
3 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base 3 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base
4 to 0. 4 to 0.
5 (decode_coding_utf_8): Likewise. 5 (decode_coding_utf_8): Likewise.
6 (detect_coding_system): Initialize utf_16_le_eol to -1, val to
7 Qnil.
8 (produce_chars): Initialize consumed_chars to 0.
6 9
7 2008-12-02 Chong Yidong <cyd@stupidchicken.com> 10 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
8 11
9 * keyboard.c (make_lispy_position): Only use PT if the selected 12 * keyboard.c (make_lispy_position): Only use PT if the selected
10 window is current. 13 window is current.