David T. Lewis uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-dtl.209.mcz==================== Summary ====================
Name: System-dtl.209
Author: dtl
Time: 28 December 2009, 1:56:20 am
UUID: 3a236c81-ac13-476f-9506-ec52da531275
Ancestors: System-ul.208
Remove #isMorphic sends from Rectangle, supported by #pointerMoved in Project and MorphicProject.
=============== Diff against System-ul.208 ===============
Item was added:
+ ----- Method: Project>>pointerMoved (in category 'utilities') -----
+ pointerMoved
+ "Pointer has moved during a drag operation. Perform any necessary updates."
+
+ ^ self!