Remove Get/SetBeepActive from USER driver and manage it locally inside
[wine] / dlls / ntdll / reg.c
2001-04-10  Alexandre JulliardFixed handling of \\Registry prefix.
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-12  Andreas Mohr- TRACE opened registry handles
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-15  Alexandre JulliardConverted enum_key_value request to the new request...
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-10-15  Alexandre JulliardFixed a few prototypes.
2000-10-13  Uwe BonnesMake reg the default output chanel.
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-08-26  Alexandre JulliardSimplified root key handling now that the server suppor...
2000-07-29  Alexandre JulliardRemoved a few external dependencies from ntdll.
2000-06-13  Alexandre JulliardUse the Unicode string functions from wine/unicode...
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-02-25  Dmitry TimoshkovDo not overwrite the valid ObjectAttributes->RootDirectory.
2000-01-24  Alexandre JulliardChanged the server to return STATUS_* error codes.
2000-01-23  Juergen Schmied- implementation of RtlReg* (read access), RtlEvent...
1999-10-24  Patrik StridvallAdded spec file declarations for already implemented...
1999-05-23  Alexandre JulliardConverted to the new debug interface, using script...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-09  Juergen Schmied- sorted API by groups
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-02-13  Juergen Schmied- documented most of the undocumented functions in...