summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2002-06-03 17:04:45 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2002-06-03 17:04:45 (GMT)
commitb4c959acbb466e8e542ed8285d42a91a936b67c4 (patch)
treee181eab767f50925eed5db537768d6830f73d765 /ChangeLog
parent1f21796d18df96d121a3c7065e58a78152d0c8a0 (diff)
downloadtcl-b4c959acbb466e8e542ed8285d42a91a936b67c4.zip
tcl-b4c959acbb466e8e542ed8285d42a91a936b67c4.tar.gz
tcl-b4c959acbb466e8e542ed8285d42a91a936b67c4.tar.bz2
added description of [namepace forget] behaviour for unqualified patterns [Bug 559268]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b5ade2a..1f2d68c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
2002-06-03 Miguel Sofer <msofer@users.sourceforge.net>
- * generic/tclExecute.c: reverting an accidental modificationin the
- last commit.
+ * doc/namespace.n: added description of [namepace forget]
+ behaviour for unqualified patterns [Bug 559268]
+
+2002-06-03 Miguel Sofer <msofer@users.sourceforge.net>
+
+ * generic/tclExecute.c: reverting an accidental modification in
+ the last commit.
2002-06-03 Miguel Sofer <msofer@users.sourceforge.net>