diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 535558bee2d..57d144c63bc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 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. |