ChangeSet ID: 10139
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: jnewman(a)wine.codeweavers.com 2003/11/20 15:28:11
Modified files:
templates/en : winelib.template
Log message:
based off of patch from Dimitrie O. Paun <dpaun(a)rogers.com>
Fix Vincent's name (but use html entity as its more portable)
Patch: http://cvs.winehq.com/patch.py?id=10139
Old revision New revision Changes Path
1.4 1.5 +1 -1 lostwages/templates/en/winelib.template
ChangeSet ID: 10136
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/19 22:21:56
Modified files:
tools/winebuild: utils.c
Log message:
open_input_file(): try to open the file in the current directory
before trying the source directory.
Patch: http://cvs.winehq.com/patch.py?id=10136
Old revision New revision Changes Path
1.17 1.18 +4 -3 wine/tools/winebuild/utils.c
ChangeSet ID: 10135
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/19 22:21:12
Modified files:
dlls/shell32 : shellpath.c
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
If using the default values, also set dwType to REG_SZ as our default
strings don't need to be expanded (found by Valgrind).
Patch: http://cvs.winehq.com/patch.py?id=10135
Old revision New revision Changes Path
1.74 1.75 +2 -0 wine/dlls/shell32/shellpath.c