diff options
author | das <das> | 2006-06-15 22:36:31 (GMT) |
---|---|---|
committer | das <das> | 2006-06-15 22:36:31 (GMT) |
commit | b97b3e185c93279a2fc484e83e4229457ebe3859 (patch) | |
tree | b90cdd0f3be7b5dcd4ea0a964c3c012a00951b65 | |
parent | 5e67acce3a1487c4f46d8b5e2b183835b7a61f98 (diff) | |
download | tk-b97b3e185c93279a2fc484e83e4229457ebe3859.zip tk-b97b3e185c93279a2fc484e83e4229457ebe3859.tar.gz tk-b97b3e185c93279a2fc484e83e4229457ebe3859.tar.bz2 |
add refs to aqua fixes
-rw-r--r-- | changes | 20 |
1 files changed, 18 insertions, 2 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.64.2.40 2006/06/15 20:04:46 dgp Exp $ +RCS: @(#) $Id: changes,v 1.64.2.41 2006/06/15 22:36:31 das 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 @@ -5935,9 +5935,21 @@ registered applevents (steffen) 2006-04-25 (bug fix)[1475865] crash on invalid font name from XServer (fellows) +2006-04-28 (bug fix)[1243318] Aqua: incorrect cursor pos in bindings (steffen) + +2006-04-28 (bug fix)[1476443] Aqua: incorrect toplevel pos on 1st map (steffen) + 2006-05-12 (performance)[1409140] restore perf lost in 2006-03-15 change (hobbs) -2006-05-29 (bug fix)[1472624] Aqua: balloon help don't steal focus (steffen) +2006-05-13 (bug fix)[1481503] Aqua: key shortcut for 'Preferences' (steffen) + +2006-05-13 (bug fix)[1155596] Aqua: images with alpha on native btns (steffen) + +2006-05-13 (bug fix)[1480105] Aqua: Map/Unmap propagation to children (steffen) + +2006-05-13 (bug fix)[940117] Unmap canvas window items on canvas Unmap (steffen) + +2006-05-16 (bug fix)[1472624] Aqua: balloon help don't steal focus (steffen) 2006-05-29 (bug fix)[706446] Aqua: active [button] highlight (hobbs) @@ -5947,6 +5959,10 @@ registered applevents (steffen) 2006-06-05 (bug fix)[1188340] [console] thread safety (porter) +2006-06-14 (bug fix)[950121] Aqua: crash in draw of very wide images (steffen) + +2006-06-14 (bug fix)[1501922] Aqua: invalid clip regions on redraw (steffen) + 2006-06-14 (bug fix)[891141] excess variable writes by [scale] (porter) 2006-06-15 (platform support)[1424909] MS VS2005 support (thoyts) |