summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorwolfsuit <wolfsuit@noemail.net>2004-02-14 01:26:47 (GMT)
committerwolfsuit <wolfsuit@noemail.net>2004-02-14 01:26:47 (GMT)
commita0c0b7fd2dbf31b317572f3d06d68e4af39e35c4 (patch)
treeef8286e046fc14d50c893e3624238064e45c5a16 /ChangeLog
parent4f7b06a77318ebeaabb458846ad7330389b59fad (diff)
downloadtk-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--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2bba247..f8a707e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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