2005-01-31 mei (mei@work.email.ne.jp) * RegistryKey.cs: Fixes bug 70451: When the key doesn't exist, and the default value is not specified, it is necessary to return null. and DecodeString function's bug is fixed. 2004-04-10 Gert Driesen (driesen@users.sourceforge.net) * RegistryKey.cs: explicit implementation of IDisposable to match MS corlib 2004-03-17 Jackson Harper * Win32RegistryApi.cs: Fix typo. Patch by Gert Driesen. 2004-03-03 Jackson Harper * Win32RegistryApi.cs: Specify entry points. 2004-03-03 Jackson Harper * Win32RegistryApi.cs: New file - pinvokes to the win32 registry. Patch by Erik LeBel. * IRegistryApi.cs: New file - Interface to a registry backend (win32 on windows, no implementation on unix). This interface will probably change when we write a Linux backend. * Win32ResultCode.cs: New file - Win32 result codes needed to check pinvoke. Patch by Erik LeBel. * Registry.cs: Create the keys. Patch by Erik LeBel. * RegistryKey.cs: Implement. Patch by Erik LeBel. 2003-12-27 Nick Drochak * RegistryKey.cs: Add some missing overloads. 2003-02-10 Nick Drochak * Registry.cs: Class should be sealed and have a private default ctor. 2002-11-28 Alejandro Sánchez Acosta * Registry.cs: Added missed field. 2002-11-28 Gonzalo Paniagua Javier * RegistryHive.cs: patch from Jackson Harper that fixes compilation. 2002-11-27 DennisHayes * checkin for Alexandre Pigolkine (pigolkine@gmx.de) with minor changes * needed for System.Windows.Forms * RegistryHive.cs * Registry.cs * added files, fully implmented? * RegistryKey.cs * added more iplmentation 2002-11-20 Nick Drochak * RegistryKey.cs: Fix typo.