- Make all WM_NOTIFY messages go to the parent.
[wine] / dlls / advapi32 / registry.c
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-04-10  Alexandre JulliardRegSetValueExA/W: fixed REG_SZ string length handling...
2001-03-23  Alexandre JulliardUse TEB static buffer for Unicode conversion.
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-14  Patrik StridvallDocumentation ordinal fixes.
2001-02-14  Alexandre JulliardAlways return success instead of overflow if caller...
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2000-12-15  Alexandre JulliardConverted enum_key_value request to the new request...
2000-11-30  Alexandre JulliardFinished separation of advapi32.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-10-29  David ElliottAdded basic working stubs of new Windows 2000 API funct...
2000-10-15  Alexandre JulliardConverted a few more server requests to the new mechanism.
2000-10-02  Alexandre JulliardConvert NtQueryKey and NtEnumerateKey to the new reques...
2000-10-01  Alexandre JulliardConverted some of the registry server requests to the...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-05-14  Alexandre JulliardAdded support for registry values larger than the serve...
2000-05-09  Andreas MohrAdded some reg temp file clutter check (more than 100...
2000-03-26  Alexandre JulliardFixed error checking in registry saving.
2000-02-20  Alexandre JulliardAvoid crash on NULL data pointer.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-01-24  Alexandre JulliardChanged the server to return STATUS_* error codes.
2000-01-15  Juergen SchmiedIf there is enough space in the buffer and the type...
2000-01-09  Juergen SchmiedCorrected behaviour of RegOpenKey in case of failure.
1999-11-25  Eric PouechFixed some bogus error detection for RegEnumValue[AW...
1999-11-23  Alexandre JulliardChanged to use new server-side registry support.