Issue 214: [enh] executeMethod via primitives - moves the *executeMethod: method to protoObject - uncomments the commented primitive for faster execution Issue 211: undeclared fix for 10084 - fixes one remaining reference to CurrentProjectRefactoring Issue 210: [ENH] CompiledMethod explorer Issue 206: [ENH] simplify unreferencedInstanceVariables, allUnreferencedInstanceVariables - add test for and simplify Behavor>>#whichSelectorsAccess: - simplify Behavior>>#unreferencedInstanceVariables - simplify and remove #isDoIt check from Behavior>>#allUnreferencedInstanceVariables Issue 196: remove #hash from Association Issue 212: random cleans - KillNewWorld: remove class NewWorldWindow - InspectorTileRemove: remove the menus from inspector for tiles - delPlayerSurrogate.1: remove class PlayerSurrogate - CleanExplanation: remove more code related to the "explain" functionality - UnsentMessages: remove some unsent messages Postscript: Vocabulary allStandardVocabularies removeKey: #unknown. PartsBin allInstances do: [:pb| pb submorphs do: [:sm| (sm target name=#AnObsoleteGeeMailMorph) ifTrue: [ pb removeMorph: sm ]]]. Preferences removePreference: #thoroughSenders. Preferences removePreference: #dragNDropWithAnimation. Set rehashAllSets. -- Marcus Denker -- denker@iam.unibe.ch http://www.iam.unibe.ch/~denker