Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2010-February/002841.html Name: System-ar.270 Ancestors: System-ar.269 Make AppRegistry class>>cleanUp call removeObsolete instead of reimplementing it. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002842.html Name: System-ar.271 Ancestors: System-ar.270 Changes the order in which cleanup is run from "subclass before superclass" to "superclass before subclass". The intention is to avoid having a generic superclass cleanup (HashedCollection rehashAll) undo a more specific cleanup (MethodDictionary compactAllInstances). ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002843.html Name: Graphics-dtl.109 Ancestors: Graphics-ar.108 Remove need for #isMorphic in Form>>setAsBackground ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002844.html Name: Kernel-dtl.413 Ancestors: Kernel-ar.412 Remove need for #isMorphic in Object>>primitiveError: ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002845.html Name: Morphic-dtl.366 Ancestors: Morphic-ar.365 Implement #resetDisplay, #setAsBackground: and #handledFatalDrawingError: to reduce use of #isMorphic. Use Project>>handleFatalDrawingError: in PasteUpMorph and WorldState. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002846.html Name: Protocols-dtl.23 Ancestors: Protocols-cmm.22 Add Project>>currentVocabulary and remove MVC/Morphic dependencies from Object>>currentVocabulary. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002847.html Name: ST80-dtl.108 Ancestors: ST80-ar.107 Implement #resetDisplay and #setAsBackground: to reduce use of #isMorphic ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002848.html Name: Tools-dtl.196 Ancestors: Tools-ar.195 Add CustomMenu>>addStayUpItemSpecial and CustomMenu>>addTitle: compatibility methods. Remove #isMorphic testing in various places. Use Project uiProcess in ProcessBrowser class>>isUIProcess: to eliminate an #isMorphic ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002849.html Name: ST80-dtl.109 Ancestors: ST80-dtl.108 Fix method category for #currentVocabulary, cannot be part of package Vocabulary ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002850.html Name: ST80-dtl.110 Ancestors: ST80-dtl.108 Retract change in ST80-dtl.109, #currentVocabulary stays in package Vocabulary ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002851.html Name: System-dtl.272 Ancestors: System-ar.271 Reduce use of #isMorphic by implementing #currentVocabulary, #handleFatalDrawingError:, #resetDisplay, and #setAsBackground: ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002852.html Name: Collections-ar.323 Ancestors: Collections-ar.322 Add SequenceableCollection>>splitBy:[do:] to implement common split operation, i.e., 'Hello<p>World' splitBy: '<p>' => #('Hello' 'World'). 'Hello<p>World' splitBy: '<p>' do:[:token| ... ]. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002853.html Name: CollectionsTests-ar.150 Ancestors: CollectionsTests-ul.149 Tests for splitBy:. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002854.html Name: PackageInfo-Base-bp.39 Ancestors: PackageInfo-Base-nice.38 Added packageName to PackageInfo printOn: ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002855.html Name: PackageInfo-Base-bp.40 Ancestors: PackageInfo-Base-bp.39 Fix typos ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002856.html Name: PackageInfo-Base-bp.41 Ancestors: PackageInfo-Base-bp.40 Added linesOfCode for a package. Useful for estimating the size of a package. ============================================= |
Free forum by Nabble | Edit this page |