[UPDATES] Numerous bug fixes

Dan Ingalls Dan.Ingalls at disney.com
Fri Sep 10 00:23:06 UTC 1999


Folks -

I've just put out 19 more updates for 2.5.  These address lots of the bugs reported recently.  Thanks for everyone's help shaking things down.

	- Dan for Squeak Central
-------------------------------
1419ClassBuilderFix-ar -- Andreas Raab -- 5 September 1999
This change set fixes a subtle problem when a class changes its format as well as the class variables/pools.

1420FlashAlphaFix-ar -- Andreas Raab -- 5 September 1999
Fixes related to alpha transforms (deep down the engine). Requires a new VM to take effect. [Note to Michael: Targeted at the rusty spots]

1421FlashStepFixes-ar -- Andreas Raab -- 5 September 1999
Fixes the Flash players dependency on the Morph step frequency.

1422TimerStuff-ar -- Andreas Raab -- 6 September 1999
Fixes a BIG problem in the Windows VM when having active delays by replacing the use of the clock() call in ioLowResMSecs for Win32. Also provides two benchmarks on the ST side for profiling the speed of both, ioMSecs() and ioLowResMSecs() within the VM."

1423HdrTypo-ar -- Andreas Raab -- 6 September 1999
Fixes a small typo introduced in the previous change set.

1424CtlTerminateForMVC-di -- Dan Ingalls -- 7 September 1999
Brackets a few more keyboard-induced methods with terminateAndInitializeAround:.
Also cleans up a number of methods that weren't using this construct.

1425personalMenuFix-dew -- Doug Way -- 8 September 1999
A buglet fix for the Preferences personal menu.  (Update from server didn't work.)"

1426SqueakFixes-di -- Dan Ingalls -- 7 September 1999
Fixes a few bugs reported in Squeakville...
Deleting a page from a Morphic book with transitions now works correctly.
	Reported by Bolot Kerimbaev.
Positioning of Morphic windows and panes now work correctly in an MVC window.
Ditto for fast reframing.
	Reported by Doug Way.
Also eliminates redundant display when zooming into MVC projects.

1427CtlTermTweak-di -- Dan Ingalls -- 8 September 1999
Removes an override of #dispatchOnEnterWith: that lacked proper control termination.

1428MorphicUndoFix-di -- Dan Ingalls -- 8 September 1999
Fixes a subtle problem reported by Bert Freudenberg, as follows...
Type something in a workspace, select something in the middle, type something and then choose undo from the menu. Nothing happens. Until you select something in the text and see odd character fragments appear. After a redraw or a keypress it behaves normally, but id didn't do the right undo op.
It seems to work OK now.

1429imgSeg-tkKY

1430reframe-bf -- Bert Freudenberg -- 6 September 1999
Fixes getting stuck in minimal extent frame when resizing system windows and fastDragWindows is on. Also enhances reframing with corner handles when fastDrag is off.
Tweaked by Dan Ingalls for better code sharing (withSideOrCorner:setToPoint: calls withSideOrCorner:setToPoint:minExtent:)  and to accomodate earlier changes to spawnPaneFrameHandle:.

1431ClsChanges-ar -- Andreas Raab -- 9 September 1999
Fixes a problem in the ClassBuilder not reporting a class as changed when class vars/pool dicts are added (reported by Ted)."





More information about the Squeak-dev mailing list