summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2012-05-28 20:29:08 (GMT)
committerfvogel <fvogelnew1@free.fr>2012-05-28 20:29:08 (GMT)
commitc790c69f4461ba43323c402bacf8224c70041b09 (patch)
tree00bcc211ec068bf94da101f63308b49a4af558bd /ChangeLog
parent20ae5845bf5393c40ddd12145483e4c6af9ef77e (diff)
parent80e6d08fdcb016f24f236760cef472a7465a12d5 (diff)
downloadtk-c790c69f4461ba43323c402bacf8224c70041b09.zip
tk-c790c69f4461ba43323c402bacf8224c70041b09.tar.gz
tk-c790c69f4461ba43323c402bacf8224c70041b09.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 3e4aa5d..ef24e19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-05-28 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-24 Jan Nijtmans <nijtmans@users.sf.net>
* win/stubs.c: Change XSetCommand signature to match Xorg,