The Trunk: EToys-mt.345.mcz

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

The Trunk: EToys-mt.345.mcz

commits-2
Marcel Taeumel uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-mt.345.mcz

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

Name: EToys-mt.345
Author: mt
Time: 13 August 2019, 9:50:10.833167 am
UUID: c918db9c-4f2d-1845-8494-083d350f4023
Ancestors: EToys-mt.344

Move base-class version of #category to Kernel package.

=============== Diff against EToys-mt.344 ===============

Item was removed:
- ----- Method: ClassDescription>>category (in category '*Etoys-Squeakland-organization') -----
- category
- "Answer the system organization category for the receiver."
-
- ^SystemOrganization categoryOfElement: self name!