ChangeSet ID: 1005085883487654737662524 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/11/06 17:31:23
Modified files: dlls/comctl32 : commctrl.c dlls/commdlg : filedlgbrowser.c dlls/richedit : richedit.c dlls/shdocvw : shdocvw_main.c dlls/shell32 : clipboard.c iconcache.c pidl.c shell.c shell32_main.c shellstring.c shlfileop.c shlfolder.c shlmenu.c dlls/shlwapi : path.c shlwapi_main.c string.c dlls/wininet : http.c internet.c include : shlwapi.h
Log message: Guy Albertelli galberte@neo.lrun.com - Define rest of URL_ESCAPE... and other flags. - Define implemented interfaces for reg.c and url.c.
Patch: http://cvs.winehq.com/patch.py?id=1005085883487654737662524
Revision Changes Path 1.44 +2 -1 wine/dlls/comctl32/commctrl.c 1.30 +2 -1 wine/dlls/commdlg/filedlgbrowser.c 1.12 +2 -1 wine/dlls/richedit/richedit.c 1.5 +2 -1 wine/dlls/shdocvw/shdocvw_main.c 1.7 +4 -3 wine/dlls/shell32/clipboard.c 1.51 +1 -0 wine/dlls/shell32/iconcache.c 1.63 +2 -1 wine/dlls/shell32/pidl.c 1.33 +3 -3 wine/dlls/shell32/shell.c 1.88 +3 -3 wine/dlls/shell32/shell32_main.c 1.16 +2 -2 wine/dlls/shell32/shellstring.c 1.15 +3 -3 wine/dlls/shell32/shlfileop.c 1.62 +2 -1 wine/dlls/shell32/shlfolder.c 1.25 +2 -1 wine/dlls/shell32/shlmenu.c 1.11 +1 -0 wine/dlls/shlwapi/path.c 1.10 +1 -0 wine/dlls/shlwapi/shlwapi_main.c 1.15 +1 -0 wine/dlls/shlwapi/string.c 1.20 +8 -7 wine/dlls/wininet/http.c 1.26 +1 -0 wine/dlls/wininet/internet.c 1.18 +119 -15 wine/include/shlwapi.h