Finished separation of shell32 and wsock32.
[wine] / dlls / shell32 / shellpath.c
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-10-26  Martin Pilka"StartMenu" --> "Start Menu", "Startup" --> "StartUp".
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-08-14  Alexandre JulliardReplaced VERSION_* calls by exported API equivalents.
2000-07-26  Alexandre JulliardMoved shlwapi routines from shell32.dll to shlwapi...
2000-07-15  Patrik StridvallFixed some issues found by winapi_check.
2000-06-24  Juergen Schmied- many new Path* stubs
2000-06-23  Patrik StridvallFixed some issues found by winapi_check.
2000-06-13  Juergen Schmied- new dll shfolder.dll
2000-06-13  Alexandre JulliardUse the Unicode string functions from wine/unicode...
2000-06-11  Patrik StridvallFixed some warnings.
2000-06-08  Dmitry TimoshkovImplement NTDLL.towupper and NTDLL.towlower using alrea...
2000-06-07  Uwe BonnesPathFindNextComponent: return pointer to NULL and not...
2000-06-01  Juergen Schmied- New (some stubs): SHGetFolderLocation, PathAddExtension,
2000-04-28  Juergen SchmiedComplete cleanup, bugfixes.
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-02-26  Juergen SchmiedStub PathIsDirectory.
2000-02-20  Alexandre JulliardStephane Lussier
2000-01-04  Juergen SchmiedSmall fixes.
1999-12-26  Francois GougetWrapped some strings in a debugstr_* call.
1999-11-23  Juergen Schmied- made IShellFolder a aggregable object
1999-10-23  Jim AstonAdded a few stubs.
1999-09-10  Niclas KarlssonFixed pattern matching in PathMatchSpecA/W
1999-08-15  Juergen SchmiedMore use of rc files for strings and menus, fixes....
1999-08-08  Alexandre JulliardReplaced a few calls to lstr* functions by their CRTDLL...
1999-07-25  Juergen SchmiedImplemented SHGetSpecialFolderPathA.
1999-07-10  Juergen SchmiedSmall fixes.
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-17  Juergen SchmiedPrevent crash in stub of SheGetDirW.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-13  Juergen Schmied- mostly cleanup after the renaming
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-01-31  Juergen SchmiedStub for PathQualify32[A|W].
1999-01-23  Juergen Schmied- some fixes, cleaned up includes, fixed leaks
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-03  Juergen SchmiedNew stubs NTSHChangeNotifyRegister, NTSHChangeNotifyDer...
1998-12-11  Juergen SchmiedBugfix in PathCombine32[A|W].
1998-12-01  Juergen SchmiedFixed wrong parameter count for SHChangeNotifyDeregiste...
1998-11-25  Juergen SchmiedMoved existing path - functions to shellpatch.c.