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/2010-February/002744.html

Name: EToys-kfr.60
Ancestors: EToys-dtl.59

Removed category Etoys-Scripting and moves ScriptEditorMorph into EToys-Scripting

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002745.html

Name: System-mtf.257
Ancestors: System-ar.256

Added SmalltalkImage >> windowSystemName to determine what windowing system Squeak is using (X11, Qwartz, etc). OpenGL needs this

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002746.html

Name: System-ul.258
Ancestors: System-mtf.257

- integrate MessageTally fixes from Cuis (by Juan Vuletich)

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002747.html

Name: Tools-ul.190
Ancestors: Tools-cmm.189

- integrate MessageTally fixes from Cuis (by Juan Vuletich)

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002748.html

Name: System-edc.259
Ancestors: System-ul.258

Add CodeLoaderEnh as sended to list.

Examples os use:

| loader |
        loader _ CodeLoader new.
        loader baseURL: 'http://www.squeaksource.com/Ladrillos/'.
        loader loadSourceFiles: #('FFI-Kernel-ar.7.mcz' 'Network-IRC-fc.10.7.6.mcz');installSourceFiles.
       
        | loader |
        loader _ CodeLoader new.
        loader baseURL: 'http://www.squeaksource.com/MathMorphsRevival/'.
        loader loadSourceFiles: #('MorphicWrappers-edc.3.mcz' 'Functions-zz.4.mcz');installSourceFiles.
       




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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002749.html

Name: Tools-ul.191
Ancestors: Tools-ul.190

- fix the last selected directory issue

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002750.html

Name: ShoutCore-kb.9
Ancestors: ShoutCore-ar.8

 - Removed bold style for workspaceVar in subduedStyleTable.

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