# HG changeset patch # User Gerd Moellmann # Date 996672438 0 # Node ID 488827a6778bb6554a864fdb32c5f87d5acd8e45 # Parent ae77d25eb5cc2c63ab9bc0c2776cc42d0239f88a *** empty log message *** diff -r ae77d25eb5cc -r 488827a6778b src/ChangeLog --- a/src/ChangeLog Wed Aug 01 13:25:32 2001 +0000 +++ b/src/ChangeLog Wed Aug 01 13:27:18 2001 +0000 @@ -1,5 +1,11 @@ 2001-08-01 Gerd Moellmann + * xdisp.c (message_cleared_p): New variable. + (clear_message): Set message_cleared_p when clearing the current + message. + (redisplay_internal): Look at message_cleared_p to capture + the case that the echo area should be cleared. + * keyboard.c (command_loop_1): Fix spelling of resize_echo_area_exactly.