ChangeSet ID: 7089
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/21 13:28:36
Modified files:
dlls/shell32 : shlview.c
Log message:
Robert Shearman <R.J.Shearman(a)warwick.ac.uk>
- Clear bits in structure passed to IOleCommandTarget_QueryStatus to
show that we don't support any Exec's.
- Add two Exec cases that were found during testing.
Patch: http://cvs.winehq.com/patch.py?id=7089
Old revision New revision Changes Path
1.73 1.74 +23 -4 wine/dlls/shell32/shlview.c
ChangeSet ID: 7086
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/20 18:36:47
Modified files:
. : configure.ac configure
Log message:
Moved the IPX check so that the sys/socket.h check has already been
done when we check for IPX headers.
Patch: http://cvs.winehq.com/patch.py?id=7086
Old revision New revision Changes Path
1.122 1.123 +38 -37 wine/configure.ac
1.391 1.392 +121 -120 wine/configure
ChangeSet ID: 7084
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/20 18:29:31
Modified files:
include : winuser.h
dlls/user/tests: generated.c
Log message:
Marcus Meissner <marcus(a)jet.franken.de>
Changed MONITORINFOEXA,W definition to the one in MSDN which does not
cause gcc 3.3 warnings.
Patch: http://cvs.winehq.com/patch.py?id=7084
Old revision New revision Changes Path
1.157 1.158 +10 -18 wine/include/winuser.h
1.7 1.8 +0 -8 wine/dlls/user/tests/generated.c
ChangeSet ID: 7080
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/20 17:36:22
Modified files:
documentation : testing.sgml authors.ent
Log message:
Francois Gouget <fgouget(a)free.fr>
Provide very much needed recommendations on how to write good error
messages.
It is now possible to use windows.h in conformance tests.
Adding myself to the authors list.
Patch: http://cvs.winehq.com/patch.py?id=7080
Old revision New revision Changes Path
1.4 1.5 +82 -12 wine/documentation/testing.sgml
1.5 1.6 +3 -0 wine/documentation/authors.ent