changeset 39130:31fa91a57bb5

*** empty log message ***
author Andrew Innes <andrewi@gnu.org>
date Tue, 04 Sep 2001 17:42:03 +0000
parents 651a67207f2b
children 544f85c0de57
files src/ChangeLog
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <andrewi@gnu.org>
+
+	* 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  <monnier@cs.yale.edu>
 
 	* xdisp.c (handle_single_display_prop): Fix for int/Lisp_Object mixup.