diff options
author | dgp <dgp@users.sourceforge.net> | 2008-08-12 15:06:25 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-08-12 15:06:25 (GMT) |
commit | 3d6d193ef5423cc0dd671b17ecbd3245331057c8 (patch) | |
tree | 4c491e433469e5755ae25877243cb72ce88ecd34 /changes | |
parent | a66a478b11a3a5fb8ca2f96b1455d1513f6b228e (diff) | |
download | tk-3d6d193ef5423cc0dd671b17ecbd3245331057c8.zip tk-3d6d193ef5423cc0dd671b17ecbd3245331057c8.tar.gz tk-3d6d193ef5423cc0dd671b17ecbd3245331057c8.tar.bz2 |
* changes: Updates for 8.6a2 release.
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 19 |
1 files changed, 18 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.133 2008/06/25 14:56:48 dgp Exp $ +RCS: @(#) $Id: changes,v 1.134 2008/08/12 15:06:27 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 @@ -6535,3 +6535,20 @@ Several documentation and release notes improvements 2008-06-18 (bug fix) Aqua: missing focus on first map (steffen) --- Released 8.6a1, June 25, 2008 --- See ChangeLog for details --- + +2008-07-04 (bug fix)[2009213] crash in [ttk::scale] (polo,english) + +2008-07-24 (bug fix)[2021443] consistent "wrong # args" messages (nijtmans) + +2008-07-26 (bug fix)[2026405] portability of [winfo id] (uchida,thoyts) + +2008-07-31 (bug fix) export Tk_PkgInitStubsCheck; fixes Tk embed on Windows + +2008-08-01 (bug fix)[2009788,2028703] unmapped toplevel crashes (thoyts) + +2008-08-05 (bug fix)[2010422] Tk header files revised to accommodate +incompatible changes in recent X.org releases of X11 headers. (jenglish) + +Test suite modernization by Ania Pawelczyk. + +--- Released 8.6a2, August 15, 2008 --- See ChangeLog for details --- |