ChangeSet ID: 20819
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/26 05:07:31
Modified files:
programs/notepad: main.c
Log message:
Jan Nieuwenhuizen <janneke(a)gnu.org>
Windows XP does not always include the executable file name on the
command line.
Patch: http://cvs.winehq.org/patch.py?id=20819
Old revision New revision Changes Path
1.35 1.36 +4 -5 wine/programs/notepad/main.c
ChangeSet ID: 20815
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/26 05:04:21
Modified files:
dlls/user/tests: text.c
dlls/user : text.c
Log message:
Rein Klazes <wijn(a)wanadoo.nl>
Fixed a lot of bugs in TEXT_TabbedTextOut. With the test cases used to
find them.
Patch: http://cvs.winehq.org/patch.py?id=20815
Old revision New revision Changes Path
1.3 1.4 +90 -0 wine/dlls/user/tests/text.c
1.60 1.61 +47 -46 wine/dlls/user/text.c