Andreas Raab uploaded a new version of Protocols to project The Trunk:
http://source.squeak.org/trunk/Protocols-ar.26.mcz==================== Summary ====================
Name: Protocols-ar.26
Author: ar
Time: 6 March 2010, 11:32:00.483 am
UUID: e96916aa-a8b8-1347-af5c-d787e9574bf5
Ancestors: Protocols-ar.25
Move a few methods between various packages to make unload easier.
=============== Diff against Protocols-ar.25 ===============
Item was added:
+ ----- Method: Lexicon>>targetClass (in category 'morphic') -----
+ targetClass
+
+ ^targetClass
+ !
Item was added:
+ ----- Method: Lexicon>>representsSameBrowseeAs: (in category 'morphic') -----
+ representsSameBrowseeAs: anotherModel
+ ^self hasUnacceptedEdits not
+ and: [ anotherModel targetClass = self targetClass ]!