The Trunk: System-nice.515.mcz

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

The Trunk: System-nice.515.mcz

commits-2
Nicolas Cellier uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-nice.515.mcz

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

Name: System-nice.515
Author: nice
Time: 3 March 2013, 3:04:10.18 pm
UUID: b83c7e61-2ef3-4a54-9eff-c16f8722494c
Ancestors: System-cwp.514

Remove #printOnStream: #storeOnStream: and #propertyListOn:.

=============== Diff against System-cwp.514 ===============

Item was removed:
- ----- Method: ChangeSet>>printOnStream: (in category 'accessing') -----
- printOnStream: aStream
- "2/7/96 sw: provide the receiver's name in the printout"
- super printOnStream: aStream.
- aStream print: ' named ', self name!