ChangeSet ID: 13558
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/08/31 12:31:27
Modified files:
dlls/wineps : generic.ppd
Log message:
Huw Davies <huw(a)codeweavers.com>
Use 1/4" margins for some standard paper sizes.
Turn Type42 support off by default.
Bump the FileVersion.
Patch: http://cvs.winehq.org/patch.py?id=13558
Old revision New revision Changes Path
1.1 1.2 +6 -6 wine/dlls/wineps/generic.ppd
ChangeSet ID: 13554
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/08/30 18:57:18
Modified files:
dlls/advapi32 : crypt.c
Log message:
James Hawkins <truiken(a)gmail.com>
Make CryptSetProviderEx only delete the 'Name' value and not delete
the entire 'Type XXX' key when deleting the default provider.
Patch: http://cvs.winehq.org/patch.py?id=13554
Old revision New revision Changes Path
1.50 1.51 +37 -20 wine/dlls/advapi32/crypt.c
ChangeSet ID: 13551
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/08/30 14:31:14
Modified files:
dlls/dbghelp : symbol.c stabs.c pe_module.c msc.c module.c
elf_module.c dbghelp_private.h dbghelp.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
Eric Pouech <pouech-eric(a)wanadoo.fr>
- Fix debug info look-up (bug in translating the RVA of the debug
directory).
- Fix code for adding PE export table as debug info (crash with NULL
passed to RtlImageDirectoryEntryToData).
- Fix computation of non-relocatable ELF shared objects size.
- Fix loading (while parsing the link map) of new non-relocatable ELF
shared objects (no longer take account load-address of link-map).
- Finished the AUTO_PUBLIC, NO_PUBLICS and PUBLICS_ONLY support for PE and ELF.
- Cleaned up public symbol management (which should now properly work).
Patch: http://cvs.winehq.org/patch.py?id=13551
Old revision New revision Changes Path
1.8 1.9 +3 -6 wine/dlls/dbghelp/symbol.c
1.8 1.9 +6 -5 wine/dlls/dbghelp/stabs.c
1.4 1.5 +64 -65 wine/dlls/dbghelp/pe_module.c
1.5 1.6 +29 -28 wine/dlls/dbghelp/msc.c
1.4 1.5 +9 -11 wine/dlls/dbghelp/module.c
1.8 1.9 +106 -109 wine/dlls/dbghelp/elf_module.c
1.6 1.7 +4 -4 wine/dlls/dbghelp/dbghelp_private.h
1.5 1.6 +8 -3 wine/dlls/dbghelp/dbghelp.c