[squeak-dev] The Trunk: Morphic-cmm.696.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Oct 23 21:40:31 UTC 2013


Chris Muller uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-cmm.696.mcz

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

Name: Morphic-cmm.696
Author: cmm
Time: 23 October 2013, 4:38:38.928 pm
UUID: 2d53973f-2922-48ec-8be6-d8efc570f649
Ancestors: Morphic-nice.695

- Remove / update a couple of obsolete methods.

=============== Diff against Morphic-nice.695 ===============

Item was changed:
  SystemOrganization addCategory: #'Morphic-Balloon'!
  SystemOrganization addCategory: #'Morphic-Basic'!
  SystemOrganization addCategory: #'Morphic-Basic-NewCurve'!
  SystemOrganization addCategory: #'Morphic-Borders'!
  SystemOrganization addCategory: #'Morphic-Collections-Arrayed'!
  SystemOrganization addCategory: #'Morphic-Demo'!
  SystemOrganization addCategory: #'Morphic-Events'!
  SystemOrganization addCategory: #'Morphic-Explorer'!
  SystemOrganization addCategory: #'Morphic-Kernel'!
  SystemOrganization addCategory: #'Morphic-Layouts'!
  SystemOrganization addCategory: #'Morphic-Menus'!
  SystemOrganization addCategory: #'Morphic-Menus-DockingBar'!
  SystemOrganization addCategory: #'Morphic-Models'!
- SystemOrganization addCategory: #'Morphic-Multilingual'!
  SystemOrganization addCategory: #'Morphic-Pluggable Widgets'!
  SystemOrganization addCategory: #'Morphic-Sound'!
  SystemOrganization addCategory: #'Morphic-Sound-Synthesis'!
  SystemOrganization addCategory: #'Morphic-Support'!
  SystemOrganization addCategory: #'Morphic-Text Support'!
  SystemOrganization addCategory: #'Morphic-ToolBuilder'!
  SystemOrganization addCategory: #'Morphic-TrueType'!
  SystemOrganization addCategory: #'Morphic-Widgets'!
  SystemOrganization addCategory: #'Morphic-Windows'!
  SystemOrganization addCategory: #'Morphic-Worlds'!

Item was removed:
- ----- Method: PasteUpMorph>>openRecentSubmissionsBrowser: (in category 'world menu') -----
- openRecentSubmissionsBrowser: evt
- 	"Locate a recent-submissions browser, open it, and bring it to the front.  Create one if necessary.  Only works in morphic"
- 
- 	self findAWindowSatisfying:
- 		[:aWindow | aWindow model isKindOf: RecentMessageSet] orMakeOneUsing: [Utilities recentSubmissionsWindow]
- !

Item was changed:
  ----- Method: TheWorldMainDockingBar>>extendingTheSystem (in category 'submenu - help') -----
  extendingTheSystem
  	^'"Note: Please edit this workspace and add your own contributions.
  To submit it to the inbox open the Monticello browser and submit it from there.
  Save the package ''* Morphic'' to the inbox."
  
  "Updating your system:
  The following will set the default update URL to receive development updates. 
  For developers and dare-devils only."
  
  MCMcmUpdater defaultUpdateURL: ''http://source.squeak.org/trunk''.
  
  "Installing new packages: 
  The following expression show how to load many interesting packages into Squeak."
  
