[squeak-dev] The Trunk: Graphics-nice.114.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Feb 28 18:05:25 UTC 2010


Nicolas Cellier uploaded a new version of Graphics to project The Trunk:
http://source.squeak.org/trunk/Graphics-nice.114.mcz

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

Name: Graphics-nice.114
Author: nice
Time: 28 February 2010, 7:04:48.729 pm
UUID: cc6d727e-e474-7b4f-b908-97a30a6561c7
Ancestors: Graphics-nice.113

Fix endOfRun and crossedX encodings in paragraph composition - Part 3

=============== Diff against Graphics-nice.113 ===============

Item was changed:
  ----- Method: TextStopConditions>>setStops: (in category 'initialize-release') -----
  setStops: stopArray
+ 	stops := stopArray copyFrom: 1 to: 256.
- 	stops := stopArray copyFrom: 1 to: 258.
  	endOfRun := stopArray at: 257.
  	crossedX := stopArray at: 258.!

Item was changed:
  (PackageInfo named: 'Graphics') postscript: '"below, add code to be run after the loading of this package"
+ StrikeFont installDejaVu.
+ CharacterScanner initialize.'!
- StrikeFont installDejaVu.'!




More information about the Squeak-dev mailing list