diff options
author | vincentdarley <vincentdarley> | 2005-05-13 13:46:11 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2005-05-13 13:46:11 (GMT) |
commit | ca42fb6e8a854824ce4a721366545f93b4922b7c (patch) | |
tree | e00f296081d0e86a99bafe7962701b541c5dfd7f /ChangeLog | |
parent | 1691f71e7dab25771a203f98d798028ddabd75bd (diff) | |
download | tk-ca42fb6e8a854824ce4a721366545f93b4922b7c.zip tk-ca42fb6e8a854824ce4a721366545f93b4922b7c.tar.gz tk-ca42fb6e8a854824ce4a721366545f93b4922b7c.tar.bz2 |
fix to two text widget bugs
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |