summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2007-05-15 19:37:58 (GMT)
committerjenglish <jenglish@flightlab.com>2007-05-15 19:37:58 (GMT)
commit86267901593d3e9d1539f7ee2d24b782d201fe2b (patch)
tree99f311f6eb1c41041e551e0fe8cc9dc62873b2e6 /ChangeLog
parentd77969b05f0ef96042f9b92b1658369a76c67b31 (diff)
downloadtk-86267901593d3e9d1539f7ee2d24b782d201fe2b.zip
tk-86267901593d3e9d1539f7ee2d24b782d201fe2b.tar.gz
tk-86267901593d3e9d1539f7ee2d24b782d201fe2b.tar.bz2
Fix crash introduced by previous fix, exposed under newer fontconfig
libraries [Bug 1717830 again].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 176f3b3..5363543 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-05-15 Joe English <jenglish@users.sourceforge.net>
+
+ * unix/tkUnixRFont.c: Fix crash introduced by previous fix
+ exposed under newer fontconfig libraries [Bug 1717830 again].
+
2007-05-15 Don Porter <dgp@users.sourceforge.net>
* generic/tkGrid.c: Stop crash due to list intrep shimmer [Bug 1677608]