summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-05-25 08:50:37 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-05-25 08:50:37 (GMT)
commit423017faed3aa258b3fa9c04cf9c6f5289d355a8 (patch)
treef84e7b63a363eae47b283df8cd05e218145957f2 /ChangeLog
parent8e1594e0c28687570a86fab6225c08157952fe7f (diff)
downloadtcl-423017faed3aa258b3fa9c04cf9c6f5289d355a8.zip
tcl-423017faed3aa258b3fa9c04cf9c6f5289d355a8.tar.gz
tcl-423017faed3aa258b3fa9c04cf9c6f5289d355a8.tar.bz2
Factor out constant that must be the same in multiple places. Prompted by a
conversation with Alexandre Ferrieux.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 012fe5f..09dbe4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-05-25 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclIO.h (SYNTHETIC_EVENT_TIME): Factored out the definition
+ of the amount of time that should be waited before firing a synthetic
+ event on a channel.
+
2012-05-25 Jan Nijtmans <nijtmans@users.sf.net>
* win/tclWinDde.c: [Bug 473946]: special characters not correctly sent,