Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2016-June/068191.htmlName: Morphic-tpr.1168
Ancestors: Morphic-mt.1167
make the preferred position for compositing input window take into account any effect of height offset. Why work out the position and then modify it with ugly code when you can do it right first time?
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-June/068192.htmlName: Multilingual-tpr.214
Ancestors: Multilingual-topa.213
make the preferred position for compositing input window take into account any effect of height offset. Why work out the position and then modify it with ugly code when you can do it right first time? See also Morphic-tpr.1168
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-June/068193.htmlName: Collections-ul.698
Ancestors: Collections-ul.697
Heap revamp #3:
- Heap is a subclass of Collection instead of SequenceableCollection.
- Heap has it's own category Collections-Heap; just like how it is with Stack.
- Updated class comment.
=============================================