# HG changeset patch # User Andrew Innes # Date 999625323 0 # Node ID 31fa91a57bb582e93597b3ee13dbe77424e4c789 # Parent 651a67207f2b91c8b1b464427b2dc3a4215f90b9 *** empty log message *** diff -r 651a67207f2b -r 31fa91a57bb5 src/ChangeLog --- a/src/ChangeLog Tue Sep 04 17:40:58 2001 +0000 +++ b/src/ChangeLog Tue Sep 04 17:42:03 2001 +0000 @@ -1,3 +1,14 @@ +2001-09-04 Andrew Innes + + * w32term.c (w32_read_socket): Add more information to debugging output. + + * w32fns.c (w32_createwindow): Remove the WS_CLIPCHILDREN style + from Emacs frames, so that calls to GetClipBox in w32term.c + correctly report when part of a frame is visible (including + scrollbars, etc). This prevents repeated redrawing of frames when + only a scrollbar is visible. + (w32_wnd_proc): Add more frame information to debugging output. + 2001-09-03 Stefan Monnier * xdisp.c (handle_single_display_prop): Fix for int/Lisp_Object mixup.