summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-04-25 08:29:36 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-04-25 08:29:36 (GMT)
commit29fd0ac98c568926da12b00ea63d88c6d98985f7 (patch)
treee517a54cd20a4fec721d021592e16aacac4e30ba /ChangeLog
parent1899aa0c63592f33a10e92fcdb0679ac99e84576 (diff)
downloadtk-29fd0ac98c568926da12b00ea63d88c6d98985f7.zip
tk-29fd0ac98c568926da12b00ea63d88c6d98985f7.tar.gz
tk-29fd0ac98c568926da12b00ea63d88c6d98985f7.tar.bz2
Fix problems caused when XServer returns invalid font names. [Bug 1475865]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c4ac4e8..fcd01b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-25 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * unix/tkUnixFont.c (TkpGetFontFamilies): Fix crash caused when the
+ XServer returns invalid font names. [Bug 1475865]
+
2006-04-22 Daniel Steffen <das@users.sourceforge.net>
* macosx/tkMacOSXEmbed.c: