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!