diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-04-25 08:29:36 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-04-25 08:29:36 (GMT) |
commit | 29fd0ac98c568926da12b00ea63d88c6d98985f7 (patch) | |
tree | e517a54cd20a4fec721d021592e16aacac4e30ba /ChangeLog | |
parent | 1899aa0c63592f33a10e92fcdb0679ac99e84576 (diff) | |
download | tk-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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: |