|
From: John M M. <jo...@us...> - 2003-12-02 04:53:05
|
Update of /cvsroot/squeak/squeak/platforms/Mac OS/vm In directory sc8-pr-cvs1:/tmp/cvs-serv14602/squeak/platforms/Mac OS/vm Modified Files: sqMacUIEvents.h Log Message: 3.7.0b2 Changes for file name encoding. Ensure we use current encoding when working with file names. Change logic in vmPath, imageName, shortImageName, documentName to support CFString which we convert to desired encoding at read time. Index: sqMacUIEvents.h =================================================================== RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/vm/sqMacUIEvents.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sqMacUIEvents.h 15 Mar 2002 01:58:20 -0000 1.4 --- sqMacUIEvents.h 2 Dec 2003 04:53:02 -0000 1.5 *************** *** 13,16 **** --- 13,17 ---- * Feb 27th, 2002, JMM changed for carbon event logic. * Mar 8th, 2002, JMM external prims that make dialog windows must do this on main thread + * 3.7.0bx Nov 24th, 2003 JMM gCurrentVMEncoding, plus multiple keystrokes for input ****************************************************************************/ |