summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkupries <kupries>2000-04-05 19:02:50 (GMT)
committerkupries <kupries>2000-04-05 19:02:50 (GMT)
commit88466a151bbb5cee0a1b35e61271be9652795b46 (patch)
treebf8f46a85850150477a7c87d333689101a3e3bb0
parent9981a09892b47d4fc698dbeb2c848635f045b86a (diff)
downloadtcl-88466a151bbb5cee0a1b35e61271be9652795b46.zip
tcl-88466a151bbb5cee0a1b35e61271be9652795b46.tar.gz
tcl-88466a151bbb5cee0a1b35e61271be9652795b46.tar.bz2
Forgot to update the ChangeLog. Fixed.
-rw-r--r--ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d0b251..c5a0991 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,10 @@
2000-04-05 Andreas Kupries <a.kupries@westend.com>
- * generic/tclIO.c (Tcl_UnstackChannel, line 1831): Force interest
- mask to the correct value after an unstack and re-initializing
- the notifier via the watchProc. Without this the first fileevent
- after an unstack will come through and be processed, but no
- more. [Bug: ??].
+ * generic/tclIO.c (Tcl_UnstackChannel, line 1831): Forcing interest
+ mask to the correct value after an unstack and re-initialization
+ of the notifier via the watchProc. Without this the first
+ fileevent after an unstack will come through and be processed,
+ but no more. [Bug: ??].
2000-03-04 Brent Welch <welch@scriptics.com>