Module: wine
Branch: master
Commit: 9e482ce938cc15d03f69c47e3443c8109ba4487b
URL: http://source.winehq.org/git/wine.git/?a=commit;h=9e482ce938cc15d03f69c47e3…
Author: Frans Kool <Frans.Kool(a)gmail.com>
Date: Fri Apr 18 16:27:17 2008 +0200
winecfg: Added missing Dutch translation.
---
programs/winecfg/Nl.rc | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/programs/winecfg/Nl.rc b/programs/winecfg/Nl.rc
index 5fb6929..fd9b4a6 100644
--- a/programs/winecfg/Nl.rc
+++ b/programs/winecfg/Nl.rc
@@ -66,6 +66,8 @@ BEGIN
CONTROL "Een DirectX programma kan de muis in een venster vasthouden.",IDC_DX_MOUSE_GRAB,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,19,230,8
+ CONTROL "Laat de window manager de vensters &decoreren",IDC_ENABLE_DECORATED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,30,230,8
+
CONTROL "Laat de window manager de vensters beheren",IDC_ENABLE_MANAGED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,40,230,8
LTEXT "Wanneer de vensters door de window manager worden beheerd hebben deze de standaard kaders, er wordt rekening gehouden met de virtuele desktop en ze staan in de lijst met vensters.\n\nAls de vensters niet worden beheerd, worden ze losgekoppeld van de window manager. Dit betekent dat vensters niet perfect met uw desktop integreren. De 'emulatie' is echter exacter en kan ervoor zorgen dat programma's beter werken.",
IDC_STATIC,19,51,225,80
Module: appdb
Branch: master
Commit: 8e6b4fe2fd621df796883ca8e9d05846980958f4
URL: http://source.winehq.org/git/appdb.git/?a=commit;h=8e6b4fe2fd621df796883ca8…
Author: Jeff Zaroyko <jeffzaroyko(a)gmail.com>
Date: Sun Apr 20 16:06:40 2008 +1000
revise application rating definitions to include "cannot be installed" under Garbage
---
help/maintainer_ratings.help | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/help/maintainer_ratings.help b/help/maintainer_ratings.help
index 9f5d2ae..fded0ad 100644
--- a/help/maintainer_ratings.help
+++ b/help/maintainer_ratings.help
@@ -40,7 +40,7 @@ Application works, but it has some issues, even for normal use; a game may not r
<p>
An application gets this rating if it cannot be used for the purpose it was designed for.
There should be at least one bug report in Bugzilla if it gets this rating.
-Application does not start, or starts but has so many errors that it is nearly impossible to use it.
+Application cannot be installed, does not start, or starts but has so many errors that it is nearly impossible to use it.
</p>
</ul>
Module: website
Branch: master
Commit: 51ebfa70127af30e54abe4ce7c3bbe55d3b51eee
URL: http://source.winehq.org/git/website.git/?a=commit;h=51ebfa70127af30e54abe4…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Apr 18 17:59:13 2008 +0200
Wine release 0.9.60
---
news/2008041801.xml | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/news/2008041801.xml b/news/2008041801.xml
new file mode 100644
index 0000000..7448e3a
--- /dev/null
+++ b/news/2008041801.xml
@@ -0,0 +1,27 @@
+<news>
+<date>April 18, 2008</date>
+<title>Wine 0.9.60 Released</title>
+<body>
+<p>Wine 0.9.60 was released today, with the following main changes:</p>
+
+<ul>
+<li>Better support for Windows IMEs.</li>
+<li>Option for Windows-style window decorations.</li>
+<li>Improved system tray behavior.</li>
+<li>Window management fixes.</li>
+<li>Improved quartz audio support.</li>
+<li>Better support for launching apps from Unix file managers.</li>
+<li>Lots of bug fixes.</li>
+</ul>
+
+<p>
+Binary packages are in the process of being built and it may take a
+few days for them to appear, but the source is
+<a href="http://prdownloads.sourceforge.net/wine/wine-0.9.60.tar.bz2">available now</a>.
+You can find out more about this release in the
+<a href="?announce=0.9.60">announcement</a>. Check out our
+<a href="/site/download">download page</a> for packages for your
+distribution.
+</p>
+</body>
+</news>