diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 20 |
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 @@ | |||
| 1 | 2000-08-11 Kenichi Handa <handa@etl.go.jp> | 1 | 2000-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 | |||
| 8 | 2000-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 | |||
| 21 | 2000-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 | ||