Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2010-September/003698.htmlName: Monticello-bf.399
Ancestors: Monticello-ar.398
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-September/003699.htmlName: PackageInfo-Base-eem.44
Ancestors: PackageInfo-Base-ar.43
PackageInfo>>actualMethodsDo: for upcoming SystemNavigation package browsing methods.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-September/003700.htmlName: System-eem.369
Ancestors: System-nice.368
Package-local queries allCallsOn:localToPackage:
allImplementorsOf:localToPackage: and
allMethodsSelect:localToPackage: that take either a package
name or a PackageInfo. Needs PackageInfo-Base-eem.44.
Refactoring of deriving label and auto-select string for
the allCallsOn: variants so that one can use a Symbol
a binding (association) or an arbitrary literal.
Try e.g.
SystemNavigation new
browseAllCallsOn: OrderedCollection binding
localToPackage: 'Compiler'
SystemNavigation new
browseAllCallsOn: 32
localToPackage: 'Compiler'
SystemNavigation new
browseAllCallsOn: 42 - 2
localToPackage: 'Compiler'
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-September/003701.htmlName: Network-ar.87
Ancestors: Network-fbs.86
Do not encode incoming urls in httpRequest:... since they are assumed to be encoded already.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-September/003702.htmlName: Network-ar.88
Ancestors: Network-ar.87
Provide String>>urlEncoded as a convenient and obvious way to encode entire URLs properly.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-September/003703.htmlName: NetworkTests-ar.20
Ancestors: NetworkTests-ar.19
Add tests for #urlEncoded.
=============================================