Daily Commit Log

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Daily Commit Log

commits-2
Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2012-January/005161.html

Name: Kernel-nice.656
Ancestors: Kernel-bf.654

Remove one unused message: now that Integer is polymorphic to Fraction he never has to #adaptToFraction:andSend:

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2012-January/005162.html

Name: Kernel-nice.664
Ancestors: Kernel-bf.663, Kernel-nice.656

merge Kernel-nice.656

Remove one unused message: now that Integer is polymorphic to Fraction he never has to #adaptToFraction:andSend:

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2012-January/005163.html

Name: Morphic-dtl.607
Ancestors: Morphic-eem.606

Provide a stub implementation of TextMorphEditor, subclassed from its replacement TextEditor, for the benefit of external packages such as Connectors that depend on it.

Note that an existing Connectors installation may have been damaged in the trunk update process. Check for this by opening a Text Rectangle or similar from the Connectors tab, then hit <esc> while focused on the text region. If problems are experienced, reload Connectors and evaluate 'NCTextMorphEditor initialize'.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2012-January/005164.html

Name: ST80-dtl.138
Ancestors: ST80-ul.137

Update reference to obsolete TextMorphEditor with a plausible looking replacement, replacing "self class name = #TextMorphEditor" with "self isKindOf: TextEditor". This eliminates the last direct reference to TextMorphEditor in the image.

=============================================