[UPDATES] 11 for 3.8 / 3.9

Bert Freudenberg bert at impara.de
Fri Jan 7 18:51:56 UTC 2005


Fixes collected from Mantis:

"Change Set:		DropService-bf
Date:			21 September 2004
Author:			Bert Freudenberg

DefaultExternalDropHandler was using the name instead of the stream 
when performing its service, resulting in a DNU. Fixes bug #163"


"Change Set:		startupOrder-bf
Date:			7 January 2005
Author:			Bert Freudenberg

Do byte reversal in ShortArrays earlier in the startup sequence. Fixes 
bug #184"


"Change Set:		MailPngFix-kfr
Date:			5 November 2004
Author:			Karl Ramberg

Attached png would not show. Fixed."


"Change Set:		Embed-bf
Date:			7 January 2005
Author:			Andreas Raab / Jerome Peace

Fix for bug #591 as suggested by Andreas Raab"


"Change Set:		DelayFix-dtl
Date:			11 December 2004
Author:			David T. Lewis

The following will hang a Squeak image. The error cannot be caught and 
the image is left in an unrecoverable condition (at least I don't know 
how to recover it).

   (Delay forMilliseconds: 625/4) wait ==> BOOM

The fix (provided) is to ensure that a Delays are created with integral 
values.
"


"Change Set:		SharedPoolSpelling-tpr
Date:			14 December 2004
Author:			tim at sumeru.stanford.edu

Mantis bug #666.
A hopefully temporary fix for a correct-the-spelling problem when 
SharedPools are used. Since they are not dictionaries, the #keysDo: 
method is not really appropriate but it solves the problem pro-tempore"


"Change Set:		defaultDir-tak
Date:			17 December 2004
Author:			Takashi Yamamiya

The argument of FileDirectory class >> setDefaultDirectory should be 
encoded text.
A platform dependent string causes crash at start up.
"


"Change Set:		AcornFDcheckName-75
Date:			23 December 2004
Author:			tim at sumeru.stanford.edu

Yet another attempt at catching and correcting filenames for RISC OS. 
This time we keep a class var with a mapping of all the allowable or 
convertable characters. This at least works ok with spaces and 
hardspaces"


"Change Set:		balloonCenter-wiz
Date:			31 December 2004
Author:			Jerome Peace

Fix for Mantis bug 783: Balloon Morph text goes outside of balloons 
when lots of text.

Large balloons such as that for the trash can are not centered in the 
balloon.
adjustedCenter tried to fudge it.
This fix returns the original center of the textMorph within the 
balloon by selecting the vertices that represent the morphs corners and 
finding their center. A perfect fit every time."


"Change Set:		keyboardCleanup-tpr
Date:			5 January 2005
Author:			tim at sumeru.stanford.edu

Minor cleanup of HandMorph so it doesn't pillage EventSensor and grab 
the eventQueue. All the users of the modified code appear to keep 
working as before - menu navigation, typing etc"


"Change Set:		SharedQueuePeek-tpr
Date:			5 January 2005
Author:			tim at sumeru.stanford.edu

The comment for SharedQueue>peek claims that the method will suspend a 
sender if the queue is empty. A simple test shows this to be crap.
It is pretty obvious the comment/code was copied from ShareQueue>next 
and not well edited."


- Bert -




More information about the Squeak-dev mailing list