diff options
author | hobbs <hobbs@noemail.net> | 2004-12-06 19:42:01 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2004-12-06 19:42:01 (GMT) |
commit | 10dc14612060991ec3be1ec76952596a6939ee58 (patch) | |
tree | 007ced7651c0b4742ab6ed28ca15d998f054a69b /changes | |
parent | f9bda5e1ec709b755f12c6cb041a4a86f24597ef (diff) | |
download | tk-10dc14612060991ec3be1ec76952596a6939ee58.zip tk-10dc14612060991ec3be1ec76952596a6939ee58.tar.gz tk-10dc14612060991ec3be1ec76952596a6939ee58.tar.bz2 |
* library/text.tcl (::tk::TextUpDownLine): revert 2004-11-23 as itcore-8-4-9
prevented scrolling to bottom.
FossilOrigin-Name: 3a1ed7eb0129aed5ddbb8fe477ccf726759b9941
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -2,7 +2,7 @@ This file summarizes all changes made to Tk since version 1.0 was released on March 13, 1991. Changes that aren't backward compatible are marked specially. -RCS: @(#) $Id: changes,v 1.64.2.17 2004/12/03 23:01:30 hobbs Exp $ +RCS: @(#) $Id: changes,v 1.64.2.18 2004/12/06 19:42:10 hobbs Exp $ 3/16/91 (bug fix) Modified tkWindow.c to remove Tk's Tcl commands from the interpreter when the main window is deleted (otherwise there will @@ -5734,9 +5734,6 @@ the CG version of the X drawing emulation layer. (tittle, ingham) --- Released 8.4.8, November 18, 2004 --- See ChangeLog for details --- -2004-11-23 (bug fix)[1011234] Make up/down cursor keys move by display -lines, not logical lines in text widget (darley) - 2004-12-01 (bug fix)[979239] Fix clipping of partially transparent images on buttons on unix to avoid X error (hobbs, petasis) |