[squeak-dev] The Trunk: 60Deprecated-ct.55.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Nov 19 11:06:39 UTC 2019


Marcel Taeumel uploaded a new version of 60Deprecated to project The Trunk:
http://source.squeak.org/trunk/60Deprecated-ct.55.mcz

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

Name: 60Deprecated-ct.55
Author: ct
Time: 1 October 2019, 3:53:57.916339 pm
UUID: f94e05a2-9d20-a24d-b04f-b08013c14862
Ancestors: 60Deprecated-mt.54

Complements System-ct.1105

=============== Diff against 60Deprecated-mt.54 ===============

Item was added:
+ ----- Method: Project>>setViewSize: (in category '*60Deprecated-accessing') -----
+ setViewSize: aPoint
+ 	self deprecated: 'ct: Use #viewSize: instead'.
+ 	^ self viewSize: aPoint!



More information about the Squeak-dev mailing list