diff options
author | das <das> | 2006-04-11 10:23:34 (GMT) |
---|---|---|
committer | das <das> | 2006-04-11 10:23:34 (GMT) |
commit | eb6839a1967174a3be52a1d65d42e37841f734ac (patch) | |
tree | 0fe384531e49309c86946d052aa79a045cb03c3b /changes | |
parent | 9dcd5d48dcc55fb66fe63e83f0e1f6774dd8349f (diff) | |
download | tk-eb6839a1967174a3be52a1d65d42e37841f734ac.zip tk-eb6839a1967174a3be52a1d65d42e37841f734ac.tar.gz tk-eb6839a1967174a3be52a1d65d42e37841f734ac.tar.bz2 |
* changes: added latest aqua bug fixes.
* macosx/tkMacOSXCarbonEvents.c: handle kEventCommandUpdateStatus
* macosx/tkMacOSXEvent.c: carbon event to dynamically enable
the 'Preferences' app menu item when proc [::tk::mac::ShowPreferences]
is defined. [Bug 700316]
* macosx/tkMacOSXHLEvents.c: call ::tk::mac::* procs for all
* macosx/tkMacOSXWindowEvent.c: registered appleevents [FR 1105284],
implement print applevent handling, style/whitespace cleanup.
* macosx/tkMacOSXDraw.c (TkMacOSXInitCGDrawing): prevent multiple init.
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 17 |
1 files changed, 16 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.64.2.33 2006/04/10 17:44:16 dgp Exp $ +RCS: @(#) $Id: changes,v 1.64.2.34 2006/04/11 10:23:34 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 @@ -5910,4 +5910,19 @@ accept the color names "Black" and "White" (porter) 2006-04-05 (bug fix)[1422430] [grid] empty index list crash (hobbs) +2006-04-06 (bug fix)[1455241] Aqua: [wm attributes -titlepath] fix (steffen) + +2006-04-07 (bug fix)[934524] Aqua: background window dragging/growing (steffen) + +2006-04-09 (bug fix)[1467004] Aqua: [wm resizable] fix (steffen) + +2006-04-09 (bug fix)[1450800] Aqua: allow empty toplevel names (steffen) + +2006-04-11 (bug fix)[1073456] Aqua: implement toplevel zoom (steffen) + +2006-04-11 (bug fix)[700316] Aqua: enable 'Preferences' app menu item (steffen) + +2006-04-11 (enhancement)[1105284] Aqua: call ::tk::mac::* procs for all +registered applevents (steffen) + --- Released 8.4.13, April 14, 2006 --- See ChangeLog for details --- |