diff options
author | fvogel <fvogelnew1@free.fr> | 2012-05-28 20:30:42 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2012-05-28 20:30:42 (GMT) |
commit | 2911e0ff424c5b2bfcd825b9efd5775e2933e024 (patch) | |
tree | b69b3024078fafa826fb81e475b8db5f6e536734 /ChangeLog | |
parent | e4f1d0b0e561cd967dc477cc6d7c843e2a5bf262 (diff) | |
parent | c790c69f4461ba43323c402bacf8224c70041b09 (diff) | |
download | tk-2911e0ff424c5b2bfcd825b9efd5775e2933e024.zip tk-2911e0ff424c5b2bfcd825b9efd5775e2933e024.tar.gz tk-2911e0ff424c5b2bfcd825b9efd5775e2933e024.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-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, |