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/2009-November/001831.html

Name: MorphicExtras-ul.58
Ancestors: MorphicExtras-nice.57

Fixed the reference to PreferenceBrowser in the tools flap defining quad.
After loading this package, do it:
Flaps initializeFlapsQuads.
This will fix LocaleTest >> #testLocaleChanged

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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001832.html

Name: MorphicExtras-ul.59
Ancestors: MorphicExtras-ul.58

- added a postscript to initialize the flap quads

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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001833.html

Name: Morphic-kb.234
Ancestors: Morphic-kb.233

 - fix: there was a bug in Morphic-kb.232 concerning the newly introduced behaviour: "A menu item with a submenu releases its selection only if the mouse doesn't move towards the submenu."

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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001834.html

Name: System-nice.168
Ancestors: System-mha.167

Incorrect use of StandardFileStream in #condenseChanges
identified in http://code.google.com/p/pharo/issues/detail?id=830

condensing changes and doing modifications before saving the image will mess some non ASCII characters.
a user will generally save as soon as condensed, but above mess can likely happen with scripts.

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