diff options
| author | Richard M. Stallman | 2003-02-17 07:51:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-02-17 07:51:46 +0000 |
| commit | 63020c460102e3eafa8afb94b0292d7e4ecc63e6 (patch) | |
| tree | 0ae28519e714dea665d8ff8312eb670ecec8da00 /src/ChangeLog | |
| parent | 7702ccc5293ac5fe21ee9de8aeb4b4688b62690b (diff) | |
| download | emacs-63020c460102e3eafa8afb94b0292d7e4ecc63e6.tar.gz emacs-63020c460102e3eafa8afb94b0292d7e4ecc63e6.zip | |
(this_command_key_count_reset): New variable.
Initiatize to 0 where this_command_key_count is set.
(read_char): Save and restore this_command_key_count_reset
around input method code.
(read_char): If this_command_key_count_reset, echo reread commands.
(Freset_this_command_lengths): Set this_command_key_count_reset to 1.
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. |