Mercurial > emacs
changeset 43752:f6be0ba7fdf9
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 06 Mar 2002 15:56:17 +0000 |
parents | c82e347557f1 |
children | 5132a4e458ec |
files | src/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Mar 06 15:55:51 2002 +0000 +++ b/src/ChangeLog Wed Mar 06 15:56:17 2002 +0000 @@ -1,5 +1,16 @@ 2002-03-06 Gerd Moellmann <gerd@gnu.org> + * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now) + (cancel_echoing, echo_length, echo_truncate): Changed to + work with new kboard definition. + (echo_now): Use message3_nolog instead of message2_nolog. + + * alloc.c (mark_kboards): Mark echo_string. + + * keyboard.h (ECHOBUFSIZE): Removed. + (struct kboard): Member echoptr removed, member echobuf renamed + to echo_string. + * xdisp.c (message_with_string): Use Fformat instead of doprnt and message3 instead of message2 to display the message using STRING's text properties.