[UPDATES] 9 for 3.6beta

Bruce ONeel edoneel at sdf.lonestar.org
Mon Sep 1 11:59:39 UTC 2003


Hi,

These updates are in:

ftp://st.cs.uiuc.edu/pub/Smalltalk/Squeak/3.6beta/Squeak3.6b-5411.zip

I'll note that st.cs.uiuc.edu seems to have a very slow
connection today.

cheers

bruce

Doug Way <dway at riskmetrics.com> wrote:
> 
> The latest approved fixes for 3.6beta.  There will be one last round of 
> fixes in a few days, then it's on to 3.6gamma & 3.7alpha.
> 
> - Doug
> 
> 
> ----------------
> 
> 5403MVCDebuggerFix-ajh -- Anthony Hannan -- 6 August 2003
> Forked process that opens the debugger needed to 
> searchForActiveController before terminating"
> 
> 5404EditorEscFix-bg -- Boris Gaertner -- 1 June 2003
> When you press the Esc button in an MVC workspace, you get a walkback 
> 'offerMenuFromEsc: not understand'. In Morphic, the context menu is 
> offered when the Esc button is presssed. This change set adds the same 
> feature for MVC. "
> 
> 5405KCP98SystemNavFix -- stephane and daniel -- 23 August 2003
> Move all implementations of systemNavigation into 
> Object>*system-support"
> 
> 5406KCP99SingletonSysNav -- Stef and Daniel -- 23 August 2003
> Introduce a singleton for SystemNavigation
> Change Object>>systemNavigation to use it."
> 
> 5407KCP100FixSingletonRefs -- Stef and Daniel -- 23 August 2003
> Fix all the references to SystemNavigation new to use the 
> Object>>systemNavigation"
> 
> 5408KCP101ReintroduceDepr -- Stef and Daniel -- 23 August 2003
> reintroduce nicely the methods #allCallsOn:,
> #allUnsentMessages, and #allUnreferencedClassVariables in 
> ClassDescription.
> Note that the following methods are not reintroduced as they are 
> dealing with UI stuff.
> #browseAllAccessTo:
> #browseAllCallsOn:
> #browseAllStoresInto:
> 
> 5409FFICleanup -- Adam Spitz -- 25 August 2003
> Just recategorizes a bunch of ByteArray methods, so that FFI will be a 
> nice well-behaved PackageInfo package (more or less)."
> ByteArray organization renameCategory: 'external access' toBe: '*FFI'.
> ByteArray organization classifyAll: { #asExternalPointer } under: 
> '*FFI'.
> 
> 5410IntlChars-ar-dgd -- Andreas Raab -- 24 August 2003
> Enable the use of international characters such as Umlauts.
> Most of the work done by Andreas.  Some small fixes by Diego Gomez Deck
> Diego's work:
> - call to String initialize in the postscript.
> - some small fixes in Character class>>initializeClassificationTable 
> for Spanish letters
> These pairs of upper/lower letters need checking from 
> non-spanish/non-german/non-english speakers.
> 		($È $è)	($Ì $ì)		($Ò $ò)	($Ù $ù)
> 		($Ë $ë)	($Ï $ï)
> 		($Â $â)	($Ê $ê)	($Î $î)	($Ô $ô)	($Û $û)
> WARNING: Change set has been manually re-arranged.
> Take care when trying to file it out again.  The definition of 
> Character class>>initialize, Character 
> class>>initializeClassificationTable and an evaluation of 'Character 
> initialize' have to be the first steps after the Character class 
> redefinition.
> 
> 5411FCB-browseSenders-bkv -- Brent Vukmer <brentvukmer at yahoo.com> -- 14 
> August 2003
> This fixes the browse-senders function in the FileContentsBrowser by 
> removing an unnecessary 'new'.
> I'm puzzled, though; why do 9 different classes implement 
> #systemNavigation, since all 9 use the same implementation?"



More information about the Squeak-dev mailing list