The Trunk: System-nice.175.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-nice.175.mcz

commits-2
Nicolas Cellier uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-nice.175.mcz

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

Name: System-nice.175
Author: nice
Time: 26 November 2009, 10:29:30 am
UUID: 72b1df33-d928-4f41-a2ee-bd77fe9e81f2
Ancestors: System-dtl.174

Correct Behavior>>#allUnsentMessages

=============== Diff against System-dtl.174 ===============

Item was changed:
  ----- Method: Behavior>>allUnsentMessages (in category '*system-support') -----
  allUnsentMessages
  "Answer an array of all the messages defined by the receiver that are not sent anywhere in the system."
 
+ ^ SystemNavigation default allUnsentMessagesIn: self selectors!
- ^ self environment allUnSentMessagesIn: self selectors!