- All settings in the drive edit dialog are now instant apply.
[wine] / programs / regsvr32 /
2003-07-02  Francois GougetFixed some common spelling errors.
2002-08-28  Patrik StridvallRemoved trailing white space.
2002-07-20  Bill MedlandAllow regsvr32 to process multiple filenames (as does...
2002-06-13  Alexandre JulliardDon't use msvcrt.
2002-06-13  Gregg MattinsonReplaced stricmp/strnicmp with strcasecmp/strncasecmp.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-21  Alexandre JulliardRenamed Winelib apps to .exe.so to follow the dll namin...
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-29  Andriy PalamarchukImplemented regsvr32 tool. Based on ReactOS implementation.