Nicolas Cellier uploaded a new version of ST80 to project The Trunk:
http://source.squeak.org/trunk/ST80-nice.114.mcz==================== Summary ====================
Name: ST80-nice.114
Author: nice
Time: 20 March 2010, 8:17:18.325 am
UUID: 8b5701c4-0069-d347-be4c-5978bf7a6ecf
Ancestors: ST80-laza.113
Let add: answer the added object argument
=============== Diff against ST80-laza.113 ===============
Item was changed:
----- Method: Path>>add: (in category 'adding') -----
add: aPoint
"Include aPoint as one of the receiver's elements."
+ ^collectionOfPoints add: aPoint!
- collectionOfPoints add: aPoint!