[updates] 16 more for 3.1alpha

Dan Ingalls Dan.Ingalls at disney.com
Thu Mar 15 05:54:00 UTC 2001


... as follows ...

	- Dan
---------------------------
3813ResizeScript-tk -- Ted Kaehler -- 8 March 2001
Preserve the size of a ScriptEditor and its TwoWayScrollPane through a hibernate and unhibernate cycle.

3814chgSorterFix-sw -- Scott Wallace -- 9 March 2001
Fixes bug in obtaining shifted message-list menu in a change sorter"

3815equalTestingFix-raa -- Bob Arning -- 11 March 2001
quick fix for ResourceLocators being compared to other objects"

3816StarHandleFix-di -- Dan Ingalls -- 11 March 2001
Fixes the handles for Star morphs.
The essence of the fix was to add mouseDown sensitivity to the handles.
But I also cleaned up the code a bit.

3817jhmSysFixes -- John Maloney -- 12 March 2001
Several little tweaks:
  1. make ST-to-C translate to:by: assume a positive increment when increment is not a constant
  2. faster pixelValueForDepth: for 32-bit depth

3818StarSqueak

3819buttonProps2-raa -- Bob Arning -- 9 March 2001
Integration of button properties into:
- general properties (magenta halo handle)
- scripts (as alternative button to fire script)"
Preferences
	addPreference: #useButtonProprtiesToFire 
	category: #scripting 
	default: false 
	balloonHelp: 'For testing - uses newer button properties code to build the button used to fire the script' 

3820downshift-srRAA -- Stephan Rudlof -- 11 March 2001
String>>withFirstCharacterDownshifted returns a copy now, if applied to a string.
Found while testing the MethodFinder tool with
	'Hallo'. 'hallo'
, which gives wrong results.

3821CurveBoundsFix-nkRAA -- Ned Konz -- 11 March 2001
Curved lines were not computing their bounds correctly
if they didn't have an arrow at their first vertex.
This change set fixes the problem."

3822MPEGFixes2-kfrRAA -- Karl Ramberg, Bob Arning -- 14 March 2001
Here are some fixing to the MPEGPlayerMorph and MPEGPlayer2.
-Removed some unused methods. 
-Added abillity to play mp3.
-Made fileName-extension-casing-bug-workaround platform 
aware.(Bug only reported on mac. Workaround only checked on mac)
-Fixed issue that occured when image/project was saved with MPEGPlayerMorph
open and reffering to a MPEG file, and that MPEG file not was present
when opening/loading image/project
-General cleanup"

3823celesteFixes-sbw -- Steve Wessels -- 14 March 2001
Attached please find 2 change sets that address a known bug and make some enhancements to Celeste.  These changes were tested against Squeak V3.1 by myself, Lex Spoon and Mike Rutenberg. 
These changes include: 
'fix multicolumn morph' 
fixes a bug in the highlighting code.  Celeste uses this in Squeak.
'celeste fixes and enhancements' 
Added an outbox queue status box to the optional status pane row.  This is very handy if you are prone to forgetting to tell Celeste to actually send your messages. 
The attachments indicator is now optional.  This is controlled by a new preference.  See #celesteShowsAttachmentsFlag.  By default it is OFF.  The attachments flag handles the big performance hit people have been complaining about in V3.0.  This 'solution' provides performance relief at least until we get around to enhanceing the e-mail database itself. 
The maximum message count constant is now a whole lot larger.  See the Celeste class method #maxMessageCountUpperBound.  You can still change the maximum viewed message count from the categories menu.  This is the upper limit constant defined in Celeste.  It is now 100000; up from 500.  - Steve Wessels 

3824fixFtpException-raa -- Bob Arning -- 14 March 2001
Gosh, if I'm going to resume an exception, it ought to resumable."

3825mpegCleanup-raa -- Bob Arning -- 14 March 2001
Now that the foos are unreferenced, remove them."

3826desktopCmdKeyPref-sw -- Scott Wallace -- 13 March 2001
Adds a preference which allows you disable the use of desktop command-key shortcuts, such as cmd-t for bringing up a transcript.  The name of the new preference is honorDesktopCmdKeys.
Also, fixes a bug that could bring up a spurious warning regarding universal tiles whenever a new preference was added."

3827minorCeleste-raa -- Bob Arning -- 14 March 2001
removed a reference to an undeclared variable"

3828VersionedUpdatesList-di -- Dan Ingalls -- 14 March 2001
Saves the prior version of 'updates.list' when writing a new version to the update server.







More information about the Squeak-dev mailing list