diff options
author | dgp <dgp@users.sourceforge.net> | 2010-08-03 14:43:45 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2010-08-03 14:43:45 (GMT) |
commit | 9c110561740636ff6e1369d18c8973e53234039e (patch) | |
tree | 4421463f00106523d96e08ea6974c12d53e66faf /changes | |
parent | 2909791bb971bfec5a1c557335f79e430ad53423 (diff) | |
download | tk-9c110561740636ff6e1369d18c8973e53234039e.zip tk-9c110561740636ff6e1369d18c8973e53234039e.tar.gz tk-9c110561740636ff6e1369d18c8973e53234039e.tar.bz2 |
* changes: Updated for 8.5.9 release.
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 52 |
1 files changed, 50 insertions, 2 deletions
@@ -1,8 +1,8 @@ -This file summarizes all changes made to Tk since version 1.0 was +hhis 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.16 2009/11/12 16:48:35 dgp Exp $ +RCS: @(#) $Id: changes,v 1.130.2.17 2010/08/03 14:43:46 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 @@ -6673,3 +6673,51 @@ in screen distances, reducing precision loss (ferrieux) 2009-11-03 (bug fix)[2891541] fix grab behaviour for main window (thoyts) --- Released 8.5.8, November 16, 2009 --- See ChangeLog for details --- + +2009-11-22 (bug fix)[2899949] crash on widget destroy (meier,thoyts) + +2009-11-24 (bug fix)[2902814] fix [wm iconphoto] on LP64 systems (fellows) + +2009-12-06 (bug fix)[2548661] OSX font crash (riefenstahl) + +2009-12-06 (bug fix)[2864685] Compiz menu item animation (gavilan,thoyts) + +2009-12-09 (bug fix)[2902573] Update Safe Tk to new Safe Base (kurpies) + +2009-12-11 (bug fix)[2912473] accept :: in DISPLAY name (fellows) + +2009-12-16 (bug fix)[2496162] crash calling Tk_DeleteOptionTable() (english) + +2009-12-20 (bug fix)[2917663] [send] accept SI:* on auth list (fellows) + +2009-12-22 (bug fix)[2919205] syntax bug in [tk_messageBox] (zaroo) + +2009-12-22 (bug fix)[2912356] [ttk::sizegrip] accommodate Compiz (english) + +2009-12-27 (bug fix)[2879927] Win: cascade menu highlight (pawlak,thoyts) + +2010-01-01 (bug fix)[1924761] stop [event generate] / XIM conflict (fellows) + +2010-01-03 (bug fix)[2848897] ODS_NOACCEL flag support (kovalenko,thoyts) + +2010-01-05 (bug fix)[220950] [$menu delete] bounds check (fellows) + +2010-01-05 [2898255] unlimited multi-file select (pawlak,fellows,thoyts) + +2010-01-06 (bug fix)[1163496] X: [wm transient] fix (bateman,fellows) + +2010-01-09 (new feature)[TIP 360] Modernize X11 Menus (thoyts) + +2010-01-18 (bug fix)[2932808] canvas update on state change (mcdonald,nijtmans) + +2010-01-19 (bug fix)[2931374] overflow in complex tag search (schmitz) + +2010-01-09 (new feature)[TIP 359] Extended Window Manager Hint Support (thoyts) + +2010-02-17 (bug fix)[2952745] crash in menu deletion (english) + +2010-03-11 (bug fix)[2968379] crash in peer text dump (fellows) + +2010-05-31 (bug fix)[3006842] crash on empty bind scripts (english) + +--- Released 8.5.9, August ??, 2010 --- See ChangeLog for details --- |