The Trunk: Graphics-nice.88.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Graphics-nice.88.mcz

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

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

Name: Graphics-nice.88
Author: nice
Time: 9 November 2009, 12:06:03 pm
UUID: 8eb14cc5-d266-4c44-8d5b-9b4de8f555e1
Ancestors: Graphics-nice.87

clean-up isSelfEvaluating

=============== Diff against Graphics-nice.87 ===============

Item was removed:
- ----- Method: Rectangle>>isSelfEvaluating (in category 'self evaluating') -----
- isSelfEvaluating
- ^ self class == Rectangle!

Item was removed:
- ----- Method: Color>>isSelfEvaluating (in category 'self evaluating') -----
- isSelfEvaluating
- ^ self class == Color!

Item was removed:
- ----- Method: Point>>isSelfEvaluating (in category 'self evaluating') -----
- isSelfEvaluating
- ^ self class == Point!