The Trunk: ST80-mt.267.mcz

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

The Trunk: ST80-mt.267.mcz

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

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

Name: ST80-mt.267
Author: mt
Time: 14 April 2021, 9:47:30.788665 am
UUID: ce924c12-c725-fc42-98e1-a68fc4017dbb
Ancestors: ST80-nice.266

Complements Kernel-mt.1385

=============== Diff against ST80-nice.266 ===============

Item was removed:
- ----- Method: PluggableTest>>perform:orSendTo: (in category 'menu commands') -----
- perform: sel orSendTo: otherObject
- (self respondsTo: sel) ifTrue: [self perform: sel] ifFalse: [otherObject perform: sel]!