summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blocks.js2
-rw-r--r--cloud.js2
-rw-r--r--gui.js2
-rw-r--r--help/SnapManual.pdfbin0 -> 2993521 bytes
-rwxr-xr-xhistory.txt10
-rw-r--r--lang-de.js6
-rw-r--r--locale.js4
-rw-r--r--morphic.js2
-rw-r--r--objects.js2
-rw-r--r--store.js2
-rw-r--r--threads.js2
-rw-r--r--widgets.js2
-rw-r--r--xml.js2
13 files changed, 25 insertions, 13 deletions
diff --git a/blocks.js b/blocks.js
index bdfb1fe..35c01a7 100644
--- a/blocks.js
+++ b/blocks.js
@@ -153,7 +153,7 @@ DialogBoxMorph, BlockInputFragmentMorph, PrototypeHatBlockMorph*/
// Global stuff ////////////////////////////////////////////////////////
-modules.blocks = '2013-April-17';
+modules.blocks = '2013-April-19';
var SyntaxElementMorph;
var BlockMorph;
diff --git a/cloud.js b/cloud.js
index fab69ad..9245286 100644
--- a/cloud.js
+++ b/cloud.js
@@ -29,7 +29,7 @@
/*global modules, IDE_Morph, SnapSerializer, hex_sha512, alert, nop*/
-modules.cloud = '2013-April-17';
+modules.cloud = '2013-April-19';
// Global stuff
diff --git a/gui.js b/gui.js
index 1e140af..f2ac1ac 100644
--- a/gui.js
+++ b/gui.js
@@ -68,7 +68,7 @@ sb, CommentMorph, CommandBlockMorph*/
// Global stuff ////////////////////////////////////////////////////////
-modules.gui = '2013-April-17';
+modules.gui = '2013-April-19';
// Declarations
diff --git a/help/SnapManual.pdf b/help/SnapManual.pdf
new file mode 100644
index 0000000..5367231
--- /dev/null
+++ b/help/SnapManual.pdf
Binary files differ
diff --git a/history.txt b/history.txt
index 96b945c..cea0d19 100755
--- a/history.txt
+++ b/history.txt
@@ -1634,4 +1634,12 @@ ______
130417
------
-* Blocks: "scripts pic" option in the ScriptsMorph's userMenu lets you export a picture of all scripts (including comments) \ No newline at end of file
+* Blocks: "scripts pic" option in the ScriptsMorph's userMenu lets you export a picture of all scripts (including comments)
+
+130418
+------
+* plenty of bug fixes from Nathan. Yay, you go!!
+
+130419
+------
+* German translation update for "scripts pic" feature
diff --git a/lang-de.js b/lang-de.js
index 89c0ecb..09bce41 100644
--- a/lang-de.js
+++ b/lang-de.js
@@ -185,7 +185,7 @@ SnapTranslator.dict.de = {
'translator_e-mail':
'jens@moenig.org', // optional
'last_changed':
- '2013-03-22', // this, too, will appear in the Translators tab
+ '2013-04-19', // this, too, will appear in the Translators tab
// GUI
// control bar:
@@ -803,6 +803,10 @@ SnapTranslator.dict.de = {
'Skripte der Reihe nach\nanordnen',
'add comment':
'Anmerkung hinzuf\u00fcgen',
+ 'scripts pic...':
+ 'Bild aller Scripte...',
+ 'open a new window\nwith a picture of all scripts':
+ 'ein neues Browserfenster mit einem\nBild aller Skripte \u00f6ffnen',
'make a block...':
'Neuen Block bauen...',
diff --git a/locale.js b/locale.js
index f366f16..eb2feae 100644
--- a/locale.js
+++ b/locale.js
@@ -42,7 +42,7 @@
/*global modules, contains*/
-modules.locale = '2013-April-02';
+modules.locale = '2013-April-19';
// Global stuff
@@ -149,7 +149,7 @@ SnapTranslator.dict.de = {
'translator_e-mail':
'jens@moenig.org',
'last_changed':
- '2013-03-22'
+ '2013-04-19'
};
SnapTranslator.dict.it = {
diff --git a/morphic.js b/morphic.js
index 046d1eb..0faa43c 100644
--- a/morphic.js
+++ b/morphic.js
@@ -1033,7 +1033,7 @@
/*global window, HTMLCanvasElement, getMinimumFontHeight, FileReader, Audio,
FileList, getBlurredShadowSupport*/
-var morphicVersion = '2013-April-11';
+var morphicVersion = '2013-April-19';
var modules = {}; // keep track of additional loaded modules
var useBlurredShadows = getBlurredShadowSupport(); // check for Chrome-bug
diff --git a/objects.js b/objects.js
index 50eda50..dc47375 100644
--- a/objects.js
+++ b/objects.js
@@ -120,7 +120,7 @@ PrototypeHatBlockMorph*/
// Global stuff ////////////////////////////////////////////////////////
-modules.objects = '2013-April-10';
+modules.objects = '2013-April-19';
var SpriteMorph;
var StageMorph;
diff --git a/store.js b/store.js
index ac88ae4..c0cd7b6 100644
--- a/store.js
+++ b/store.js
@@ -61,7 +61,7 @@ SyntaxElementMorph*/
// Global stuff ////////////////////////////////////////////////////////
-modules.store = '2013-April-03';
+modules.store = '2013-April-19';
// XML_Serializer ///////////////////////////////////////////////////////
diff --git a/threads.js b/threads.js
index f5ba28f..7068d38 100644
--- a/threads.js
+++ b/threads.js
@@ -83,7 +83,7 @@ ArgLabelMorph, localize*/
// Global stuff ////////////////////////////////////////////////////////
-modules.threads = '2013-March-13';
+modules.threads = '2013-April-19';
var ThreadManager;
var Process;
diff --git a/widgets.js b/widgets.js
index cdd775c..c779f69 100644
--- a/widgets.js
+++ b/widgets.js
@@ -73,7 +73,7 @@ newCanvas, StringMorph, Morph, TextMorph, nop, detect, StringFieldMorph,
HTMLCanvasElement, fontHeight, SymbolMorph, localize, SpeechBubbleMorph,
ArrowMorph, MenuMorph, isString, isNil, SliderMorph*/
-modules.widgets = '2013-March-22';
+modules.widgets = '2013-April-19';
var PushButtonMorph;
var ToggleButtonMorph;
diff --git a/xml.js b/xml.js
index 88ffd6d..cc3c609 100644
--- a/xml.js
+++ b/xml.js
@@ -65,7 +65,7 @@
// Global stuff ////////////////////////////////////////////////////////
-modules.xml = '2013-February-18';
+modules.xml = '2013-April-19';
// Declarations