https://gforge.inria.fr/frs/download.php/16779/Pharo0.1Core-10218.zip ChangeLOG: ---------- update10205 - New Diff Tools - More collection tests - Collections Packages ------------------------------------------------------ update10206 Deleting Collection Package ------------------------------------------------------ update10207 -New collection Tests ------------------------------------------------------ update10208 - Enh Tool diff. - Issue 444: Simple Morphic cleanup: Clean up Morph Remove ownerThatIsA:orA: from Morph. - more collection tests. - Issue 445: AligmentMorphBob1 should be merged into AligmentMorph - Minor cleaning of Bergel on StringHolder ------------------------------------------------------ update10209 WatchIt integration Issue 440: Watch-it extension ------------------------------------------------------ update10210 - Damien Cassou more tests - Lukas Renggli Browse class in Sunit Browser ------------------------------------------------------ update10211 Polymoprh fixes ------------------------------------------------------ update10212 - Watchit window - DropListMorph button tweaks. Fix for repeated confirmation with DualChangeSorter. Adapt text labels for PluggableButtonMorphs on theme change. + Watery2 now supports mixed corner styles for buttons. Fixes for drop lists and expanders to honour corner rounding. Fix for RowLayout when cellInset is a Point as opposed to Integer. - Added history to Workspace. When you close a workspace now you will not be bothered with a popup window asking you whether you sure you want to close the window. In the workspace you have access to the historic of the last 5 previous contents.. - Collectiontests ------------------------------------------------------ update10213 - 002 classFromPattern move from Utilities to SystemNavigation - Issue 56: 7106 CollectionEnh (M6350 M6351) Mantis http://bugs.squeak.org/view.php?id=6350 WriteStream>>ensureEndsWith:, ensureASpace by Damien Cassou http://bugs.squeak.org/view.php?id=6351 String space + tests space - SmallDictionary capacity This is a patch for http://bugs.squeak.org/view.php?id=7256 ------------------------------------------------------ update10214 - More collection tests - SUnit coverage improved - allSelectorsAbove, allSelectorUntil:, allSuperclassesIncluding: - polymorphWidgets ------------------------------------------------------ update10215 - Object Class uniclass support - Less Player references - UnscriptedPlayer removed - RemoveDemandsThumbnail protocol - Remove ScriptableButton - Remove StackMorph ------------------------------------------------------ update10216 - ClassBuilder fix for http://code.google.com/p/pharo/issues/detail?id=443 - Fix ClassBuilder bug introduced by http://code.google.com/p/pharo/issues/detail?id=246 - Adds TPureBehavior>>withAllSubclassesDo: to provide polymorphism between classes and traits ------------------------------------------------------ update10217 Polymorph Small tweak to drop-list/expander up/down arrow. #taskbarLabel available to SystemWindow subclasses and models to provide potentially abbreviated label. PreferenceBrowser integration classes moved to Theme sub-package. Tweaks to Preference Browser. Cmd+W (in addition to Cmd+Delete) now closes system window with focus. #ByteArray support - literal byte arrays are now also parsed as part of a literal array without the hash #( [ 1 2 ] #[ 1 2 ] ) - hardened the tests - added support for literal byte arrays to the compiler - the implementation is compatible with GST and VW - added 6 tests for the new functionality - storeOn: + printOn: fixed #[1 2 3 ] -> #[1 2 3] but for now we have a bug #(1 #[2] 3) an Array(1 #[2] 3) ------------------------------------------------------ update10218 bytearray isLiteral -- Marcus Denker -- denker@iam.unibe.ch http://www.iam.unibe.ch/~denker