summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
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 <jeffh@ActiveState.com>
* README: update patchlevel to 8.5a1