Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2010-June/003408.htmlName: XML-Parser-mtf.29
Ancestors: XML-Parser-nice.28
added XMLNodeWithElements >> removeElement from Cobalt XMLParser
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-June/003409.htmlName: XML-Parser-mtf.30
Ancestors: XML-Parser-mtf.29
oops; bad code in removeElement:; fixed
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-June/003410.htmlName: Kernel-mtf.454
Ancestors: Kernel-ar.452, Kernel-mtf.421
added ProtoObject >> instVarsInclude:, which is used by the pointer tracer fixes:
http://bugs.squeak.org/view.php?id=7158=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-June/003411.htmlName: Kernel-mtf.421
Ancestors: Kernel-ar.420
Preload a critical method just in case of load order issues. Part 1 of 4 of the fix for
http://bugs.squeak.org/view.php?id=7158=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-June/003412.htmlName: Tools-mtf.241
Ancestors: Tools-dtl.240
Made the explore pointers menu item in the object explorer work:
http://bugs.squeak.org/view.php?id=7059=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-June/003413.htmlName: Kernel-mtf.455
Ancestors: Kernel-mtf.454
Added a support method for making error handlers re-entrant. Needed for preserving Tweak island semantics in the presence of syncSends and error resignalling
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-June/003414.htmlName: Exceptions-mtf.28
Ancestors: Exceptions-nice.27
Added the option to make error handlers be re-entrant, and made a test case for it. Depends on Kernel-mtf.455. The default behavior is completely unchanged.
This is needed for preserving Tweak island semantics in the presence of syncSends and error resignalling.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-June/003415.htmlName: Kernel-mtf.456
Ancestors: Kernel-mtf.455
Added a utility method to Behavior for testing whether a method is compiled correctly without overwriting the incorrectly compiled method if not
=============================================