# HG changeset patch # User Gerd Moellmann # Date 978010886 0 # Node ID 85685c9b814532719a2c605f0f9fab9f86ed1d8e # Parent cc3aa3f6232ab66a863c7e74947941ab89ec9d9a *** empty log message *** diff -r cc3aa3f6232a -r 85685c9b8145 src/ChangeLog --- a/src/ChangeLog Thu Dec 28 13:39:35 2000 +0000 +++ b/src/ChangeLog Thu Dec 28 13:41:26 2000 +0000 @@ -1,5 +1,17 @@ 2000-12-28 Gerd Moellmann + * 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.