Mercurial > emacs
comparison src/ChangeLog @ 43752:f6be0ba7fdf9
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 06 Mar 2002 15:56:17 +0000 |
parents | e9ccd91206bd |
children | d1de9f3f853f |
comparison
equal
deleted
inserted
replaced
43751:c82e347557f1 | 43752:f6be0ba7fdf9 |
---|---|
1 2002-03-06 Gerd Moellmann <gerd@gnu.org> | 1 2002-03-06 Gerd Moellmann <gerd@gnu.org> |
2 | |
3 * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now) | |
4 (cancel_echoing, echo_length, echo_truncate): Changed to | |
5 work with new kboard definition. | |
6 (echo_now): Use message3_nolog instead of message2_nolog. | |
7 | |
8 * alloc.c (mark_kboards): Mark echo_string. | |
9 | |
10 * keyboard.h (ECHOBUFSIZE): Removed. | |
11 (struct kboard): Member echoptr removed, member echobuf renamed | |
12 to echo_string. | |
2 | 13 |
3 * xdisp.c (message_with_string): Use Fformat instead of doprnt and | 14 * xdisp.c (message_with_string): Use Fformat instead of doprnt and |
4 message3 instead of message2 to display the message using STRING's | 15 message3 instead of message2 to display the message using STRING's |
5 text properties. | 16 text properties. |
6 | 17 |