Marcel Taeumel uploaded a new version of 60Deprecated to project The Trunk:
http://source.squeak.org/trunk/60Deprecated-mt.61.mcz==================== Summary ====================
Name: 60Deprecated-mt.61
Author: mt
Time: 13 November 2019, 11:53:30.163043 am
UUID: d1977f22-7f09-1448-98f3-769e26ffe654
Ancestors: 60Deprecated-mt.60
Complements Morphic-mt.1586.
=============== Diff against 60Deprecated-mt.60 ===============
Item was changed:
SystemOrganization addCategory: #'60Deprecated-Collections-Streams'!
SystemOrganization addCategory: #'60Deprecated-Kernel-Methods'!
- SystemOrganization addCategory: #'60Deprecated-Morphic-Pluggable Widgets'!
SystemOrganization addCategory: #'60Deprecated-Morphic-Widgets'!
SystemOrganization addCategory: #'60Deprecated-NSPlugin-System-Support'!
SystemOrganization addCategory: #'60Deprecated-System-Support'!
SystemOrganization addCategory: #'60Deprecated-Tools-Inspector'!
SystemOrganization addCategory: #'60Deprecated-Tools-Menus'!
Item was added:
+ ----- Method: Morph>>inATwoWayScrollPane (in category '*60Deprecated-initialization') -----
+ inATwoWayScrollPane
+
+ self deprecated.
+ ^ self inAScrollPane!