Module: docs
Branch: master
Commit: 89008680023e06600ba7a20609afdb5659c91256
URL: http://source.winehq.org/git/docs.git/?a=commit;h=89008680023e06600ba7a2060…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Thu Aug 15 17:48:35 2013 +0200
winedev: Patch authors should update associated Bugzilla bugs upon commit.
---
en/winedev-coding.sgml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/en/winedev-coding.sgml b/en/winedev-coding.sgml
index b5eb660..a2d5daf 100644
--- a/en/winedev-coding.sgml
+++ b/en/winedev-coding.sgml
@@ -136,8 +136,8 @@ code
<listitem>
<para>
If the patch fixes a bug in Bugzilla please provide a link
- to the bug in the comments of the patch. This will make it
- easier for the maintainers of Bugzilla.
+ to the bug in the comments of the patch. Also, mark the bug
+ as <quote>resolved fixed</quote> after your patch gets committed.
</para>
</listitem>
</itemizedlist>
Module: docs
Branch: master
Commit: d9c735175a81ae735a3dd806132c3ac131cd9806
URL: http://source.winehq.org/git/docs.git/?a=commit;h=d9c735175a81ae735a3dd8061…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Thu Aug 15 17:22:42 2013 +0200
winedev: dosmod is obsolete.
---
en/winedev-debugger.sgml | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diff --git a/en/winedev-debugger.sgml b/en/winedev-debugger.sgml
index de627f1..9f0344a 100644
--- a/en/winedev-debugger.sgml
+++ b/en/winedev-debugger.sgml
@@ -1148,13 +1148,7 @@ winedbg myprog.exe
order to get a "linear DOS" address. So
e.g. 0x0f04:0x3628 results in 0xf040 + 0x3628 = 0x12668.
And the highest address you can get is 0xfffff (1MB), of
- course. In Wine, this "linear DOS" address of 0x12668
- has to be added to the linear base address of the
- corresponding DOS memory allocated for dosmod in order
- to get the true linear address of a DOS seg:offs
- address. And make sure that you're doing this in the
- correct process with the correct linear address space,
- of course ;-)
+ course.
</para>
</listitem>
</varlistentry>
Module: docs
Branch: master
Commit: 4741a6c29726ca7eadd234b81705128ee59ea7d1
URL: http://source.winehq.org/git/docs.git/?a=commit;h=4741a6c29726ca7eadd234b81…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Thu Aug 15 17:22:40 2013 +0200
winedev: Wine Packager's Guide is no more.
---
en/winedev-documentation.sgml | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/en/winedev-documentation.sgml b/en/winedev-documentation.sgml
index 3ca0060..1ac0400 100644
--- a/en/winedev-documentation.sgml
+++ b/en/winedev-documentation.sgml
@@ -60,13 +60,6 @@
</para></listitem>
<listitem><para>
- The <emphasis>Wine Packager's Guide</emphasis>. This book contains
- information for anyone who will be distributing Wine to end users
- in a prepackaged format. It is also the exception to the rule as
- it has intentionally been kept in text format.
- </para></listitem>
-
- <listitem><para>
The <emphasis>Wine FAQ</emphasis>. This book contains frequently asked questions
about Wine with their answers.
</para></listitem>
Module: docs
Branch: master
Commit: 46f0aa00efb29873560316bf0355c6f62b3f04f5
URL: http://source.winehq.org/git/docs.git/?a=commit;h=46f0aa00efb29873560316bf0…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Thu Aug 15 17:22:39 2013 +0200
winedev: wine-kthread is obsolete.
---
en/winedev-debugger.sgml | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/en/winedev-debugger.sgml b/en/winedev-debugger.sgml
index 0003f01..de627f1 100644
--- a/en/winedev-debugger.sgml
+++ b/en/winedev-debugger.sgml
@@ -2426,9 +2426,7 @@ set $BreakAllThreadsStartup = 1
<listitem>
<para>
In ddd, use the 'Open File' or 'Open Program' to
- point to the Wine executable (which is either
- wine-pthread or wine-kthread depending on your
- settings).
+ point to the Wine executable.
</para>
</listitem>
<listitem>
@@ -2473,8 +2471,7 @@ kdbg -r localhost:32878 wine
</screen>
localhost:32878 is not a fixed value, but has been
printed in step 1/. 'wine' should also be the full
- path to the Wine executable (which is either
- wine-pthread or wine-kthread depending on your settings).
+ path to the Wine executable.
</para>
</listitem>
</orderedlist>