[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Tue Sep 24 23:55:03 UTC 2013


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

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006411.html

Name: Morphic-nice.683
Ancestors: Morphic-cmm.682

Use displayWorldSafely rather than doOneCycle in PluggableListMorph.
No idea if it really does the intended preselection job, but at least it avoids all these red morphs of death to yellow cross my workflow.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006412.html

Name: MultilingualTests-tpr.16
Ancestors: MultilingualTests-ul.15

Remove references to MultiNewParagraph and replace with plain old NewParagraph

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

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006413.html

Name: Morphic-nice.684
Ancestors: Morphic-cmm.682

Use displayWorldSafely rather than doOneCycle in PluggableListMorph.
No idea if it really does the intended preselection job, but at least it avoids all these red morphs of death to yellow cross my workflow.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006414.html

Name: Morphic-tpr.685
Ancestors: Morphic-nice.684

Remove unused 
TextMorph>>drawOnTest:
MultiNewParagraph>>displayOnTest:using:at:
FormCanvas>>paragraph3:bounds:color:
GrafPort>>displayScannerForMulti:foreground:background:ignoreColorChanges:
and replace a couple of usages of MultiNewParagraph by plain NewParagraph as part of tidying up scanners et al.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006415.html

Name: Morphic-nice.686
Ancestors: Morphic-tpr.685, Morphic-nice.683

Merge tpr.685 + nice.683 (the one with TheWorldMenu because soundEnablingString)

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

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006416.html

Name: Morphic-nice.687
Ancestors: Morphic-nice.686

Expunge presentation* from MultiNewParagraph & MultiTextComposer.
Also remove those methods same as super.
Note the small difference in displaying method: NewPragraph has offset truncated.
Prepare MultiNewParagraph funerals by mutating its instances -> NewParagraph

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

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006417.html

Name: Morphic-nice.688
Ancestors: Morphic-nice.687

Also remove presentation* usage from MultiCompositionScanner

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

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006418.html

Name: Multilingual-nice.171
Ancestors: Multilingual-tpr.170

Remove presentation* from MultiCharacterScanner

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

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006419.html

Name: System-fbs.595
Ancestors: System-fbs.594

Remove all tracking of recent method submission from Utilities, putting it into a separate RecentMessages object.

Leave some deprecated stubs in place for things still expecting the Utilities facilities.

Note the stubby Environment awareness in ChangeRecord and friends. These preserve the behaviour of #fileIn putting things in Smalltalk globals, while still allowing you to specify an Environment. (This seemed less invasive than throwing EnvironmentRequests.) We need this because recent method submissions should not cross Environment boundaries - when we make a method submission, we should track in which Environment you made the change (through AbstractEvent >> #environment:)

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

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006420.html

Name: System-fbs.596
Ancestors: System-fbs.595, System-nice.595

Merge (fbs + nice).595

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

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006421.html

Name: Tests-fbs.254
Ancestors: Tests-nice.253

Tests (gasp!) for RecentMessages. Note the hopefully novel use of an Environment as a sandbox.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006422.html

Name: Tools-fbs.499
Ancestors: Tools-nice.498

Make Tools use RecentMessages.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006423.html

Name: Monticello-fbs.572
Ancestors: Monticello-nice.571

Update Monticello to use RecentMessages.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006424.html

Name: Collections-fbs.536
Ancestors: Collections-nice.535

Update Collections (!) to use RecentMessages.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006425.html

Name: Tests-nice.255
Ancestors: Tests-fbs.254

WantsChangeSetLogging wantsChangeSetLogging mustBeBoolean to correctly record the change in current ChangeSet during package load.

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


More information about the Squeak-dev mailing list