[Pkg] The Trunk: Monticello-fbs.572.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Sep 24 21:26:04 UTC 2013


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: []]!



More information about the Packages mailing list