summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d19800e3c..0baf157a88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2002-10-28 Tor Lillqvist <tml@iki.fi>
+
+ * gdk/win32/gdkwindow-win32.c (gdk_window_set_decorations,
+ gdk_window_set_functions): Don't call GetWindowLong for
+ GWL_EXSTYLE, the extended window style wasn't used or
+ changed. After setting the window style with SetWindowLong, call
+ SetWindowPos with the SWP_FRAMECHANGED flag for the window to
+ actually be updated, as Platform SDK docs say one should. (#95812,
+ huzheng)
+
2002-10-28 Dmitry G. Mastrukov <dmitry@taurussoft.org>
* configure.in: Added Belorusian (be) to ALL_LINGUAS.