summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorfvogelnew1@free.fr <fvogel>2012-05-17 14:30:38 (GMT)
committerfvogelnew1@free.fr <fvogel>2012-05-17 14:30:38 (GMT)
commitd23189ee2d76024b9c9c5a561b0da4eb0f58e7c1 (patch)
tree7bc1ad7d29414f00126f3f2adeadc7cc81183a81 /ChangeLog
parentf54cc82fe6038bc83bbb6c573a811a23be543b83 (diff)
downloadtk-d23189ee2d76024b9c9c5a561b0da4eb0f58e7c1.zip
tk-d23189ee2d76024b9c9c5a561b0da4eb0f58e7c1.tar.gz
tk-d23189ee2d76024b9c9c5a561b0da4eb0f58e7c1.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,