Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2015-November/009141.html Name: System-nice.778 Ancestors: System-nice.777 Attempt a better fix for restoring endianness at ImageSegment materialization: 1) get the image segment endianess from the segment WordArray, before it is transformed into an Array. 2) use this information to later restoreEndianness: ifNeeded. This will require a slight semantic change of #startUpFrom: to which we pass a Boolean rather than an ImageSegment. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-November/009142.html Name: Kernel-nice.968 Ancestors: Kernel-nice.967 Pass a boolean to startUpFrom: indicating whether the object came from a different endian machine or not. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-November/009143.html Name: Balloon-nice.28 Ancestors: Balloon-eem.27 Pass a boolean to startUpFrom: indicating whether the object came from a different endian machine or not. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-November/009144.html Name: System-eem.779 Ancestors: System-nice.778 Avoid isKindOf: in new endianness handling in ImageSegment. Nuke obsolete BreakpointManager method. Simplify endianness calculation given that this is Spur and the vmParameter can be assumed to be present. Provide accessors for the new (biut as yet unused) finalization scheme (in preparation). Add a method that answers unbound methods, useful for recmpile all shenannigans. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-November/009145.html Name: Collections-eem.672 Ancestors: Collections-mt.671 Only print ByteArrays as literals, not every subclass of ByteArray that doesn't have its own print method. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-November/009146.html Name: Environments-eem.58 Ancestors: Environments-cmm.57 Make sure we can collect; environments too. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-November/009147.html Name: Kernel-eem.969 Ancestors: Kernel-nice.968 Fix tow speeling sorres. Handle the case where a method compiled in the debugger has a large frame. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-November/009148.html Name: Morphic-mt.1035 Ancestors: Morphic-mt.1034 Adds multiple text undo/redo functionality. Preference allows to specify the maximum history depth. Each text editor has its own history. All histories will be purged when building a Squeak release. CMD+Z ... Undo CMD+SHIFT+Z ... Redo Note: The function #makeCapitalized: cannot be invoked via CMD+SHIFT+Z anymore. CMD+Y is undo primarily on Windows machines and already assigned to #swapChars:. Also, CMD+SHIFT+Z is more convenient for US-like keyboard layouts. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-November/009149.html Name: System-mt.780 Ancestors: System-eem.779 Removes obsolete preference for multiple text undo. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-November/009150.html Name: Tools-mt.650 Ancestors: Tools-cmm.649 Adapts text edit menus for offer new text undo functionality. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-November/009151.html Name: 51Deprecated-mt.12 Ancestors: 51Deprecated-mt.11 Adds deprecated EditCommand class. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-November/009152.html Name: Morphic-mt.1036 Ancestors: Morphic-mt.1035 Add postscript to update all open tools for using new text edit history function. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-November/009153.html Name: Morphic-mt.1037 Ancestors: Morphic-mt.1036 Make both window labels for inspector and explorer consistent. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2015-November/009154.html Name: Tools-mt.651 Ancestors: Tools-mt.650 Make both window labels for inspector and explorer consistent. ============================================= |
Free forum by Nabble | Edit this page |