Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog45
-rw-r--r--Content.revision2
-rw-r--r--NEWS12
-rw-r--r--etoys.in3
-rw-r--r--etoys.spec13
-rw-r--r--po/templates/etoys.pot6
6 files changed, 76 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 8622dac..629f0aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,49 @@
+=== 2153metaData-bf.cs ===
+Change Set: metaData-bf
+Date: 18 September 2008
+Author: Bert Freudenberg
+
+Keep meta data set in Journal (#8550)
+
+=== 2152rmSingletonFromWs-yo.cs ===
+Change Set: removeSingletonFromWs-yo
+Date: 18 September 2008
+Author: Yoshiki Ohshima
+
+Eliminates the unnecessary use of the singleton pattern in WsWorldStethoscope.
+
+=== 2151releaseResourceThumb-yo.cs ===
+Change Set: releaseResourceThumb-yo
+Date: 18 September 2008
+Author: Yoshiki Ohshima
+
+When just creating the thumbnail for a morph that uses hardware resource, call delete to cause proper finalization.
+
+=== 2150condenseSources2-yo.cs ===
+Change Set: condenseSources2-yo
+Date: 17 September 2008
+Author: Yoshiki Ohshima
+
+Fix the added comment so that it doesn't find stamp: in the comment.
+
+It is unlikely to happen, but just really taking a precaution here.
+
+=== 2149localeAndPangoCheck-yo.cs ===
+Change Set: localeAndPangoCheck-yo
+Date: 17 September 2008
+Author: Yoshiki Ohshima
+
+Enable pango when the locale is unknown. Reorder the start up list so that it does it in a saner order.
+
+=== 2148condenseSources-yo.cs ===
+Change Set: condenseSources-yo
+Date: 16 September 2008
+Author: Yoshiki Ohshima
+
+Make condense sources work after EtoysV3.
+Take out the line that specifies the MacRoman converter, and also edit a method that has stamp: near the end.
+
=== 2147sqLandNavBarHeight-yo.cs ===
Change Set: sqLandNavBarHeight-yo
Date: 15 September 2008
diff --git a/Content.revision b/Content.revision
index c4597e5..c5356ba 100644
--- a/Content.revision
+++ b/Content.revision
@@ -1 +1 @@
-173
+174
diff --git a/NEWS b/NEWS
index 5762849..cbac853 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+94
+
+* 3.0.2153-1
+* Content v. 174:
+* set LC_ALL to fix composite character input (#8531)
+* 2153metaData-bf: Preserve meta data set in Journal (#8550)
+* 2152rmSingletonFromWs-yo: WorldStethoscope releases sound device (#8541)
+* 2151releaseResourceThumb-yo: fix icon builder not releasing camera (#8540)
+* 2150condenseSources2-yo: Fix the added comment to not include stamp:
+* 2149localeAndPangoCheck-yo: Enable pango when the locale is unknown (#8531)
+* 2148condenseSources-yo: Make condense sources work after EtoysV3
+
93
* 3.0.2147-1
diff --git a/etoys.in b/etoys.in
index b4d1b42..e9d1800 100644
--- a/etoys.in
+++ b/etoys.in
@@ -81,6 +81,9 @@ done
# do not crash on dbus errors
export DBUS_FATAL_WARNINGS=0
+# make Compose input methods work
+[ -z "$LC_ALL" ] && export LC_ALL="$LANG"
+
# VM, Image, and Document are non-optional
# Document has to be present even if empty for IMOPTIONS to work
$DEBUG "$VM" $VMOPTIONS "$IMAGE" "$DOCUMENT" $IMOPTIONS
diff --git a/etoys.spec b/etoys.spec
index 012a28e..1b64b5e 100644
--- a/etoys.spec
+++ b/etoys.spec
@@ -1,5 +1,5 @@
%define name etoys
-%define version 3.0.2147
+%define version 3.0.2153
%define release 1
%define source %{name}-%{version}
@@ -57,6 +57,17 @@ make install-etoys ROOT=%{buildroot}
/usr/share/mime/packages/etoys.xml
%changelog
+* Thu Sep 18 2008 Bert Freudenberg <bert@freudenbergs.de>
+- 3.0.2153-1
+- Content v. 174:
+- set LC_ALL to fix composite character input (#8531)
+- 2153metaData-bf: Preserve meta data set in Journal (#8550)
+- 2152rmSingletonFromWs-yo: WorldStethoscope releases sound device (#8541)
+- 2151releaseResourceThumb-yo: fix icon builder not releasing camera (#8540)
+- 2150condenseSources2-yo: Fix the added comment to not include stamp:
+- 2149localeAndPangoCheck-yo: Enable pango when the locale is unknown (#8531)
+- 2148condenseSources-yo: Make condense sources work after EtoysV3
+
* Tue Sep 16 2008 Bert Freudenberg <bert@freudenbergs.de>
- 3.0.2147-1
- add license info to xo bundle
diff --git a/po/templates/etoys.pot b/po/templates/etoys.pot
index 04e6f40..3f0e331 100644
--- a/po/templates/etoys.pot
+++ b/po/templates/etoys.pot
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2008-09-16 17:02-0000\n"
-"PO-Revision-Date: 2008-09-16 17:02-0000\n"
+"POT-Creation-Date: 2008-09-18 18:30-0000\n"
+"PO-Revision-Date: 2008-09-18 18:30-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys3.0 of 24 February 2008 update 2147\n"
+"X-Etoys-SystemVersion: etoys3.0 of 24 February 2008 update 2153\n"
"X-Etoys-Domain: etoys\n"