changeset 30751:c10a26933929

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Fri, 11 Aug 2000 01:55:36 +0000
parents e96da8e19cef
children db737e34fc36
files src/ChangeLog
diffstat 1 files changed, 20 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <handa@etl.go.jp>
+
+	* regex.c (regex_compile) <normal_char>: Pay attention to
+	multibyteness.
+	(analyse_first) <exactn>: Setup fastmap correctly for
+	eight-bit-control characters.
+
+2000-08-11  Kenichi Handa  <handa@etl.go.jp>
+
+	* 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  <handa@etl.go.jp>
 
 	* xdisp.c (TRACE_MOVE) [GLYPH_DEBUG]: Delete the last semicolon.