[squeak-dev] The Trunk: 60Deprecated-mt.62.mcz

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


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

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

Name: 60Deprecated-mt.62
Author: mt
Time: 19 November 2019, 12:06:08.491265 pm
UUID: ec7b00f1-b3ef-3943-b5ef-1467e3b82010
Ancestors: 60Deprecated-mt.61, 60Deprecated-ct.55

Complements System-mt.1123. Merges 60Deprecated-ct.55.

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

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