summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-02-01 19:26:07 (GMT)
committerericm <ericm>2000-02-01 19:26:07 (GMT)
commit178a952f93e48b971bbd9767f1665c47ce5b0c2f (patch)
tree7287b79ec3884dad2d2be000a4321af67885ee18 /ChangeLog
parent79bed9aebe06481c96d3325669973e55468c6e70 (diff)
downloadtcl-178a952f93e48b971bbd9767f1665c47ce5b0c2f.zip
tcl-178a952f93e48b971bbd9767f1665c47ce5b0c2f.tar.gz
tcl-178a952f93e48b971bbd9767f1665c47ce5b0c2f.tar.bz2
* library/init.tcl: Applied patch from rfe 1734 regarding
auto_load errors not setting error message and errorInfo properly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fe8027a..d17b26b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-02-01 Eric Melski <ericm@scriptics.com>
+
+ * library/init.tcl: Applied patch from rfe 1734 regarding
+ auto_load errors not setting error message and errorInfo properly.
+
2000-02-01 Jeff Hobbs <hobbs@scriptics.com>
* win/Makefile.in (install-*): reduced verbosity of install
@@ -9,6 +14,24 @@
* library/http2.1/http.tcl: The query data POSTed was newline
terminated when it shouldn't be altered [Bug: 4089]
+2000-01-31 Eric Melski <ericm@scriptics.com>
+
+ * tests/package.test:
+ * library/tclIndex:
+ * library/package.tcl: Added ::package namespace and
+ ::package::create function.
+
+ * library/init.tcl: Fixed problem with auto_load and determining
+ if commands were loaded.
+
+ * library/auto.tcl: "Fixed" issues with $ in files to be auto indexed.
+
+ * doc/Package.n: New man page for package::create function.
+
+ * doc/pkgMkIndex.n: Added additional information.
+
+ * doc/library.n: Added additional qualification regarding auto_mkindex.
+
2000-01-28 Eric Melski <ericm@scriptics.com>
* tests/pkg/magicchar2.tcl: