summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2005-01-11 16:00:11 (GMT)
committervincentdarley <vincentdarley>2005-01-11 16:00:11 (GMT)
commit5d7eebf8c86c839ebc2f03e4ab8c6ad32a81218d (patch)
treedf2f266c1610a8a80212720eb1ed9bbcd869229d /ChangeLog
parentb1247c27b40bfccec96025d912ed063e9280eda0 (diff)
downloadtk-5d7eebf8c86c839ebc2f03e4ab8c6ad32a81218d.zip
tk-5d7eebf8c86c839ebc2f03e4ab8c6ad32a81218d.tar.gz
tk-5d7eebf8c86c839ebc2f03e4ab8c6ad32a81218d.tar.bz2
fix to text widget bug
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 13a24f3..a14cd1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-01-11 Vince Darley <vincentdarley@users.sourceforge.net>
+
+ * generic/tkTextDisp.c: fix to scrollbar height calculations
+ of text widgets containing a single very long (wrapped) line.
+ This fixes at least part of [Bug 1093631].
+
2005-01-11 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tkObj.c (TkParsePadAmount):