[Pkg] Monticello Public: FixUnderscores2-mtf.2.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Mon Aug 10 22:33:23 UTC 2009


A new version of FixUnderscores2 was added to project Monticello Public:
http://www.squeaksource.com/mc/FixUnderscores2-mtf.2.mcz

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

Name: FixUnderscores2-mtf.2
Author: mtf
Time: 10 August 2009, 6:33:08 pm
UUID: 70143c07-39e7-46c6-ae0d-e2886c49ebe6
Ancestors: FixUnderscores2-mtf.1

Made the source change notification work more like the orphaned notification

=============== Diff against FixUnderscores2-mtf.1 ===============

Item was added:
+ ----- Method: SourceChangedDuringLoad class>>method:signal: (in category 'as yet unclassified') -----
+ method: anObject signal: reason
+ 	
+ 	^ self new
+ 		method: anObject;
+ 		signal: reason;
+ 		yourself!

Item was removed:
- ----- Method: SourceChangedDuringLoad class>>method:reason: (in category 'as yet unclassified') -----
- method: anObject reason: aString
- 	^ self new method: anObject; message: aString; yourself!



More information about the Packages mailing list