2004-04-10  Gert Driesen (driesen@users.sourceforge.net)

	* RegistryKey.cs: explicit implementation of IDisposable to match 
	MS corlib

2004-03-17  Jackson Harper  <jackson@ximian.com>

	* Win32RegistryApi.cs: Fix typo. Patch by Gert Driesen.

2004-03-03  Jackson Harper  <jackson@ximian.com>

	* Win32RegistryApi.cs: Specify entry points.
	
2004-03-03  Jackson Harper <jackson@ximian.com>

	* 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  <ndrochak@gol.com>

	* RegistryKey.cs: Add some missing overloads.

2003-02-10  Nick Drochak  <ndrochak@gol.com>

	* Registry.cs: Class should be sealed and have a private default ctor.

2002-11-28  Alejandro Snchez Acosta  <raciel@es.gnu.org>

	* Registry.cs: Added missed field.

2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* RegistryHive.cs: patch from Jackson Harper that fixes compilation.

2002-11-27  DennisHayes <dennish@raytek.com>	

	* 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  <ndrochak@gol.com>

	* RegistryKey.cs: Fix typo.
