summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-11-14 17:21:01 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-11-14 17:21:01 (GMT)
commit39fcc54153d2d1c3f582c7801f4361e39b85cbff (patch)
tree855c893eadbdcd0c2ce94aa05540cf093d576d47 /ChangeLog
parent14102a3c5549fd78261c9b68d774b9a10602fd2a (diff)
downloadtk-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b58d633..b56d9ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: