diff options
author | davygrvy <davygrvy@pobox.com> | 2004-03-16 03:40:48 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-03-16 03:40:48 (GMT) |
commit | fff83ba4ce5bb2e36fa5448185f5ee84c19805c7 (patch) | |
tree | 5e45922502396c9e138b936b1c8890cd21ed9984 /ChangeLog | |
parent | 9db32f2832d08187735f92187f0e82019c6b6e77 (diff) | |
download | tcl-fff83ba4ce5bb2e36fa5448185f5ee84c19805c7.zip tcl-fff83ba4ce5bb2e36fa5448185f5ee84c19805c7.tar.gz tcl-fff83ba4ce5bb2e36fa5448185f5ee84c19805c7.tar.bz2 |
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-03-15 David Gravereaux <davygrvy@pobox.com> + + * win/tclWinNotify.c: Fixed a mistake where the return value of + MsgWaitForMultipleObjectsEx for "a message is in the queue" wasn't + accurate. I removed the check on the case result==(WAIT_OBJECT_0 + 1) + This was having the error of falling into GetMessage and waiting + there by accident, which wasn't alertable through Tcl_AlertNotifier. + I'll do some more study on this and try to find-out why. + 2004-03-12 Donal K. Fellows <donal.k.fellows@man.ac.uk> IMPLEMENTATION OF TIP#163 |