On Feb 8, 2010, at 15:02 , Mariano Martinez Peck wrote:
> Issue
http://code.google.com/p/pharo/issues/detail?id=1940
>
> SLICE-Issue1940-ImageSegmentCleaningPart3-Mariano.3 � �in PharoInbox.
>
> - remove #fixCapitalizationOfSymbols
> - remove TTCFontSet code from #comeFullyUpOnReload:
> This even fixes a cycle dependency between ImageSegment and Multilingual
> - the following implementors were moved to category *System-Object Storage:
> *startUpFrom:
> *saveImageSegments:
> *areThereImageSegments
> *rootStubInImageSegment:
> *scanFromNoCompile: aStream forSegment: anImageSegment
>
> Now we have a cleaner kernel (Object, Behavior, etc) and a little step more
> to put ImageSegment as a separate package.
>
> This is not possible yet as there are method from the kernel referencing to
> ImageSegment.
>
> Take into account that ImageSegment tests are failing but due to issue
>
http://code.google.com/p/pharo/issues/detail?id=1941
> However, "rollbacking" that problem I make sure that this ImageSegment
> version is working.
>
> Cheers
>
> Mariano