The Trunk: ST80-mt.202.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: ST80-mt.202.mcz

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

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

Name: ST80-mt.202
Author: mt
Time: 12 April 2016, 7:53:47.231943 pm
UUID: dd77d345-6196-7647-be08-08526ab6ef0b
Ancestors: ST80-mt.201

Code clean-up.

=============== Diff against ST80-mt.201 ===============

Item was removed:
- ----- Method: MVCProject>>saveState (in category 'enter') -----
- saveState
- "Save the current state in me prior to leaving this project"
-
- changeSet := ChangeSet current.
- thumbnail ifNotNil: [thumbnail hibernate].
- transcript := Transcript
- !