aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2000-08-11 01:55:36 +0000
committerKenichi Handa2000-08-11 01:55:36 +0000
commitc371f69a68bde3cf713adc0bb4f0204a34671b1b (patch)
treeb0deb94ed7e21cb034fcc8f0bbb59481f775e73e /src
parent4ff939ad38f6f56f92133542f1284b40aa19044b (diff)
downloademacs-c371f69a68bde3cf713adc0bb4f0204a34671b1b.tar.gz
emacs-c371f69a68bde3cf713adc0bb4f0204a34671b1b.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 007836bf8b7..3b3a90a7c95 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,25 @@
12000-08-11 Kenichi Handa <handa@etl.go.jp> 12000-08-11 Kenichi Handa <handa@etl.go.jp>
2 2
3 * regex.c (regex_compile) <normal_char>: Pay attention to
4 multibyteness.
5 (analyse_first) <exactn>: Setup fastmap correctly for
6 eight-bit-control characters.
7
82000-08-11 Kenichi Handa <handa@etl.go.jp>
9
10 * termhooks.h (enum event_kind): New member
11 multibyte_char_keystroke.
12
13 * keyboard.c (make_lispy_event): Handle the new event type
14 multibyte_char_keystroke.
15
16 * xterm.c: Include coding.h.
17 (XTread_socket): Work around a bug of XmbLookupString. If the
18 input is from XIM, decode it according to the current locale. In
19 that case, generate multibyte_char_keystroke events.
20
212000-08-11 Kenichi Handa <handa@etl.go.jp>
22
3 * xdisp.c (TRACE_MOVE) [GLYPH_DEBUG]: Delete the last semicolon. 23 * xdisp.c (TRACE_MOVE) [GLYPH_DEBUG]: Delete the last semicolon.
4 (TRACE_MOVE) [not GLYPH_DEBUG]: Define dummy. 24 (TRACE_MOVE) [not GLYPH_DEBUG]: Define dummy.
5 25