# HG changeset patch # User Andrew Innes # Date 978730132 0 # Node ID 2441bc31cd7c4c71c6f59ba7ad5fd6514c9fd4d7 # Parent bc80b0ab163028980568a6e7fac6e312466ba3f8 *** empty log message *** diff -r bc80b0ab1630 -r 2441bc31cd7c src/ChangeLog --- a/src/ChangeLog Fri Jan 05 21:26:40 2001 +0000 +++ b/src/ChangeLog Fri Jan 05 21:28:52 2001 +0000 @@ -1,3 +1,9 @@ +2001-01-05 Andrew Innes + + * term.c (update_end): Don't check updating_frame; for some reason + this can be 0 sometimes, such as after dismissing a popup menu, + and isn't necessary given the explicit frame argument. + 2001-01-05 Gerd Moellmann * sysdep.c: Don't prototype srandom; it takes an unsigned argument