diff options
author | davygrvy <davygrvy> | 2003-12-16 03:26:01 (GMT) |
---|---|---|
committer | davygrvy <davygrvy> | 2003-12-16 03:26:01 (GMT) |
commit | 46f26eb9f2e3c7290cb647074328b403ed87cb78 (patch) | |
tree | 13ba5383406ec5e717f42465bad876e508b93253 /ChangeLog | |
parent | 4daedcb09c6b16890dbfee845447e74ff21b7122 (diff) | |
download | tk-46f26eb9f2e3c7290cb647074328b403ed87cb78.zip tk-46f26eb9f2e3c7290cb647074328b403ed87cb78.tar.gz tk-46f26eb9f2e3c7290cb647074328b403ed87cb78.tar.bz2 |
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -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> |