The Trunk: System-fbs.619.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: System-fbs.619.mcz

commits-2
Frank Shearar uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-fbs.619.mcz

==================== Summary ====================

Name: System-fbs.619
Author: fbs
Time: 23 November 2013, 5:44:13.403 pm
UUID: df85c3cb-37ef-bb4b-b264-69188876d5df
Ancestors: System-fbs.618

Post Preference removal cleanup. (The methods were removed by #removePreference:, but of course we need to record that fact.)

=============== Diff against System-fbs.618 ===============

Item was removed:
- ----- Method: Preferences class>>syntaxHighlightingAsYouType (in category 'standard queries') -----
- syntaxHighlightingAsYouType
- ^ self
- valueOfFlag: #syntaxHighlightingAsYouType
- ifAbsent: [ true ]!

Item was removed:
- ----- Method: Preferences class>>syntaxHighlightingAsYouTypeAnsiAssignment (in category 'standard queries') -----
- syntaxHighlightingAsYouTypeAnsiAssignment
- ^ self
- valueOfFlag: #syntaxHighlightingAsYouTypeAnsiAssignment
- ifAbsent: [ false ]!

Item was removed:
- ----- Method: Preferences class>>syntaxHighlightingAsYouTypeLeftArrowAssignment (in category 'standard queries') -----
- syntaxHighlightingAsYouTypeLeftArrowAssignment
- ^ self
- valueOfFlag: #syntaxHighlightingAsYouTypeLeftArrowAssignment
- ifAbsent: [ false ]!