diff options
author | fvogel <fvogelnew1@free.fr> | 2012-05-17 14:30:38 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2012-05-17 14:30:38 (GMT) |
commit | a6c84ba46ba6fdbc4d426916fae067f8af6ef1e4 (patch) | |
tree | 7bc1ad7d29414f00126f3f2adeadc7cc81183a81 /ChangeLog | |
parent | c29a2d58d9c3de29bcd7e88011aea2b9c1bcd92e (diff) | |
download | tk-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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, |