Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2015-May/008595.htmlName: MonticelloConfigurations-dtl.131
Ancestors: MonticelloConfigurations-mt.130
Let MCMcmUpdater be instance based.
The default system updater is MCMcmUpdater default.
Updaters are associated with repositories ('
http://source.squeak.org/trunk'), and are kept in a registry (MCMcmUpdater updaters) keyed by repository URL.
Each updater has its own updateMapName (such as 'update' or 'update.spur') and maintains its own lastUpdateMap.
System preferences apply to the default updater.
A SqueakMap package head stream can specify its update map name independent of the Squeak trunk update stream preference, for example:
"MCMcmUpdater updateMapName: 'update.oscog' repository: '
http://source.squeak.org/VMMaker'=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-May/008596.htmlName: MonticelloConfigurations-dtl.132
Ancestors: MonticelloConfigurations-dtl.131
Fix updating from streams other than the default. For example:
MCMcmUpdater
updateFromRepository: '
http://www.squeaksource.com/OSProcess' baseName: 'update'
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-May/008597.htmlName: MonticelloConfigurations-dtl.133
Ancestors: MonticelloConfigurations-dtl.132
MCMcmUpdater>>refreshUpdateMapFor:with: should not answer an empty update list in the case of a package that has not yet been loaded. Fixes an existing bug, not related to the refactoring in the last two updates.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-May/008598.htmlName: Morphic-kfr.980
Ancestors: Morphic-cmm.979
BorderStyle width should not return nil
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-May/008599.htmlName: Collections.spur-mt.635
Ancestors: Collections-mt.635, Collections.spur-ul.634
Collections-mt.635 patched for Spur by SpurBootstrapMonticelloPackagePatcher Cog-eem.266
Some debug code removed from html readwriter..
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-May/008600.htmlName: ToolBuilder-Kernel-mt.89
Ancestors: ToolBuilder-Kernel-mt.88
Allow input fields to provide soft-line-wrap.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-May/008601.htmlName: Tools-mt.625
Ancestors: Tools-mt.624
Fixed a regression in Message Names tool to support both line-wrap and CR-to-search.
=============================================