summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-08-28 20:58:42 (GMT)
committerhobbs <hobbs>2001-08-28 20:58:42 (GMT)
commit55991e0edd4f43e955b9087fa9a0f94752aecac7 (patch)
treede7010ee584c654b9d0817e0ec08460b74eae293 /ChangeLog
parentbb2e83f1a03683e1eab6fe2a31cf5c181caeee97 (diff)
downloadtk-55991e0edd4f43e955b9087fa9a0f94752aecac7.zip
tk-55991e0edd4f43e955b9087fa9a0f94752aecac7.tar.gz
tk-55991e0edd4f43e955b9087fa9a0f94752aecac7.tar.bz2
* win/tkWinDialog.c (ChooseDirectoryHookProc): work-around for MS
bug that caused crashing in tk_chooseDirectory on Win95. [Bug #224936] (baker)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ef3dd6..cc6c899 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2001-08-28 Jeff Hobbs <jeffh@ActiveState.com>
+ * win/tkWinDialog.c (ChooseDirectoryHookProc): work-around for MS
+ bug that caused crashing in tk_chooseDirectory on Win95.
+ [Bug #224936] (baker)
+
* unix/tkUnixWm.c (TkWmRestackToplevel): reworked how
ConfigureNotify requests were handled in relation to the parent to
avoid the problem with potential 'raise' delays on some wms.