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 385c1a7..14d612b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2009-11-18 Jan Nijtmans <nijtmans@users.sf.net>
+ * doc/CrtChannel.3 Fix [Bug 2849797]: channel name inconsistencies
+ * generic/tclIORChan.c as suggested by DKF
+ * generic/tclIO.c minor *** POTENTIAL INCOMPATIBILITY *** because
+ Tcl_CreateChannel() and its derivatives, now
+ sometimes ignore their "chanName" argument.
+
+2009-11-18 Jan Nijtmans <nijtmans@users.sf.net>
+
* generic/tclAsync.c Eliminate various gcc warnings (in -Wextra mode)
* generic/tclBasic.c
* generic/tclBinary.c