comparison src/ChangeLog @ 49820:ee53c0a36300

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 17 Feb 2003 07:51:46 +0000
parents bc226af8acd5
children e99f1a981a3b
comparison
equal deleted inserted replaced
49819:33f214d51e1f 49820:ee53c0a36300
1 2003-02-17 Richard M. Stallman <rms@gnu.org>
2
3 * keyboard.c (this_command_key_count_reset): New variable.
4 Initiatize to 0 where this_command_key_count is set.
5 (read_char): Save and restore this_command_key_count_reset
6 around input method code.
7 (read_char): If this_command_key_count_reset, echo reread commands.
8 (Freset_this_command_lengths): Set this_command_key_count_reset to 1.
9
1 2003-02-17 Kenichi Handa <handa@m17n.org> 10 2003-02-17 Kenichi Handa <handa@m17n.org>
2 11
3 * fns.c (string_to_multibyte): Always return a multibyte string. 12 * fns.c (string_to_multibyte): Always return a multibyte string.
4 13
5 2003-02-16 Jason Rumney <jasonr@gnu.org> 14 2003-02-16 Jason Rumney <jasonr@gnu.org>