summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-07-22 05:35:38 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-07-22 05:35:38 (GMT)
commit328c3132eb68f540d1a522b545828d31431456be (patch)
treef9f2dd55f7a3a066b58377dfa9a3e56ff10940fd /ChangeLog
parentf14beef69420c8fc71bb24d135d17270ef5af0fd (diff)
downloadtk-328c3132eb68f540d1a522b545828d31431456be.zip
tk-328c3132eb68f540d1a522b545828d31431456be.tar.gz
tk-328c3132eb68f540d1a522b545828d31431456be.tar.bz2
[Bug 2496114]: Ensure that focus desynchronization doesn't cause a crash.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f343ce1..6b20a57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-22 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tkFocus.c (TkFocusDeadWindow): [Bug 2496114]: Ensure that
+ focus desynchronization doesn't cause a crash.
+
2009-07-21 Donal K. Fellows <dkf@users.sf.net>
* generic/tkFont.c (TkUnderlineAngledTextLayout): [Bug 2356057]: