diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-11-14 17:21:01 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-11-14 17:21:01 (GMT) |
commit | 39fcc54153d2d1c3f582c7801f4361e39b85cbff (patch) | |
tree | 855c893eadbdcd0c2ce94aa05540cf093d576d47 /ChangeLog | |
parent | 14102a3c5549fd78261c9b68d774b9a10602fd2a (diff) | |
download | tk-39fcc54153d2d1c3f582c7801f4361e39b85cbff.zip tk-39fcc54153d2d1c3f582c7801f4361e39b85cbff.tar.gz tk-39fcc54153d2d1c3f582c7801f4361e39b85cbff.tar.bz2 |
Fixes to prevent infinite event sequences in 'make test' on slow connections
Also a bit of whitespace/style police work. [Bug 837300]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-11-14 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * generic/tkTextDisp.c (TkTextRedrawTag): Get the correct number + of lines in the region to be updated. This fix due to Vince Darley. + (TkTextUpdateLineMetrics): Return the correct marker value when we + know the update loop should terminate. [Bug 837300] + 2003-11-13 Vince Darley <vincentdarley@users.sourceforge.net> * tests/event.test: |