summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa989d2..c6c1733 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-04 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * generic/tkCanvas.c (SearchUids): Move all global data into
+ protected storage to stop cross-thread issues. [Bug 1114977]
+
2005-06-03 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tkConsole.c (Tk_CreateConsoleWindow, TkConsolePrint):