diff options
author | hobbs <hobbs> | 2006-06-22 00:37:09 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2006-06-22 00:37:09 (GMT) |
commit | f8b461ddca24775fd06b1d6de5f0f982036a3428 (patch) | |
tree | 9c8b5f4693eee2d7e38136f46fe3721e717fff15 /ChangeLog | |
parent | a1775f377415ebcbf6f73bf6032b9c03fb72fdbb (diff) | |
download | tk-f8b461ddca24775fd06b1d6de5f0f982036a3428.zip tk-f8b461ddca24775fd06b1d6de5f0f982036a3428.tar.gz tk-f8b461ddca24775fd06b1d6de5f0f982036a3428.tar.bz2 |
see changes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -1,6 +1,11 @@ +2006-06-21 Jeff Hobbs <jeffh@ActiveState.com> + + * library/bgerror.tcl (::tk::dialog::error::bgerror): remove a + couple of unnecessary hardcoded options + 2006-06-15 Don Porter <dgp@users.sourceforge.net> - * changes: changes to start prep for an 8.4.14 release. + * changes: changes to start prep for an 8.4.14 release. 2006-06-15 Pat Thoyts <patthoyts@users.sourceforge.net> @@ -38,8 +43,8 @@ 2006-06-01 Don Porter <dgp@users.sourceforge.net> - * generic/tkConsole.c: Added Tcl_RegisterChannel() calls to bump - the refcount of channels passed to Tcl_SetStdChannel(). This prevents + * generic/tkConsole.c: Added Tcl_RegisterChannel() calls to bump + the refcount of channels passed to Tcl_SetStdChannel(). This prevents early free-ing of the channels that leads to crashes. [Bug 912571]. 2006-05-29 Jeff Hobbs <jeffh@ActiveState.com> @@ -186,8 +191,8 @@ *** 8.4.13 TAGGED FOR RELEASE *** - * generic/tkGrid.c: Fixed handling of out of bounds row or column. - * tests/grid.test: [Bug 1432666] + * generic/tkGrid.c: Fixed handling of out of bounds row or column. + * tests/grid.test: [Bug 1432666] * changes: Updates for next RC. |