From: Kenichi Handa Date: Thu, 14 Dec 2000 10:43:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.95~543 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=98d62747fd73fdd0d052b074b17510d27d937951;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index ea5f9b294aa..3de7bccb966 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,12 @@ 2000-12-14 Kenichi Handa + * 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.