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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,7 +1,18 @@ -2005-06-24 Kevin Kenny <kennykb@acm.org> +2005-06-24 Don Porter <dgp@users.sourceforge.net> *** 8.4.11 TAGGED FOR RELEASE *** + * 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. + +2005-06-24 Kevin Kenny <kennykb@acm.org> + + * generic/tclEvent.c (Tcl_Finalize): * generic/tclInt.h: * generic/tclPreserve.c (TclFinalizePreserve): Changed the |