> Hey, does anyone have a good list (or just a suggestion or two) of
> do-its/cleanups which should be done before I create the 3.7gamma
> candidate image?
I suppose Scott and Michael have better one, but the ones I do other
than "EToySystem cleanupsForRelease" is something like:
Utilities emptyScrapsBook.
Smalltalk garbageCollect.
" TTCFontSet discardDefault.
TTCFontDescription clearDefault"
Player abandonUnnecessaryUniclasses.
Player freeUnreferencedSubclasses.
Player removeUninstantiatedSubclassesSilently.
PartsBin initialize.
Flaps disableGlobalFlaps: false.
Flaps addAndEnableEToyFlaps.
ActiveWorld addGlobalFlaps.
Flaps sharedFlapsAlongBottom.
"Vocabulary initializeLanguageTable."
(along with various preferences setting.)
-- Yoshiki