ChangeSet ID: 17633
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/05/20 04:41:37
Modified files:
tools : sfnt2fnt.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
- Always initialize width table.
- FT_Get_Next_Char for some reason returns too high number (1040) if
the wine_courier font has been generated by fontforge, use 32 as the
1st char instead.
Patch: http://cvs.winehq.org/patch.py?id=17633
Old revision New revision Changes Path
1.5 1.6 +7 -40 wine/tools/sfnt2fnt.c
ChangeSet ID: 17629
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/05/20 04:40:42
Modified files:
dlls/msi : action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Fix quoting on queries.
Respect '+' and '*' in WriteRegistryValues to only create the key if
it does not already exist. Prevents overwriting values with NULL.
Patch: http://cvs.winehq.org/patch.py?id=17629
Old revision New revision Changes Path
1.118 1.119 +99 -64 wine/dlls/msi/action.c
ChangeSet ID: 17627
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/05/20 04:40:02
Modified files:
dlls/msi : custom.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Correct query quoting based on Mike's patch.
Also more error messages about return codes from custom actions and
ignore an error that we should be ignoring.
Patch: http://cvs.winehq.org/patch.py?id=17627
Old revision New revision Changes Path
1.12 1.13 +14 -10 wine/dlls/msi/custom.c