Tobias Pape uploaded a new version of 51Deprecated to project The Trunk:
http://source.squeak.org/trunk/51Deprecated-topa.6.mcz==================== Summary ====================
Name: 51Deprecated-topa.6
Author: topa
Time: 8 October 2015, 9:01:20.654 pm
UUID: 5a4c6b5f-7b3d-4b8b-899a-ec32acaf46e1
Ancestors: 51Deprecated-topa.5
Move already deprecated messages to their penultimate place
=============== Diff against 51Deprecated-topa.5 ===============
Item was added:
+ ----- Method: KeyedSet>>noCheckAdd: (in category '*51Deprecated-private') -----
+ noCheckAdd: anObject
+
+ self deprecated: 'This method should not be used anymore.'.
+ array at: (self scanFor: (keyBlock value: anObject)) put: anObject asSetElement.
+ tally := tally + 1!