(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / corlib / Microsoft.Win32 / ChangeLog
blob034b320a66772662e540e14572e718f7fe327a8c
1 2004-04-10  Gert Driesen (driesen@users.sourceforge.net)
3         * RegistryKey.cs: explicit implementation of IDisposable to match 
4         MS corlib
6 2004-03-17  Jackson Harper  <jackson@ximian.com>\r
7 \r
8         * Win32RegistryApi.cs: Fix typo. Patch by Gert Driesen.\r
9 \r
10 2004-03-03  Jackson Harper  <jackson@ximian.com>\r
12         * Win32RegistryApi.cs: Specify entry points.\r
13         \r
14 2004-03-03  Jackson Harper <jackson@ximian.com>\r
16         * Win32RegistryApi.cs: New file - pinvokes to the win32\r
17         registry. Patch  by Erik LeBel.\r
18         * IRegistryApi.cs: New file - Interface to a registry backend\r
19         (win32 on windows, no implementation on unix). This interface will\r
20         probably change when we write a Linux backend.\r
21         * Win32ResultCode.cs: New file - Win32 result codes needed to\r
22         check pinvoke. Patch by Erik LeBel.\r
23         * Registry.cs: Create the keys. Patch by Erik LeBel.\r
24         * RegistryKey.cs: Implement. Patch by Erik LeBel.\r
25         \r
26 2003-12-27  Nick Drochak  <ndrochak@gol.com>\r
28         * RegistryKey.cs: Add some missing overloads.\r
30 2003-02-10  Nick Drochak  <ndrochak@gol.com>\r
32         * Registry.cs: Class should be sealed and have a private default ctor.\r
34 2002-11-28  Alejandro Sánchez Acosta  <raciel@es.gnu.org>\r
36         * Registry.cs: Added missed field.\r
38 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
40         * RegistryHive.cs: patch from Jackson Harper that fixes compilation.\r
42 2002-11-27  DennisHayes <dennish@raytek.com>    \r
44         * checkin for Alexandre Pigolkine (pigolkine@gmx.de) with minor changes\r
45         * needed for System.Windows.Forms\r
46         \r
47         * RegistryHive.cs\r
48         * Registry.cs\r
49         * added files, fully implmented?\r
50         \r
51         * RegistryKey.cs\r
52         * added more iplmentation\r
54 2002-11-20  Nick Drochak  <ndrochak@gol.com>\r
56         * RegistryKey.cs: Fix typo.\r