The Trunk: System-fbs.649.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-fbs.649.mcz

commits-2
Frank Shearar uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-fbs.649.mcz

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

Name: System-fbs.649
Author: fbs
Time: 29 December 2013, 7:47:35.26 pm
UUID: 58770266-996d-cb48-8eaf-cb238c89598d
Ancestors: System-fbs.648

Post Tools-fbs.512 cleanup.

=============== Diff against System-fbs.648 ===============

Item was removed:
- (PackageInfo named: 'System') preamble: '"Prepare for removing the recent-message-tracking from Utilities."
- '!

Item was removed:
- ----- Method: Preferences class>>browseWithDragNDrop (in category 'standard queries') -----
- browseWithDragNDrop
- ^ self
- valueOfFlag: #browseWithDragNDrop
- ifAbsent: [ true ]!

Item was removed:
- ----- Method: Preferences class>>browseWithPrettyPrint (in category 'standard queries') -----
- browseWithPrettyPrint
- ^ self
- valueOfFlag: #browseWithPrettyPrint
- ifAbsent: [ false ]!