Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2010-March/003000.htmlName: Monticello-ar.381
Ancestors: Monticello-ar.379
Add preference to make new version check before save optional. Also truncate newer version list to 150 characters to avoid extremely long messages.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-March/003001.htmlName: Kernel-laza.423
Ancestors: Kernel-ar.420
Adds Host WindowEvent handling
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-March/003002.htmlName: Morphic-laza.380
Ancestors: Morphic-cmm.378
Adds Host WindowEvent handling
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-March/003003.htmlName: Traits-ar.283
Ancestors: Traits-ar.282
Fix SystemChangeNotification for traits.
NB, SystemNotification is broken: It requires passing in *both* old and new class/trait verbatim even though they cannot both exist at the same time and even though copying is not desirable (for the current trait implementation copying would mean recompiling all methods). So we pass in a shallowCopy to avoid excessive recompilation but of course if a client ever looks deeply inside it it will quickly find that it's not a copy. This should be fixed by passing a description of some sort (similar to MCClassDefinition) or specifically the values that were changed.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-March/003004.htmlName: Tools-cmm.208
Ancestors: Tools-ul.207
Fix for pruning the last message of a MessageTrace.
=============================================