The Trunk: Graphics-ar.144.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-ar.144.mcz

commits-2
Andreas Raab uploaded a new version of Graphics to project The Trunk:
http://source.squeak.org/trunk/Graphics-ar.144.mcz

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

Name: Graphics-ar.144
Author: ar
Time: 21 July 2010, 8:00:56.97 pm
UUID: fe073bda-1656-264a-9649-0fceb598857a
Ancestors: Graphics-nice.143

Point>>basicType should be in *Etoys with all the other implementations of #basicType.

=============== Diff against Graphics-nice.143 ===============

Item was removed:
- ----- Method: Point>>basicType (in category 'printing') -----
- basicType
- "Answer a symbol representing the inherent type of the receiver"
-
- ^ #Point!