[squeak-dev] The Trunk: ST80-mt.255.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Jun 7 11:23:59 UTC 2020


Marcel Taeumel uploaded a new version of ST80 to project The Trunk:
http://source.squeak.org/trunk/ST80-mt.255.mcz

==================== Summary ====================

Name: ST80-mt.255
Author: mt
Time: 7 June 2020, 1:23:58.025004 pm
UUID: 36f2036c-38b9-d641-b0da-b47456f83923
Ancestors: ST80-nice.254

Complements System-mt.1163

=============== Diff against ST80-nice.254 ===============

Item was removed:
- ----- Method: ControlManager class>>shutDown (in category 'snapshots') -----
- shutDown
- 	"Saves space in snapshots"
- 
- 	Project current isMVC
- 		ifTrue: [Project current invalidate].!

Item was removed:
- ----- Method: ControlManager class>>startUp (in category 'snapshots') -----
- startUp
- 
- 	Project current isMVC
- 		ifTrue: [Project current restore].!

Item was changed:
+ (PackageInfo named: 'ST80') postscript: 'Smalltalk removeFromStartUpList: ControlManager.
+ Smalltalk removeFromShutDownList: ControlManager.'!
- (PackageInfo named: 'ST80') postscript: '"below, add code to be run after the loading of this package"
- ParagraphEditor initialize. "again"
- (MCPackage named: ''Autogenerated '') unload.
- (MCPackage named: ''Autogenerated'') unload.'!



More information about the Squeak-dev mailing list