comparison src/ChangeLog @ 34543:41c14fa17cd3

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 14 Dec 2000 10:43:49 +0000
parents 5cb2cda06aa1
children c1fa004347dc
comparison
equal deleted inserted replaced
34542:dd4372cead8d 34543:41c14fa17cd3
1 2000-12-14 Kenichi Handa <handa@etl.go.jp> 1 2000-12-14 Kenichi Handa <handa@etl.go.jp>
2
3 * keyboard.c (echo_prompt): Argument type changed to Lisp_Object.
4 Always store string in multibyte representation in echobuf.
5 (echo_char): Always store string in multibyte representation in
6 echobuf.
7 (echo_now): Call message2_nolog with the arg MULTIBYTE 1.
8 (read_key_sequence): Adjusted for the change of echo_prompt.
2 9
3 * fns.c (Fmd5): Docstring improved. 10 * fns.c (Fmd5): Docstring improved.
4 11
5 * lisp.h (detect_coding_system): Prototype adjusted. 12 * lisp.h (detect_coding_system): Prototype adjusted.
6 13