diff options
author | dgp <dgp@users.sourceforge.net> | 2005-06-27 18:19:06 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-06-27 18:19:06 (GMT) |
commit | 4902e44b93795162d58668f2a51ed99f94cb894a (patch) | |
tree | 9e29c2947f4e9be107cca8551d585a8811355189 /changes | |
parent | 8cd33b52416f2fe2176bf5a616770ee521dbff99 (diff) | |
download | tcl-4902e44b93795162d58668f2a51ed99f94cb894a.zip tcl-4902e44b93795162d58668f2a51ed99f94cb894a.tar.gz tcl-4902e44b93795162d58668f2a51ed99f94cb894a.tar.bz2 |
* library/auto.tcl: Reverted to Revision 1.12.2.3 (Tcl 8.4.9).
Restores the (buggy) behavior of [auto_reset] that fails to clear
away auto-loaded commands from non-global namespaces. Fixing this
bug exposed an unknown number of buggy files out there (including at
least portions of the Tk script library) that cannot tolerate double
[source]-ing. The burden of fixing these exposed bugs will not be
forced on package/extension/application authors until Tcl 8.5.
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.79.2.25 2005/06/23 20:25:24 dgp Exp $ +RCS: @(#) $Id: changes,v 1.79.2.26 2005/06/27 18:20:16 dgp Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -6225,4 +6225,7 @@ Documentation improvements [1075433,1085127,1117017,1124160,1149605,etc.] 2005-06-23 (bug fix)[1225957] Windows/gcc: crashes in assembler code (kenny) +2005-06-27 (revert)[1101670] [auto_reset] disabled in non-global namespace. +Restores Tcl 8.4.9 behavior (porter) + --- Released 8.4.11, June 28, 2005 --- See ChangeLog for details --- |