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)
commita6c5ba387fffc8e0fae6a0f81c63c132ebce7fc6 (patch)
tree00bcc211ec068bf94da101f63308b49a4af558bd /ChangeLog
parent9ea605f06bdde8beed71761774f09a632d2fb100 (diff)
parent0f5d02cbea1bb782e045f52f3ee22449fb1e0ee7 (diff)
downloadtk-a6c5ba387fffc8e0fae6a0f81c63c132ebce7fc6.zip
tk-a6c5ba387fffc8e0fae6a0f81c63c132ebce7fc6.tar.gz
tk-a6c5ba387fffc8e0fae6a0f81c63c132ebce7fc6.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,