summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorwolfsuit <wolfsuit>2004-02-14 01:08:28 (GMT)
committerwolfsuit <wolfsuit>2004-02-14 01:08:28 (GMT)
commit4c899ca0787f4fc4e71eb83694c5ee85f5bfaa72 (patch)
treed60273b901747b97991967ff18cfd24aebf2955d /ChangeLog
parent4e5ce2ab17562b7dd7e866e1e127d0f3f6c185c6 (diff)
downloadtk-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--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f964d78..ab85052 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>
* README: update to patchlevel 8.4.6