- remove unneccesary ISF_MyComputer_Constructor() declaration
[wine] / dlls / shell32 / shlfileop.c
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-05  Martin FuchsCorrect return type of SHFileOperationA/W.
2003-09-27  Rolf KalbermatterFix a return value in SHFileOperation and add some...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-02  Rolf KalbermatterMake the different helper functions all return actual...
2003-08-21  Mike McCormackRemove useless comments that clutter the code.
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-05-11  Mike McCormackClean up SHFileOperationA/W debugging a little.
2003-04-26  Rolf KalbermatterFix some typos and a memory leak in SHFileOperationA.
2003-04-19  Rolf KalbermatterReimplement SHFileOperation in Unicode, based on the...
2003-03-21  Rolf KalbermatterImplement some more Win API functions and add support...
2003-03-18  Jon GriffithsDocumentation updates.
2003-02-01  Rolf KalbermatterChange SHCreateDirectory and Win32DeleteFile to be...
2003-01-21  Rolf KalbermatterChange SHChangeNotify to be Unicode and ANSI indifferen...
2002-12-19  Rolf KalbermatterIntroduced some declarations and resources needed for...
2002-12-16  Rolf KalbermatterMake some shell32 files compile in MSVC.
2002-09-04  Andriy PalamarchukSHFileOperationA: improved, implemented FO_MOVE action...
2002-08-27  Andriy PalamarchukSHFileOperation: Implemented the FO_RENAME action,...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-15  Rein KlazesIn SHFileOperation() when requested to copy files,...
2001-11-06  Guy Albertelli- Define rest of URL_ESCAPE... and other flags.
2001-08-16  Alexandre JulliardMoved undocshell.h to dlls/shell32. Removed shell16.h.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-02-26  David GrantAdded (partial) support for FO_COPY and FO_DELETE.
2001-02-21  Chris MorganConfirm file deletes. Make delete confirmation message...
2001-01-18  Andreas MohrImplemented SHELL32.IsNetDrive and SHELL32.ILSaveToStre...
2001-01-07  Huw D M DaviesMoved all the documented shlwapi functions out of undoc...
2000-10-15  Eric PouechFixed ShellMessageBox[AW] buffers usage (in some cases...
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-08-14  Alexandre JulliardReplaced VERSION_* calls by exported API equivalents.
2000-08-11  Dmitry Timoshkov1. Make buffer for message large enough to hold very...
2000-04-28  Juergen SchmiedComplete cleanup, bugfixes.
2000-02-26  Juergen SchmiedMoved file functions to shlfileop.c
2000-02-20  Juergen SchmiedNew file (SHFileOperation).