Mercurial > emacs
changeset 49820:ee53c0a36300
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 17 Feb 2003 07:51:46 +0000 |
parents | 33f214d51e1f |
children | ae038951ece0 |
files | src/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Feb 17 07:51:08 2003 +0000 +++ b/src/ChangeLog Mon Feb 17 07:51:46 2003 +0000 @@ -1,3 +1,12 @@ +2003-02-17 Richard M. Stallman <rms@gnu.org> + + * keyboard.c (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. + 2003-02-17 Kenichi Handa <handa@m17n.org> * fns.c (string_to_multibyte): Always return a multibyte string.