Module: wine
Branch: master
Commit: 314bd5ca853e0ae3c77b99b7f21562eadf8f8e8e
URL: http://source.winehq.org/git/wine.git/?a=commit;h=314bd5ca853e0ae3c77b99b7f…
Author: Dylan Smith <dylan.ah.smith(a)gmail.com>
Date: Mon Aug 10 15:44:59 2009 -0400
richedit: Update paragraph on saved cursor when inserting table start.
Since the table row start is inserted after the rest of the table is
inserted, the cursor is saved, and temporarily moved to the start of the
row to insert the table row start paragraph. Unfortunately the
paragraph in saved cursor becomes invalid during this insertion and
needs to be updated, so this code introduced a regression once
paragraphs started to be stored in cursors.
---
dlls/riched20/table.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/riched20/table.c b/dlls/riched20/table.c
index 69f4851..0d2dab5 100644
--- a/dlls/riched20/table.c
+++ b/dlls/riched20/table.c
@@ -96,6 +96,7 @@ ME_DisplayItem* ME_InsertTableRowStartAtParagraph(ME_TextEditor *editor,
editor->pCursors[0].nOffset = 0;
editor->pCursors[1] = editor->pCursors[0];
startRowPara = ME_InsertTableRowStartFromCursor(editor);
+ savedCursor.pPara = ME_GetParagraph(savedCursor.pRun);
editor->pCursors[0] = savedCursor;
editor->pCursors[1] = editor->pCursors[0];
Module: website
Branch: master
Commit: e951664f70526ab56e8cd119284b7d2cf69da89e
URL: http://source.winehq.org/git/website.git/?a=commit;h=e951664f70526ab56e8cd1…
Author: Łukasz Wojniłowicz <lukasz.wojnilowicz(a)gmail.com>
Date: Sat Aug 8 19:28:15 2009 +0200
Polish translation for release 1.1.27
---
news/pl/2009080701.xml | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/news/pl/2009080701.xml b/news/pl/2009080701.xml
new file mode 100644
index 0000000..64c596f
--- /dev/null
+++ b/news/pl/2009080701.xml
@@ -0,0 +1,16 @@
+<news>
+<date>Sierpień 7, 2009</date>
+<title>Wydano Wine 1.1.27</title>
+<body>
+<p> Wydanie rozwojowe Wine 1.1.27 jest już dostępne.</p>
+<p> <a href="{$root}/announce/1.1.27">What's new</a> in this release:
+<ul>
+ <li>Nowa wersja silnika Gecko.</li>
+ <li>Wsparcie dla kodeków GSM 06.10.</li>
+ <li>Ulepszone wsparcie API dla wolumenów dysków.</li>
+ <li>Wsparcie dla map bitowych XShm dla lepszej wydajności.</li>
+ <li>Rozmaite poprawki błędów.</li>
+</ul></p>
+<p><p>Źródło jest <a href="http://prdownloads.sourceforge.net/wine/wine-1.1.27.tar.bz2">już dostępne</a>.
+Paczki binarne są w trakcie budowy i ukażą się wkróce w przeznaczonych dla nich <a href="{$root}/download">download pobieralniach</a>.
+</p></body></news>