Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2015-September/008937.htmlName: Graphics-topa.316
Ancestors: Graphics-mt.315
Move TextPrinter from ST80 to Graphics, as Morphic now also uses it.
TextPrinter uses ST80's Paragraph but already guardes around it if not present.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-September/008938.htmlName: ST80-topa.186
Ancestors: ST80-mt.185
Move TextPrinter from ST80 to Graphics, as Morphic now also uses it.
TextPrinter uses ST80's Paragraph but already guardes around it if not present.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-September/008939.htmlName: Tests-topa.330
Ancestors: Tests-mt.329
Network rightfully depens on WebClient, now that it is our default HTTP(S) client.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-September/008940.htmlName: TrueType-topa.40
Ancestors: TrueType-topa.39
Use all glyphs in a Font, not just 256 (fix by Vasya Chajko)
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-September/008941.htmlName: TrueType-topa.41
Ancestors: TrueType-topa.40
Remove spurious comment
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-September/008942.htmlName: Collections-cbc.650
Ancestors: Collections-ul.649
Add ByteArray methods to deal with long64bit values.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-September/008943.htmlName: Collections-cbc.651
Ancestors: Collections-cbc.650
Faster #unsignedLong64At:bigEndian:
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-September/008944.htmlName: Collections-cbc.652
Ancestors: Collections-cbc.651
#unsignedLong64At:put:bigEndian: on average fast.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-September/008945.htmlName: Compression-cmm.48
Ancestors: Compression-dtl.47
Allow zipping of directories with thousands of files, without creating thousands of instances of simultaneously open FileStream's in the image.
=============================================