summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65cd4f4..8f296f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-05-22 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclVar.c (TclObjUnsetVar2): backported fix [Bug 735335]
+ and new (in tcl8.4) exteriorisations of [Bug 736729] due to the use of
+ tclNsVarNameType obj types. The consequences of [Bug 736729]
+ should be the same as in tcl8.3 and previous versions.
+ The use of tclNsVarNameType objs is still disabled, pending a
+ decision by the release manager.
+
2004-05-19 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* win/tclWinFile.c (TclpMatchInDirectory): fix for an issue