ChangeSet ID: 16815 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/03/23 07:15:21
Modified files: tools/wrc : newstruc.c tools : font_convert.sh programs/winedbg: break.c libs/wine : loader.c include : winnt.h objbase.h documentation : winedev-kernel.sgml ole.sgml dlls/winmm/wineoss: midi.c dlls/winmm/winealsa: midi.c dlls/wininet : http.c dlls/wineps : escape.c dlls/wined3d : directx.c device.c basetexture.c dlls/user/tests: sysparams.c dlls/user : edit.c dlls/shlwapi : reg.c ordinal.c dlls/shell32 : shv_bg_cmenu.c shlmenu.c shlfolder.c shlexec.c shfldr_mycomp.c shfldr_fs.c shellole.c shellfolder.h pidl.c memorystream.c cpanelfolder.c autocomplete.c dlls/oleaut32 : typelib.c safearray.c dlls/ole32 : storage32.h oleproxy.c memlockbytes16.c memlockbytes.c hglobalstream.c errorinfo.c dlls/ntdll : server.c file.c dlls/msrle32 : msrle32.c dlls/msi : appsearch.c dlls/mscms : profile.c dlls/mapi32 : prop.c dlls/kernel : instr.c dlls/gdi : enhmetafile.c dlls/dplayx : dplobby.c dplay.c dlls/dmstyle : styletrack.c dlls/dmband : band.c dlls/dbghelp : minidump.c elf_module.c dlls/d3d9 : surface.c dlls/d3d8 : device.c d3d8_private.h dlls/commdlg : filedlgbrowser.c filedlg.c colordlg16.c colordlg.c dlls/comctl32 : tab.c rebar.c monthcal.c listview.c header.c comboex.c
Log message: Francois Gouget fgouget@free.fr Assorted spelling fixes.
Patch: http://cvs.winehq.org/patch.py?id=16815
Old revision New revision Changes Path 1.23 1.24 +2 -2 wine/tools/wrc/newstruc.c 1.6 1.7 +1 -1 wine/tools/font_convert.sh 1.10 1.11 +1 -1 wine/programs/winedbg/break.c 1.22 1.23 +1 -1 wine/libs/wine/loader.c 1.204 1.205 +1 -1 wine/include/winnt.h 1.55 1.56 +1 -1 wine/include/objbase.h 1.5 1.6 +4 -4 wine/documentation/winedev-kernel.sgml 1.10 1.11 +1 -1 wine/documentation/ole.sgml 1.43 1.44 +1 -1 wine/dlls/winmm/wineoss/midi.c 1.13 1.14 +1 -1 wine/dlls/winmm/winealsa/midi.c 1.96 1.97 +1 -1 wine/dlls/wininet/http.c 1.28 1.29 +1 -1 wine/dlls/wineps/escape.c 1.25 1.26 +1 -1 wine/dlls/wined3d/directx.c 1.27 1.28 +5 -5 wine/dlls/wined3d/device.c 1.6 1.7 +1 -1 wine/dlls/wined3d/basetexture.c 1.35 1.36 +1 -1 wine/dlls/user/tests/sysparams.c 1.21 1.22 +1 -1 wine/dlls/user/edit.c 1.57 1.58 +1 -1 wine/dlls/shlwapi/reg.c 1.106 1.107 +1 -1 wine/dlls/shlwapi/ordinal.c 1.38 1.39 +2 -2 wine/dlls/shell32/shv_bg_cmenu.c 1.38 1.39 +1 -1 wine/dlls/shell32/shlmenu.c 1.96 1.97 +1 -1 wine/dlls/shell32/shlfolder.c 1.61 1.62 +2 -2 wine/dlls/shell32/shlexec.c 1.33 1.34 +1 -1 wine/dlls/shell32/shfldr_mycomp.c 1.35 1.36 +1 -1 wine/dlls/shell32/shfldr_fs.c 1.77 1.78 +6 -6 wine/dlls/shell32/shellole.c 1.10 1.11 +1 -1 wine/dlls/shell32/shellfolder.h 1.127 1.128 +2 -2 wine/dlls/shell32/pidl.c 1.21 1.22 +5 -5 wine/dlls/shell32/memorystream.c 1.15 1.16 +1 -1 wine/dlls/shell32/cpanelfolder.c 1.14 1.15 +1 -1 wine/dlls/shell32/autocomplete.c 1.145 1.146 +8 -8 wine/dlls/oleaut32/typelib.c 1.43 1.44 +2 -2 wine/dlls/oleaut32/safearray.c 1.19 1.20 +2 -2 wine/dlls/ole32/storage32.h 1.30 1.31 +1 -1 wine/dlls/ole32/oleproxy.c 1.9 1.10 +1 -1 wine/dlls/ole32/memlockbytes16.c 1.23 1.24 +1 -1 wine/dlls/ole32/memlockbytes.c 1.28 1.29 +2 -2 wine/dlls/ole32/hglobalstream.c 1.27 1.28 +2 -2 wine/dlls/ole32/errorinfo.c 1.18 1.19 +1 -1 wine/dlls/ntdll/server.c 1.78 1.79 +1 -1 wine/dlls/ntdll/file.c 1.12 1.13 +1 -1 wine/dlls/msrle32/msrle32.c 1.5 1.6 +2 -2 wine/dlls/msi/appsearch.c 1.13 1.14 +1 -1 wine/dlls/mscms/profile.c 1.8 1.9 +6 -6 wine/dlls/mapi32/prop.c 1.15 1.16 +2 -2 wine/dlls/kernel/instr.c 1.9 1.10 +1 -1 wine/dlls/gdi/enhmetafile.c 1.40 1.41 +1 -1 wine/dlls/dplayx/dplobby.c 1.54 1.55 +1 -1 wine/dlls/dplayx/dplay.c 1.11 1.12 +1 -1 wine/dlls/dmstyle/styletrack.c 1.15 1.16 +2 -2 wine/dlls/dmband/band.c 1.2 1.3 +1 -1 wine/dlls/dbghelp/minidump.c 1.16 1.17 +3 -3 wine/dlls/dbghelp/elf_module.c 1.14 1.15 +2 -2 wine/dlls/d3d9/surface.c 1.123 1.124 +3 -3 wine/dlls/d3d8/device.c 1.60 1.61 +4 -4 wine/dlls/d3d8/d3d8_private.h 1.48 1.49 +1 -1 wine/dlls/commdlg/filedlgbrowser.c 1.98 1.99 +1 -1 wine/dlls/commdlg/filedlg.c 1.8 1.9 +1 -1 wine/dlls/commdlg/colordlg16.c 1.50 1.51 +1 -1 wine/dlls/commdlg/colordlg.c 1.105 1.106 +1 -1 wine/dlls/comctl32/tab.c 1.106 1.107 +1 -1 wine/dlls/comctl32/rebar.c 1.52 1.53 +1 -1 wine/dlls/comctl32/monthcal.c 1.404 1.405 +1 -1 wine/dlls/comctl32/listview.c 1.72 1.73 +1 -1 wine/dlls/comctl32/header.c 1.81 1.82 +1 -1 wine/dlls/comctl32/comboex.c