Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2010-July/003549.html Name: Morphic-ul.454 Ancestors: Morphic-cmm.453 Updated an example in the class comment of SimpleButtonMorph to send #beep to Beeper instead of Smalltalk which doesn't work. Thanks to Enrico Spinielli for the report. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-July/003550.html Name: Tools-ul.254 Ancestors: Tools-eem.253, Tools-topa.246 Merged. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-July/003551.html Name: Tools-topa.246 Ancestors: Tools-cmm.245 There is a check for possibly corrupt sources when viewing a message. Now, this allows for different parser classes for the selected class used in the metaclass and the non-metaclass. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-July/003552.html Name: Graphics-ar.144 Ancestors: Graphics-nice.143 Point>>basicType should be in *Etoys with all the other implementations of #basicType. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-July/003553.html Name: KernelTests-ar.155 Ancestors: KernelTests-ul.154 Move tests with Etoys dependencies to Etoys. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-July/003554.html Name: Morphic-ar.455 Ancestors: Morphic-ul.454 Move a method from Etoys to Morphic since it should be in Morphic. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-July/003555.html Name: MorphicTests-ar.17 Ancestors: MorphicTests-cmm.16 Move tests with Etoys depencies to Etoys. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-July/003556.html Name: Sound-ar.19 Ancestors: Sound-wiz.18 Avoid an unnecessary dependency of the Sound package from Etoys. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-July/003557.html Name: EToys-ar.71 Ancestors: EToys-nice.70 Shuffle various methods to avoid unnecessary dependencies between packages. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-July/003558.html Name: Monticello-ar.397 Ancestors: Monticello-eem.396 More robust handling of HTTP upload responses. WebDAV for example returns a 204 (no content) after an upload. Enumerating all possible responses of the server really isn't going to cut it, so parse the response instead. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-July/003559.html Name: System-ar.351 Ancestors: System-eem.350 Add Preferences>>restoreFontsAfter: to restore the fonts after tests that modify the user-selected set of fonts. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-July/003560.html Name: Tests-ar.87 Ancestors: Tests-eem.86 Make sure we #restoreFontsAfter: running tests that modify the standard fonts. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-July/003561.html Name: System-ar.352 Ancestors: System-ar.351 Only enable #narrowScrollBars when #tinyDisplay is set. Otherwise leave it at the regular size. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-July/003562.html Name: Kernel-eem.474 Ancestors: Kernel-eem.473 BlockClosure>>#once Travis Griggs' neat idiom for interning values of computations. Use e.g. as in myResourceMethod ^[time-consuming computation] once ============================================= |
Free forum by Nabble | Edit this page |