summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2003-10-31 14:21:48 (GMT)
committervincentdarley <vincentdarley>2003-10-31 14:21:48 (GMT)
commit3e4b9ddf078d687679e15a6b5fc0c024884a1d9a (patch)
tree06535c94176e831d89c2632b0f0a94723bb55f9b /ChangeLog
parent65d781267ff97522f0dbde3718a2f79f6cafeb14 (diff)
downloadtk-3e4b9ddf078d687679e15a6b5fc0c024884a1d9a.zip
tk-3e4b9ddf078d687679e15a6b5fc0c024884a1d9a.tar.gz
tk-3e4b9ddf078d687679e15a6b5fc0c024884a1d9a.tar.bz2
text widget bug fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 64c143c..396c0c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>