[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Fri Mar 30 23:55:05 UTC 2012


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

http://lists.squeakfoundation.org/pipermail/packages/2012-March/005252.html

Name: System-dtl.476
Ancestors: System-edc.475

Nil out some unreferenced slots in the special objects array. Slots 32, 33 and 34 were originally used to hold instances of Float, LargePositiveInteger and Point that could be used as prototypes for fast initialization of these objects. This usage is no longer required in any current VM, so the slots in the special objects array are set to nil and marked as available for future use.

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

http://lists.squeakfoundation.org/pipermail/packages/2012-March/005253.html

Name: Morphic-cmm.606
Ancestors: Morphic-laza.605

Pick up halo to behave the same as a red-button grab.

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

http://lists.squeakfoundation.org/pipermail/packages/2012-March/005254.html

Name: Morphic-cmm.614
Ancestors: Morphic-eem.613, Morphic-cmm.606

- Merged cmm.606.
- Separate UI from domain function so exporting Morphs as graphics can be done programmatically.

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

http://lists.squeakfoundation.org/pipermail/packages/2012-March/005255.html

Name: System-ul.477
Ancestors: System-dtl.476

- restored the original behavior of SystemNavigation >> #allCallsOn:from:, so it returns calls in subclasses too
- temporarily restored NaturalLanguageTranslator class >> #translationSuffix so FileList can be used again

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

http://lists.squeakfoundation.org/pipermail/packages/2012-March/005256.html

Name: Tests-ul.150
Ancestors: Tests-bp.149

- fix: FileDirectoryTest >> #testDirectoryNicknames should use FileDirectory slash instead of '/'

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


More information about the Squeak-dev mailing list