summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2006-04-11 10:23:34 (GMT)
committerdas <das>2006-04-11 10:23:34 (GMT)
commiteb6839a1967174a3be52a1d65d42e37841f734ac (patch)
tree0fe384531e49309c86946d052aa79a045cb03c3b /ChangeLog
parent9dcd5d48dcc55fb66fe63e83f0e1f6774dd8349f (diff)
downloadtk-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 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 15 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e8e5cd..2171c1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
2006-04-11 Daniel Steffen <das@users.sourceforge.net>
+ *** 8.4.13 TAGGED FOR RELEASE ***
+
+ * 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.
+
* macosx/tkMacOSXInt.h: Implemented 'zoomed' window state
* macosx/tkMacOSXWindowEvent.c: handling for TkAqua, via titlebar
* macosx/tkMacOSXWm.c: widget clicks as well as [wm state].
@@ -7,8 +22,6 @@
2006-04-10 Don Porter <dgp@users.sourceforge.net>
- *** 8.4.13 TAGGED FOR RELEASE ***
-
* changes: Updates for next RC.
2006-04-09 Daniel Steffen <das@users.sourceforge.net>