summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2003-07-18 11:04:58 (GMT)
committervincentdarley <vincentdarley>2003-07-18 11:04:58 (GMT)
commited5580c0df82dff12f9679b64ba4bf1424adfd0f (patch)
treea7f72cab9fe59571cc55d0f567aab23a8ad11a66 /ChangeLog
parent2a536d15c96c18d94c90cfb3eb881e912a960964 (diff)
downloadtk-ed5580c0df82dff12f9679b64ba4bf1424adfd0f.zip
tk-ed5580c0df82dff12f9679b64ba4bf1424adfd0f.tar.gz
tk-ed5580c0df82dff12f9679b64ba4bf1424adfd0f.tar.bz2
MacOSX fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 02d9114..eafc1b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2003-07-18 Vince Darley <vincentdarley@users.sourceforge.net>
+
+ * generic/tkWindow.c:
+ * macosx/tkMacOSXDialog.c: added native tk_messageBox command,
+ (Tk_MessageBoxObjCmd) for MacOS X platform.
+
+ * macosx/tkMacOSXMenu.c: corrected encoding conversion for
+ torn-off menu entries (but many other display problems still
+ exist with these)
+
+ * macosx/tkMacOSXMouseEvent.c: improved handling of events in the
+ presence of grabs, particularly activation events.
+
2003-07-18 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* tests/panedwindow.test (panedwindow-30.2):