From bedb4db3eb380ca9987913ccea2e2bce990303aa Mon Sep 17 00:00:00 2001 From: davygrvy Date: Wed, 3 Mar 2004 10:47:32 +0000 Subject: no message --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5432e62..c9182dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,14 @@ * win/makefile.vc: default environment variable for VC++ is %MSDevDir% not %MSVCDir%, although vcvars32.bat sets both. + * win/tclWinNotify.c (Tcl_WaitForEvent) : Allows an idling + notifier to service "Asynchronous Procedure Calls" from its wait + state. Only useful for extension authors who decide they might + want to try "completion routines" with WriteFileEx(), as an + example. From experience, I recommend that "completion ports" + should be used instead as the execution of the callbacks are more + managable. + 2004-03-01 Jeff Hobbs * README: update patchlevel to 8.5a1 -- cgit v0.12