Module: wine
Branch: master
Commit: 42cc080f8c2cf472b18a172aae3349f016419b41
URL: http://source.winehq.org/git/wine.git/?a=commit;h=42cc080f8c2cf472b18a172aa…
Author: Nikolay Sivov <nsivov(a)codeweavers.com>
Date: Thu Aug 4 10:57:44 2016 +0300
wined3d: Fix its vs it's typos.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/wined3d/arb_program_shader.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/wined3d/arb_program_shader.c b/dlls/wined3d/arb_program_shader.c
index 945abe5..c206745 100644
--- a/dlls/wined3d/arb_program_shader.c
+++ b/dlls/wined3d/arb_program_shader.c
@@ -1374,7 +1374,7 @@ static const char *shader_arb_get_modifier(const struct wined3d_shader_instructi
mod = ins->dst[0].modifiers;
- /* Silently ignore PARTIALPRECISION if its not supported */
+ /* Silently ignore PARTIALPRECISION if it's not supported */
if(priv->target_version == ARB) mod &= ~WINED3DSPDM_PARTIALPRECISION;
if(mod & WINED3DSPDM_MSAMPCENTROID)
@@ -7237,7 +7237,7 @@ static BOOL gen_yv12_read(struct wined3d_string_buffer *buffer, const struct arb
* | 0.5 | 0.5 |
*
* So it appears as if there are 4 chroma images, but in fact the odd rows
- * in the chroma images are in the same row as the even ones. So its is
+ * in the chroma images are in the same row as the even ones. So it is
* kinda tricky to read
*
* When reading from rectangle textures, keep in mind that the input y coordinates
Module: wine
Branch: master
Commit: a6c47d73239fa96cd42f1d222933172730191279
URL: http://source.winehq.org/git/wine.git/?a=commit;h=a6c47d73239fa96cd42f1d222…
Author: Nikolay Sivov <nsivov(a)codeweavers.com>
Date: Thu Aug 4 10:57:42 2016 +0300
cabinet: Fix its vs it's typos.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/cabinet/fdi.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dlls/cabinet/fdi.c b/dlls/cabinet/fdi.c
index ae6aec8..fdff0bf 100644
--- a/dlls/cabinet/fdi.c
+++ b/dlls/cabinet/fdi.c
@@ -2582,7 +2582,7 @@ BOOL __cdecl FDICopy(
* where all the cabinet files needed for decryption are simultaneously
* available. But presumably, the API is supposed to support cabinets which
* are split across multiple CDROMS; we may need to change our implementation
- * to strictly serialize it's file usage so that it opens only one cabinet
+ * to strictly serialize its file usage so that it opens only one cabinet
* at a time. Some experimentation with Windows is needed to figure out the
* precise semantics required. The relevant code is here and in fdi_decomp().
*/
@@ -2613,8 +2613,8 @@ BOOL __cdecl FDICopy(
* if we imagine parallelized access to the FDICopy API.
*
* The current implementation punts -- it just returns the previous cabinet and
- * it's info from the header of this cabinet. This provides the right answer in
- * 95% of the cases; its worth checking if Microsoft cuts the same corner before
+ * its info from the header of this cabinet. This provides the right answer in
+ * 95% of the cases; it's worth checking if Microsoft cuts the same corner before
* we "fix" it.
*/
ZeroMemory(&fdin, sizeof(FDINOTIFICATION));
Module: website
Branch: master
Commit: fd2f3aa4e099afa6e57efb41c44b08bde1e3303a
URL: http://source.winehq.org/git/website.git/?a=commit;h=fd2f3aa4e099afa6e57efb…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Thu Aug 4 09:03:13 2016 +0200
French translation for release 1.9.15
Signed-off-by: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Signed-off-by: Jeremy Newman <jnewman(a)codeweavers.com>
---
news/fr/2016072201.xml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/news/fr/2016072201.xml b/news/fr/2016072201.xml
new file mode 100644
index 0000000..c0ba25f
--- /dev/null
+++ b/news/fr/2016072201.xml
@@ -0,0 +1,16 @@
+<news>
+<date>22 juillet 2016</date>
+<title>Sortie de Wine 1.9.15</title>
+<body>
+<p>La version de développement 1.9.15 de Wine est disponible.</p>
+<p><a href="{$root}/announce/1.9.15">Nouveautés</a> de cette version :
+<ul>
+ <li>Plus d'instructions de shaders dans Direct3D.</li>
+ <li>Améliorations de performances dans GDI.</li>
+ <li>Meilleure prise en charge multi-joysticks sous MacOS.</li>
+ <li>Améliorations dans Active Scripting.</li>
+ <li>Prise en charge additionnelle des flux dans le moteur d'exécution C++.</li>
+ <li>Diverses corrections de bugs.</li>
+</ul></p>
+<p>Le <a href="//dl.winehq.org/wine/source/1.9/wine-1.9.15.tar.bz2">code source</a> est disponible dès à présent. Les paquets binaires sont en cours de construction, et apparaîtront sous peu sur leurs <a href="{$root}/download">sites de téléchargement</a> respectifs.
+</p></body></news>