diff options
author | wolfsuit <wolfsuit> | 2004-02-14 01:08:28 (GMT) |
---|---|---|
committer | wolfsuit <wolfsuit> | 2004-02-14 01:08:28 (GMT) |
commit | 4c899ca0787f4fc4e71eb83694c5ee85f5bfaa72 (patch) | |
tree | d60273b901747b97991967ff18cfd24aebf2955d /ChangeLog | |
parent | 4e5ce2ab17562b7dd7e866e1e127d0f3f6c185c6 (diff) | |
download | tk-4c899ca0787f4fc4e71eb83694c5ee85f5bfaa72.zip tk-4c899ca0787f4fc4e71eb83694c5ee85f5bfaa72.tar.gz tk-4c899ca0787f4fc4e71eb83694c5ee85f5bfaa72.tar.bz2 |
Applying Patch 112997, and hunting down a couple more places where we were
still using Pascal interfaces.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2004-02-13 Jim Ingham <jingham@apple.com> + + * tkMacOSXDialog.c (Tk_GetOpenFileObjCmd): Use CFStringRef for + title & message options, not pascal strings. + (Tk_GetSaveFileObjCmd): Ditto + (Tk_ChooseDirectoryObjCmd): Ditto + (NavServicesGetFile): Now that we get CFStrings, we don't need + to convert them here. + + * tkMacOSXMenu.c (TkMacOSXDispatchMenuEvent): Cleanup, we don't + need to handle the Apple Menu picks any more, but the code didn't + reflect that. + + * tkMacOSXWm.c (TkSetWMName): Use CFStrings for the Window Title + name, not Pascal strings. + 2004-02-12 Jeff Hobbs <jeffh@ActiveState.com> * README: update to patchlevel 8.4.6 |