Module: wine
Branch: master
Commit: 97dea5bd08af894463823fde64cbdf4619c5928c
URL: http://source.winehq.org/git/wine.git/?a=commit;h=97dea5bd08af894463823fde6…
Author: Austin English <austinenglish(a)gmail.com>
Date: Wed Nov 1 13:24:51 2017 -0500
readme: Clarify the wording a bit.
Pointed out by Jens Reyer.
Signed-off-by: Austin English <austinenglish(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
README | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README
index 4b76546..21dabed 100644
--- a/README
+++ b/README
@@ -19,11 +19,11 @@ run:
./configure
make
-Then either install wine:
+Then either install Wine:
make install
-Or run it from the build directory:
+Or run Wine directly from the build directory:
./wine notepad
Module: wine
Branch: master
Commit: 265f5cad233963ed6cae188031e263ae3ff124d3
URL: http://source.winehq.org/git/wine.git/?a=commit;h=265f5cad233963ed6cae18803…
Author: Aric Stewart <aric(a)codeweavers.com>
Date: Wed Nov 1 10:53:23 2017 -0500
usp10/tests: Add fingerprint to help ensure proper font for testing.
Fixes problems where there is a linux font also named Estrangelo
Edessa but does not have the font shaping properties we are testing.
Signed-off-by: Aric Stewart <aric(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/usp10/tests/usp10.c | 71 ++++++++++++++++++++++++++++++++++--------------
1 file changed, 50 insertions(+), 21 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=265f5cad233963ed6cae1…