David T. Lewis uploaded a new version of ST80 to project The Trunk:
http://source.squeak.org/trunk/ST80-dtl.109.mcz==================== Summary ====================
Name: ST80-dtl.109
Author: dtl
Time: 27 February 2010, 12:12:43.763 pm
UUID: d5e2eed1-751d-4d51-adda-10c32d77d457
Ancestors: ST80-dtl.108
Fix method category for #currentVocabulary, cannot be part of package Vocabulary
=============== Diff against ST80-dtl.108 ===============
Item was added:
+ ----- Method: MVCProject>>currentVocabulary (in category 'protocols') -----
+ currentVocabulary
+ "Answer the currently-prevailing default vocabulary."
+
+ ^ Vocabulary fullVocabulary!