diff options
author | wolfsuit <wolfsuit@noemail.net> | 2004-02-14 01:26:47 (GMT) |
---|---|---|
committer | wolfsuit <wolfsuit@noemail.net> | 2004-02-14 01:26:47 (GMT) |
commit | a0c0b7fd2dbf31b317572f3d06d68e4af39e35c4 (patch) | |
tree | ef8286e046fc14d50c893e3624238064e45c5a16 /ChangeLog | |
parent | 4f7b06a77318ebeaabb458846ad7330389b59fad (diff) | |
download | tk-a0c0b7fd2dbf31b317572f3d06d68e4af39e35c4.zip tk-a0c0b7fd2dbf31b317572f3d06d68e4af39e35c4.tar.gz tk-a0c0b7fd2dbf31b317572f3d06d68e4af39e35c4.tar.bz2 |
Apply patch 112997, and kill a few more places where we were still using
Pascal string interfaces.
FossilOrigin-Name: 6ac7f5602d44604b25e03f1daa23168f4c747369
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> * win/tkWinDialog.c (ChooseDirectoryValidateProc): create a pidl |