Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Use SISS for Squeakland release.
Last updated at 10:42 am UTC on 29 September 2016
Tue, Sep 20, 2016

Squeak 6.0 alpha – use SISS for Squeakland release.


Tim Felgentreff uploaded a new version of EToys to project The Trunk:
 http://source.squeak.org/trunk/EToys-tfel.236.mcz
==================== Summary ====================

Name: EToys-tfel.236
Author: tfel
Time: 20 September 2016, 12:53:18.013404 pm
UUID: 4e58e94c-ad35-324e-8af8-0f0426cb9d10
Ancestors: EToys-tfel.235

- move forgotten method from OLPC-Display package into Etoys
- until we have a final solution for project saving, install SISS into releases for squeakland

=============== Diff against EToys-tfel.235 ===============

Item was added:
+ ----- Method: Form>>isVirtualScreen (in category '*Etoys-OLPC-Display') -----
+ isVirtualScreen
+       "Am I a virtual display screen?"
+       ^false!

Item was added:
+ ----- Method: ReleaseBuilderSqueakland class>>installExtraPackages (in category 'preparing') -----
+ installExtraPackages
+
+       #('Meta-Implementation' 'Meta-Examples' 'SISS') do: [:pkg |
+               Installer swasource project: 'etoys-spur'; install: pkg].!





 Tim Felgentreff uploaded a new version of EToys to project The Trunk:
 http://source.squeak.org/trunk/EToys-tfel.260.mcz
 
 ==================== Summary ====================
 
 Name: EToys-tfel.260
 Author: tfel
 Time: 29 September 2016, 12:10:17.056594 pm
 UUID: eddd1b98-0a8e-4a23-b671-287897615d1b
 Ancestors: EToys-tfel.259
 
 for performance, write sexp on DataStream