summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-07-30 16:54:03 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-07-30 16:54:03 (GMT)
commita0ae34d63da31a804080d9ae04e24810f04979a3 (patch)
treed8d911c0165efa14242faf01a35133dfd531cc1f /ChangeLog
parentd0904f7d806117d3dc163f4fde31933756306b74 (diff)
downloadtcl-a0ae34d63da31a804080d9ae04e24810f04979a3.zip
tcl-a0ae34d63da31a804080d9ae04e24810f04979a3.tar.gz
tcl-a0ae34d63da31a804080d9ae04e24810f04979a3.tar.bz2
* tests/safe.test (safe-2.1): Disabled senseless test. [Bug 999612]
* library/auto.tcl (auto_reset): Removed "protected" list of commands from [auto_reset]. All entries in the auto_index can be re-loaded. * library/package.tcl: Updated comment to reflect 2004-07-28 commit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e01c52d..24cd4f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-07-30 Don Porter <dgp@users.sourceforge.net>
+ * tests/safe.test (safe-2.1): Disabled senseless test. [Bug 999612]
+
+ * library/auto.tcl (auto_reset): Removed "protected" list of commands
+ from [auto_reset]. All entries in the auto_index can be re-loaded.
+ * library/package.tcl: Updated comment to reflect 2004-07-28 commit.
+
* generic/tclEvent.c (Tcl_Finalize): Re-organized Tcl_Finalize
so that Tcl_ExitProc's that call Tcl_Finalize recursively do not
cause deadlock. [Patch 999084 fixes Tk Bug 714956]