ChangeSet ID: 1169841747310509969321178
CVSROOT: /cvsroot/wine
Module name: docs
Changes by: dimi(a)sc8-pr-cvs9.sourceforge.net 2007/01/26 12:02:27
Modified files:
en : winedev-testing.sgml
Log message:
Fix formatting.
Old revision New revision Changes Path
1.6 1.7 +5 -7 docs/en/winedev-testing.sgml
Index: docs/en/winedev-testing.sgml
diff -u -p docs/en/winedev-testing.sgml:1.6 docs/en/winedev-testing.sgml:1.7
--- docs/en/winedev-testing.sgml 26 Jan 2007 20: 2:27 -0000
+++ /dev/null 26 Jan 2007 20: 2:27 -0000
@@ -276,13 +276,11 @@ thread.c: 86 tests executed, 5 marked as
do not need the processor pack. In either case it is recommended
to the most recent compatible Visual Studio
<ulink url="http://msdn.microsoft.com/vstudio/downloads/updates/sp/">service pack</>.
- If are using Visual Studio Express and you need specific libraries
- like <filename>ntdll.lib</> that don't ship with Visual Studio
- Express, you will need the
- <ulink url="http://www.microsoft.com/whdc/devtools/ddk/default.mspx">Windows
- Driver Development Kit (DDK)</> which is part of the
- <ulink url="http://www.microsoft.com/whdc/resources/downloads.mspx">Windows
- Developer Kit</>.
+ If are using Visual Studio Express and you need specific libraries like
+ <filename>ntdll.lib</> that don't ship with Visual Studio Express, you will need the
+ <ulink url="http://www.microsoft.com/whdc/devtools/ddk/default.mspx">Windows Driver Development Kit (DDK)</>
+ which is part of the
+ <ulink url="http://www.microsoft.com/whdc/resources/downloads.mspx">Windows Developer Kit</>.
</para></listitem>
<listitem><para>
get the Wine sources
ChangeSet ID: 1169841610203059096894325
CVSROOT: /cvsroot/wine
Module name: docs
Changes by: dimi(a)sc8-pr-cvs9.sourceforge.net 2007/01/26 12:00:10
Modified files:
en : winedev-testing.sgml
Log message:
"Jeff Latimer" <lats(a)yless4u.com.au>
Fixed a typo.
Old revision New revision Changes Path
1.5 1.6 +1 -1 docs/en/winedev-testing.sgml
Index: docs/en/winedev-testing.sgml
diff -u -p docs/en/winedev-testing.sgml:1.5 docs/en/winedev-testing.sgml:1.6
--- docs/en/winedev-testing.sgml 26 Jan 2007 20: 0:10 -0000
+++ /dev/null 26 Jan 2007 20: 0:10 -0000
@@ -280,7 +280,7 @@ thread.c: 86 tests executed, 5 marked as
like <filename>ntdll.lib</> that don't ship with Visual Studio
Express, you will need the
<ulink url="http://www.microsoft.com/whdc/devtools/ddk/default.mspx">Windows
- Device Development Kit (DDK)</> which is part of the
+ Driver Development Kit (DDK)</> which is part of the
<ulink url="http://www.microsoft.com/whdc/resources/downloads.mspx">Windows
Developer Kit</>.
</para></listitem>
ChangeSet ID: 1169841450351699027073668
CVSROOT: /cvsroot/wine
Module name: docs
Changes by: dimi(a)sc8-pr-cvs9.sourceforge.net 2007/01/26 11:57:30
Modified files:
en : winedev-documentation.sgml
Log message:
"Jeff Latimer" <lats(a)yless4u.com.au>
Add a reference as where to obtain instructions for getting
documentation from Sourceforge.
Old revision New revision Changes Path
1.3 1.4 +5 -0 docs/en/winedev-documentation.sgml
Index: docs/en/winedev-documentation.sgml
diff -u -p docs/en/winedev-documentation.sgml:1.3 docs/en/winedev-documentation.sgml:1.4
--- docs/en/winedev-documentation.sgml 26 Jan 2007 19:57:30 -0000
+++ /dev/null 26 Jan 2007 19:57:30 -0000
@@ -74,6 +74,11 @@
</para>
<para>
+ To obtain a copy of the Wine documentation from Sourceforge refer to
+ <ulink url="http://www.winehq.com/site/cvs#docs">the Wine CVS page</> for instructions.
+ </para>
+
+ <para>
Another source of documentation is the <emphasis>Wine API Guide</emphasis>. This is
generated information taken from special comments placed in the Wine source code.
When you update or add new API calls to Wine you should consider documenting them so