changeset 34543:41c14fa17cd3

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 14 Dec 2000 10:43:49 +0000
parents dd4372cead8d
children 24bcec64720c
files src/ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Dec 14 10:36:42 2000 +0000
+++ b/src/ChangeLog	Thu Dec 14 10:43:49 2000 +0000
@@ -1,5 +1,12 @@
 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
 
+	* keyboard.c (echo_prompt): Argument type changed to Lisp_Object.
+	Always store string in multibyte representation in echobuf.
+	(echo_char): Always store string in multibyte representation in
+	echobuf.
+	(echo_now): Call message2_nolog with the arg MULTIBYTE 1.
+	(read_key_sequence): Adjusted for the change of echo_prompt.
+
 	* fns.c (Fmd5): Docstring improved.
 
 	* lisp.h (detect_coding_system): Prototype adjusted.