David T. Lewis uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-dtl.151.mcz==================== Summary ====================
Name: System-dtl.151
Author: dtl
Time: 23 September 2009, 9:02:56 am
UUID: 1d0dfba8-093d-4014-8873-8586f140eba1
Ancestors: System-ar.150
Implement #addDeferredUIMessage: in abstract Project. Reference Mantis 1578. This supports a fix to ProcessBrowser to correctly reinitialize following image restart in MVC or Morphic.
=============== Diff against System-ar.150 ===============
Item was added:
+ ----- Method: Project>>addDeferredUIMessage: (in category 'scheduling') -----
+ addDeferredUIMessage: valuableObject
+ "Arrange for valuableObject to be evaluated at a time when the user interface
+ is in a coherent state."
+
+ self subclassResponsibility!