[updates] 11 more for 3.1 alpha

Dan Ingalls Dan at SqueakLand.org
Tue Sep 4 22:29:42 UTC 2001


-- 
Folks -

We are now beginning to issue some of the fixes and enhancements from this list.  Thanks to you all, and especially to your trusty Fixes and Enhancements Committee (especially Stefan, Doug and Bob).

	- Dan
----------------------
4304startAllEtc-sw -- Scott Wallace -- 4 September 2001
Adds etoy scripting commands startAll:, pauseAll: and stopAll:, which serve to change the status of a given script in all sibling instances of an object by a single gesture."

4305DumbMacHack-sma -- Stefan Matthias Aust -- 11 November 2000
Make sure that the change set's file name is no longer than 31"

4306BrowserFixes-jlb -- Jim Benson -- 14 August 2001
Fixes a DNU if you left click into an empty method category pane."

4307insertPageFix-mdr -- Mike Rutenberg  -- 14 August 2001
Minor fix for a boolean expression bracketing problem in
	BookMorph (methodsFor: 'insert and delete') 
	insertPage: aPage pageSize: aPageSize atIndex: anIndex
Was:	(pages isEmpty | anIndex == nil)
Now:	(pages isEmpty | anIndex isNil)"

4308SkipLists-lc -- Leandro Caniglia -- 18 June 2001
Based on
Skip Lists: A Probabilistic Alternative to Balanced Trees
by William Pugh"

4309BlueMPEGFileDialog-kfr -- Karl Ramberg  -- 11 August 2001
Better file dialog for MPEGMoviePlayerMorph (the blue one)"

4310SqueakListChangeFix-nk -- Ned Konz -- 8 August 2001
This changes the hard-coded name of the
Squeak list in the mail out bug report or
change set operations to
squeak-dev at lists.squeakfoundation.org

4311CelesteFirstOpenFix-nk -- Ned Konz -- 8 August 2001
In a fresh image, Celeste current will open a new Celeste window, but will return Celeste (the class), rather than the new Celeste.
This can be seen, for instance, by emailing a change set to the list from a fresh image.
This change set fixes this problem, which was introduced in the 4170dbLessCeleste-ls change set.

4312StarMorphShfClickFix-nk -- Ned Konz -- 8 August 2001
If you create a StarMorph and shift-click on it a couple of times,
you'll get a walkback because PolygonMorph doesn't know about
StarMorph's editing of its vertices.
This fixes the problem.

4313BetterDebugger3-hmm -- Hans-Martin Mosner <hmm at heeg.de> -- 29 July 2001
Some more additions to the debugger:
1. Support for stepping into blocks (thanks to Henrik Gedenryd)
2. A NonBooleanReceiver exception
3. Balloon help for the debugger buttons
4. A problem with handling exceptions in the debugger was fixed (when you stepped into the exception handling code, and then did a step which executed the #signal method, it would open a separate notifier)
Handling of #mustBeBoolean in code being debugged is still a bit rough...

4314NumbersAsWords-RAAdi -- Bob Arning, Dan Ingalls -- 24 August 2001
Bob: Defines #asWords for Integers.
For example, SmallInteger maxVal asWords
 ==> 'one billion, seventy-three million, seven hundred forty-one thousand, eight hundred twenty-three'
Dan: Also includes a couple of fixes so that Speaker does a reasonable job of pronouncing these numbers.

4315Fix4305 -- Andreas Raab -- 4 September 2001
Fixes a bug introduces in 4305 no longer adding the change set version numbers."




More information about the Squeak-dev mailing list