[Pkg] Monticello Public: Monticello.impl-kph.624.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Wed Feb 11 18:51:48 UTC 2009


A new version of Monticello.impl was added to project Monticello Public:
http://www.squeaksource.com/mc/Monticello.impl-kph.624.mcz

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

Name: Monticello.impl-kph.624
Author: kph
Time: 11 February 2009, 6:51:34 pm
UUID: 4611fe53-0b28-4904-ba8c-c8988368cf44
Ancestors: Monticello.impl-kph.623

deregister before registering file readers

=============== Diff against Monticello.impl-kph.623 ===============

Item was changed:
  ----- Method: MCMczReader class>>initialize (in category 'accessing') -----
  initialize
  	
+ 	self register!
- 	FileList registerFileReader: self.
- 
- !

Item was changed:
  ----- Method: MCMcdReader class>>initialize (in category 'as yet unclassified') -----
  initialize
  	
+ 	self register!
- 	FileList registerFileReader: self.
- 
- !

Item was added:
+ ----- Method: MCVersionReader class>>register (in category 'reading') -----
+ register
+ 
+ 	FileList unregisterFileReader: self; registerFileReader: self.
+ !

Item was changed:
  ----- Method: MCMcmReader class>>initialize (in category 'instance creation') -----
  initialize
- 	
- 	FileList registerFileReader: self.
  
+ 	self register!
- !



More information about the Packages mailing list