summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2005-08-23 18:31:11 (GMT)
committermdejong <mdejong>2005-08-23 18:31:11 (GMT)
commit5945f1c325d8b9643e34b7dac370cd61018213a4 (patch)
tree97ef1a4bdc96f48aedf0b73e09f1891c5b455f63 /ChangeLog
parentc718eaf2a300943e6895dee3f0108d7e26969e96 (diff)
downloadtk-5945f1c325d8b9643e34b7dac370cd61018213a4.zip
tk-5945f1c325d8b9643e34b7dac370cd61018213a4.tar.gz
tk-5945f1c325d8b9643e34b7dac370cd61018213a4.tar.bz2
* win/tkWin32Dll.c (DllMain): Replace old asm SEH
approach with Kenny's new SEH implementation. [Tcl bug 1235544]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index de1011a..f743149 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-08-23 Mo DeJong <mdejong@users.sourceforge.net>
+ * win/tkWin32Dll.c (DllMain): Replace old asm SEH
+ approach with Kenny's new SEH implementation.
+ [Tcl bug 1235544]
+
+2005-08-23 Mo DeJong <mdejong@users.sourceforge.net>
+
* unix/Makefile.in: Subst BUILD_TCLSH and TCL_EXE.
* unix/configure: Regen.
* unix/configure.in: Update minimum autoconf version