diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 126 |
1 files changed, 120 insertions, 6 deletions
@@ -2,8 +2,6 @@ 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.140 2010/11/10 17:44:24 andreas_kupries 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). @@ -6859,11 +6857,11 @@ name to select image format (fellows) 2010-08-31 fixed manifest handling on windows (hobbs, kupries) -2010-09-02 (bug fix)[3057573] specify combobox text fg color (jenglish) +2010-09-02 (bug fix)[3057573] specify combobox text fg color (english) 2010-09-05 (enhancement)[3046742,3046750] Improved error dialog UI (fellows) -2010-09-08 (bug fix)[2829363] [$tv see] open item -> sched display (jenglish) +2010-09-08 (bug fix)[2829363] [$tv see] open item -> sched display (english) 2010-09-13 (platform) limit support to Win2000+ (nijtmans) @@ -6871,7 +6869,7 @@ name to select image format (fellows) 2010-10-05 (bug fix)[3080953] corrupt multibyte char in %A subst (nijtmans) -2010-10-11 (bug fix)[3085489] crash in [tag add/remove] (jenglish) +2010-10-11 (bug fix)[3085489] crash in [tag add/remove] (english) 2010-10-11 (enhancement)[491789] Unicode command line support on Win (nijtmans) @@ -6881,4 +6879,120 @@ name to select image format (fellows) 2010-11-06 Message catalogs resorted, updates to NL (nijtmans) ---- Released 8.6b2, November 15, 2010 --- See ChangeLog for details --- +2010-11-16 (platform) VS 2005 SP1 MSVC compiler (nijtmans) + +2010-11-24 (bug fix)[3071836] crash in tk_getSaveFile (twylite) + +2010-12-03 (enhancement)[3116490] mingw x-compile improvements (nijtmans) + +2010-12-12 (platform) OpenBSD build improvements (cassoff) + +2010-12-17 (platform) Revisions to support rpm 4.4.2 (cassoff) + +2011-01-06 (bug fix)[2857300] Cocoa: correct text width rounding (walzer) + +2011-01-06 (bug fix)[3086887] Cocoa: textured bg windows (walzer) + +2011-01-13 (bug fix)[3154705] tk_messageBox close button disabled (skylera) + +2011-01-22 (enhancement) add [ttk::entry validate] (schelte,english) + +2011-01-24 (bug fix)[2907388] OSX: composite character entry crash (berg,walzer) + +2011-03-02 (new doc) tk_mac.n: OS X specific functions (walzer) + +2011-03-03 (bug fix)[3175610] incomplete line item refresh (ferrieux) + +2011-03-10 (bug fix)[3205260] 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) + +2011-04-29 (platform support) [wm forget|manage] on OS X (walzer) + +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-10 (bug fix)[3315731] fix [$entry -invcmd] (porter) + +2011-06-17 (bug fix)[3062331] crash in unset traces (macdonald,porter) + +2011-08-03 (bug fix)[2891541] fix grab behaviour for main window (thoyts) + +--- Released 8.6b2, August 8, 2011 --- See ChangeLog for details --- + +2011-09-22 (bug fix)[3404541] -takefocus option (dzach,english) + +2011-10-24 (new feature)[TIP 382] -confirmoverwrite on save dialog (porter) + +2011-10-25 (bug fix)[3410609] AltGr keysyms on Swiss keyboard (tasser,kenny) + +--- Released 8.6b3, November 20, 2011 --- See ChangeLog for details --- + +2011-11-17 (bug fix)[3437816] return code of [canvas lower] (hirner,ferrieux) + +2011-12-22 (bug fix)[3235256] correct menu failure on Windows (mcdonald) + +2012-01-19 (bug fix)[3021557] cursor freeze in elided text (vogel) + +2012-01-22 (bug fix)[3476698] hang in [text mark prev/next] (vogel) + +2012-01-25 (bug fix)[3475627] Stop text-31.11 failure (vogel) + +2012-01-25 (bug fix)[1630271] hang/crash on mark before -startline (vogel) + +2012-01-26 (bug fix)[1754043,2321450] -blockcursor appearance (vogel) + +2012-01-27 (bug fix)[3480471] crash in [tk_getOpenFile] (nijtmans) + +2012-01-29 (bug fix)[3480634] PNG image in menus (nijtmans) + +2012-01-30 (bug fix)[2925561] disabled combobox don't take focus (english) + +2012-02-10 (bug fix) win dialog avoid shimmer that confuses Python (fellows) + +2012-02-15 (bug fix)[3486474] Correct color scaling (goth,nijtmans) + +2012-02-28 (bug fix)[1630262,1615425] [text] crash tags & -*line (vogel) + +2012-03-07 (bug fix)[3497848] consistent pixel rounding (fassel,fellows) + +2012-03-18 (enhancement)[3503317] XParseColor speedup (nijtmans) + +2012-04-07 (bug fix)[3176239] control-Mousewheel crash (couch,nijtmans) + +2012-04-22 (bug fix)[3520202] <MouseWheel> %k,%K,%N for Python (deily,fellows) + +2012-05-02 (bug fix)[533519] multiscreen window placement (nijtmans) + +2012-05-04 (bug fix)[2768586] multiscreen menu posting (nijtmans) + +2012-05-28 (bug fix)[1630254] text peer update on -startline reset (baker,vogel) + +2012-06-11 (bug fix)[3294450] ttk text element clipping (oehlmann,fellows) + +2012-07-02 (bug fix) Make sure all index tables are static (kirkham,english) + +2012-07-23 (bug fix)[3546073] DisplayString() -> DefaultDisplay() (english) + +Many revisions to better support a Cygwin environment (nijtmans) + +--- Released 8.5.12, July 27, 2012 --- See ChangeLog for details --- |