aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2000-12-14 10:43:49 +0000
committerKenichi Handa2000-12-14 10:43:49 +0000
commit98d62747fd73fdd0d052b074b17510d27d937951 (patch)
tree09f1bb8d70819ccc53a84e9212bd3e8f10e458a3 /src
parent5e5b3d411448a7483bb15fccffbe1b1ff3cf194c (diff)
downloademacs-98d62747fd73fdd0d052b074b17510d27d937951.tar.gz
emacs-98d62747fd73fdd0d052b074b17510d27d937951.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ea5f9b294aa..3de7bccb966 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12000-12-14 Kenichi Handa <handa@etl.go.jp> 12000-12-14 Kenichi Handa <handa@etl.go.jp>
2 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.
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.