summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy>2003-12-12 00:54:48 (GMT)
committerdavygrvy <davygrvy>2003-12-12 00:54:48 (GMT)
commite92fc386463d39f6cfa8c989c3ac4b66da3ec205 (patch)
treed12489df88fd49c8b1bfc730987b926fb2d350b9 /ChangeLog
parentb48d0bec9dc1356cf8373e750c416d17de7f6e66 (diff)
downloadtk-e92fc386463d39f6cfa8c989c3ac4b66da3ec205.zip
tk-e92fc386463d39f6cfa8c989c3ac4b66da3ec205.tar.gz
tk-e92fc386463d39f6cfa8c989c3ac4b66da3ec205.tar.bz2
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 71eec50..c53fa4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-12-11 David Gravereaux <davygrvy@pobox.com>
+
+ win/winMain.c: Backed-out yesterdays change. Reverted to 1.15 for
+ two reasons. 1) problem is best addressed in Tcl's DllMain() and
+ 2) needs a MinGW custom assembly implimentation as it doesn't
+ understand SEH syntax.
+
2003-12-10 David Gravereaux <davygrvy@pobox.com>
* win/winMain.c (WishPanic) : placed ExitProcess() in a __try block