summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 99b23ee..3cfa1e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-08-16 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * generic/tkOldConfig.c (Tk_ConfigureWidget, Tk_ConfigureInfo):
+ (Tk_ConfigureValue, DeleteSpecCacheTable): Keep per-interpreter (and
+ hence per-thread) copies of all the Tk_ConfigSpec tables so that
+ Tk_Uids do not leak across threads. [Bug 749908]
+
2005-08-11 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tkCanvLine.c, generic/tkCanvPoly.c, generic/tkCanvText.c: