|
From: John M M. <jo...@us...> - 2003-10-03 19:07:11
|
Update of /cvsroot/squeak/squeak/platforms/Mac OS/vm/Documentation In directory sc8-pr-cvs1:/tmp/cvs-serv18625/squeak/platforms/Mac OS/vm/Documentation Modified Files: 3.5.2 Release Notes.rtf Log Message: 3.5.2b6 update notes Index: 3.5.2 Release Notes.rtf =================================================================== RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/vm/Documentation/3.5.2 Release Notes.rtf,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** 3.5.2 Release Notes.rtf 31 Jul 2003 13:08:09 -0000 1.2 --- 3.5.2 Release Notes.rtf 3 Oct 2003 19:07:07 -0000 1.3 *************** *** 21,24 **** --- 21,44 ---- 3.5.0b4 seems a fine VM, from what people tell me, but now we've 3.5.2...\ \ + 3.5.3b1 (browser plugin)\ + Fixed issues with IE drawing and crashs related to screen updating in non-thread safe IE.\ + \ + 3.5.2b6\ + Fixed issues with plugin discovery for netscape plugin \ + 3.5.2b5\ + Fixed primitive dispatch to use gnuified jump table. \ + \ + 3.5.2b4 \ + Fix issue with race on open doc events and squeak VM Thread for drag and drop support when starting squeak\ + For os-x expose primitivePluginBrowserReady, not the rest of the URL browser primitives, they don't work in Safari\ + For system attribute 1003 return powerpc versus PowerPC to match unix VM\ + Start timers later in the VM startup logic, after reading the image, versus before.\ + sqMacNSPlugin.c - Look for Squeak folder in User, local, Network, System domains versus just User.\ + sqMacTime.c - Use old delay logic (1ms accurate), versus aioPoll (10ms accurate).\ + sqMacUIEvents.c - Only create PowerManagerDefeatTimer tick routine if power manager tapping is required which is only os-9 anyways.\ + sqMacUIMenuBar.c - Draw menu bar later in startup, after we change it, save 200+ms\ + BitBltPlugin.c - alphaSourceBlendBits16 Use table lookup which is 90% faster\ + - copyLoopNoSource, roll constants into register versus recalculating.\ + \ 3.5.2b2 \ Fix applescript document handling logic to prevent overrunning the drag/drop logic via the command line open cmd by using a spin loop\ |