Module: wine
Branch: master
Commit: ef2a8be6483bb5c0e2857cde4cd10a9bef72252e
URL: http://source.winehq.org/git/wine.git/?a=commit;h=ef2a8be6483bb5c0e2857cde4…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Fri Nov 22 18:04:02 2013 +0100
comctl32: Clarify DATETIME_GetPrevDateField documentation.
---
dlls/comctl32/datetime.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/comctl32/datetime.c b/dlls/comctl32/datetime.c
index 9684a92..d13b50c 100644
--- a/dlls/comctl32/datetime.c
+++ b/dlls/comctl32/datetime.c
@@ -831,8 +831,8 @@ DATETIME_HitTest (const DATETIME_INFO *infoPtr, POINT pt)
return DTHT_NONE;
}
-/* Returns index of a closest date field from given counting to left
- or -1 if there's no such field at left */
+/* Returns index of the nearest preceding date field from given,
+ or -1 if none was found */
static int DATETIME_GetPrevDateField(const DATETIME_INFO *infoPtr, int i)
{
for(--i; i >= 0; i--)
Module: website
Branch: master
Commit: c072fa69409a2f872607b6ba8dd11a70e586c340
URL: http://source.winehq.org/git/website.git/?a=commit;h=c072fa69409a2f872607b6…
Author: Lucas Zawacki <lfzawacki(a)gmail.com>
Date: Mon Nov 25 14:30:29 2013 -0200
Portuguese translation for release 1.7.7 (try 2)
Small corrections
---
news/pt/2013112201.xml | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/news/pt/2013112201.xml b/news/pt/2013112201.xml
new file mode 100644
index 0000000..9a36d17
--- /dev/null
+++ b/news/pt/2013112201.xml
@@ -0,0 +1,15 @@
+<news>
+<date>22 de Novembro de 2013</date>
+<title>Wine 1.7.7 lançado</title>
+<body>
+<p> A versão de desenvolvimento 1.7.7 já está disponível agora.</p>
+<p> <a href="{$root}/announce/1.7.7">Novidades</a> desta versão:
+<ul>
+ <li>Suporte a configuração de compartilhamento remoto usando a biblioteca NetAPI do Samba.</li>
+ <li>Suporte a múltiplos layouts de teclado no driver de Mac.</li>
+ <li>Melhor suporte a uso embutido com XEMBED.</li>
+ <li>Suporte a arrays em VBScript.</li>
+ <li>Várias correções de bugs.</li>
+<p><p>O código fonte está <a href="http://prdownloads.sourceforge.net/wine/wine-1.7.7.tar.bz2">disponível agora</a>.
+Pacotes binários estão em processo de construção e irão aparecer em breve em suas respectivas <a href="{$root}/download">sessões da área de downloads</a>.
+</p></body></news>