'From Squeak3.9alpha of 4 July 2005 [latest update: #7005] on 5 March 2006 at 9:14:25 pm'! "Change Set: 7006updateFromMC Date: 03 March 2006 Author: Marcus Denker - fixed #binding - 0003249: Mac VM pops up debugger on every launch (InternetConfiguration broken?) - 0003246: In 7005 Getting objects from Object morph not behaving as expected. - 0003245: 7005: ProcessBrowser DNU "! "Postscript: Leave the line above, and replace the rest of this comment by a useful one. Executable statements should follow this comment, and should be separated by periods, with no exclamation points (!!). Be sure to put any further comments in double-quotes, like this one." |repository| repository := MCHttpRepository location: 'http://source.squeakfoundation.org/39a' user: '' password: ''. (repository loadVersionFromFileNamed: 'ScriptLoader-md.147.mcz') load. ScriptLoader new updateFrom7005. !