summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy>2003-12-13 01:10:14 (GMT)
committerdavygrvy <davygrvy>2003-12-13 01:10:14 (GMT)
commitda421b06aabbad5ae0fda73bdfc4796e677a59da (patch)
tree60f0e74116826b94be61e2d770ab8bda88c34304 /ChangeLog
parentde7d3bba104ed74ef20b4fc94f16fc0e21d61abf (diff)
downloadtk-da421b06aabbad5ae0fda73bdfc4796e677a59da.zip
tk-da421b06aabbad5ae0fda73bdfc4796e677a59da.tar.gz
tk-da421b06aabbad5ae0fda73bdfc4796e677a59da.tar.bz2
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ebeb3d1..9ad9847 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-12-12 David Gravereaux <davygrvy@pobox.com>
+
+ * win/tkWinEmbed.c (TkWinEmbeddedEventProc) : for loop dereferences
+ containerPtr but can't get to the if (containerPtr == NULL) test due
+ to the unhandled read memory exception for when it really is NULL.
+
2003-12-10 Vince Darley <vincentdarley@users.sourceforge.net>
* tests/textWind.test: fixed 2 tests so they run on Windows as well