Squeak - 4.2 ============ - 0007534: [Kernel] Perform primitive: fails if method having many arguments - 0002788: [Any] Bug: Use of == for arithmetic equality
Squeak - 4.1 ============
The Squeak 4.1 release from April 17th, 2010.
- 0001131: [Network] Linefeeds in mail message (KenCausey) - 0003474: [Collections] Sets do unnecessary compares during add: operation (nicolas cellier) - 0005882: [Collections] Adding #copy to Stack (nicolas cellier) - 0001876: [Collections] [ENH] identityHash (andreas) - 0007242: [Collections] Add Inplace Sort to OrderedCollection (andreas) - 0006652: [Collections] WeakRegistry tuning (leves) - 0007359: [Collections] SkipLists code is covered by a combination of MIT and SqueakL (KenCausey) - 0006964: [Collections] [clean-up] SequenceableCollection>>startsWith: duplicates beginsWith: (leves) - 0007165: [Collections] Add Symbol>>value:value: (leves) - 0002910: [Collections] WeakKeyDictionary performance improvement (leves) - 0007133: [Compiler] CompiledMethod#getSourceFor:In: crashed for non-standard method signatures (leves) - 0006434: [Files] nil does not understand sameAs: in StandardFileStream class>>retryWithGC:until:forFileNamed: (cdegroot) - 0006348: [Kernel] [FIX] Improve performance of weak key dictionaries (leves) - 0006705: [Multilingual] In sq7143 FontTest>>#testResetAfterEmphasized will always fail on the second pass. (RalphJohnson) - 0007211: [Compiler] isLiteralSymbol: is not in phase with Parser: this can lead to Decompiler bugs (nicolas cellier)
Squeak - trunk ==============
The development work which can be found at http://source.squeak.org/ and which otherwise does not yet have a version name.
- 0007678: [Tools] Pressing enter in an empty selector browser that has been edited brings up a debugger (leves) - 0007572: [Compiler] Block-local unused temporaries are not handled properly (leves) - 0007675: [Tools] TimeProfileBrowser doesn't understand #shoutParserClass (leves) - 0007674: [Browser] Pressing the 'o' character with mouse over the class list (with no selected class) throws a subscript out of bounds error (leves) - 0007648: [Tools] Browser: MNU unselecting a class after viewing method (FrankShearar) - 0007631: [System] Duplicate Preference: "Allow underscore assignments" and "allowUnderscoreAssignment" (leves) - 0007602: [Multilingual] CR and LF (leves) - 0007588: [Compiler] Decompiler>>interpretNextInstructionFor: bitrot (FrankShearar) - 0007606: [Kernel] Adding a class-side method referring to an undeclared class fails (FrankShearar) - 0001005: [Any] rewriting bracket will highlight the wrong block of code sometimes (leves) - 0006943: [Collections] Heap equality should be associative (nicolas cellier) - 0006560: [Collections] [BUG][FIX] "{Color red. Color green. Color blue} sum" can't return "Color white" (andreas) - 0007350: [Collections] WeakSet tend to grow because they don't recycle nil slots (leves) - 0007326: [Collections] #sum and #average do not work properly with empty collections (leves) - 0007564: [Collections] Failure of concatenation operator (leves) - 0006665: [Collections] Bug in String>>#withoutQuoting (leves) - 0006841: [Collections] String>>startingAt:match:startingAt: should raise an error for '**' or '*#' - instead returns unexpected results (leves) - 0006831: [Compiler] | | [ | unusedVar | ]. Doesn't compile because of "out of scope ->" (nicolas cellier) - 0004313: [Compiler] Compiler+Decompiler together have a serious 'bad case' bug (nicolas cellier) - 0007232: [Compiler] Out of Scope error always displayed when I have a block where a local variable is declared and assigned to but not used. (nicolas cellier) - 0007093: [Compiler] to:do: optimization is wrong when the block modifies the limit (nicolas cellier) - 0007571: [Compiler] #_ == #':=' (leves) - 0007510: [Files] In sq 9956 draging and dropping a project file causes an MNU. (leves) - 0007512: [Graphics] Quadrangle exampleInViewer returns error (andreas) - 0002453: [Graphics] [Bugs] What is the extent of a truncated rectangle? (FrankShearar) - 0007577: [HelpSystem] Help/Welcome Workspaces/Terse Guide To Squeak gives error (leves) - 0007546: [Kernel] WeakRegistry deadlock during finalization (leves) - 0007555: [Kernel] Float negativeZero abs sign negative (nicolas cellier) - 0007352: [Kernel] WeakMessageSend generates a DNU because of the message receiver being collected and disappearing (nicolas cellier) - 0007097: [Kernel] Year >> previous returns two years prior in leap years (nicolas cellier) - 0007553: [Kernel] DateAndTime has inconsistent instance creation behavior (leves) - 0007579: [Kernel] BlockClosure>>#valueWithExit (leves) - 0007570: [Kernel] CompiledMethod asString fails with an improperStore (FrankShearar) - 0006439: [Monticello] Monticello crashes if directory contains bad file name (avi) - 0007537: [Morphic] Suggestions and grammatical fixes to "The Squeak User Interface" window. (seandenigris) - 0007556: [Morphic] StringMorph raise "MessageNotUnderstood" during attempt to change font by dialog chooser. (leves) - 0007544: [Multilingual] UTF16TextConverter broken (leves) - 0001615: [Network] [ENH] RemoveOldSocket (gokr) - 0007343: [Network] Socket clock rollover issues (cdegroot) - 0006857: [Network] Socket>>#waitForDataFor:ifClosed:ifTimedOut: large delay hangs process (cdegroot) - 0007497: [Sound] [FIX][Enh] Sound that name. (wiz) - 0007538: [System] Fixed "useful expressions" - all expressions now work (seandenigris) - 0007593: [System] Preferences is not thread-safe, but is being accessed concurrently (leves) - 0007424: [Tools] the ProportionalSplitterMorph in ArchiveViewer is out of service (nicolas cellier) - 0007532: [Tools] Problems with Blocks in Workspace (FrankShearar) - 0007565: [Tools] Underscores in selectors throws off syntax highlighting (leves) - 0007158: [Tools] Pointer tracing tools do not consistently find pointers (matthewf) - 0007603: [XML-Yaxo] XMLWriter and MultiByteFileStream (leves) - 0006720: [Tools] Using twice the same block argument names and auto accepting temps can put the Debugger in a mess - 0007380: [Tools] selecting a method in Method Finder gives a "... not indexable" error (bert) - 0006764: [Kernel] Duration class>>#readFrom: does not like trailing characters (andreas) - 0006936: [Graphics] (Color fromString: '#222222') asHTMLColor = '#212121' (andreas) - 0007269: [Collections] OrderedCollection streamContents broken (nicolas cellier) - 0007368: [Kernel] 1.0 closeTo: 200 factorial (nicolas cellier) - 0007252: [Morphic] Blinking Morphic text caret (andreas) - 0002390: [Collections] ReadWriteStream with an OrderedCollection bugs when growing (nicolas cellier) - 0007306: [System] Preference pragmas (andreas) - 0007172: [Collections] CharacterSetComplement byteArrayMap optimization is slow (nicolas cellier) - 0007296: [Collections] forceTo:paddingWith: doesn't work with OrderedCollections (nicolas cellier) - 0007373: [Kernel] -2.0 isInf is true (nicolas cellier) - 0006977: [Collections] [clean-up] OrderedCollection new: sends super basicNew, should be self basicNew (nicolas cellier) - 0007040: [Kernel] #asFloatSimply should be in LargePositiveInteger (nicolas cellier) - 0006584: [System] Symbol allInstances doesn't work anymore (nicolas cellier) - 0007394: [System] MessageTally doesn't work with BlockClosures (nicolas cellier) - 0007372: [Kernel] printShowingDecimalPlaces: justify fraction to the #right instead of the #left (nicolas cellier) - 0005331: [Collections] 'abc' beginsWith: 'ab' asWideString (returns wrong result) (andreas) - 0006366: [Collections] [BUG] WideString findString:startingAt: and other matchTable problems (andreas) - 0003574: [Collections] String>>findFirstInString:inSet:startingAt: does not work if character of interest is last character in String, also WideString (andreas) - 0006994: [Collections] as: Interval (Interval newFrom:) implementations is weak (andreas) - 0006777: [Collections] [BUG] CharacterSet copy is shallow... (andreas) - 0007121: [Collections] add:beforeIndex: and add:afterIndex: do not work as advertised (andreas) - 0006998: [Collections] WideString>>at:put: does not return the put-object (andreas) - 0007169: [Kernel] SqNumberParser does not parse ScaledDecimal with trailing zeros correctly. (andreas) - 0007180: [Collections] Interval method indexOf: / includes: incomplete fix in squeak3.10 (andreas) - 0007136: [Collections] [BUG] LinkedList add:after: fails to update lastLink (andreas) - 0007175: [Collections] CharacterSetComplement cannot printString (andreas) - 0006482: [Kernel] [BUG] Interval storeOn: incorrect for some ScaledDecimal (andreas) - 0007134: [Kernel] Float rounded is inexact (andreas) - 0006874: [Kernel] digitLogic:op:len: is not correct (nicolas cellier) - 0006873: [Kernel] [BUG] isPowerOfTwo incorrect for some LargeNegativeInteger (andreas) - 0006990: [Kernel] 0.0 significandAsInteger is too big (andreas) - 0007114: [Kernel] [BUG] SmallInteger minVal highBit (andreas) - 0007095: [Collections] Dictionary>>collect: answers OrderedCollection not Dictionary (andreas) - 0006779: [Kernel] ScaledDecimal readFrom: '5.3' would not answer a ScaledDecimal (andreas) - 0004378: [Kernel] ScaledDecimal storeString incorrectly use printOn: and loose exactness (andreas) - 0006729: [Kernel] -Infinity closeTo: Infinity (andreas) - 0006782: [Collections] 1.0 / (FloatArray with: 2.0) unexpected result (andreas) - 0006797: [Compiler] Compiler reduce ScaledDecimal with different scales to a single literal (andreas) - 0006812: [Collections] Inspecting a changing WeakSet will raise a Debugger (andreas) - 0006695: [Kernel] Float storeStringBase: does not store the radix (andreas) - 0001035: [Morphic] Strange behavior polygon morph added to a rectangle morph with proportional layout (andreas) - 0007028: [Kernel] printShowingDecimalPlaces: is broken in 3.10 (nicolas cellier) - 0006983: [Kernel] Float nan isLiteral. It should not. (nicolas cellier) - 0007174: [Kernel] Make SqNumberParser parse LargeInteger faster (nicolas cellier) - 0006887: [Kernel] Faster printString for LargeInteger (nicolas cellier) - 0007107: [Kernel] 1 printStringBase: 1 generates an infinite loop within Integer>>printStringBase: (nicolas cellier) - 0006976: [Kernel] [ENH] Speed-up SqNumberParser (nicolas cellier) - 0005640: [Kernel] additional tests and fixes for Number>>printShowingDecimalPlaces: (nicolas cellier) - 0006778: [Collections] SkipList copy is shallow (andreas) - 0001603: [Collections] [BUG][FIX] Interval method includes: (nicolas cellier) - 0006697: [Kernel] Number>>storeOn:base: default implementation is wrong (andreas) - 0006732: [Etoys] Undo polygon painting cause drwaing not functioning anymore (andreas) - 0007007: [Tools] 'toggle break on entry' from method list pane doesn't work (andreas) - 0006933: [Collections] MultiByteFileStream>>upTo: fails for binary (andreas) - 0006781: [Kernel] 0.0 raisedTo: -1.0 unexpected result (andreas) - 0007177: [Collections] removeAll fails for Dictionaries (andreas) - 0006937: [Collections] removeAll: aCollection doesn't do what we expect if aCollection==self (kwl) - 0007401: [Kernel] Float negativeZero shallowCopy loose its negative sign (nicolas cellier) - 0006579: [Collections] String>>#findLastOccuranceOfString:startingAt: isBuggedWhen: [substring first=substring last] (nicolas cellier) - 0007404: [Collections] Use postCopy paradigm in collections (nicolas cellier) - 0006535: [Collections] keyBlock and sortBlock are lost when creating a collection of the same species. (andreas) - 0007403: [Collections] The copy of a ShortRunArray is not a ShortRunArray (nicolas cellier) - 0007402: [Collections] The copy of a LInkedList is not a LinkedList (nicolas cellier) - 0006796: [Kernel] A ScaledDecimal is a literal but not isLiteral (nicolas cellier) - 0006719: [Kernel] Float nan comparison is broken (nicolas cellier) - 0006395: [Collections] Character>>asUnicodeChar clean-up (nicolas cellier) - 0006972: [Collections] [clean-up] TextAlignment does not use TextConstants (nicolas cellier) - 0007101: [Janitorial] asSmallPositiveDegrees uselessly complex and can loop infinitely (nicolas cellier) - 0006985: [Kernel] [NEW FEATURE] Integer bitAt: (nicolas cellier) - 0006450: [Graphics] [BUG] scanCharacters: in the WideString case incorrectly uses instVar stopConditions instead of argument stops (andreas) - 0007258: [Collections] Dictionary asSet is wrong (nicolas cellier) - 0006878: [Graphics] [clean-up] BMPReadWriter>>#nextPutImage: bad smell use of asLargerPowerOfTwo (andreas) - 0007090: [Traits] TraitsTests pollutes ProtoObject subclasses (laza) - 0006834: [Kernel] Delay class>>timeoutSemaphore:afterMSecs: doesn't. (laza) - 0007060: [Kernel] Delay>>timeoutSemaphore:afterMSecs: never signals semaphore (laza) - 0006726: [Kernel] REQ: CompiledMethod print enhancement (andreas) - 0007362: [Morphic] Text>>copyFrom:to: prevents using a subclasses (nicolas cellier) - 0007409: [Kernel] arcTan: has own implementation in case of zero (nicolas cellier) - 0007071: [Multilingual] Key values from Input Method are not converted correctly on new Unicode Windows VM (andreas) - 0002701: [Kernel] DependentsArray might potentially be misused (andreas) - 0007113: [Kernel] [ENH] Speed-up SmallInteger highBit and lowBit (nicolas cellier) - 0006768: [Network] SMTPClient fix for authentication and support for EHLO (gokr) - 0006843: [Network] Trivial fix in SMTPClient>>encodeString: so that it does not include NULL characters (gokr) - 0006364: [Collections] Collections ifEmpty: returns nil on non-empty (nicolas cellier) - 0007291: [Network] MC1.5 overrides methods in HTTPSocket (Damien Cassou) - 0006456: [Collections] [BUG] Interval of Float do: infinite loop (andreas) - 0007428: [Kernel] A CompledMethodTrailer (andreas) - 0007457: [Tools] in sq 8883 browser menu item 'copy up or down' ignores contents of codeholder (andreas) - 0007413: [Collections] Sets with nils hub (andreas) - 0007462: [Morphic] in sq 8948 (and before) pane spliters show themselves and are active even when window is collapsed (andreas) - 0007449: [Tools] In 8864 Selection in workspace loses track of line number during spelling corrections. (leves) - 0006982: [Kernel] Number>>readFrom: does not handle many digits correctly (nicolas cellier) - 0003374: [Kernel] Arithmetic equality should be transitive (nicolas cellier) - 0006601: [Kernel] Float hash incorrect ( 2=2.0 , but 2 hash~=2.0 hash) (nicolas cellier) - 0003360: [Kernel] hash and equal problem (nicolas cellier) - 0007456: [Files] In sq 8864 evaluating 'FileDirectory default = nil' causes an MNU #pathName (leves) - 0007467: [Compiler] Cannot open debugger, because an assertion is failing in the decompiler code (nicolas cellier) - 0007464: [Browser] clicking "instance" or "class" buttons doesn't prompt for cancelling changes (laza) - 0007389: [Tools] Lexicon>>categoryMenu: MNU when opening a context menu in a protocol browser (laza) - 0007390: [Tools] Custom button row missing in protocol browser (laza) - 0007408: [Kernel] Typo in TheWorldMenu>>setDisplayDepth -> MNU (laza) - 0007444: [Morphic] In 8864 Docking bar needs to be stickier. (laza) - 0007438: [Morphic] In sq 8836 Need to remove unimplemented calls in AlignmentMorphBob1 (laza) - 0007445: [Files] In 8864 Saveing a project can still hang (4th bug and counting) (andreas) - 0007446: [Network] [BUG][FIX] SocketStream>>peek (laza) - 0007434: [System] LRUCache>>#printOn: causes a ZeroDivide exception if the cache is not yet used. (laza) - 0007414: [Compiler] A copied block containing a return raises BlockCannotReturn (laza) - 0007436: [OS-Linux] Close box no longer allows exit from squeak. (laza) - 0005175: [PackageInfo] [partial fix] In 7061 Package info has 9 unused methods one with an unimplemented call due to typo. (wiz) - 0006391: [Multilingual] (Character euro) is not the euro character (nicolas cellier) - 0006478: [System] Setting up a global variable as a class alias breaks change-compression (andreas) - 0007487: [Monticello] MNU in Monticello Browser "load repositores" (avi) - 0003616: [Compiler] Enhancement of syntax : allow $- not only as first binary selector (nicolas cellier) - 0007491: [Compiler] Scanner doesNotUnderstand: #ambiguousSelector:inRange: (nicolas cellier) - 0007478: [Morphic] Drop-in replacement for ChooserTool (laza) - 0007495: [Morphic] Dockbar SearchBox broken (laza) - 0007490: [Tools] Preference Browser "save to disk" then "load from disk" does not work with all preferences (laza) - 0007494: [Tools] Layout of classes list in Hierarchy Browser is broken (FrankShearar) - 0007213: [Morphic] [big bug] morph>>extent: now does rounding and that can lead to infinite loops. (laza) - 0006486: [Morphic] In 7097 Resizing the objects flaptab can result in a infinite loop (i.e. squeak freezes) (laza) - 0004636: [Compiler] Block arguments are shared across blocks (laza) - 0007471: [Browser] When package browser opened so scroll box in scrollbar for package list (laza) - 0007499: [Files] In sq 9937 Drag and drop of .jpg and .gif files can raise MNU error. (Ubuntu/Linux) (andreas) - 0006536: [Morphic] In 7105 Supplies Flaptab leaves glitches in wake when moved to left. (laza) - 0007407: [VM] BitBlt. Incorrect alpha values for several rules. (lewis) - 0007500: [VM] Sound is missing from vm Squeak-4.0.3.2196-linux_i386 (lewis) - 0007466: [Morphic] "End", "Page Up", and "Page Down" keys broken - 0007418: [Kernel] #allCallsOn returns dupes (andreas) - 0006367: [Collections] [BUG] WideString substrings broken (nicolas cellier)
Squeak - 4.0 ============
The Relicensing Release
Squeak - 3.11 =============
Work in progress
- 0007314: [Multilingual] UTF8 conversion speedup - 0007284: [Collections] very useful firstOrNil lastOrNil (Keith_Hodges) - 0007391: [System] A debugger pops up when Preferences giveHelpWithPreferences is evaluated (andreas) - 0007286: [System] SerialPlugin doesn't handle arbitrary nodes names (image fixes) (lewis) - 0007440: [Morphic] In sq 8859 Saving a project hangs (even after avoiding the first two problems) (wiz) - 0007437: [Morphic] In sq 8836 projects are not prepared to be saved. (wiz)
Squeak - 3.10.2bc ================= - 0005669: [Tools] Workspace openFile: convenience method - 0006180: [Kernel] Use memoryHogs and freeSomeSpace (Keith_Hodges) - 0006868: [System] SystemNavigation-#obsoleteBehaviours chokes on ProtoObjects (Keith_Hodges) - 0007272: [Kernel] BlockContext equality test is missing (Keith_Hodges) - 0004867: [Compiler] argument of ifNotNil: must be a 0-argument block, code does not match compiler inlining behavior (nicolas cellier) - 0007205: [Monticello] Monticello Snapshot Speedup via new MethodReference ivar (matthewf)
Squeak - 3.10.2 =============== - 0007076: [Janitorial] [tests] The revision (5-29) of the release still leaves problems and 5 classes with no category in system (KenCausey)
Squeak - 3.10 ============= - 0004609: [Morphic] [Fix] Removal of ButtonPropertiesMorph left an unimplemented call. (wiz) - 0006446: [ToolBuilder] Workspace with contents in Mac not always works well (wiz) - 0006554: [Morphic] in 7121 The font in the History of 3dot10 scrolling window is munged - 0001014: [Tools] [ENH] TallySupport - 0006660: [Tools] "Through" button in Debugger - 0006505: [Tools] Tally button - 0007035: [ToDo] Fix system version for 3.10.1 (edgardec) - 0005608: [Morphic] preference #menuTitleBorderWidth - MenuMorph bugfix (matthewf) - 0005285: [Morphic] [Fix] In 7066 #rootInPasteUp is called but unimplemented. (wiz) - 0004669: [Kernel] [ENH] TimeForSpeed - 0006588: [Kernel] Broken Semaphore>>critical: leads to frozen processes in Delay - 0006711: [Kernel] FloatTest is wrong (RalphJohnson) - 0006573: [Collections] String>>substrings is broken - 0006668: [Kernel] Class Categorizer has no tests (matthewf) - 0006702: [System] ChangeHooksTest has a bug - 0006583: [Collections] PositionableStream>>back behavior is totally wrong - 0006704: [Compiler] Parser proposes to remove temps it can not remove - 0006576: [Kernel] Delay is not thread-safe - 0006628: [Kernel] BlockContext>>valueWithin:onTimout: doesn't cope with non-local returns - 0006590: [Collections] Fixes printing of Arrays with metaclasses. - 0006586: [Collections] PositionableStream>>backUpTo: is not tested - 0006599: [Kernel] BlockClosure did'nt compare properly - 0005500: [Morphic] many rotated mor - 0006578: [Traits] New compatibility messages for TraitBehavior (dvf) - 0006523: [Multilingual] Windows VM uses UTF-8 for files and clipboard - 0006572: [Graphics] Form>>isAllWhite is broken (andreas) - 0006575: [Traits] New compatibility messages for TraitBehavior (dvf) - 0006475: [Kernel] BlockClosure comparaison goes to an infinit loop when closure inline himself - 0006504: [Collections] MappedCollection is a strange and unneeded class - 0006336: [Multilingual] Unicode membership test reduced to String #= (String #compare:caseSensitive:) ? - 0006512: [Kernel] Much faster printString (and thus also asString) for SmallIntegers - 0006566: [Morphic] [Fix] [Test] Old PlayWithMe1 class needs to be removed - 0006524: [Multilingual] TTFonts can't load unicode character maps - 0006520: [Multilingual] recursive fonts cause crash when running tests - 0006546: [Tools] [BUG] [FIX] Click on FileList lower pane gives walkback - 0006173: [Files] Auto-detection of cr/lf is broken on MacOS X (cdegroot) - 0006441: [Kernel] [BUG] SmallInteger hex not understood - 0006503: [Collections] RunArray can't be created through #new: - 0005831: [Tools] [RFE] Changesorters need to report packages of methods and Classes - 0004825: [Kernel] [KernelImageOverride] ChangesOrganizer - 0006462: [Morphic] Jump-by-key in some lists broken - 0006351: [Collections] Adds String class>>space - 0006350: [Collections] WriteStream>>ensureEndsWith: to generalize WriteStream>>ensureASpace - 0006483: [Tools] [ENH] More user friendly ArchiveViewer - 0006461: [Morphic] PolygonMorph intersects method does not work - 0006481: [OS-Mac] Display artifacts coming of foreing Mac files - 0001666: [Kernel] [BUG][FIX] Fix #perform:orSendTo: - 0006480: [Collections] [ENH][FIX] The asUnHtml is incomplete and lead to errors - 0005934: [Collections] [ENH] StringZippedAndTest-md - 0006340: [Kernel] Smalltalk specialObjectsArray fails to print - 0005935: [Compiler] MethodNodePrintOnFix-md - 0005936: [Compiler] [FIX] MethodNodeAPIFix-md (backward compatibility fix for MethodNode API) - 0006472: [Traits] TraitBehavior>>#allClassVarNames is undefined (dvf) - 0006089: [TrueType] TTF Cache Speedup (andreas) - 0005451: [Morphic] MessageNotUnderstood error on entering Morphic Project - 0001602: [Collections] [ENH] Interval method indexOf: (KenCausey) - 0006438: [Collections] Interval>>reverseDo: is broken (KenCausey) - 0006402: [Tools] In 7081 Recent browser is very broken. - 0004952: [Morphic] [Fix] To clean up unimplementied calls VeryPickyMorph needs to be removed. - 0004719: [Morphic] [BUG][FIX] PageUp/PageDown works again in 3.9 - 0006506: [Morphic] Fix for broken Page-Up and Page-down keys in lists - 0004372: [Morphic] PageUp and PageDown keys do not work in PluggableListMorph - 0005178: [System] [Fix] DSA class has four callers of unimplemented methods - 0005508: [Morphic] [BUG][FIX] ' automatically create variable declaration' indicator of workspace window menu is always on - 0005692: [Morphic] AnimatedImageMorph - 0004654: [ToolBuilder] In 7054 the workspace bug reported in Mantis #2993 has reappeared. (KenCausey) - 0001660: [Collections] [ENH] SpeedTalkingStreams - 0005567: [Morphic] hand targetOffset has been misused more times than it has been used correctly. - 0005392: [Morphic] [Fix] Sighting targets for sliders has problem when slider is tilted. - 0005704: [Morphic] [Bug][Test][Fix] In 7067 CircleMorph initializeInstance look like an Ellipse. - 0006429: [Morphic] [Fix ] Test suite could not run tests because they didn't follow naming convention. - 0005619: [Morphic] {Fix] [Test] In 7067 (and before) sending #heading to a TransformationMorph w/o a rendee recurses infinitly (wiz) - 0005251: [Morphic] [Bug] Setting a morph to adhere to a non-understood edge causes a tight endless loop if the morph is displayed. - 0002446: [Any] Character nonbreaking space does not look like a space - 0006070: [Collections] [ENH] RunArray>>at:put: - 0002273: [Collections] PositionableStream >>isEmpty retuns wrong result - 0003568: [Kernel] [FIX] Fraction>>asFloat does not answer nearest floating point number - 0005700: [Collections] Character>>storeString - 0006355: [Collections] [ENH] Lots of tests for Collections - 0005361: [Morphic] To reduce the unimplemented calls remove catagory Morph>slots-wonderland - 0006897: [Morphic] Retargeting an UpdatingMenuItem needs to consider the wording provider. (KenCausey) - 0006793: [Janitorial] In sq 7158 The Object Tool and the Object Flap are out of sync. (KenCausey) - 0005309: [Multilingual] [Bug][Fix] Under certain conditions returning from a MVC project will hang indefinitely. (andreas) - 0005850: [Browser] Spelling error in balloon help for browser source windows (matthewf) - 0007036: [ToDo] Issue fix for #6805 "Time now return fraction not integer" in 3.10.1 (KenCausey) - 0007057: [LanguageEditor] [Fix] The test LangEnvBugs did not leave fonts the way they were. (KenCausey) - 0007045: [Morphic] RenderBugz tests revised to avoid extraneous timing issues. (KenCausey) - 0000474: [Kernel] [BUG][FIX] accurateDateAndTimeNow-brp (KenCausey) - 0006844: [Morphic] Bug with scrollbars for certain combination of preferences. (KenCausey) - 0006805: [Kernel] Time now seconds returns a fraction. (KenCausey) - 0005527: [Release Packaging] [Fix] Tests are always red (RalphJohnson) - 0006379: [ToDo] Newer universe version is needed (RalphJohnson)
Squeak - 3.9 ============ - 0003426: [Kernel] init: method should be renamed initialize: for consistency (nicolas cellier) - 0001872: [Tools] DebuggerCreateFix-md (ducasse) - 0005688: [VM] VM crash due to SmartSyntaxPluginCodeGenerator>>generateCPtrAsOop:indent: (tim) - 0000539: [Kernel] Utilities applyUpdatesFromDisk broken - 0002123: [ToDo] Unload FFI from "basic" image - 0003820: [Kernel] Code or comment in Date>>fromString: incorrect - 0003035: [VM] Socket>>receiveUDPDataInto: doesn't work under Windows (andreas) - 0003445: [Tools] In 3.9-7021 SMPackageLoader is initialized with a transparent gradient. This causes unexpected color changes. (tim) - 0005245: [Kernel] Delay class>>primitiveFailed (mikevdg) - 0004737: [FFI] initializeFFIConstants contains wrong entry for FFITypeSignedInt (andreas) - 0005163: [Morphic] The Duplicate halo morph's ballon help is missing. (frankcag) - 0004535: [Janitorial] [Test] In 7052 (revised) Initial ChangeSet is still 'a ChangeSet named <no name -- garbage?>' - 0004893: [System] WindowColorRegistry still holds xxxPlus entries - 0004391: [System] Changes disappear from changes set - 0004328: [Tools] typo in Balloon text for Fridge, Listener and Text chat - 0004349: [Morphic] some class comments are outdated - 0004350: [Morphic] In 7048 Too persistant halos pop to front whenever an object is dropped. - 0000511: [Morphic] one point open polygons still cause problems - 0003790: [Morphic] Text cursor too bright - 0004363: [Tools] fix for MethodFinder in NewCompiler (MarcusDenker) - 0003433: [Multilingual] MultiByteFileStream screws up default text converter if file name = sources name (MarcusDenker) - 0003766: [System] Hundreds of methods have source containing LF characters - 0004259: [Morphic] In 7042 Opening Object's tool pane is delayed while SMpackage inits. - 0004312: [Kernel] Refactoring for behavior>>#new (MarcusDenker) - 0003133: [Kernel] [BUG][FIX] Float>>#asIEEE32BitWord and #fromIEEE32Bit: (MarcusDenker) - 0004249: [SqueakMap] SmLoader>>#categorySpecificOptions has a . after the variable definition (gokr) - 0003309: [Morphic] In 7008 Requesting setTarget for menus can get a UndefinedObject DNU>isHandMorph (MarcusDenker) - 0004268: [SqueakMap] firstTransactionNumber: undeclared (gokr) - 0003777: [Tools] In 7033 In ImageBrowser (omnibrowser) copyListToClipboard menu item causes a DNU. (MarcusDenker) - 0003482: [Kernel] Float readFrom: '-0.0' => +0.0 - 0003564: [Kernel] LargeInteger>>asFloat does not honour IEEE rounding mode (MarcusDenker) - 0003434: [System] Smalltalk condenseSources broken - 0001458: [Morphic] [BUG] Navigator button Find any file in OSX - 0004272: [Janitorial] On ftp site Squeak7046.zip unpacks into 7045.image - 0003609: [Kernel] Integer >> crossSumBase: aBase - 0004260: [Kernel] SUnit test ClassBuilderChangeClassTypeTest>>testClassCreationAndChange fails - 0003506: [ToDo] some _ wrongly converted to _ - 0003526: [Morphic] DNU when detaching a submenu - 0002120: [Kernel] Remove Object>>externalCallFailed from Kernel package - 0004265: [Kernel] SUnit test WeakIdentityKeyDictionaryTest>>testNoNils fails - 0004266: [Files] AsyncFile class variable Error collides with global class name (cdegroot) - 0004138: [Kernel] ScaledDecimals are parsed incorrectly in 3.9b-7036 - 0001028: [Multilingual] m17n: attempting to read a jpeg fails because a MultiByteFileStream is not the thing to use (ohshima) - 0003512: [Kernel] Number>>readFrom: does not handle error cases correctly - 0002151: [Compiler] Max number of literals checked in MethodNode instead of CompiledMethod (MarcusDenker) - 0003753: [Morphic] Loading a .morph file from FileList causes error "Invalid utf8 input detected" - 0003364: [ToDo] merge Andrian's MC bugfix (MarcusDenker) - 0003533: [Morphic] [Enh] Targetsighting menu items want to use a target sight as a cursor. - 0003747: [Morphic] TransformMorph crashes when picked up by handMorph after scaleFactor: is called - 0003589: [Network] [BUG][FIX] UUIDPrimitivesTest>>testCreationRandom (cdegroot) - 0003762: [Network] (Fast)SocketStream's class comment has not been updated since image inclusion (gokr) - 0003993: [Kernel] Number does not read '1.0e-10 .txt' from file - 0003719: [Kernel] Test BlockContextTest>>testSuppressInform* are incorrect - 0003692: [FFI] [FFI][NEW FEATURE] ExternalAdress auto-free (andreas) - 0003538: [Collections] DictionaryTest is red (testKeyAtValue) - 0003567: [Multilingual] [BUG][FIX] FontTest>>testResetAfterEmphasized fail - 0003264: [Network] (Fast)SocketStream SocketStream>>print: missing (cdegroot) - 0003530: [Morphic] SimpleSwitchMorph does not actually implement switch functionality - 0003587: [Tools] [BUG][FIX]MethodReferenceTest fails for lack of class comment. - 0003647: [System] Smalltalk>>version should not be deprecated - 0003690: [Morphic] CircleMorph has inimplemented message sends - 0003541: [Kernel] WeakMessageSendTest fails for lack of class comments; fix attached - 0003699: [Morphic] [BUG][FIX]ClockMorph toggleRoman broken - 0003730: [Kernel] [FIX] Missing WeakMessageSend class comment - 0003829: [Collections] [FIX] Better tests for Stack - 0003887: [Collections] SequenceableCollection>>, wrong comment - 0003722: [Network] [FIX] UrlTest>>testFromFileNameOrUrlString (cdegroot) - 0002912: [SqueakMap] Error when updating map: SystemDictionary>>logChange: (gokr) - 0003051: [ToDo] CopyHTMLFor38-dgd.cs from Diego's Book (MarcusDenker) - 0003908: [Browser] typos in pretty-printing code - 0003706: [SqueakMap] 'SMSqueakMap bootStrap' doit fails with primitive failure - Squeak3.9b-7032 (gokr) - 0003511: [System] FixUnderscores loses timeStamp information - 0003710: [Morphic] TransformMorphTest is annoying (and confusing) - 0003569: [Network] [BUG][FIX] UrlTest>>testFromFileNameOrUrlString failing (cdegroot) - 0002119: [Network] incorrect content length in HTTPSocket(class)>>httpPostDocument:args:accept:request: (gokr) - 0003565: [Files] DosFileDirectoryTest>>testFileDirectoryNonExistence errors; fix attached (cdegroot) - 0003723: [Files] [FIX] DosFileDirectoryTests>>testFileDirectoryNonExistence (cdegroot) - 0003566: [Morphic] TileMoprhTest>>testSoundMorph fails; fix attached - 0003571: [System] EventManager commen - 0003709: [Morphic] Fix for TileMorphTest >>#testSoundTile - 0003836: [Compiler] nil ~= 1and: [1 isNil] is parsed+compiled without complaint - 0002916: [PreferenceBrowser] Using ENTER in the new Preference Browser (HernanTylim) - 0003302: [Tools] FileList does not know mcz - 0003659: [Traits] fix for Behavior>>basicLocalSelectors (dvf) - 0003878: [SmaCC] SmaCCToken don't initialize start atribut correctly - 0003767: [Tools] FileList shows duplicate 'install' buttons for changesets - 0002793: [ToDo] new SqueakMap should be in 3.9a - 0002107: [Network] FileDirectory class>>retrieveMIMEDocument: class non-existent MIMEType class>forExtension: (tb) - 0002454: [Network] HttpUrl>>retrieveContents does not use correct mime type (tb) - 0003513: [ToolBuilder] [ENH] ToolBuilderBldEnh-KR - 0003514: [LanguageEditor] can not load translation file - 0003498: [Tools] MessageTally fail to open result window [DNU] UndefinedObject contractTo: - 0003475: [Compiler] Modifications to make MethodWrappers work in 3.9 - 0003497: [Morphic] In 7024 missing method affects minimizing a circle morph. - 0003500: [Morphic] removeAllEventTriggersFor: is sent without any implementor - 0003496: [Etoys] Can't run script in 7024 - 0003495: [Morphic] Deleting SketchMorph causes DNU in 7044 - 0003502: [Morphic] Crash when running ticking script - 0003492: [Collections] Complete the job of changing the way that arrays are printed - 0003415: [Kernel] Changeset is not updated when renaming a class - 0003337: [Etoys] In 7015 missing methods prevent viewers from coming up. - 0003466: [Morphic] In 7022 Kedema. Trying to follow the Squeakland Introduction leads to a DNU when adding turtles. - 0003435: [System] ExternalSettings still has a '--all--' category which breaks any fileout of its code and therefore condenseChanges/Sources (tim) - 0003416: [Morphic] Faster Moprhic invalidation (MarcusDenker) - 0003489: [SUnit] ClassTestCase >> selectorsTested misses "special" methods. - 0001200: [Browser] Outdent/Indent issue if code contains WideStrings - 0002158: [Browser] can resize left most pane into negative values - 0001604: [Morphic] [FIX] [BUG] smoothOrSegmentedPhrase-wiz - 0003375: [Monticello] mcz files saved in 3.9 don't load in 3.8 (avi) - 0003377: [Movies] mpeg plugin has changes to image to support dropping bits into an offset into a form so you can write to say Display (MarcusDenker) - 0001608: [Tools] [BUG][FIX] Morphic: File Selection Dialog - 0002116: [Morphic] Halo rotation of a true type font throws up a debug window. (MarcusDenker) - 0000521: [Morphic] [BUG] Button properties Morph need to be fixed or removed. (MarcusDenker) - 0003376: [Movies] mpeg plugin has changes to image to support read from buffer versus file (MarcusDenker) - 0001849: [Tools] 3.9 sub-window resize handles can cause strange results when dragged outside window - 0003269: [Kernel] Trait(Object)>>doesNotUnderstand: #asNode - 0003215: [TrueType] saving and reloading a string morph with a true type font breaks the font - 0003354: [Morphic] Can't select some colors in PaintBoxColorPicker - 0003358: [Network] SuperSwikiFixKR (cdegroot) - 0003355: [Multilingual] [BUG] Fresh 3.9a image (build 7020) has text morphs in objects window wrong size (MarcusDenker) - 0001795: [Tools] In 6690 new proportional sizers are not constrained by system window bounds. (MarcusDenker) - 0003328: [Morphic] Ctrl-E does not look for strings - 0003295: [Morphic] In 7006 MorphicMenuItem>>keystroke: code versions reveal a conflict. - 0002512: [Morphic] In 6713 Morphs dropped onto their viewers get deleted. - 0003319: [Morphic] In 7011 asking a morph for a viewer gets a DNU due to missing methods. - 0003312: [System] Can't delete projects (ImageSegment>>rootsIncludingPlayers still refers to Environment) (MarcusDenker) - 0003075: [Morphic] [Enh] in 7001 there are now Curvier polygons and curves here is the next iteration... MixedCurves - 0002589: [Morphic] [Fix] Now that we have targetsighting for sliders its time to fix buttons and menus. - 0002709: [Morphic] Sample instances have their leftmost row of pixels clipped off. - 0003061: [Morphic] [ENH] [Goodie] The next iteration of Snapview ... SnapPop - 0002496: [Morphic] Can't open world menu after halo's opened - 0003303: [Tools] Browser --> open does allways open Browser (not SystemBrowser default) (MarcusDenker) - 0003294: [Collections] KeyedSet>>add: cand send #errorKeyAlreadyExists: which is not implemented (MarcusDenker) - 0003301: [Tools] FileList has two install buttons (MarcusDenker) - 0003268: [Kernel] NumberTest>>testPrintShowingDecimalPlaces: broken (MarcusDenker) - 0003150: [Tools] In 7002 Asking for priorVersions causes browsing some primitive methods to get a DNU (MarcusDenker) - 0003258: [ToDo] [ENH] Entry in Fonts menu for easily getting all big fonts (MarcusDenker) - 0003254: [Compiler] faster #binding (MarcusDenker) - 0003249: [Kernel] Mac VM pops up debugger on every launch (InternetConfiguration broken?) (MarcusDenker) - 0002727: [Any] Version list does not show method categories (KenCausey) - 0003059: [Graphics] Bezier2Segment and LineSegment changes from Connectors (SqueakLand 3.8) (andreas) - 0003060: [Graphics] Graphics-md.27: additions from Connectors / merge with image (andreas) - 0002684: [Graphics] [Fix] In 6719 rotateBy: #right or #left returns wrong aspect ratio. (andreas) - 0002449: [Graphics] [Enh] Adds a target-sighting cursor to the menagerie of cursors. (andreas) - 0003178: [Kernel] Comment for class Monitor is obsolete - 0000325: [Any] JPEG export on Macs broken (johnmci) - 0001284: [System] "Smalltalk condenseSources" leads to UndefinedObject(Object)>>error: (MarcusDenker) - 0001590: [Kernel] dupAllCtrlAltKeysPref-dew (MarcusDenker) - 0002341: [Morphic] MorphicEventDispatcher minor refactoring (MarcusDenker) - 0001354: [Sound] MIDI port name is garbled in selection dialog (MarcusDenker) - 0001613: [Kernel] [ENH] truncatedChanges-ls (MarcusDenker) - 0001048: [System] [ENH] SystemNavigation>>allImplementorsOf:localTo: (MarcusDenker) - 0002779: [System] 3.9a-6721 theme... button on Services Browser gives 'key not found' walkback (MarcusDenker) - 0003131: [Morphic] In 7002 CircleMorph (fm connectors) has method that calls nonexistant super routine - 0003108: [Morphic] [quickFix] In 7002 selecting connector catagory or alpha p catagory gets a debug box. - 0002500: [Traits] In6713 Sometimes a Legitimate request generates DNU PseudoClass>>isTraits . (dvf) - 0002991: [Morphic] [Fix] Workspaces initial extent is too large for most uses. (MarcusDenker) - 0002452: [Tools] For double clicking on entrys to work properly, Inspectors and Browsers must explicitly disable autodeselect. (MarcusDenker) - 0003128: [Tools] [Fix] In 7002 Using browser buttons to ask for prettyprinting gets DNU Compiler>>asText (MarcusDenker) - 0003110: [Compiler] In 7002 asking a browser for pretty printing gets DNU Compiler>>asText (MarcusDenker) - 0000626: [Graphics] Loading BMP 32bit (andreas) - 0001388: [Graphics] [BUG] GIFReadWriter - degradation on writing (andreas) - 0003049: [Morphic] fast window resizing needed - 0002352: [Morphic] FileListBrowser shows "changes" and "code" buttons twice - 0001596: [Kernel] [BUG][FIX] lurking signals in EventSensor - 0002127: [Morphic] Enhanced comment for the PolygonMorph - 0002122: [ToDo] Reload Balloon packages to reflect updated structure of Balloon. - 0002121: [Morphic] Deal with Morphic-Balloon and Morphic-TrueType - 0001641: [System] [ENH] Zip Serial Reading (was Re: [NIT] Managing repositories in MC) - 0001733: [Collections] [ENH][FIX] String-upToDep-huma - 0001913: [Collections] Make all implementors of #nextPut: to return the argument (instead of self) - 0003056: [System] Changing theme does not work anymore - 0002577: [Morphic] The brightSqueak theme is not usable. - 0003047: [Morphic] PolygonMorph.st - 0001801: [Morphic] The objects catagory for tools is overloaded. The first time it is call it takes forever to load. - 0002990: [Morphic] [Fix] About this system item in yellow button personal menu throws up a DNU. - 0002690: [Etoys] Does Squeak still require the isFlagship Preference? - 0000504: [Morphic] [FIX] Closed curves can be smooth except for one sharp bend. - 0002922: [Compiler] Debugger shows only pretty printed code - 0002969: [SUnit] Small enhancement for the TestRunner - 0002921: [Compiler] Emergency evaluator when MNU (MarcusDenker) - 0002868: [Morphic] Copying the text of a list morph via the halo menu does return empty - 0002913: [Compiler] MessageNotUnderstood: ByteSymbol>>methodDict - 0002909: [Traits] Fix for requirements calculation (dvf) - 0002911: [Traits] Fix for requirements calculation - 0002814: [Traits] targetTraits is shadowed in "RequiredSelectorsChangesCalculator" (dvf) - 0001632: [Kernel] [ENH] BehaviorHashEnh - 0002126: [Graphics] Rectangle>>areasOutside: has a bug (andreas) - 0000503: [Morphic] [FIX] target setting menu items for sliders and buttons have never worked - 0002345: [MVC] Cannot open Workspace from world menu in MVC (cdegroot) - 0001484: [Morphic] [Bug] Halos persist after object is dropped into trash with grab halo. (Which grabs its morph back out) - 0001625: [Morphic] [Fix] Thumbnails scale size now fixed for forms as well as morphs. - 0001454: [Morphic] [Fix] Add vertex handle doesn't work for arrows. - 0001347: [Morphic] Doubleclick on list entries not working properly - 0001015: [Morphic] [Goodie] SnapView provides clean screen shots and snapshot images of morphs. - 0001771: [Morphic] [Fix] [Enh] DoubleClickExample last worked as specified in 2.7. Propose ClickExerciser as a replacement. - 0002498: [Tools] In Sq6713 Strange behaviours when asking for class ref. - 0001824: [Compiler] Add methodNode>>generate, fix senders to use it - 0002789: [Morphic] [Enh] Annotation Preference Morph was asthetically challenged. - 0001734: [Kernel] [ENH] remove deprecated Chronology methods in 3.9 [cd][su][sm] - 0002513: [Kernel] arcTan: returns angle in strange intervale - 0002118: [System] Integer class >> #primesUpTo: omits the largest prime number when the arg is larger than 25001 - 0001774: [Morphic] When starting fresh software screen depth is set to 32. This looks ugly if hdwe is set to 16. - 0001109: [Morphic] ScrollPane code/comment mismatch - 0002715: [Any] PointerFinder does not look into CompiledMethods (KenCausey) - 0002708: [Collections] SharedQueue does not nil out unused slots when flushing - 0002154: [Kernel] Light-weight mutex implementation - 0002168: [Graphics] Point>>theta uses single precision constants in the special case and sends in the general case
tan := y / x .
dir := tan ar (andreas) - 0002246: [Compiler] Evaluating code and #DoIt/#DoItIn: - 0002124: [Morphic] 6695: Right click on world gives DNU (dgd) - 0001830: [Kernel] [enh] HaltOnce - 0001049: [Files] oldFileOrNoneNamed: does not work with partial file names and non-default file directory (cdegroot) - 0001838: [Files] detectFile:do: closes the file before the block that handles the file gets a chance to run (cdegroot) - 0001807: [MVC] Error notifier does not open in an MVC project - 0002359: [MVC] Debugger in MVC opens in next available Morphic world - 0002463: [Kernel] When filing in, do not ask whether it's okay to move class var to Undeclared. Just move it. - 0002379: [Compiler] BlockContext>>decompile broken, ProcessBrowser does not work - 0002415: [Morphic] Error after one presses ESC key two times. - 0002497: [System] MNU when changing title on Morphic Project - 0002377: [System] Cannot rename a project from its window menu - 0002265: [Kernel] Simplify BlockContext>>decompileBlock: - 0002254: [Kernel] Characters are improperly stored (#storeOn:) - 0001407: [System] FileStream>isSourceFileSuffix: and senders (ohshima) - 0002373: [System] ParagraphEditor >> #makeCapitalized: comment is not correct - 0002487: [Kernel] remove UndefinedObject>>#test - 0002445: [Kernel] fix for Behavior>>#selectorsWithArgs: - 0002143: [Collections] usage of second/third/fourth/fifth/etc - 0002530: [Morphic] MessageNotUnderstood: TheWorldMenu>>openFileDirectly in 6713 - 0002309: [Morphic] Slip in TheWorldMenu>>#openMenu - 0002271: [Morphic] [BUG] [FIX] Changing system font in 3.9 (cdegroot) - 0001041: [Kernel] [VM][ENH] LowSpaceAndInterruptHandler-dtl (dway) - 0002229: [Kernel] Integer>>printOn:base:showRadix: - 0002117: [System] Date >> #addMonths: broken - 0001837: [System] #printShowingDecimalPlaces: doesn't work for moderate or big numbers - 0002187: [System] Utilites class >> #floatPrecisionForDecimalPlaces: doesn't work for arguments bigger than 9 - 0002165: [Any] World menu - flaps (KenCausey) - 0001555: [Collections] [ENH] for Skiplist - 0001823: [Morphic] BookMorph findText: Tolerate empy #allText - 0001833: [Graphics] [ENH] FasterRectangelInsetBy - 0001842: [Collections] [ENH] String>>#withoutLeadingBlanks - 0001772: [Morphic] [Enh] Make HandMorph use hardware cursor when possible - 0001802: [Kernel] Add a warning hint to Delay comment - 0000622: [Morphic] Renaming a project with shift+click on SystemWindow title (frankcag) - 0001382: [System] 3.8 performance regression - ByteSymbol>>#hash - 0001532: [VM] Remove some VMMaker methods to package - 0000850: [Morphic] [BUG][FIX] PostScript output is invalid (laza) - 0000597: [Network] Network-TelNet WordNet broken, should be removed - 0001493: [Graphics] [BUG] in color (Color r: 1 g:0 b:0) * #(1 1 1) -> DNU - 0001285: [System] [BUG][FIX] mimeTypesFor-brp - 0001318: [VM] Minor 64bit system support package needs releasing ASAP (dway) - 0001319: [System] Garbage Collection statistics and tuning image code needed in update stream (dway) - 0001328: [Multilingual] LocalePlugin support code (michael)
Squeak - 3.8 ============ - 0006754: [SqueakMap] VersionNumber class has a bad equality operation (gokr) - 0001415: [System] [BUG] ByteArray>>unsignedShortAt: (tim) - 0001606: [System] [FIX] ZipArchive - Cant read from ReadWriteStreams (ned) - 0002404: [VM] Add VM filename conversion access and endianness access to interpreterProxy for plugin use (tim) - 0001949: [Network] unneccssary #initialize in UUID class >> #new (gokr) - 0001519: [VM] [BUG] failure during attempted VMMaker build - 0000919: [Any] We should have a question popping up to load post release fixes from the update stream if the image is "pristine". (dway) - 0000812: [Any] Message not understood: Text>>stamp when viewing code that includes removed methods - 0000617: [Compiler] #(nil true false) potentially breaks lots of methods (gokr) - 0000581: [LanguageEditor] [ENH] 'where' in LanguageEditor - 0001317: [IRC] category Network bring error about IRCeMorph message not understood (frankcag) - 0001070: [VM] Major holes in VM space security (tim) - 0000519: [Morphic] [BUG] Navigator buttons invoke crash (bert) - 0000650: [Kernel] (Delay forMilliseconds: 625/4) wait ==> BOOM - 0000591: [Morphic] Embed bugs in rotated morph - 0000546: [Celeste] [BUG][FIX] CelestePngFix (bert) - 0000184: [Any] File not found messages before fonts are fixed (bert) - 0000728: [Kernel] Yet another AcornFileDirectory naming fix - 0000666: [Compiler] Variable spelling correction fails if SharedPool used by class or parents (andreas) - 0000209: [VM] (object become: object) kills the VM (tim)