Daily Commit Log

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

Daily Commit Log

commits-2
Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006443.html

Name: Multilingual-nice.177
Ancestors: Multilingual-nice.176

Dont refer to TrueType, just use available isFontSet.
Don't catch Exception, only Error.
Don't mess with font maxAscii, the font will have to handle display requests of charCode above that.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006444.html

Name: Multilingual-tpr.177
Ancestors: Multilingual-nice.176

Get rid of
EncodedCharSet class>>scanSelector
MultiCompositionScanner>>isBreakableAt:in:in: & setFont
minor changes to some stopcondition methods

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006445.html

Name: TrueType-nice.27
Ancestors: TrueType-tpr.26

Remove some methods from TrueType now that they don't refer to it.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006446.html

Name: Morphic-nice.691
Ancestors: Morphic-nice.690

Give some methods back the the (Multi)CharacterScanner

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006447.html

Name: Multilingual-nice.178
Ancestors: Multilingual-nice.177, Multilingual-tpr.177

Merge nice.177 and some of tpr.177

But: don't remove scanSelector
Don't remove method that was freshly moved from Morphic
Move breakAtSpace := false initialization elsewhere

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006448.html

Name: Morphic-tpr.692
Ancestors: Morphic-nice.691

Payoff time! We get to remove a couple of once irritating classes that are no longer needed

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006449.html

Name: Multilingual-nice.179
Ancestors: Multilingual-nice.178

Remove usage of baselineY inst. var. (I did not removed the inst var yet).
The inst var. where always computed where used, so it can become temp.
This makes one difference less with CharacterScanner hierarchy.

=============================================