diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2004-06-15 13:00:51 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2004-06-15 13:00:51 (GMT) |
commit | 44d95ca8cecdf4670b8e3b23bb90a7b7d291e096 (patch) | |
tree | 469453a1f3dcb57a794a62cd31dc8353b479a0c5 /ChangeLog | |
parent | 7ada94b3ede6a4073f4420a8b21ff0160faaf935 (diff) | |
download | tcl-44d95ca8cecdf4670b8e3b23bb90a7b7d291e096.zip tcl-44d95ca8cecdf4670b8e3b23bb90a7b7d291e096.tar.gz tcl-44d95ca8cecdf4670b8e3b23bb90a7b7d291e096.tar.bz2 |
Fixed dde -async test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ 2004-06-14 Pat Thoyts <patthoyts@users.sourceforge.net> + * tests/winDde.test: Fixed -async test * win/tclWinDde.c: Backported the fix from 8.5 to avoid hanging in - the presence of applications that dont process Window messages. + the presence of applications that do not process Window messages. 2004-06-10 Andreas Kupries <andreask@activestate.com> |