[squeak-dev] The Trunk: ST80-ar.66.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Nov 12 09:18:59 UTC 2009


Andreas Raab uploaded a new version of ST80 to project The Trunk:
http://source.squeak.org/trunk/ST80-ar.66.mcz

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

Name: ST80-ar.66
Author: ar
Time: 12 November 2009, 1:18:40 am
UUID: 4c004b61-7d6c-ad4c-bdaf-f04e5ca0e2ea
Ancestors: ST80-dtl.65

Remove support for isolation layers.

=============== Diff against ST80-dtl.65 ===============

Item was changed:
  ----- Method: ScreenController>>changesMenu (in category 'nested menus') -----
  changesMenu
  	"Answer a menu for changes-related items"
  	^ SelectionMenu labelList:
  		#(
  			'simple change sorter'
  			'dual change sorter'
  
  			'file out current change set'
  			'create new change set...'
  			'browse changed methods'
  			'check change set for slips'
  
- 			'isolate methods of this project'
- 			'propagate changes above'
- 
  			'browse recent submissions'
  			'recently logged changes...'
  			'recent log file...'
  			)
+ 		lines: #(1 3 7)
- 		lines: #(1 3 7 9)
  		selections: #(
  openSimpleChangeSorter openChangeManager
  fileOutChanges newChangeSet browseChangedMessages lookForSlips
- beIsolated propagateChanges
  browseRecentSubmissions browseRecentLog fileForRecentLog)
  "
  ScreenController new changesMenu startUp
  "!

Item was removed:
- ----- Method: ScreenController>>beIsolated (in category 'menu messages') -----
- beIsolated
- 	"Establish this project as an isolation layer.
- 	Further method changes made here will be revoked when you leave the project."
- 
- 	Project current beIsolated
- 	!

Item was removed:
- ----- Method: ScreenController>>propagateChanges (in category 'menu messages') -----
- propagateChanges
- 	"The changes made in this isolated project will be propagated to projects above."
- 
- 	Project current propagateChanges!




More information about the Squeak-dev mailing list