[Pkg] Packages: Packages-Library-damiencassou.33.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Tue Feb 10 13:57:30 UTC 2009


Damien Cassou uploaded a new version of Packages-Library to project Packages:
http://www.squeaksource.com/Packages/Packages-Library-damiencassou.33.mcz

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

Name: Packages-Library-damiencassou.33
Author: damiencassou
Time: 10 February 2009, 2:57:24 pm
UUID: 5d30489c-90d2-4bb7-b463-2ed5c82aaa5f
Ancestors: Packages-Library-damiencassou.32

- Updates from universe

=============== Diff against Packages-Library-damiencassou.32 ===============

Item was changed:
  ----- Method: PackagesDevU>>Monticello15 (in category 'Group Development') -----
  Monticello15
  
  	self name: 'Monticello15'.
  	self version: '1.5+'.
  	info category: 'Group Development'.
  	info description: 
  'Monticello - evolution - Improvements over 1.0 
  
  - Method/Class Orphanage which enables out-of-order loading of packages, and maintenance of packages whose dependencies have not been loaded.
  - Method Overrides (if properly categorized) are fully supported preserving the integrity of a package even if it has overridden methods
  - Refactored UI/repository classes so that one UI heirachy serves all.
  - Dual Changes Browser
  - In memory cache repository
  - Support for configurations (Please name them using the MC conventions)
  - Support for more complex version numbering conventions i.e. Package-kph-1.0.3.mcz
  
  known problems:
  methods have been known to loose their categories
  
  future:
  Atomic Loading loader using System Editor is already coded and contained in this release.
  See #theChosenLoaderClass.
  
  
  '.
  	info maintainer: 'kph <keith_hodges at yahoo.co.uk>'.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://installer.pbwiki.com/f/mc15.st'.
+ 	self provides: #('PackageInfo-Base' 'Installer' 'MonticelloConfigurations' 'Monticello15').
- 	self provides: #('Monticello15' 'Installer' 'MonticelloConfigurations' 'PackageInfo-Base').
  
  	self dependsOn: #().
  
  !

Item was changed:
  ----- Method: PackagesDevU>>PolymorphToolsDiff (in category 'User Interface') -----
  PolymorphToolsDiff
  
  	self name: 'Polymorph Tools Diff'.
  	self version: '1.3'.
  	info category: 'User Interface'.
  	info description: 
  'Provides side-by-side code comaprison with cross-links indicating changes between lines of text. Highlight "intra-line" changes also.
  Integrated with "compare with current version" of standard versions browser.
  Integrated with Monticello replacing changes and merge browsers.'.
  	info maintainer: 'Gary Chambers'.
  	info homepage: 'http://wiki.squeak.org/squeak/6005'.
  	info squeakMapID: ''.
+ 	info url: 'http://www.squeaksource.com/UIEnhancements/Polymorph-Tools-Diff-gvc.12.mcz'.
- 	info url: 'http://www.squeaksource.com/UIEnhancements/Polymorph-Tools-Diff-gvc.11.mcz'.
  	self provides: #().
  
  	self dependsOn: #('Polymorph EventEnhancements' 'Polymorph Geometry' 'Polymorph Widgets').
  
  !



More information about the Packages mailing list