diff options
author | das <das> | 2005-11-27 06:37:31 (GMT) |
---|---|---|
committer | das <das> | 2005-11-27 06:37:31 (GMT) |
commit | 1bcf46cb3f198f07466a28b2ca4b8d7a54c41b72 (patch) | |
tree | 219662b3768c63a6f26ce905e23406acd5156c80 /ChangeLog | |
parent | fe7ec113d4d7be4b2543e1e0cf6d21a74aef667d (diff) | |
download | tk-1bcf46cb3f198f07466a28b2ca4b8d7a54c41b72.zip tk-1bcf46cb3f198f07466a28b2ca4b8d7a54c41b72.tar.gz tk-1bcf46cb3f198f07466a28b2ca4b8d7a54c41b72.tar.bz2 |
* macosx/tkMacOSXMenu.c:
* macosx/tkMacOSXMenubutton.c: define OSX 10.3 or later only constants
if necessary to allow compilation on OSX 10.2
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -46,6 +46,8 @@ * macosx/tkMacOSXMenus.c (TkMacOSXHandleMenuSelect): switch to modern utf8 aware menu manager API, remove obsolete code, add error handling. + * macosx/tkMacOSXMenu.c: + * macosx/tkMacOSXMenubutton.c: * macosx/tkMacOSXMouseEvent.c: define OSX 10.3 or later only constants if necessary to allow compilation on OSX 10.2 |