Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Freudenberg <bert@freudenbergs.de>2012-07-01 20:34:23 (GMT)
committer Bert Freudenberg <bert@freudenbergs.de>2012-07-01 20:34:23 (GMT)
commit71c1ba9fe4bee82bf52eea0341ff7b316871f144 (patch)
tree3e94c7211b3e4727a4ea4cf4d0d1a28acc4a7816
parent993e7cdee54413632c5e63bee6b2c0b2133d686a (diff)
5.0.2408HEADmaster
* Added translations: hus, en_GB * Updated translation: bn, da, de, es, hy, nl, pt, sv, zh_CN * Sugar: fix choosing objects from external media instead of Journal, and handle non-ASCII filenames * Etoys-To-Go: added Linux VM for ARM processors * make saved projects that do not use new features more likely to work in earlier versions of Etoys (SQ-1095) * adds a preference, 'singlePixelNib', so the smallest brush will draw with a one-pixel-wide nib (SQ-1004) * fix dropping a GIF image into Etoys (SQ-1094) * mark month names and weekday names for translation (SQ-1102) * some ScratchConnect fixes from Koji Yokokawa (SQ-1085, SQ-1086, SQ-1087) * better comment in POT for translators about the meta-phrases 'Language-Name' and 'Language-Direction' * Move ScratchClient to 'Tools' category * Revert addition of graph-location watcher items to Morph's extras menu. The viewer is a better way to get watchers. * minor fixes (SQ-811, SQ-869, SQ-1036, SQ-1045, SQ-1051, SQ-1088, SQ-1096, SQ-1099)
-rw-r--r--ChangeLog159
-rw-r--r--Content.revision2
-rw-r--r--etoys.spec26
3 files changed, 184 insertions, 3 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
diff --git a/Content.revision b/Content.revision
index ecbf604..a562b57 100644
--- a/Content.revision
+++ b/Content.revision
@@ -1 +1 @@
-1513
+1799
diff --git a/etoys.spec b/etoys.spec
index 2e2c951..c9b4173 100644
--- a/etoys.spec
+++ b/etoys.spec
@@ -1,5 +1,5 @@
%define name etoys
-%define version 5.0.2406
+%define version 5.0.2408
%define release 1
%define source %{name}-%{version}
@@ -55,8 +55,30 @@ make install-etoys ROOT=%{buildroot}
%changelog
+* Sun Jul 1 2012 Bert Freudenberg <bert@freudenbergs.de>
+- 5.0.2408 (5.0.1 RC2)
+- Updated translation: da, de, bn, hy, hus, zh_CN
+- Added translation: en_GB
+- Content v. 1799:
+- Move ScratchClient to 'Tools' category
+- Revert addition of graph-location watcher items to Morph's extras menu. The viewer is a better way to get watchers.
+
+* Mon Jun 25 2012 Bert Freudenberg <bert@freudenbergs.de>
+- 5.0.2407 (5.0.1 RC1)
+- Added translation: hus
+- Update translations: da, de, es, nl, pt, sv, zh
+- Sugar: fix choosing objects from external media instead of Journal, and handle non-ASCII filenames
+- Etoys-To-Go: added Linux VM for ARM processors
+- make saved projects that do not use new features more likely to work in earlier versions of Etoys (SQ-1095)
+- adds a preference, 'singlePixelNib', so the smallest brush will draw with a one-pixel-wide nib (SQ-1004)
+- fix dropping a GIF image into Etoys (SQ-1094)
+- mark month names and weekday names for translation (SQ-1102)
+- some ScratchConnect fixes from Koji Yokokawa (SQ-1085, SQ-1086, SQ-1087)
+- better comment in POT for translators about the meta-phrases 'Language-Name' and 'Language-Direction'
+- minor fixes (SQ-811, SQ-869, SQ-1036, SQ-1045, SQ-1051, SQ-1088, SQ-1096, SQ-1099)
+
* Thu Mar 29 2012 Bert Freudenberg <bert@freudenbergs.de>
-- 5.0.2406-1 (RC3)
+- 5.0.2406-1 (RC3 = 5.0 Final)
- Content v. 1513:
- update translations
- WatcherWrapper DNU getLjusstyrkaUnder. Work around translation of selector issue [SQ-1972]