summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy>2003-12-16 03:26:01 (GMT)
committerdavygrvy <davygrvy>2003-12-16 03:26:01 (GMT)
commit989285ff754a7329dd538649f243af08e3450eec (patch)
tree13ba5383406ec5e717f42465bad876e508b93253 /ChangeLog
parentd4c77e3b0763be105f31d077727a307226605df4 (diff)
downloadtk-989285ff754a7329dd538649f243af08e3450eec.zip
tk-989285ff754a7329dd538649f243af08e3450eec.tar.gz
tk-989285ff754a7329dd538649f243af08e3450eec.tar.bz2
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 9286e4c..b20757e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,13 @@
-2003-12-15 David Gravereaux >davygrvy@pobox.com>
+2003-12-15 David Gravereaux <davygrvy@pobox.com>
+
+ Some silent invalid handle issues discovered with NuMega's
+ BoundsChecker [Patch 699022]
* win/tkWinMenu.c (ReconfigureWindowsMenu) : Only redraw the
- menubar when a menubar exists. Although the invalid handle
- doesn't cause an exception, it was discovered with NuMega's
- BoundsChecker.
+ menubar when a menubar exists.
+
+ * win/tkWinWm.c (UpdateGeometryInfo) : wmPtr->wrapper might
+ be NULL. No exception is thrown, but it isn't correct to ignore.
2003-12-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>