Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2016-March/009487.htmlName: Tools-mt.678
Ancestors: Tools-topa.677
Fixes bug in Hierarchy Browser related to subclassing and class-list updating. Might be a regression fix caused by some recent updates.
Note that we might want to establish the same update mechanism as in other CodeHolder subclasses, which is #stepAt:. At the moment, Hierarchy Browsers do not recognize general changes in the class hierarchy - only if that change origins from within that hierarchy browser.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-March/009488.htmlName: Tools-mt.679
Ancestors: Tools-mt.678
Fixes styling bug when using the subclassing template.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-March/009489.htmlName: Morphic-kfr.1094
Ancestors: Morphic-mt.1093
Snap dropped morphs to grid if gridding is on
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-March/009490.htmlName: Kernel-bf.1006
Ancestors: Kernel-eem.1005
Provide a pragma to annotate senders of messages that would otherwise not be found, by invoking a custom hasLiteral: test on the methodClass.
<hasLiteralTest: #myHasLiteral::>
For example use see System-bf.806
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-March/009491.htmlName: System-bf.806
Ancestors: System-eem.805
Make senders of preference change messages findable. With this change, the only sender of e.g. swapMouseButtonsChanged will be found.
Needs Kernel-bf.1006 to actually work.
=============================================