diff options
author | dgp <dgp@users.sourceforge.net> | 2004-06-17 19:28:22 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-06-17 19:28:22 (GMT) |
commit | b513b31c72961f623df4ab7c66aac7bfbb3b5920 (patch) | |
tree | 88f9ab911a2bcbfdd712b2aa136e330e874615b0 /ChangeLog | |
parent | 1a6796a54ad404ee54e83e28573fd1def29995e1 (diff) | |
download | tcl-b513b31c72961f623df4ab7c66aac7bfbb3b5920.zip tcl-b513b31c72961f623df4ab7c66aac7bfbb3b5920.tar.gz tcl-b513b31c72961f623df4ab7c66aac7bfbb3b5920.tar.bz2 |
* win/tclWinInit.c: Inform [tclInit] about the default library
directory via the ::tclDefaultLibrary variable. This should correct
a problem with my 2004-06-11 commit. Better solutions still in the
works. Thanks to Joe Mistachkin for pointing out the breakage.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-06-17 Don Porter <dgp@users.sourceforge.net> + + * win/tclWinInit.c: Inform [tclInit] about the default library + directory via the ::tclDefaultLibrary variable. This should correct + a problem with my 2004-06-11 commit. Better solutions still in the + works. Thanks to Joe Mistachkin for pointing out the breakage. + 2004-06-16 Don Porter <dgp@users.sourceforge.net> * doc/library.n: Moved variables ::auto_oldpath and |