diff options
author | vincentdarley <vincentdarley> | 2003-11-21 17:29:12 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-11-21 17:29:12 (GMT) |
commit | fdda3361d0bfd7bf2eaab1a47112b09989cc707a (patch) | |
tree | 5b5625a9b5e39969bff8edf848405b321ff2e41c /ChangeLog | |
parent | 3dd9ffd03db6bdc61177f3470f1524e95ba22892 (diff) | |
download | tk-fdda3361d0bfd7bf2eaab1a47112b09989cc707a.zip tk-fdda3361d0bfd7bf2eaab1a47112b09989cc707a.tar.gz tk-fdda3361d0bfd7bf2eaab1a47112b09989cc707a.tar.bz2 |
fix to two test suite bugs
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2003-11-21 Vince Darley <vincentdarley@users.sourceforge.net> + + * generic/tkTextDisp.c: prevent wrapped line height calculations + until the widget has actually been given a geometry. + + * tests/textWind.test: + * tests/textDisp.test: fix to [Bug 843752], allowing tests to + complete cross-platform. Thanks to dgp for extensive testing. + 2003-11-21 Donal K. Fellows <donal.k.fellows@man.ac.uk> * doc/FindPhoto.3: Removed reference to long-gone header file. |