[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Sun Jan 3 23:55:06 UTC 2010


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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002283.html

Name: Morphic-ul.282
Ancestors: Morphic-ar.281

- add a missing method, to fix an MNU

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002284.html

Name: Traits-ul.276
Ancestors: Traits-ar.275

- fix #unloadTraits, by temorarily moving ClassOrganizer >> #traitComposition from the Traits package to Kernel. This avoids an MNU while the Traits package is being unloaded.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002285.html

Name: Kernel-ar.364
Ancestors: Kernel-ar.363

Add Behavior>>allTraits as another backstop for traits unloading.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002286.html

Name: Morphic-ar.283
Ancestors: Morphic-ul.282

Make Nebraska unloadable. Some methods in Worldstate need to remain in the Morphic package otherwise things blow up after unloading Nebraska.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002287.html

Name: Nebraska-ar.24
Ancestors: Nebraska-nice.23

Make Nebraska unloadable. Some methods in Worldstate need to remain in the Morphic package otherwise things blow up after unloading Nebraska.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002288.html

Name: Compiler-ar.112
Ancestors: Compiler-nice.111

Remove unnecessary XMLWriter dependency from a compiler test.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002289.html

Name: Monticello-ar.351
Ancestors: Monticello-ar.350

Remove an unnecessary Squeakmap dependency.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002290.html

Name: Collections-nice.271
Ancestors: Collections-nice.270

move #basicType to EToys

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002291.html

Name: Graphics-nice.97
Ancestors: Graphics-dtl.96

move #basicType to EToys
remove useless done temp variable

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002292.html

Name: Multilingual-nice.79
Ancestors: Multilingual-nice.78

remove useless done temp variable

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002293.html

Name: Kernel-nice.365
Ancestors: Kernel-ar.364

move #basicType to EToys
remove some #or:or: #and:and: sends
change categorizer duplicate strategy

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002294.html

Name: Morphic-nice.284
Ancestors: Morphic-ar.283

move #basicType to EToys
remove some #or:or: #and:and: sends

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002295.html

Name: MorphicExtras-nice.66
Ancestors: MorphicExtras-nice.64

move #basicType to EToys
remove some #or:or: #and:and: sends

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002296.html

Name: Network-nice.48
Ancestors: Network-ar.47

remove some #or:or: #and:and: sends

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002297.html

Name: PackageInfo-Base-nice.36
Ancestors: PackageInfo-Base-nice.35

remove some #or:or: #and:and: sends

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002298.html

Name: ReleaseBuilder-nice.44
Ancestors: ReleaseBuilder-ar.43

remove some #or:or: #and:and: sends

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002299.html

Name: ScriptLoader-nice.330
Ancestors: ScriptLoader-ar.329

remove some #or:or: #and:and: sends

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002300.html

Name: System-nice.216
Ancestors: System-ar.215

remove some #or:or: #and:and: sends

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002301.html

Name: EToys-nice.44
Ancestors: EToys-nice.43

move #basicType to EToys
remove some #or:or: #and:and: sends

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002302.html

Name: Tools-nice.157
Ancestors: Tools-ar.156

remove some #or:or: #and:and: sends

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002303.html

Name: Monticello-nice.352
Ancestors: Monticello-ar.351

remove some #or:or: #and:and: sends

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002304.html

Name: Traits-nice.277
Ancestors: Traits-ul.276

remove some #or:or: #and:and: sends

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002305.html

Name: TraitsTests-nice.3
Ancestors: TraitsTests-ar.2

remove some #or:or: #and:and: sends

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002306.html

Name: Morphic-ar.292
Ancestors: Morphic-nice.284

Prepare for Etoys unloading:
- Move player and actorState accessors back to Morphic
- Move Presenter and StandardScriptingSystem to Morphic-Worlds since they represent some of the 'world globals'
- Make ScrollPane a subclass of MorphicModel instead of ComponentLikeModel

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002307.html

Name: Morphic-ar.293
Ancestors: Morphic-ar.292

Clean out Presenter before continuing.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002308.html

Name: EToys-ar.51
Ancestors: EToys-nice.44

Move lots of stuff to the Etoys package to make it more self-consistent and (un|re)loadable.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002309.html

Name: Collections-ar.272
Ancestors: Collections-nice.271

Make Etoys unloadable: Move Etoys content to Etoys package.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002310.html

Name: Compiler-ar.114
Ancestors: Compiler-ar.112

Make Etoys unloadable: Move Etoys content to Etoys package.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002311.html

Name: FlexibleVocabularies-ar.12
Ancestors: FlexibleVocabularies-nice.10

Make Etoys unloadable: Move FlexibleVocabularies to Etoys package.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002312.html

Name: Kernel-ar.368
Ancestors: Kernel-nice.365

Make Etoys unloadable: Move lots of methods to Etoys package. Remove installTilesAsSelection support.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002313.html

Name: Morphic-ar.294
Ancestors: Morphic-ar.293

Make Etoys unloadable: Move lots of methods to Etoys package. Remove the old Fabrik remnants.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002314.html

Name: MorphicExtras-ar.68
Ancestors: MorphicExtras-nice.66

Make Etoys unloadable: Move lots of methods to Etoys package. Remove the old Fabrik remnants.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002315.html

Name: Protocols-ar.19
Ancestors: Protocols-nice.15

Make Etoys unloadable: Move some methods to Etoys package.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002316.html

Name: ST80-ar.82
Ancestors: ST80-dtl.80

Make Etoys unloadable: Remove selectionAsTiles support.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-January/002317.html

Name: System-ar.219
Ancestors: System-nice.216

Make Etoys unloadable: Guard against missing classes like Player, StackMorph etc.

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



More information about the Squeak-dev mailing list