[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Fri Feb 8 23:55:05 UTC 2013


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

http://lists.squeakfoundation.org/pipermail/packages/2013-February/005694.html

Name: Morphic-tfel.639
Ancestors: Morphic-fbs.638

Avoid redrawing the main docking bar all the time. This is a huge resource hog if you reach the threshold in the DamageRecorder and the docking bar damage rectangle is merged with the others, effectively forcing a huge chunk of the World redrawn

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

http://lists.squeakfoundation.org/pipermail/packages/2013-February/005695.html

Name: Tools-fbs.446
Ancestors: Tools-fbs.445

Fixes http://bugs.squeak.org/view.php?id=7730

If you're browsing class Foo, there's no need to go back to Foo, so don't show it in the list of recently visited classes.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-February/005696.html

Name: Exceptions-fbs.44
Ancestors: Exceptions-fbs.43

Move FTPConnectionException to Network-Protocols.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-February/005697.html

Name: Network-fbs.139
Ancestors: Network-dtl.138

Move FTPConnectionException to Network-Protocols.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-February/005698.html

Name: Compiler-eem.248
Ancestors: Compiler-cwp.247

Slightly less circuitous generation of methods with temp
names.  Since schematic temp names string is computed
during generation, best to generate a method and copy
it with the computed temp names than generate two
separate methods.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-February/005699.html

Name: Compiler-eem.249
Ancestors: Compiler-eem.248

Simplify Parser>expression.  braceExpression is handled in
primaryExpression, as it should be.  The extra invocation in
expression is unnecessary, and harmlessly erroneous.

Fix snafu with Compiler-eem.248 (slightly less circuitous generation of methods with temp names).

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

http://lists.squeakfoundation.org/pipermail/packages/2013-February/005700.html

Name: Compiler-eem.250
Ancestors: Compiler-eem.249

Fix incomplete fix for decompilation of #to:do: loops in
Compiler-eem.242.  Fixes decompilation of e.g. compilation
of SoundRecorder>>segmentsAbove:normalizedVolume:
when compiled with Compiler-nice.224 or later.

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


More information about the Squeak-dev mailing list