|
From: Ian P. <piu...@us...> - 2004-04-06 18:31:46
|
Update of /cvsroot/squeak/squeak/platforms/unix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8685 Modified Files: ChangeLog Log Message: Changes for 3.7b-5. Index: ChangeLog =================================================================== RCS file: /cvsroot/squeak/squeak/platforms/unix/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** ChangeLog 3 Apr 2004 22:03:36 -0000 1.21 --- ChangeLog 6 Apr 2004 18:18:56 -0000 1.22 *************** *** 1,2 **** --- 1,13 ---- + 2004-04-06 Ian Piumarta <ian...@in...> + + * platforms/unix/config/configure.ac: Version is 3.7b-5. + + * platforms/unix/npsqueak/npsqueak.c: Add failureUrl to SqueakPlugin struct. + (NPP_New): Check for and use explicit imageName. + (NPP_New): Check for explicit failureUrl. + (NPP_New): Check for access on imageName, set failureUrl if missing. + (NPP_NewStream): Redirect to failureUrl if set. + (Run): Do not start VM if failureUrl set. + 2004-04-04 Ian Piumarta <ian...@in...> |