[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Tue May 12 21:55:05 UTC 2015


Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2015-May/008595.html

Name: 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.html

Name: 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.html

Name: 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.html

Name: Morphic-kfr.980
Ancestors: Morphic-cmm.979

BorderStyle width should not return nil

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2015-May/008599.html

Name: 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.html

Name: 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.html

Name: Tools-mt.625
Ancestors: Tools-mt.624

Fixed a regression in Message Names tool to support both line-wrap and CR-to-search.

=============================================


More information about the Squeak-dev mailing list