From: Kenichi Handa Date: Fri, 11 Aug 2000 01:55:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/c371f69a68bde3cf713adc0bb4f0204a34671b1b?hp=4ff939ad38f6f56f92133542f1284b40aa19044b *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 007836bf8b..3b3a90a7c9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.