aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 11d104aa5fa..dd40616adb3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12000-05-22 Kenichi Handa <handa@etl.go.jp> 12000-05-22 Kenichi Handa <handa@etl.go.jp>
2 2
3 * keyboard.c (read_char): Allow character codes 128..255 to be
4 handled by input-method-function.
5
3 * insdel.c (adjust_markers_for_replace): Fix previous change. 6 * insdel.c (adjust_markers_for_replace): Fix previous change.
4 (adjust_after_replace): If PREV_TEXT is nil, call 7 (adjust_after_replace): If PREV_TEXT is nil, call
5 adjust_markers_for_insert, not adjust_markers_for_replace. 8 adjust_markers_for_insert, not adjust_markers_for_replace.