[Pkg] DeltaStreams: DeltaStreams-Logging-mtf.6.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Tue Jul 28 13:26:21 UTC 2009


A new version of DeltaStreams-Logging was added to project DeltaStreams:
http://www.squeaksource.com/DeltaStreams/DeltaStreams-Logging-mtf.6.mcz

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

Name: DeltaStreams-Logging-mtf.6
Author: mtf
Time: 28 July 2009, 9:26:12 am
UUID: 45ebe4a1-87b5-43fc-a67b-e428fc5392e0
Ancestors: DeltaStreams-Logging-gk.5

moved two core extension methods into the SystemNotificationImprovements changeset. You will need to load it from squeakmap before loading this:

http://map.squeak.org/packagebyname/DeltaStreamFixes

=============== Diff against DeltaStreams-Logging-gk.5 ===============

Item was removed:
- ----- Method: SystemChangeNotifier>>hasNotificationsFor: (in category '*DeltaStreams-Logging') -----
- hasNotificationsFor: anObject
- 	"Do we send system notifications to anObject?"
- 
- 	^eventSource hasActionsWithReceiver: anObject!

Item was removed:
- ----- Method: Object>>hasActionsWithReceiver: (in category '*DeltaStreams-Logging') -----
- hasActionsWithReceiver: anObject
- 
- 	^self actionMap keys anySatisfy:
- 		[:eachEventSelector |
- 			(self actionSequenceForEvent: eachEventSelector)
- 				anySatisfy: [:anAction | anAction receiver == anObject]]!



More information about the Packages mailing list