Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Freudenberg <bert@freudenbergs.de>2010-09-13 19:36:17 (GMT)
committer Bert Freudenberg <bert@freudenbergs.de>2010-09-13 19:36:17 (GMT)
commitab4cf198e718928ecc7cf6cabd2407ab59138dbb (patch)
tree0e9738b34678f57e05f20cc650fc2632a4f606ff
parent96e5b9f7ebddc8729af534a7bc5e9c72a601b4f7 (diff)
release candidate 4.1.2386-1
-rw-r--r--ChangeLog87
-rw-r--r--Content.revision2
-rw-r--r--Makefile.in2
-rw-r--r--etoys.spec23
4 files changed, 111 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c10e6e..1a49748 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,91 @@
+=== 2386repo1326-bf.cs ===
+Change Set: repo1326-bf
+Date: 13 September 2010
+Author: Bert Freudenberg
+
+Update packages to repository version 1325 (update-bf.12).
+Changes from v1321 of 11 September 2010 to v1326 of 13 September 2010:
+--------------------
+System-bf.38
+Fix SQ-796: Toolbar not restored after hiding
+
+System-bf.39
+preserve loaded update numbers when setting new version
+--------------------
+Morphic-bf.47
+Merge Morphic-kks.46: get back paintbox in event theatre
+remove obsolete repositionPaintPalette: implementers
+--------------------
+MorphicExtras-bf.16
+remove send of repositionPaintPalette:
+--------------------
+ReleaseBuilder-bf.7
+Update system version when building release
+
+
+=== 2385repo1321-bf.cs ===
+Change Set: repo1321-bf
+Date: 11 September 2010
+Author: Bert Freudenberg
+
+Update packages to repository version 1321 (update-bf.11).
+
+Changes from v1303 of 29 August 2010 to v1321 of 11 September 2010:
+--------------------
+System-bf.35
+Hide preference panel buttons in user mode.
+
+System-bf.36
+Fix SQ-779: all shared flaps destroyed when switching projects.
+
+System-bf.37
+Adjust default preferences. 'cambridge' is now the regular OLPC and Etoys default, 'chicago' is for developers
+--------------------
+Monticello-bf.400
+Merge latest from Squeak trunk
+--------------------
+Etoys-Richo.42
+* Fix for (SQ-776) If you detach a Speech Bubble, then 'stop saying or thinking' the bubble disappears and what looks like playfield remains
+
+Etoys-Richo.43
+* Fix for (SQ-771) If you try and rotate a Speech Bubble Etoys Freezes
+
+Etoys-bf.44
+- SQ-787: allow negative timer values
+
+Etoys-bf.45
+SQ-783: Add back TimesRepeatMorph
+--------------------
+Morphic-bf.43
+SQ-788: showing space keystroke as <space> broke old projects (reverting Morphic-kfr.18)
+
+Morphic-bf.44
+Translate 'Jump to...' button.
+
+Morphic-bf.45
+One *should* be able to use a 'fire' tile from a playback-button's viewer (a 'playback-button' being the button you get after hitting 'Publish' once you're satisfied with an event recording. The playback button, when pressed by the user, invokes a playback of the recording, and the halo menu of a playback button contains about a dozen options concerning playback.)
+However, it doesn't work, because of a missing method, which I attach herewith, -- Scott
+
+Morphic-bf.46
+Move QuickGuideMorph>>preloadIndex to class side, fix it, remove unused methods
+--------------------
+Multilingual-bf.14
+Fix SQ-229: Can't type non-latin characters on Mac OS X
+--------------------
+MorphicExtras-bf.15
+Fix reverting book pages. Needed for the castle tutorial (SQ-752)
+--------------------
+ReleaseBuilder-bf.4
+Fix release builder scripts
+
+ReleaseBuilder-bf.5
+More release builder cleanup, remove some outdated methods
+
+ReleaseBuilder-bf.6
+More release builder clean up. Getting there ...
+
+
=== 2384repo1303-bf.cs ===
Change Set: repo1303-bf
Date: 29 August 2010
diff --git a/Content.revision b/Content.revision
index e9b7520..a786da0 100644
--- a/Content.revision
+++ b/Content.revision
@@ -1 +1 @@
-447
+492
diff --git a/Makefile.in b/Makefile.in
index 9ecdd59..04ff4e3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -65,7 +65,7 @@ examples = $(wildcard \
Content/ExampleEtoys/*.gif \
Content/ExampleEtoys/*.ogg)
-docs = README INSTALL LICENSE NOTICE ChangeLog
+docs = README INSTALL LICENSE NOTICE ChangeLog Content/NEWS
etoysdir = $(datadir)/etoys
mimedir = $(datadir)/mime/packages
diff --git a/etoys.spec b/etoys.spec
index 4557709..a82f855 100644
--- a/etoys.spec
+++ b/etoys.spec
@@ -1,5 +1,5 @@
%define name etoys
-%define version 4.1.2384
+%define version 4.1.2386
%define release 1
%define source %{name}-%{version}
@@ -55,6 +55,27 @@ make install-etoys ROOT=%{buildroot}
%changelog
+* Mon Sep 13 2010 Bert Freudenberg <bert@freudenbergs.de>
+- 4.1.2386-1
+- do not hard-code squeak vm path
+- replace == with = in shell tests
+- Content v. 492:
+- fix paintbox in event theatre
+- fix SuppliesPlayersTool guide
+- remove MenuMakeNewFlap guide from index
+- pop-up arrows now enabled by default
+- new DrGeo examples project (see gallery)
+- new home project (green border more visible)
+- Demon Castle renamed to Etoys Castle and fixed
+- revised guides for English and Spanish
+- DrGeoII translations for de,es,fr,ja
+- updated German and Japanese translations
+- do not ship languages with too few translations (ar_SY, en_GB, km, pap, pl, zh_TW)
+- hide distracting/not-functional preference panel buttons
+- allow negative timer values
+- shared flaps are not destroyed anymore when switching projects
+- various smaller fixes
+
* Sun Aug 29 2010 Bert Freudenberg <bert@freudenbergs.de>
- 4.1.2384-1
- Content v. 447: