Module: docs
Branch: master
Commit: 6086179c916e8f05112c1eb80ac095eb7c3ac79e
URL: http://source.winehq.org/git/docs.git/?a=commit;h=6086179c916e8f05112c1eb80…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Wed Jul 24 12:48:46 2013 +0200
winedev: Use proper entity escaping for '&', '<' and '>'.
---
en/winedev-windowing.sgml | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/en/winedev-windowing.sgml b/en/winedev-windowing.sgml
index fe24ebc..4175f0d 100644
--- a/en/winedev-windowing.sgml
+++ b/en/winedev-windowing.sgml
@@ -583,7 +583,7 @@ static const int main_key_scan[MAIN_LEN] =
For example, my Norwegian keyboard looks like this
</para>
<screen>
-� ! " # � % & / ( ) = ? ` Back-
+� ! " # � % & / ( ) = ? ` Back-
| 1 2@ 3� 4$ 5 6 7{ 8[ 9] 0} + \� space
Tab Q W E R T Y U I O P � ^
@@ -592,13 +592,13 @@ Tab Q W E R T Y U I O P
Caps A S D F G H J K L � � *
Lock '
-Sh- > Z X C V B N M ; : _ Shift
+Sh- > Z X C V B N M ; : _ Shift
ift < , . -
Ctrl Alt Spacebar AltGr Ctrl
</screen>
<para>
- Note the 102nd key, which is the <keycap><></keycap> key, to
+ Note the 102nd key, which is the <keycap><></keycap> key, to
the left of <keycap>Z</keycap>. The character to the right of
the main character is the character generated by
<keycap>AltGr</keycap>.
@@ -609,11 +609,11 @@ Ctrl Alt Spacebar AltGr Ctrl
<programlisting>
static const char main_key_NO[MAIN_LEN][4] =
{
-"|�","1!","2\"@","3#�","4�$","5%","6&","7/{","8([","9)]","0=}","+?","\\�",
+"|�","1!","2\"@","3#�","4�$","5%","6&","7/{","8([","9)]","0=}","+?","\\�",
"qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","��","�^~",
"aA","sS","dD","fF","gG","hH","jJ","kK","lL","��","��","'*",
"zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_",
-"<>"
+"<>"
};
</programlisting>
<para>
@@ -641,7 +641,7 @@ const char (*key)[MAIN_LEN][4];
it works. If it fails to detect your table, try running
</para>
<screen>
-WINEDEBUG=+key,+keyboard wine > key.log 2>&1
+WINEDEBUG=+key,+keyboard wine > key.log 2>&1
</screen>
<para>
and look in the resulting <filename>key.log</filename> file to
Module: docs
Branch: master
Commit: f65cac12ddd94eda58ea36795a6ff9bd056ca7ef
URL: http://source.winehq.org/git/docs.git/?a=commit;h=f65cac12ddd94eda58ea36795…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Mon Jul 22 23:25:23 2013 +0200
wineusr: Simplify/tweak a number of URLs.
---
en/wineusr-getting.sgml | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/en/wineusr-getting.sgml b/en/wineusr-getting.sgml
index 8efcdfc..c3536a6 100644
--- a/en/wineusr-getting.sgml
+++ b/en/wineusr-getting.sgml
@@ -63,9 +63,8 @@
If you wish to try out the bleeding edge of Wine development, or
would even like to help develop Wine yourself, you can download the
very latest source code from our Git repository. Instructions for
- downloading from the Wine Git repository are available at <ulink
- url="http://www.winehq.org/site/git">http://www.winehq.org/site/git
- </ulink>.
+ downloading from the Wine Git repository are available at <ulink
+ url="http://www.winehq.org/site/git"></ulink>.
</para>
<para>
Please take note that the usual warnings for using a developmental
Module: docs
Branch: master
Commit: ae82519c5853f25402d70a77db56d8b438b579fb
URL: http://source.winehq.org/git/docs.git/?a=commit;h=ae82519c5853f25402d70a77d…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Mon Jul 22 23:19:38 2013 +0200
winedev: Use correct casing for listitem tag.
---
en/winedev-documentation.sgml | 48 ++++++++++++++++++++--------------------
1 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/en/winedev-documentation.sgml b/en/winedev-documentation.sgml
index 9d04327..070308d 100644
--- a/en/winedev-documentation.sgml
+++ b/en/winedev-documentation.sgml
@@ -44,29 +44,29 @@
<itemizedlist>
- <listItem><para>
+ <listitem><para>
The <emphasis>Wine User Guide</emphasis>. This book contains information for end users
on installing, configuring and running Wine.
</para></listitem>
- <listItem><para>
+ <listitem><para>
The <emphasis>Wine Developer's Guide</emphasis>. This book contains information and
guidelines for developers and contributors to the Wine project.
</para></listitem>
- <listItem><para>
+ <listitem><para>
The <emphasis>Winelib User's Guide</emphasis>. This book contains information for
developers using Winelib to port Win32 applications to Unix.
</para></listitem>
- <listItem><para>
+ <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>
+ <listitem><para>
The <emphasis>Wine FAQ</emphasis>. This book contains frequently asked questions
about Wine with their answers.
</para></listitem>
@@ -102,21 +102,21 @@
API:
<itemizedlist>
- <listItem><para>
+ <listitem><para>
To allow Wine developers to know what each function should do, should
they need to update or fix it.
</para></listitem>
- <listItem><para>
+ <listitem><para>
To allow Winelib users to understand the functions that are available
to their applications.
</para></listitem>
- <listItem><para>
+ <listitem><para>
To provide an alternative source of free documentation on the Win32 API.
</para></listitem>
- <listItem><para>
+ <listitem><para>
To provide more accurate documentation where the existing documentation
is accidentally or deliberately vague or misleading.
</para></listitem>
@@ -132,19 +132,19 @@
of a function include:
<itemizedlist>
- <listItem><para>
+ <listitem><para>
The purpose of the function.
</para></listitem>
- <listItem><para>
+ <listitem><para>
The parameters of the function and their purpose.
</para></listitem>
- <listItem><para>
+ <listitem><para>
The return value of the function, in success as well as failure cases.
</para></listitem>
- <listItem><para>
+ <listitem><para>
Additional notes such as interaction with other parts of the system, differences
between Wine and Win32 implementations, errors in MSDN documentation,
undocumented cases and bugs that Wine corrects or is compatible with.
@@ -308,22 +308,22 @@
section names:
<orderedlist>
- <listItem><para>
+ <listitem><para>
<command>NOTES</command>. Anything that needs to be noted about the function
such as special cases and the effects of input arguments.
</para></listitem>
- <listItem><para>
+ <listitem><para>
<command>BUGS</command>. Any bugs in the function that exist 'by design', i.e.
those that will not be fixed or exist for compatibility with Windows.
</para></listitem>
- <listItem><para>
+ <listitem><para>
<command>TODO</command>. Any unhandled cases or missing functionality in the Wine
implementation of the function.
</para></listitem>
- <listItem><para>
+ <listitem><para>
<command>FIXME</command>. Things that should be updated or addressed in the implementation
of the function at some future date (perhaps dependent on other parts of Wine). Note
that if this information is only relevant to Wine developers then it should probably
@@ -627,31 +627,31 @@
<orderedlist>
- <listItem><para>
+ <listitem><para>
Go to <ulink url="http://www.sgmltools.org">http://www.sgmltools.org</ulink>
</para></listitem>
- <listItem><para>
+ <listitem><para>
Download all of the sgmltools packages
</para></listitem>
- <listItem><para>
+ <listitem><para>
Install them all and build them (<command>./configure; make; make install</command>)
</para></listitem>
- <listItem><para>
+ <listitem><para>
Switch to your toplevel wine-docs directory
</para></listitem>
- <listItem><para>
+ <listitem><para>
Run <command>./configure</command>
</para></listitem>
- <listItem><para>
+ <listitem><para>
run <command>make html</command>
</para></listitem>
- <listItem><para>
+ <listitem><para>
View <filename>en/wineusr-guide.html</filename>, <filename>en/winedev-guide.html</filename>, etc. in your favorite browser
</para></listitem>
Module: website
Branch: master
Commit: 6d0cb7e55366eb3eabdb1beb38a02e74d98ca92e
URL: http://source.winehq.org/git/website.git/?a=commit;h=6d0cb7e55366eb3eabdb1b…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Aug 2 20:17:35 2013 +0200
Wine release 1.7.0
---
news/en/2013080202.xml | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/news/en/2013080202.xml b/news/en/2013080202.xml
new file mode 100644
index 0000000..11954a5
--- /dev/null
+++ b/news/en/2013080202.xml
@@ -0,0 +1,17 @@
+<news>
+<date>August 2, 2013</date>
+<title>Wine 1.7.0 Released</title>
+<body>
+<p> The Wine development release 1.7.0 is now available.</p>
+<p> <a href="{$root}/announce/1.7.0">What's new</a> in this release:
+<ul>
+ <li>Support for vertical text in the Postscript driver.</li>
+ <li>Version 2 of liblcms used now instead of version 1.</li>
+ <li>Unicode data updated to Unicode 6.2.0.</li>
+ <li>Hyperlink controls supported in installers.</li>
+ <li>Improved support for XML attributes.</li>
+ <li>Various bug fixes.</li>
+</ul>
+<p>The source is <a href="http://prdownloads.sourceforge.net/wine/wine-1.7.0.tar.bz2">available now</a>.
+Binary packages are in the process of being built, and will appear soon at their respective <a href="{$root}/download">download locations</a>.
+</p></body></news>