ChangeSet ID: 7219
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/02/11 19:12:18
Modified files:
tools : wineconf
documentation/samples: config
Log message:
Tony Lambregts <tony_lambregts(a)telusplanet.net>
Modify the wineconf tags so that the sample config can be included in
the documentation.
Patch: http://cvs.winehq.com/patch.py?id=7219
Old revision New revision Changes Path
1.14 1.15 +2 -2 wine/tools/wineconf
1.38 1.39 +2 -2 wine/documentation/samples/config
ChangeSet ID: 7218
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/02/11 19:11:17
Modified files:
dlls/ddraw/d3ddevice: mesa.c
Log message:
Christian Costa <titan.costa(a)wanadoo.fr>
Fix comment in ZfromZproj.
Fix missing path in lighting code.
Move some OpenGL fog init to the right place.
Patch: http://cvs.winehq.com/patch.py?id=7218
Old revision New revision Changes Path
1.83 1.84 +6 -5 wine/dlls/ddraw/d3ddevice/mesa.c
ChangeSet ID: 7214
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/02/11 16:21:24
Modified files:
loader : pe_image.c
Log message:
Rein Klazes <rklazes(a)xs4all.nl>
In PE_fixup_imports report "module file not found" only in case of a
"file not found" error. Otherwise report failure and error number.
Patch: http://cvs.winehq.com/patch.py?id=7214
Old revision New revision Changes Path
1.118 1.119 +5 -1 wine/loader/pe_image.c