Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog159
1 files changed, 159 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7462705..764367c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,163 @@
+=== 2408repo1658-bf.cs ===
+Change Set: repo1658-bf
+Date: 1 July 2012
+Author: Bert Freudenberg
+
+Update packages to repository version 1658 (update-bf.31).
+
+Changes from v1655 of 24 June 2012 to v1658 of 27 June 2012:
+--------------------
+MorphicExtras-bf.73
+Do not translate the close button's 'X' label
+
+MorphicExtras-bf.74
+Revert addition of graph-location watcher items to Morph's extras menu. The viewer is a better way to get watchers.
+--------------------
+ScratchConnect-bf.4
+Move ScratchClient to 'Tools' category
+
+
+=== 2407repo1655-bf.cs ===
+Change Set: repo1655-bf
+Date: 25 June 2012
+Author: Bert Freudenberg
+
+Update packages to repository version 1655 (update-bf.30).
+
+Changes from v1632 of 29 March 2012 to v1655 of 24 June 2012:
+--------------------
+System-bf.62
+Change Set: dropGifFix-sw
+Date: 11 June 2012
+Author: Scott Wallace
+
+SQ1094 - Dropping a GIF into Etoys gives DNU.
+
+Reinitializing ExternalDropHandler appears to clear up the problem. This update makes a vacuous change to ExternalDropHandler>>initialize in order to get it done.
+
+System-bf.63
+Change Set: preffix-kks
+Date: 20 October 2010
+Author: kks
+
+SQ-869: recover gracefully if persistent prefs don't exist
+--------------------
+GetText-bf.15
+If a literal was marked as translatable, but no strings are found in it, then export the symbols. Normally, only strings are exported, not symbols.
+
+GetText-bf.16
+Better comment in POT for translators about the meta-phrases 'Language-Name' and 'Language-Direction'
+--------------------
+Kernel-bf.7
+Change Set: monthAndDayOfWeek-sw
+Date: 22 June 2012
+Author: Scott Wallace
+
+Makes the month names January...December and weekday names Monday..Sunday appear for translation in the translation tools.
+(modified by bf: do not add a method but mark the original definitions for translation)
+--------------------
+Etoys-bf.138
+Make sure EtoysDebugger really gets released when closing scriptor.
+
+Change Set: scriptorCompat-sw
+Date: 1 June 2012
+Author: Scott Wallace
+
+Make .pr files more likely to be usable in earlier versions of etoys, by neutralizing elements that relate to the single-step feature (which was added in etoys 5.0,) in the save-files.
+
+Etoys-Richo.139
+* The times repeat tile wasn't updating when changing language. Fixed by adding TimesRepeatTile>>localeChanged.
+
+Etoys-bf.140
+Change Set: colorArgInViewer-sw
+Date: 25 April 2012
+Author: Scott Wallace
+
+SQ-1088: Fixes the bug that a color-valued argument tile seen in a viewer could not have its argument value changed there in the viewer -- every attempt would always result in tearing off a copy of the entire phrase.
+
+Etoys-bf.141
+Change Set: thumbnailing-sw
+Date: 10 June 2012
+Author: Scott Wallace
+
+Fixes SQ-1099 - If you 'include' an object to a holder with 'show thumbnails' checked it does not become a thumbnail.
+
+Fix applies to all four 'include' commands.
+
+Also fixed here: a screen-update problem encountered when switching a playfield in or out of always-show-thumbnail mode when a plafield showing its cursor.
+
+Etoys-bf.142
+CalendarMorph: use 'Week dayNames' instead of listing the week days. This avoids exporting them for translation again.
+--------------------
+Morphic-bf.91
+Do not store a scriptor's step button and highlights in projects.
+
+Change Set: scriptorCompat-sw
+Date: 1 June 2012
+Author: Scott Wallace
+
+Make .pr files more likely to be usable in earlier versions of etoys, by neutralizing elements that relate to the single-step feature (which was added in etoys 5.0,) in the save-files.
+
+Morphic-bf.92
+Make sure changing a Sketch's rotationStyle does not change its on-screen appearance. Previously, changing the rotation style while the Sketch's heading was in certain quadrants could result in flipping. Now, we pre-flip its form so that the object still looks the same.
+
+Morphic-bf.93
+SQ-811: Ted Kaehler's fix to QuickGuides so they do trigger scripts on opening
+
+Morphic-bf.94
+Change Set: brushSizePref-sw
+Date: 13 January 2012
+Author: Scott Wallace
+
+Pass current event to ThreePhaseButtonMorph's action, if wanted.
+
+Morphic-bf.95
+SQ-1036: Fix typo in halo menu ballon help
+--------------------
+Connectors-bf.199
+Change Set: spawnWorkaround-sw
+Date: 15 March 2012
+Author: Scott Wallace
+
+SQ-1045: Some of the text objects in the Connectors category could generate an error when the user typed command-o into them; this works around that.
+--------------------
+MorphicExtras-bf.70
+Change Set: rotateViewerFlapTab-sw
+Date: 6 June 2012
+Author: Scott Wallace
+
+SQ-1096 Attempting to rotate a viewer flap tab with the rotate handle in a halo has been resulting in a system freeze.
+Reduce the danger by not offering a rotate handle in the halo of a viewer flap tab.
+For consistency, also don't offer a resize handle in such a halo.
+
+MorphicExtras-bf.71
+Change Set: brushSizePref-sw
+Date: 13 January 2012
+Author: Scott Wallace
+
+Adds a preference, 'singlePixelNib'. when this preference is on, the smallest brush icon in the etoys painting tool will represent a single-pixel-wide nib; when it's off, the smallest brush icon will represent a three-pixel-wide nib.
+
+MorphicExtras-bf.72
+SQ-1036: fix spelling in WebCam help
+--------------------
+OLPC-Display-bf.5
+Protect virtual sensor against using a non-virtual display.
+--------------------
+Sugar-bf.13
+Handle object chooser response from external media instead of Journal (absolute file path instead of object id)
+
+Sugar-bf.14
+ObjectChooser: handle non-ascii filenames. Plus some cleanup.
+--------------------
+ScratchConnect-bf.3
+ScratchConnect fixes from Koji Yokokawa
+
+SQ-1085: ScratchClient>>broadcast: should be send message as UTF8
+SQ-1086: Remove 'receive messages' tile, change help text of 'send variables'
+SQ-1087: Player>>sensorUpdate: lacks a space to form the Scratch command.
+
+
=== 2406repo1631-kfr.cs ===
Change Set: repo1631-kfr
Date: 29 March 2012