# HG changeset patch # User Kenichi Handa # Date 965958936 0 # Node ID c10a2693392914a522ddb7addde311dc46b0027e # Parent e96da8e19cef81790ce2721435a3449d57366a0f *** empty log message *** diff -r e96da8e19cef -r c10a26933929 src/ChangeLog --- a/src/ChangeLog Fri Aug 11 00:51:25 2000 +0000 +++ b/src/ChangeLog Fri Aug 11 01:55:36 2000 +0000 @@ -1,3 +1,23 @@ +2000-08-11 Kenichi Handa + + * regex.c (regex_compile) : Pay attention to + multibyteness. + (analyse_first) : Setup fastmap correctly for + eight-bit-control characters. + +2000-08-11 Kenichi Handa + + * termhooks.h (enum event_kind): New member + multibyte_char_keystroke. + + * keyboard.c (make_lispy_event): Handle the new event type + multibyte_char_keystroke. + + * xterm.c: Include coding.h. + (XTread_socket): Work around a bug of XmbLookupString. If the + input is from XIM, decode it according to the current locale. In + that case, generate multibyte_char_keystroke events. + 2000-08-11 Kenichi Handa * xdisp.c (TRACE_MOVE) [GLYPH_DEBUG]: Delete the last semicolon.