The Trunk: System-cmm.690.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-cmm.690.mcz

commits-2
Chris Muller uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-cmm.690.mcz

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

Name: System-cmm.690
Author: cmm
Time: 14 November 2014, 2:52:26.443 pm
UUID: 0976934b-ddeb-488f-b20b-4a6e0f570098
Ancestors: System-cmm.689

resetKnownLocales too after setting LocaleID's country's.

=============== Diff against System-cmm.689 ===============

Item was changed:
  (PackageInfo named: 'System') postscript: '"Preferences already removed by hand, but whose state still lingers:"
  LocaleID allInstances do:
  [ : each | each
  isoLanguage: each isoLanguage
  isoCountry: (each isoCountry ifNil: [ each isoCountry ]) ].
+ LanguageEnvironment knownEnvironments rehash.
+ Locale resetKnownLocales'!
- LanguageEnvironment knownEnvironments rehash'!