diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 7 |
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 @@ | |||
| 1 | 2000-12-14 Kenichi Handa <handa@etl.go.jp> | 1 | 2000-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. |