diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-04-25 08:18:30 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-04-25 08:18:30 (GMT) |
commit | 9ec1ef976a52f570d9dc3ee204a4e6c50dd8a2b4 (patch) | |
tree | b923a16380b0cf0a39a39479ef49b3d417616a9b /ChangeLog | |
parent | 263d954b7df60ef3995be0abbe89ab617b900e25 (diff) | |
download | tk-9ec1ef976a52f570d9dc3ee204a4e6c50dd8a2b4.zip tk-9ec1ef976a52f570d9dc3ee204a4e6c50dd8a2b4.tar.gz tk-9ec1ef976a52f570d9dc3ee204a4e6c50dd8a2b4.tar.bz2 |
Stop crashes when bad font names received from XServer. [Bug 1475865]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2006-04-25 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> + + * unix/tkUnixFont.c (TkpGetFontFamilies): Fix crash caused when the + XServer returns invalid font names. [Bug 1475865] + 2006-04-23 Vince Darley <vincentdarley@users.sourceforge.net> * tests/scrollbar.test: fix to tkAqua test failures @@ -16,7 +21,7 @@ * generic/tkWindow.c (Tk_NameToWindow): Allow NULL interp to Tk_NameToWindow. This fixes TkGetWindowFromObj which promises to handle NULL but didn't. - + * generic/tkGrid.c: Fixed handling of out of bounds row or column. * tests/grid.test: [Bug 1432666] |