The Trunk: Graphics-topa.345.mcz

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

The Trunk: Graphics-topa.345.mcz

commits-2
Tobias Pape uploaded a new version of Graphics to project The Trunk:
http://source.squeak.org/trunk/Graphics-topa.345.mcz

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

Name: Graphics-topa.345
Author: topa
Time: 10 June 2016, 11:27:12.891768 am
UUID: 007198b9-883b-4eda-b957-aa32a0e670b8
Ancestors: Graphics-topa.344

let install handle font reset

=============== Diff against Graphics-topa.344 ===============

Item was changed:
  ----- Method: StrikeFont class>>initialize (in category 'class initialization') -----
  initialize
+ StrikeFont
+ installDejaVuDark;
+ installDejaVu!
- StrikeFont installDejaVu!

Item was changed:
  (PackageInfo named: 'Graphics') postscript: '
  " Reset DejaVu to current version "
+ StrikeFont initialize'!
- StrikeFont
- installDejaVuDark;
- installDejaVu.'!