
=== 2206positionFixes-sw.cs ===
Change Set:		positionFixes-sw
Date:			4 February 2009
Author:			Scott Wallace

Fix for TRAC #9115: Etoys: 'bearing to' and 'distance to' tiles is calculated based on the top-
left corner. -- should be based on reference positions.

=== 2205virtDisplayJan12-yo.cs ===
Change Set:		virtDisplayJan12-yo
Date:			12 January 2009
Author:			Yoshiki Ohshima

Enable it a bit more eagerly.

=== 2204copyright-bf.cs ===
Change Set:		copyright-bf
Date:			8 January 2009
Author:			Bert Freudenberg

Put a full copyright notice into the image, make  Smalltalk>>copyright match that, and add a check to release builder so they remain consistent. Also, the about menu offers to show the license now.

=== 2203jaInputDec8-yo.cs ===
Change Set:		jaInputDec8-yo
Date:			8 December 2008
Author:			Yoshiki Ohshima

Make Anthy based Japanese input work.

=== 2202fullAuthTools-sw.cs ===
Change Set:		fullAuthTools-sw
Date:			5 January 2009
Author:			Scott Wallace

TRAC 9173:  Offer full authoring-tools menu to all users.
Show the same, full, set of choices in the authoring-tools menu whether or not eToyFriendly is turned on.

=== 2201FixOnSugarSandBox-yo.cs ===
Change Set:		FixnOnSugarSandBox-yo
Date:			15 December 2008
Author:			Yoshiki Ohshima

The logic was wrong when to enable the sandbox.

=== 2200dismissProjView-sw.cs ===
Change Set:		dismissProjView-sw
Date:			8 December 2008
Author:			Scott Wallace

Fix for TRAC 9058.  Cannot delete a ProjectViewMorph that represents a remote project.

=== 2199altDot-sw.cs ===
Change Set:		altDot-sw
Date:			23 November 2008
Author:			Scott Wallace

TRAC 8879 -- make alt-dot pause all ticking scripts even when eToyFriendly flag is off

=== 2198unCamelCase-sw.cs ===
Change Set:		unCamelCase-sw
Date:			3 November 2008
Author:			Scott Wallace

Fix for TRAC ticket 8929:
Should not attempt to 'un-camel-case' user-defined script and variable names.

User-defined script names and user-defined variable names will now always appear in the same form  accepted when the names are defined, which means they will always
 -- start with a lower-case alphabetic character
 -- consist entirely of alphabetic and numeric characters (NB:  no spaces)
Except for forcing the first character to be lower-case-alphabetic, the case of the identifiers dfor user-defined variable and script names will be exactly as the user typed them in.

These rules had gotten somewhat compromised with stamp-out-camel-case code earlier this year, but now are restored.  Note that *system-defined* method and variable names still undergo 'un-camel-casing', so that for example 'scaleFactor' appears on tiles as 'scale factor'.

=== 2197arrowsOnLangChg-sw.cs ===
Change Set:		arrowsOnLangChg-sw
Date:			3 November 2008
Author:			Scott Wallace

Fix for TRAC 8928 - Switching language loses arrows.

=== 2196wrap-swyo.cs ===
Change Set:		wrap-swyo
Date:			5 November 2008
Author:			Scott Wallace and Yoshiki Ohshima

A workaround for wrap issues in UserText and PreferencesPanel.

=== 2195koEnvironment.cs ===

=== 2194scriptNameTileFixup-sw.cs ===
Change Set:		scriptNameTileFixup-sw
Date:			22 October 2008
Author:			Scott Wallace

Some old projects from earlier versions of etoys can have faulty structure in ScriptNameTiles.  This update adds fixing up such tiles to the procedures undertaken under 'attempt misc repairs' in authoring-tools menu. 

=== 2193newDatastore-bf.cs ===
Change Set:		newDatastore-bf
Date:			28 October 2008
Author:			Bert Freudenberg

Cope with new Datastore using ByteArrays for Strings
