summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-06-24 05:31:35 (GMT)
committerhobbs <hobbs>2002-06-24 05:31:35 (GMT)
commit16bf143a0ff9c5e8c574c60f23898a5e121b916a (patch)
treec275e6175fc9c1779bedd58b877ffd0e42aeb65e /ChangeLog
parent890c34e8889317e09ba6b4a4c328e16b4712b9c7 (diff)
downloadtk-16bf143a0ff9c5e8c574c60f23898a5e121b916a.zip
tk-16bf143a0ff9c5e8c574c60f23898a5e121b916a.tar.gz
tk-16bf143a0ff9c5e8c574c60f23898a5e121b916a.tar.bz2
* win/tkWinWm.c (UpdateGeometryInfo): remove the check for a null
wrapper introduced in r1.41 on 2002-06-15 because it prevented geometry setting from taking effect if the window was not on the screen. Another check may go in it's place as IsIconic and IsZoomed should not be passed NULL.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40cdadd..bdb0fea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-06-23 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * win/tkWinWm.c (UpdateGeometryInfo): remove the check for a null
+ wrapper introduced in r1.41 on 2002-06-15 because it prevented
+ geometry setting from taking effect if the window was not on the
+ screen. Another check may go in it's place as IsIconic and
+ IsZoomed should not be passed NULL.
+
2002-06-22 Mo DeJong <mdejong@users.sourceforge.net>
* tests/wm.test: Remove invalid minsize test. Add update