[squeak-dev] [Ann][Cuis] Cuis 2.8 released

Levente Uzonyi leves at elte.hu
Sat Nov 6 01:39:07 UTC 2010


On Thu, 4 Nov 2010, Juan Vuletich wrote:

> Hi Folks,
>
> Cuis 2.8 is available at www.jvuletich.org/Cuis/Index.html .
>
> New in Cuis 2.8:
> - Fixes to Character sorting and testing methods, to honor ISO-8859-15 
> encoding
> - Better conversion to/from UTF-8
> - Faster startup (forked DateAndTime class>>startup)

I checked the changeset and found that you're forking the process at 
priority 50 (#userInterruptPriority). AFAIK the process running the 
startup code has priority 40, so the startup process will be suspended 
while the forked process is running.

> - Honor quit signals from the OS (from Squeak)
> - #findBinary:do:ifNone: and #findBinaryIndex:do:ifNone: in 
> SequenceableCollection

I think #findBinary:ifNone: is useful, because it can be used just like
#detect:ifNone:.

> - PointerTracingTools by Matthew Fulmer
> - Many recent tweaks from Squeak
> - Tweaks to blinking cursors
> - Tweaks to LayoutSpecs and PluggableMorphs
> - Tweaks to Editors
>

I also checked the MessageTally changeset (0431) and found that 
MessageTally won't work in Cuis running on Cog, because some VM parameters 
can be nil. See MessageTally >> #spyEvery:on: and friends.


Levente

> I also tweaked the web page, so take a look!
>
> Cheers,
> Juan Vuletich
>
>



More information about the Squeak-dev mailing list