[UPDATES] 15 for 3.6alpha

Doug Way dway at riskmetrics.com
Mon Jun 30 06:52:51 UTC 2003


These are the approved items for the last week.

Still need to incorporate the current KCP items, and the DecPools stuff 
once it gets converted to a changeset (by me or someone else).

- Doug Way


---------------------------------------------------------
5280AcornFileDir-tpr -- tim at sumeru.stanford.edu -- 7 June 2003
Stop RiscOS-illegal chars in filename"

5281relabelFix-nk -- Ned Konz -- 26 April 2003
This fixes a problem experienced by some SystemWindows whose model is 
nil."

5282KlattLayoutFix-nk -- Ned Konz -- 18 May 2003
This improves the layout used by the KlattFrameMorph. Try: 'Speaker 
manWithEditor'.
(Merged with MCP changeset 5240 which removed the #color: send in 
KlattFrameMorph>>initialize. -dew)

5283isSymbol-md -- Marcus Denker -- 30 April 2003
This Changeset adds Object>>isSymbol and Symbol>>isSymbol
(returning false and true).
There are two reasons:
1) I wanted to run a Smacc Parser without having to install the
    Refactoring Browser or SmaCC development.
   #isSymbol seems to be everything it needs.
2) There are 13 direct References to the class Symbol via 'isMemberOf: 
Symbol'.
     These now can be refactored to use #isSymbol instead."

5284DismissButtonX-laza -- Alexander at Lazarevic.de -- 18 June 2003
This changes the look of the default dismiss button from O to X. This 
conforms to the use in every other place in the system. Look at a 
ObjectTool morph to see the change."

5286BBClipFix-ar -- Andreas Raab -- 8 March 2003
The CS fixes a problem encountered when drawing morphs with huge 
positions/sizes. In this case a BitBlt primitive can fail as it is 
unable to handle the resulting large integer arithmetic. The problem is 
corrected by clipping manually if the primitive fails and (if 
successful) retrying with the reduced size."

5287SliderMorphVocab-nk -- Ned Konz -- 9 June 2003
A small fix for a typo noticed by Rick McGeer <rick at mcgeer.com>.

5285remove-examples-md -- Marcus Denker -- 21 April 2003
This changeset removes some methods:
1) SecureHashAlgorithm (example, example2).
These have been rewritten to use SUnit and are part of the BaseImage 
Tests Package.
2) URL class>>quickieTest, which has been refactored to use SUnit and
is now part of the BaseImage tests package.
3) Random class>example, this is a short
introduction how to use Random, it has
been moved to the class comment"

5288DropFilesEvent-dgd -- Diego Gomez Deck 
<DiegoGomezDeck at ConsultAr.com> -- 31 March 2003
BUG: An error occurrs when a drag event is processes and the world has 
not a real color (example: an InfiniteForm).  The method try to get the 
negated color and it fails.
FIX: an #asColor message is send to "owner color"

5289remove-logging-md -- Marcus Denker -- 4 May 2003
This removes two methods from Object which are not called.
flag:log:             not used.
flag:streamlog:     empty method."

5290GrafPort-frameRect-efc -- Eddie Cottongim -- 23 June 2003
Changes GrafPort>>frameRect to use the same idea as 
Form>>border:width:rule:fillColor: to achieve a large speedup on this 
operation."

5291TallyVMParam-yo -- Yoshiki Ohshima -- 12 December 2002
Two methods in MessageTally do unnecessary arithmetic between integer 
and array of integer."

5292unregVmMaker-tpr -- Marcus Denker -- 18 June 2003
This changeset is empty. The postcript removes the VMMaker entry from
the Worlmenu."

5293FileList2-color-dgd -- Diego Gomez Deck 
<DiegoGomezDeck at ConsultAr.com> -- 27 June 2003
FileList2 had an implementation of #defaultBackgroundColor answering 
Color white.  It breaks the uniformity with FileList and also breaks 
the posibility to change the color from 'Window Colors' panel
This changeset simply removes the method so the methos in object is 
used."

5294MoreSystemNavFixes-nk -- Ned Konz -- 26 June 2003
Yet more fixes for methods referring to methods from SystemDictionary 
that have been deprecated and duplicated in SystemNavigation.
Applied to a 3.6a-5278 image

5295SMCardUndeclared-nk -- Ned Konz -- 26 June 2003
This fixes a couple of problems in SqueakMap related to 3.6a removals 
and changes. It is intended to work in older images as well.
First, the SMCard interface to mail a comment to an author has been 
changed to use MailSender, Celeste, or AdHocComposition, as available.
Second, the SMLoader checks for the existence of a registered 
WebBrowser or Scamper before offering to open a browser in its help.



More information about the Squeak-dev mailing list