summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2007-12-06 19:23:39 (GMT)
committerhobbs <hobbs>2007-12-06 19:23:39 (GMT)
commitc805eb186280c216c7f727254ec8e555a30c0b62 (patch)
tree8c16369853e466a7351ee5f47116a994d25ed103 /ChangeLog
parentb0990991c985516a9feb932b8f96a8508a2e8ca3 (diff)
downloadtcl-c805eb186280c216c7f727254ec8e555a30c0b62.zip
tcl-c805eb186280c216c7f727254ec8e555a30c0b62.tar.gz
tcl-c805eb186280c216c7f727254ec8e555a30c0b62.tar.bz2
add TclGetChannelFromObj decl
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e29ca2..fd6e9f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-06 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tclInt.h: add TclGetChannelFromObj decl
+
2007-12-06 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>