Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.1114.mcz==================== Summary ====================
Name: Morphic-mt.1114
Author: mt
Time: 17 April 2016, 7:28:54.179544 pm
UUID: 4dbd1bf1-ad31-7c47-9995-e5896ec3045e
Ancestors: Morphic-mt.1113
Deprecated.
=============== Diff against Morphic-mt.1113 ===============
Item was removed:
- ----- Method: PasteUpMorph>>handleFatalDrawingError: (in category 'world state') -----
- handleFatalDrawingError: errMsg
- "Handle a fatal drawing error."
- self flag: #toRemove. "Implementation moved to Project, but are there external packages with senders?"
- Project current handleFatalDrawingError: errMsg
- !
Item was removed:
- ----- Method: WorldState>>handleFatalDrawingError: (in category 'update cycle') -----
- handleFatalDrawingError: errMsg
- "Handle a fatal drawing error."
- self flag: #toRemove. "Implementation moved to Project, but are there external packages with senders?"
- Project current handleFatalDrawingError: errMsg
- !