summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fb859f..d19c164 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2001-05-03 Don Porter <dgp@users.sourceforge.net>
+
+ * doc/library.n:
+ * library/init.tcl:
+ * tests/autoMkindex.test: Modified [auto_import] to apply
+ pattern matching in the [namespace import] style. [Bug 420186]
+ ***POTENTIAL INCOMPATIBILITY*** for any callers of [auto_import]
+ from outside Tcl that expect the pattern matching to be like that
+ of [string match].
+
2001-05-03 Miguel Sofer <msofer@users.sourceforge.net>
* generic/tclParse.c: