summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2004-12-15 00:06:46 +0000
committerKim F. Storm <storm@cua.dk>2004-12-15 00:06:46 +0000
commit2a84c6da58ee6b4519a0b7167d0cc978dc51c4b2 (patch)
tree04d069a3ea64e2ea41e877f310a3e35d59e7cb89 /src/ChangeLog
parentb8217ea67a9d935db5f1f5387ae3f05ba16222d9 (diff)
downloademacs-2a84c6da58ee6b4519a0b7167d0cc978dc51c4b2.tar.gz
(Vthrow_on_input): New variable.
(syms_of_keyboard): Defvar and initialize it. (kbd_buffer_store_event_hold): Handle Vthrow_on_input.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f377cad5e74..84955d3b0ff 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-14 Kim F. Storm <storm@cua.dk>
+
+ * keyboard.c (read_char): Save and restore echo_string when
+ handling input method.
+
2004-12-13 Richard M. Stallman <rms@gnu.org>
* eval.c (syms_of_eval) <quit-flag>: Doc fix.