The Trunk: Monticello-fbs.572.mcz

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

The Trunk: Monticello-fbs.572.mcz

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

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

Name: Monticello-fbs.572
Author: fbs
Time: 24 September 2013, 10:26:16.852 pm
UUID: 84dfd859-1d0c-fe45-a1e4-c33fdfbbff5a
Ancestors: Monticello-nice.571

Update Monticello to use RecentMessages.

=============== Diff against Monticello-nice.571 ===============

Item was changed:
  ----- Method: MCPackageManager>>update: (in category 'system changes') -----
  update: aSymbol
  InMidstOfFileinNotification signal ifFalse: [
  [((aSymbol = #recentMethodSubmissions)
  and: [self packageInfo
+ includesMethodReference: RecentMessages default mostRecent])
- includesMethodReference: Utilities recentMethodSubmissions last])
  ifTrue: [self modified: true]]
  on: Error do: []]!