summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2004-03-16 03:40:48 (GMT)
committerdavygrvy <davygrvy@pobox.com>2004-03-16 03:40:48 (GMT)
commitfff83ba4ce5bb2e36fa5448185f5ee84c19805c7 (patch)
tree5e45922502396c9e138b936b1c8890cd21ed9984
parent9db32f2832d08187735f92187f0e82019c6b6e77 (diff)
downloadtcl-fff83ba4ce5bb2e36fa5448185f5ee84c19805c7.zip
tcl-fff83ba4ce5bb2e36fa5448185f5ee84c19805c7.tar.gz
tcl-fff83ba4ce5bb2e36fa5448185f5ee84c19805c7.tar.bz2
no message
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb7e880..d1be8c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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