diff options
author | vincentdarley <vincentdarley> | 2003-10-31 14:21:48 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-10-31 14:21:48 (GMT) |
commit | 3e4b9ddf078d687679e15a6b5fc0c024884a1d9a (patch) | |
tree | 06535c94176e831d89c2632b0f0a94723bb55f9b /ChangeLog | |
parent | 65d781267ff97522f0dbde3718a2f79f6cafeb14 (diff) | |
download | tk-3e4b9ddf078d687679e15a6b5fc0c024884a1d9a.zip tk-3e4b9ddf078d687679e15a6b5fc0c024884a1d9a.tar.gz tk-3e4b9ddf078d687679e15a6b5fc0c024884a1d9a.tar.bz2 |
text widget bug fix
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -26,7 +26,12 @@ widget, the '-blockcursor' option, and in particular provides correct, smooth pixel-based scrolling of the widget under all circumstances. See the text.n man page for the complete new - documentation. + documentation. This also fixes [Bug 559450], [Bug 778511], + [Bug 779174]. + + * generic/tkTextDisp.c + * tests/textDisp.test: tests and fix to the promptly + reported [Bug 833627] 2003-10-31 Vince Darley <vincentdarley@users.sourceforge.net> |