[Pkg] The Trunk: Morphic-fbs.629.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Dec 18 18:34:54 UTC 2012


Frank Shearar uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-fbs.629.mcz

==================== Summary ====================

Name: Morphic-fbs.629
Author: fbs
Time: 5 December 2012, 7:34:17.814 pm
UUID: 8a45d493-2d0e-4f55-a343-02b72c87186f
Ancestors: Morphic-cmm.628

Updated and styled changelog for Squeak 4.4.

=============== Diff against Morphic-cmm.628 ===============

Item was changed:
  ----- Method: TheWorldMainDockingBar>>welcomeFutureDirections (in category 'submenu - help') -----
  welcomeFutureDirections
  	
  	^'
  - This image is ~15M. If you execute - Smalltalk unloadAllKnownPackages - it will become ~10M 
  
+ - A SqueakCore image is available at http://ftp.squeak.org/4.4
- - A SqueakCore image is available at http://ftp.squeak.org/4.3
  
  - A reasonable target is the creation of a smaller image, which may be a task before the community
  
  - A place to explore where to make reductions is likely the removal/replacement of GUIs
  
  - Once we have a smaller core image, we can employ Andreas Raab''s memo [1] on how to load code back into the image. This will be based on tests delineating the separate responsibilities of core and application developers
  
   [1]]http://lists.squeakfoundation.org/pipermail/squeak-dev/2010-May/150658.html
  
  '!

Item was added:
+ ----- Method: TheWorldMainDockingBar>>welcomeToSqueak44 (in category 'submenu - help') -----
+ welcomeToSqueak44
+ 	^'Squeak 4.4 - Ulam Spiral
+ 
+ Changelog:
+ * Cleanup and simplification of Morphic text editing
+ * Add host window support, letting you display things in a host window. (Currently only on Windows and Mac.)
+ * Bugfixes in the Compiler, Parser and Debugger toolchain
+ * Stub support for the ability to evolve the bytecode set
+ * Better printing of Floats, hashing of DateAndTimes
+ * ChangeSorter improvements
+ * ToolBuilder improvements
+ * Merged network improvements from Etoys
+ * Monticello browsing can now group versions by branch, making tracking of parallel developments easier
+ * Decreased coupling between core packages
+ * IPv6 support (if your VM provides it)!!
+ ]style[(24 2 10 3 7 23 20 1 25 86 8 8 8 2 6 5 8 45 6 5 12 3 15 4 6 13 12 3 12 16 11 23 20 14 19 24 9 52 18 25 12 25)FBitstreamVeraSans#20.0,,bu,,b,,b,,b,,b,,b,,b,,b,,b,,b,,b,,b,,b,,b,,b,,b,,b,,b,,b,,b,!!' readStream nextChunkText!

Item was changed:
  ----- Method: TheWorldMainDockingBar>>welcomeWorkspacesOn: (in category 'submenu - help') -----
  welcomeWorkspacesOn: menu
  
  	menu addItem:[:item|
  		item
+ 			contents: 'Welcome to Squeak 4.4' translated;
- 			contents: 'Welcome to Squeak 4.3' translated;
  			help: 'A Welcome Workspace' translated;
  			target: self;
  			selector: #showWelcomeText:label:in:;
  			arguments: {
+ 				#welcomeToSqueak44. 
+ 				'Welcome to Squeak 4.4'. 
- 				#welcomeToSqueak43. 
- 				'Welcome to Squeak 4.3'. 
  				(200 at 200 extent: 500 at 300)
  			}].
  	menu addItem:[:item|
  		item
  			contents: 'Welcome Future Directions' translated;
  			help: 'A Welcome Workspace' translated;
  			target: self;
  			selector: #showWelcomeText:label:in:;
  			arguments: {
  				#welcomeFutureDirections. 
  				'Future Directions'. 
  				(140 at 140 extent: 500 at 300)
  			}].
  	menu addItem:[:item|
  		item
  			contents: 'The Squeak User Interface' translated;
  			help: 'A Welcome Workspace' translated;
  			target: self;
  			selector: #showWelcomeText:label:in:;
  			arguments: {
  				#squeakUserInterface. 
  				'The Squeak User Interface'. 
  				(160 at 160 extent: 500 at 300)
  			}].
  	menu addItem:[:item|
  		item
  			contents: 'Working With Squeak' translated;
  			help: 'A Welcome Workspace' translated;
  			target: self;
  			selector: #showWelcomeText:label:in:;
  			arguments: {
  				#workingWithSqueak. 
  				'Working With Squeak'. 
  				(180 at 180 extent: 500 at 300)
  			}].
  	menu addItem:[:item|
  		item
  			contents: 'License Information' translated;
  			help: 'A Welcome Workspace' translated;
  			target: self;
  			selector: #showWelcomeText:label:in:;
  			arguments: {
  				#licenseInformation. 
  				'License Information'. 
  				(200 at 200 extent: 500 at 300)
  			}].!



More information about the Packages mailing list