summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvasiljevic <zv@archiware.com>2005-10-04 18:16:01 (GMT)
committervasiljevic <zv@archiware.com>2005-10-04 18:16:01 (GMT)
commitb66bbd92b9d131723686e1ff389cc1932d60218e (patch)
treee9d1fa9c4f73e9b41f0d403971530eada7e3d4cb /ChangeLog
parent59a00f60a2573aeca8a788c18f34e5a8f9c5702a (diff)
downloadtcl-b66bbd92b9d131723686e1ff389cc1932d60218e.zip
tcl-b66bbd92b9d131723686e1ff389cc1932d60218e.tar.gz
tcl-b66bbd92b9d131723686e1ff389cc1932d60218e.tar.bz2
See file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1fb2a28..e57b082 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-10-04 Zoran Vasiljevic <vasiljevic@users.sourceforge.net>
+
+ * generic/tclIO.c (Tcl_ClearChannelHandlers): now deletes any
+ outstanding timer for the channel. Also, prevents events still
+ in the event queue from triggering on the current channel.
+
+ * generic/tclTimer.c (Tcl_DeleteTimerHandler): bail out early
+ if passed NULL argument.
+
2005-09-30 Don Porter <dgp@users.sourceforge.net>
* generic/tclMain.c: Separate encoding conversion of command line