summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-07-11 18:46:25 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-07-11 18:46:25 (GMT)
commit50e63af8e12e08f7d7e8f6808a1fe7a656d934f9 (patch)
treefcdd45abbf5345d69313b942b47ac6d8fb91f6eb /ChangeLog
parent77af51dd0040c57831f60c5addcb925dc197980b (diff)
downloadtcl-50e63af8e12e08f7d7e8f6808a1fe7a656d934f9.zip
tcl-50e63af8e12e08f7d7e8f6808a1fe7a656d934f9.tar.gz
tcl-50e63af8e12e08f7d7e8f6808a1fe7a656d934f9.tar.bz2
* library/package.tcl: Corrected [pkg_mkIndex] bug reported on
comp.lang.tcl. The indexer was searching for newly indexed packages instead of newly provided packages.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0949918..77ff66d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-07-11 Don Porter <dgp@users.sourceforge.net>
+
+ * library/package.tcl: Corrected [pkg_mkIndex] bug reported on
+ comp.lang.tcl. The indexer was searching for newly indexed packages
+ instead of newly provided packages.
+
2003-07-04 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* doc/expr.n: Tighten up the wording of some operations. [Bug 758488]