diff options
author | dgp <dgp@users.sourceforge.net> | 2004-11-16 16:55:49 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-11-16 16:55:49 (GMT) |
commit | 29fc7eb2e3719000dacf1cf89f2f762f804a6010 (patch) | |
tree | f8d6de0b940f8980b06a2e95459758f60f4e6103 /changes | |
parent | e9478201fbdb3219530e01eb919812bc881e70ce (diff) | |
download | tcl-29fc7eb2e3719000dacf1cf89f2f762f804a6010.zip tcl-29fc7eb2e3719000dacf1cf89f2f762f804a6010.tar.gz tcl-29fc7eb2e3719000dacf1cf89f2f762f804a6010.tar.bz2 |
* library/auto.tcl: Updated [tcl_findLibrary] search path
to include the $::auto_path. [RFE 695441].
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.79.2.13 2004/11/15 21:52:26 dgp Exp $ +RCS: @(#) $Id: changes,v 1.79.2.14 2004/11/16 16:56:00 dgp Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -6104,7 +6104,9 @@ Corrects Tcl_StatBuf definition issues. (hobbs) 2004-11-15 (bug fix)[10653678] [trace variable],[trace remove] interop (porter) -Documentation improvements [759545,1058446,1062647,etc.] +2004-11-16 (bug fix)[695441] [tcl_findLibrary] search $::auto_path too (porter) + +Documentation improvements [759545,1058446,1062647,1065732,etc.] Test suite expansion [1036649,1001997,etc.] --- Released 8.4.8, November XX, 2004 --- See ChangeLog for details --- |