projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4125ec7
)
(read_char): Allow character codes 128..255 to be
author
Kenichi Handa
<handa@m17n.org>
Mon, 22 May 2000 04:26:47 +0000
(
04:26
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 22 May 2000 04:26:47 +0000
(
04:26
+0000)
handled by input-method-function.
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 11d104aa5fa6eced9cc40f157407db27c40193e5..dd40616adb32230c4cdbbd419ca2f3959dece4fb 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,8
@@
2000-05-22 Kenichi Handa <handa@etl.go.jp>
+ * keyboard.c (read_char): Allow character codes 128..255 to be
+ handled by input-method-function.
+
* insdel.c (adjust_markers_for_replace): Fix previous change.
(adjust_after_replace): If PREV_TEXT is nil, call
adjust_markers_for_insert, not adjust_markers_for_replace.