diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 58 |
1 files changed, 55 insertions, 3 deletions
@@ -1,9 +1,7 @@ -hhis file summarizes all changes made to Tk since version 1.0 was +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.130.2.22 2010/09/01 20:04:29 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 be dangling pointers to the non-existent window). @@ -6727,3 +6725,57 @@ in screen distances, reducing precision loss (ferrieux) 2010-08-25 (feature)[3053320] update Ttk to tile 0.8.6 feature set (hobbs) --- Released 8.5.9, September 6, 2010 --- See ChangeLog for details --- + +2010-09-02 (bug fix)[3057573] specify combobox text fg color (english) + +2010-09-08 (bug fix)[2829363] [$tv see] open item -> sched display (english) + +2010-10-11 (bug fix)[3085489] crash in [tag add/remove] (english) + +2010-11-04 (enhancement) Updated German messages. (haertel,nijtmans) + +2010-11-16 (platform) VS 2005 SP1 MSVC compiler (nijtmans) + +2010-11-24 (bug fix)[3071836] crash in tk_getSaveFile (twylite) + +2010-12-12 (platform) OpenBSD build improvements (cassoff) + +2010-12-17 (platform) Revisions to support rpm 4.4.2 (cassoff) + +2011-01-13 (bug fix)[3154705] tk_messageBox close button disabled (skylera) + +2011-01-22 (enhancement) add [ttk::entry validate] (schelte,english) + +2011-03-10 (bug fix)[3205160] crash in [wm manage] (boudaillier, thoyts) + +2011-03-16 (bug fix)[3181181] tearoff submenu fix (menez, thoyts) + +2011-03-19 (bug fix)[3205464] [wm forget] loses window (boudaillier,thoyts) + +2011-03-19 (bug fix)[3223850] ttk button state disabled during click (thoyts) + +2011-03-22 (bug fix)[3000002] ttk scrollbar size Appearance (garvey,thoyts) + +2011-03-24 (bug fix)[3239768] Win menu font support (wehle) + +2011-03-28 (bug fix)[3129527] stop buffer overflows (dirtyepic,nijtmans) + +2011-04-04 (feature change)[2997657] No -container for [labelframe] (spjuth) + +2011-04-04 (bug fix)[723765] [grid remove] lost -in value (saye,spjuth) + +2011-04-22 (bug fix)[3291543] mem corrupt when [$canvas dchars] removes all +coords of a polygon (rogers,spjuth) + +2010-04-30 (bug fix)[2949774] cascade menu unpost (thoyts) + +2011-06-06 (bug fix)[2546087] [console] treatment of '\0' (porter) + +2011-06-07 (bug fix)[2358545] Restore "08" in spinbox configured with -from +and -to (porter) + +2011-06-07 (bug fix)[2484771] modal dialog settings (hoff, thoyts) + +2011-06-10 (bug fix)[3175610] incomplete line item refresh (ferrieux) + +--- Released 8.5.10, June 17, 2011 --- See ChangeLog for details --- |