Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2015-August/008889.htmlName: Morphic-dtl.997
Ancestors: Morphic-topa.996
Workspace "Send contents to printer" works in MVC, not in Morphic, due to missing implementation in the new Editor hierarchy. Add TextEditor>>sendContentsToPrinterWithLabel: for use with PluggableTextMorph.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-August/008890.htmlName: Installer-Core-cmm.399
Ancestors: Installer-Core-ul.398
- Ma-Installer was moved back to squeaksource.com.
- SqueakSSL and WebClient are now part of the base image and maintained at source.squeak.org.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-August/008891.htmlName: Collections-ul.648
Ancestors: Collections-ul.647
CharacterSet:
- store the size in an instance variable
- moved removal logic to #remove:ifAbsent:, while kept the behavior of #remove:
- migrate existing instances by sending #size in the postscript
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-August/008892.htmlName: Regex-Core-ul.43
Ancestors: Regex-Core-ul.42
A few more tweaks here and there:
- keep all marker positions in RxMatcher
- optimize the case of one sized character set in RxsCharSet>>enumerablePartPredicateIgnoringCase:
- avoid collection copies in RxMatchOptimizer when possible
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-August/008893.htmlName: Collections-ul.649
Ancestors: Collections-ul.648
- removed migration code from CharacterSet
=============================================