The Trunk: System-nice.614.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-nice.614.mcz

commits-2
Nicolas Cellier uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-nice.614.mcz

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

Name: System-nice.614
Author: nice
Time: 4 November 2013, 10:13:34.622 pm
UUID: 08dce2a0-f85e-4b9b-bfc5-2310e89bec93
Ancestors: System-ul.613

StrikeFont class>>newForJapaneseFromEFontBDFFile:name:overrideWith: was moved in Multilingual

=============== Diff against System-ul.613 ===============

Item was removed:
- ----- Method: StrikeFont class>>newForJapaneseFromEFontBDFFile:name:overrideWith: (in category '*System-Fonts') -----
- newForJapaneseFromEFontBDFFile: fileName name: aString overrideWith: otherFileName
-
- | n |
- n := self new.
- n readEFontBDFForJapaneseFromFile: fileName name: aString overrideWith: otherFileName.
- ^ n.
- !