Marcel Taeumel uploaded a new version of 51Deprecated to project The Trunk:
http://source.squeak.org/trunk/51Deprecated-mt.22.mcz==================== Summary ====================
Name: 51Deprecated-mt.22
Author: mt
Time: 17 April 2016, 7:27:29.345544 pm
UUID: 85e7ecd3-ad2f-3540-8d97-f76a165720ec
Ancestors: 51Deprecated-mt.21
Deprecated.
=============== Diff against 51Deprecated-mt.21 ===============
Item was added:
+ ----- Method: Project class>>interruptName: (in category '*51Deprecated') -----
+ interruptName: labelString
+ "Create a Notifier on the active scheduling process with the given label."
+
+ self flag: #toRemove. "after restarting the user interrupt watcher process"
+ ^ self current interruptName: labelString
+ !