summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2012-05-17 14:30:38 (GMT)
committerfvogel <fvogelnew1@free.fr>2012-05-17 14:30:38 (GMT)
commita6c84ba46ba6fdbc4d426916fae067f8af6ef1e4 (patch)
tree7bc1ad7d29414f00126f3f2adeadc7cc81183a81 /ChangeLog
parentc29a2d58d9c3de29bcd7e88011aea2b9c1bcd92e (diff)
downloadtk-a6c84ba46ba6fdbc4d426916fae067f8af6ef1e4.zip
tk-a6c84ba46ba6fdbc4d426916fae067f8af6ef1e4.tar.gz
tk-a6c84ba46ba6fdbc4d426916fae067f8af6ef1e4.tar.bz2
[Bug 1630254]: missing scrolling of text widget when from a -startline == -endline initial state it is configured to display a non-empty part of it
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f2059ce..3668ef5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-05-?? Francois Vogel <fvogelnew1@free.fr>
+
+ * generic/tkTextDisp.c: [Bug 1630254]: missing scrolling of text widget
+ when from a -startline == -endline initial state it is configured to display
+ a non-empty part of it
+
2012-05-09 Jan Nijtmans <nijtmans@users.sf.net>
* win/tkWinWm.c: Change TkpWmSetState signature to match UNIX,