diff options
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] |