summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2001-08-06 19:13:29 (GMT)
committerdgp <dgp@users.sourceforge.net>2001-08-06 19:13:29 (GMT)
commita9d8cafeb160316d137181d239ab61b01e679abe (patch)
treea21d7fe366552ac56a35c933167c2682ae9e590e /ChangeLog
parent8e79e931d21c8ba6841e2160abcd6323529d8387 (diff)
downloadtcl-a9d8cafeb160316d137181d239ab61b01e679abe.zip
tcl-a9d8cafeb160316d137181d239ab61b01e679abe.tar.gz
tcl-a9d8cafeb160316d137181d239ab61b01e679abe.tar.bz2
* [package forget] now forgets all of the
package arguments it receives, not stopping when a package is not found. [Bug 415273]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 29d87c6..4e2e8b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
-2001-08-02 Mo DeJong <mdejong@redhat.com>
+2001-08-06 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclPkg.c:
+ * tests/pkg.test: [package forget] now forgets all of the
+ package arguments it receives, not stopping when a package is
+ not found. [Bug 415273]
+2001-08-02 Mo DeJong <mdejong@redhat.com>
* generic/tclPlatDecls.h:
* win/tclWinPort.h:
Revert <tchar.h> related changes made to improve