diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-05-25 08:50:37 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-05-25 08:50:37 (GMT) |
commit | 423017faed3aa258b3fa9c04cf9c6f5289d355a8 (patch) | |
tree | f84e7b63a363eae47b283df8cd05e218145957f2 /ChangeLog | |
parent | 8e1594e0c28687570a86fab6225c08157952fe7f (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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, |