summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2005-05-13 13:46:11 (GMT)
committervincentdarley <vincentdarley>2005-05-13 13:46:11 (GMT)
commitca42fb6e8a854824ce4a721366545f93b4922b7c (patch)
treee00f296081d0e86a99bafe7962701b541c5dfd7f /ChangeLog
parent1691f71e7dab25771a203f98d798028ddabd75bd (diff)
downloadtk-ca42fb6e8a854824ce4a721366545f93b4922b7c.zip
tk-ca42fb6e8a854824ce4a721366545f93b4922b7c.tar.gz
tk-ca42fb6e8a854824ce4a721366545f93b4922b7c.tar.bz2
fix to two text widget bugs
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 978618f..ee02eb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-05-10 Vince Darley <vincentdarley@users.sourceforge.net>
+
+ * library/text.tcl: test and fix to TextPrevPara to avoid infinite loop
+ * tests/textIndex.test: at start of widget [Bug 1191895]
+
+ * generic/tkTextDisp.c: better synchronisation between
+ explicit and implicit pixel line-height calculations [Bug 1186558]
+
2005-05-10 Don Porter <dgp@users.sourceforge.net>
* generic/tkTextDisp.c (GetXView): Improved numerical precision