diff options
author | wolfsuit <wolfsuit> | 2004-02-14 01:26:48 (GMT) |
---|---|---|
committer | wolfsuit <wolfsuit> | 2004-02-14 01:26:48 (GMT) |
commit | 7e16e1390f3c1d424934e5031458ee09fa166f86 (patch) | |
tree | ef8286e046fc14d50c893e3624238064e45c5a16 /ChangeLog | |
parent | 60f6fecb3068f40ba0e52153975314ce2e24bda2 (diff) | |
download | tk-7e16e1390f3c1d424934e5031458ee09fa166f86.zip tk-7e16e1390f3c1d424934e5031458ee09fa166f86.tar.gz tk-7e16e1390f3c1d424934e5031458ee09fa166f86.tar.bz2 |
Apply patch 112997, and kill a few more places where we were still using
Pascal string 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> * win/tkWinDialog.c (ChooseDirectoryValidateProc): create a pidl |