emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Gerd Moellmann
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Wed, 06 Mar 2002 10:56:17 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2497 emacs/src/ChangeLog:1.2498
*** emacs/src/ChangeLog:1.2497  Wed Mar  6 09:03:32 2002
--- emacs/src/ChangeLog Wed Mar  6 10:56:17 2002
***************
*** 1,5 ****
--- 1,16 ----
  2002-03-06  Gerd Moellmann  <address@hidden>
  
+       * 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]