diff options
author | vincentdarley <vincentdarley> | 2003-07-18 11:04:58 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-07-18 11:04:58 (GMT) |
commit | ed5580c0df82dff12f9679b64ba4bf1424adfd0f (patch) | |
tree | a7f72cab9fe59571cc55d0f567aab23a8ad11a66 /ChangeLog | |
parent | 2a536d15c96c18d94c90cfb3eb881e912a960964 (diff) | |
download | tk-ed5580c0df82dff12f9679b64ba4bf1424adfd0f.zip tk-ed5580c0df82dff12f9679b64ba4bf1424adfd0f.tar.gz tk-ed5580c0df82dff12f9679b64ba4bf1424adfd0f.tar.bz2 |
MacOSX fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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): |