aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-12-28 13:41:26 +0000
committerGerd Moellmann <[email protected]>2000-12-28 13:41:26 +0000
commit89f93679eeb4c7cf910a3df180c7391c640a7b89 (patch)
tree1b44d43f102cda28ff293183d9ebb8baba685079 /src/ChangeLog
parentf1cb0a258473258fa307806cad134de0d25970f5 (diff)
(push_key_description): Add prototype.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8e5fdb97d2..f45bd81793 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,17 @@
2000-12-28 Gerd Moellmann <[email protected]>
+ * keyboard.c (echo_char): If C is an integer, always call
+ push_key_description. Former code could signal an invalid
+ character error.
+
+ * keymap.c (push_key_description): Add parameter FORCE_MULTIBYTE.
+ If set, print multibyte text.
+ (Fsingle_key_description): Call push_key_description with
+ FORCE_MULTIBYTE set.
+ (describe_buffer_bindings): Likewise.
+
+ * lisp.h (push_key_description): Add prototype.
+
* xdisp.c (echo_area_display): Bind redisplay-dont-pause to t
around the call to redisplay_internal.