+ Foreign Function Interface
+ ==================
+ 	Installer new merge: #ffi
- "FFI: http://source.squeak.org/FFI.html"
- (Installer repository: ''http://source.squeak.org/FFI'')
- 	install: ''FFI-Pools'';
- 	install: ''FFI-Kernel'';
- 	install: ''FFI-Tests'';
- 	install: ''FFI-Win32'';
- 	install: ''FFI-MacOS'';
- 	install: ''FFI-Unix''.
  
  "OCompletion provides source code completion as you type"
  (Installer ss project: ''OCompletion'') install: ''Ocompletion''.
  (Smalltalk at: #ECToolSet) register.
  (Smalltalk at: #ToolSet) default: (Smalltalk at: #ECToolSet).
  
  "Omnibrowser, including Refactoring engine"
  (Installer ss project: ''MetacelloRepository'') install: ''ConfigurationOfOmniBrowser''.
  ((Smalltalk at: #ConfigurationOfOmniBrowser) project perform: #lastVersion) load: #( Dev ).
  
+ OpenGL
+ ======
+ 	Installer new merge: #openGL
- "OpenGL"
- "First load FFI"
- (Installer repository: ''http://www.squeaksource.com/CroquetGL'')
- 	install: ''3DTransform'';
- 	install: ''OpenGL-Pools'';
- 	install: ''OpenGL-Core''.
- "OpenGL example"
  
+ 
  "Seaside 2.8 http://www.seaside.st"
  (Installer ss project: ''MetacelloRepository'') install: ''ConfigurationOfSeaside28''.
  "WAKom startOn: 9090"
  
  "Seaside 2.8 Examples http://www.seaside.st"
  (Installer ss project: ''MetacelloRepository'') install: ''ConfigurationOfSeaside28Examples''.
  (Smalltalk at: #ConfigurationOfSeaside28Examples) load.
  
  "Seaside 3.0 http://www.seaside.st"
  (Installer ss project: ''MetacelloRepository'') install: ''ConfigurationOfSeaside30''.
  (Smalltalk at: #ConfigurationOfSeaside30) load.
  (Smalltalk at: #WAPharoServerAdaptorBrowser) open.
  
  "Pier CMS: http://www.piercms.com"
  (Installer ss project: ''MetacelloRepository'') install: ''ConfigurationOfPier2''.
  (Smalltalk at: #ConfigurationOfPier2) load.
  
  (Installer lukas project: ''pier2'') install: ''Pier-Blog''.
  (Installer lukas project: ''pier2'') install: ''Pier-Book''.
  (Installer lukas project: ''pier2addons'') install: ''Pier-Setup''.
  (Smalltalk at: #PRDistribution)  new register.
  
  "Open Cobalt: http://opencobalt.org (Best to run this from an image in an open cobalt directory)"
  Installer ss project: ''TweakCore''; install: ''update''.
  [Installer ss project: ''TweakExtras''; install: ''update'']
  	on: (Smalltalk at: #CUnsynchronizedModification) do: [:ex | ex resume].
  Installer cobalt project: ''Tweak'';
  	answer: ''Would you like to conserve memory at all costs?'' with: true;
  	answer: ''Password for interactive VNC connections?'' with: ''cobalt'';
  	answer: ''Would you like to add the RFBServer to the World open menu?'' with: true;
  	install: ''update''
  !!
  ]style[(189 2 139 15 17 1 32 3 108 2 40 12 11 1 30 3 8 1 11 3 8 1 12 3 8 1 11 3 8 1 11 3 8 1 11 3 8 1 10 3 57 12 2 1 8 1 13 2 8 1 13 13 3 1 10 2 8 13 3 1 8 2 8 12 3 1 10 4 43 12 2 1 8 1 21 2 8 1 28 3 1 10 3 1 27 1 1 7 1 8 1 12 2 5 4 3 5 8 1 16 12 11 1 39 3 8 1 13 3 8 1 14 3 8 1 13 2 16 2 35 12 2 1 8 1 21 2 8 1 26 2 21 2 44 12 2 1 8 1 21 2 8 1 34 13 3 1 33 2 4 3 35 12 2 1 8 1 21 2 8 1 26 13 3 1 25 2 4 13 3 1 28 2 4 3 34 12 2 1 8 1 21 2 8 1 22 13 3 1 21 2 4 14 5 1 8 1 7 2 8 1 11 13 5 1 8 1 7 2 8 1 11 13 5 1 8 1 13 2 8 1 12 13 3 1 15 3 3 1 8 3 97 11 2 1 8 1 11 2 8 1 8 13 2 1 8 1 13 2 8 1 8 3 3 12 3 1 28 2 3 3 2 1 1 1 2 1 6 13 6 1 8 1 7 3 7 1 49 1 5 1 4 3 7 1 43 1 5 1 8 3 7 1 61 1 5 1 4 3 8 1 8 1)c000126126,cblack;,c000126126,cblack;,c000000126,cblack;,c126000126,cblack;,c000126126,cblack;,c000126126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000126126,cblack;,c000000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c000000126,cblack;,c000000126,cblack;,c000000126,cblack;,c000000126,cblack;,c000000126,cblack;,c000000126,cblack;,c000000126,cblack;,c000126126,cblack;,c000000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000126000,cblack;,c000000126,cblack;,c000000126,c000126000,cblack;,c000000126,cblack;,c000000126,cblack;,c000000126,cblack;,c000000126,cblack;,c000000126,cblack;,c000126126,cblack;,c000126126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000126126,cblack;,c000126126,cblack;,c000000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000126126,cblack;,c000126126,cblack;,c000000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c000000126,cblack;,c000000126,cblack;,c000126126,cblack;,c000000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c000000126,cblack;,c000000126,cblack;,c000000126,cblack;,c000000126,cblack;,c000000126,cblack;,c000126126,cblack;,c000000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c000000126,cblack;,c000000126,cblack;,c000000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c000000126,cblack;,c000000126,cblack;,c000000126,cblack;,c000126126,cblack;,c000000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c000000126,cblack;,c000000126,cblack;,c000000126,cblack;,c000000126,cblack;,cgray;,cblack;,c000000126,cblack;,c000000126,cblack;,c000000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c126000000,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c126000126,cblack;,c000000126,cblack;,c126000000,cblack;,c000000126,cblack;,c126000126,cblack;!!' readStream nextChunkText!

Item was removed:
- ----- Method: TheWorldMainDockingBar>>welcomeToSqueak43 (in category 'submenu - help') -----
- welcomeToSqueak43
- 	^'Squeak 4.3 - Rice Paper 
- 
- This is a list of the main achievements that went into the trunk image.
- 
- Networking
- - better control of socket connection timeouts
- 
- Threads
- - added support for threaded VMs
- 
- Package Management
- - packages specifiable either with or without a version-number in Installer
- - extended support for MCConfigurations to regular MCDirectoryRepositorys
- 
- Math
- - corrected Complex so arcSin and arcCos let (1 arTanh) return inf
- 
- User Interface
- - full-screen toggle option has been moved out from the menu and onto the bar directly just to the right of the clock for one-click access 
- - rejection of literals with superfluous # at the beginning like #$a #123 ##foo ##(1 2 3)
- - TextEditor is event driven sensor usage is banned from it
- - ancient behavior of selecting whole text when clicking twice before first or twice after last character is restored
- - drag/drop between inspectors changed to drag a field onto another field to replace the object in it
- - updated button for "what to show" on CodeHolder similar to Squeak 3.8 
- - changes enabling both Yellow and Blue buttons from a two-button mouse in Cog VM
- 
- Compiler
- - Compiler changed to create subclasses of CompiledMethod
- - blocks and MessageSends are exchangeable in more situations
- 
- Morphic
- - SMxMorphicProject now able to host a SimpleMorphic World
- - when present a SMxMorphicProject is made available in the World menu
- !!
- ]style[(24 75 10 48 9 34 18 152 4 69 14 667 8 120 1 1 7 131)FBitstreamVeraSans#20.0,,bu,,bu,,bu,,bu,,bu,,bu,,bu,,bu,!!' readStream nextChunkText!



More information about the Squeak-dev mailing list