Tobias Pape uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-topa.768.mcz==================== Summary ====================
Name: System-topa.768
Author: topa
Time: 8 October 2015, 8:54:09.526 pm
UUID: c497170d-2814-4515-9d7d-53f4c4dbe4bf
Ancestors: System-topa.767
Move already deprecated messages to their penultimate place (Preferences)
=============== Diff against System-topa.767 ===============
Item was removed:
- ----- Method: Preferences class>>allPreferenceObjects (in category 'accessing') -----
- allPreferenceObjects
- "Answer a list of all the Preference objects registered in the system"
-
- self flag: #deprecated. "mt: Use #allPreferences since all preferences are objects."
- ^ self allPreferences!
Item was removed:
- ----- Method: Preferences class>>togglePreference: (in category 'get/set - flags') -----
- togglePreference: flagName
-
- self flag: #deprecated.
- ^ self toggle: flagName.!