diff options
author | dgp <dgp@users.sourceforge.net> | 2006-04-12 17:35:21 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-04-12 17:35:21 (GMT) |
commit | 6be2d762849f33424837b70b6e0b36824259a50a (patch) | |
tree | 912815045d9b73530bf5ee43ac95fbdf6c8de588 /changes | |
parent | 47a1f9b80207250b1f1933dec92f4031dc281f70 (diff) | |
download | tk-6be2d762849f33424837b70b6e0b36824259a50a.zip tk-6be2d762849f33424837b70b6e0b36824259a50a.tar.gz tk-6be2d762849f33424837b70b6e0b36824259a50a.tar.bz2 |
* generic/tkGrid.c: Fixed handling of out of bounds row or column.
* tests/grid.test: [Bug 1432666]
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 4 |
1 files changed, 3 insertions, 1 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.37 2006/04/12 15:30:27 dgp Exp $ +RCS: @(#) $Id: changes,v 1.64.2.38 2006/04/12 17:36:25 dgp 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 @@ -5929,4 +5929,6 @@ registered applevents (steffen) 2006-04-11 (bug fix)[1212056] fix panic on safe window exit on Windows (hobbs) +2006-04-12 (bug fix)[1432666] grid row/col out of bounds crash (spjuth) + --- Released 8.4.13, April 19, 2006 --- See ChangeLog for details --- |