summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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>