The Trunk: System-mt.815.mcz

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

The Trunk: System-mt.815.mcz

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

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

Name: System-mt.815
Author: mt
Time: 12 April 2016, 7:49:03.886943 pm
UUID: c1de1458-727a-344c-81d2-6599cea8b7e9
Ancestors: System-mt.814

Managing the last change set, transcript, and thumbnail is shared between all kinds of projects.

=============== Diff against System-mt.814 ===============

Item was changed:
  ----- Method: Project>>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.!
- self subclassResponsibility!