The Trunk: Protocols-fbs.41.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Protocols-fbs.41.mcz

commits-2
Frank Shearar uploaded a new version of Protocols to project The Trunk:
http://source.squeak.org/trunk/Protocols-fbs.41.mcz

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

Name: Protocols-fbs.41
Author: fbs
Time: 22 June 2013, 9:28:53.268 pm
UUID: f5b44683-d40a-4e61-a21f-86b0677ca194
Ancestors: Protocols-fbs.40

Typo.

=============== Diff against Protocols-fbs.40 ===============

Item was changed:
  Object subclass: #ObjectWithDocumentation
  instanceVariableNames: 'authoringStamp properties elementSymbol naturalLanguageTranslations'
  classVariableNames: ''
  poolDictionaries: ''
  category: 'Protocols-Kernel'!
 
+ !ObjectWithDocumentation commentStamp: 'fbs 6/20/2013 17:25' prior: 0!
- !ObjectWithDocumentation commentStamp: '<historical>' prior: 0!
  ObjectWithDocumentation - an abstract superclass for objects that allows maintenance of an authoring stamp, a body of documentation, and a properties dictionary.
+ The Properties implementation has not happened yet -- it would closely mirror the implementation of properties in the MorphExtension, for example.!
- The Properties implementation has not happened yet -- it would closely mirror the implemenation of properties in the MorphExtension, for example.!