[squeak-dev] The Trunk: TrueType-ar.17.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Sep 5 18:26:31 UTC 2010


Andreas Raab uploaded a new version of TrueType to project The Trunk:
http://source.squeak.org/trunk/TrueType-ar.17.mcz

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

Name: TrueType-ar.17
Author: ar
Time: 5 September 2010, 11:26:13.141 am
UUID: c3f52647-8c6b-c242-898a-bf95e2409702
Ancestors: TrueType-nice.15

Restructurings to reduce package depencencies.

=============== Diff against TrueType-nice.15 ===============

Item was changed:
  ----- Method: TTFontReader class>>unload (in category 'class initialization') -----
  unload
  
+ 	FileServices unregisterFileReader: self !
- 	FileList unregisterFileReader: self !

Item was changed:
  ----- Method: TTFontReader class>>initialize (in category 'class initialization') -----
  initialize
  	"self initialize"
  
+ 	FileServices registerFileReader: self!
- 	FileList registerFileReader: self!




More information about the Squeak-dev mailing list