summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-04-28 05:31:53 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-04-28 05:31:53 (GMT)
commit92091ec07127569dc66df5e7e9f41d6994e08ab8 (patch)
treebf229a4b6cbba8307fecb0cabe2e62f010386100 /ChangeLog
parent7842c9275791d34656b40014d43e8177a94010ad (diff)
downloadtcl-92091ec07127569dc66df5e7e9f41d6994e08ab8.zip
tcl-92091ec07127569dc66df5e7e9f41d6994e08ab8.tar.gz
tcl-92091ec07127569dc66df5e7e9f41d6994e08ab8.tar.bz2
* library/init.tcl: Corrected flaw in interactive command
* tests/main.test: auto-completion. [Bug 1191409].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 343e2e1..681403a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2005-04-27 Don Porter <dgp@users.sourceforge.net>
+ * library/init.tcl: Corrected flaw in interactive command
+ * tests/main.test: auto-completion. [Bug 1191409].
+
TIP#183 IMPLEMENTATION [Patch 577093]
* generic/tclIOUtil.c (TclGetOpenModeEx): New routine.