2005-12-02 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / corlib / Microsoft.Win32 / ChangeLog
1 2005-12-02  Atsushi Enomoto  <atsushi@ximian.com>\r
2 \r
3         * Win32RegistryApi.cs : fixed invalid cast. Now mono is not to blame\r
4           for not being able to run NAnt on Windows.\r
5 \r
6 2005-11-12  Miguel de Icaza  <miguel@novell.com>
7
8         * RegistryKey.cs: Add support for a Registry on Unix based on
9         files under ~/.mono/registry.
10
11         Vastly refactored the code, reworked the interface between the
12         frontend and the backends.  
13
14         If "RegistryKey" was not sealed, things could have been a lot
15         cleaner. 
16
17 2005-01-31  mei (mei@work.email.ne.jp)
18
19         * RegistryKey.cs: Fixes bug 70451: When the key doesn't exist, and
20         the default value is not specified, it is necessary to return
21         null. and DecodeString function's bug is fixed.
22
23 2004-04-10  Gert Driesen (driesen@users.sourceforge.net)
24
25         * RegistryKey.cs: explicit implementation of IDisposable to match 
26         MS corlib
27
28 2004-03-17  Jackson Harper  <jackson@ximian.com>\r
29 \r
30         * Win32RegistryApi.cs: Fix typo. Patch by Gert Driesen.\r
31 \r
32 2004-03-03  Jackson Harper  <jackson@ximian.com>\r
33 \r
34         * Win32RegistryApi.cs: Specify entry points.\r
35         \r
36 2004-03-03  Jackson Harper <jackson@ximian.com>\r
37 \r
38         * Win32RegistryApi.cs: New file - pinvokes to the win32\r
39         registry. Patch  by Erik LeBel.\r
40         * IRegistryApi.cs: New file - Interface to a registry backend\r
41         (win32 on windows, no implementation on unix). This interface will\r
42         probably change when we write a Linux backend.\r
43         * Win32ResultCode.cs: New file - Win32 result codes needed to\r
44         check pinvoke. Patch by Erik LeBel.\r
45         * Registry.cs: Create the keys. Patch by Erik LeBel.\r
46         * RegistryKey.cs: Implement. Patch by Erik LeBel.\r
47         \r
48 2003-12-27  Nick Drochak  <ndrochak@gol.com>\r
49 \r
50         * RegistryKey.cs: Add some missing overloads.\r
51 \r
52 2003-02-10  Nick Drochak  <ndrochak@gol.com>\r
53 \r
54         * Registry.cs: Class should be sealed and have a private default ctor.\r
55 \r
56 2002-11-28  Alejandro Sánchez Acosta  <raciel@es.gnu.org>\r
57 \r
58         * Registry.cs: Added missed field.\r
59 \r
60 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
61 \r
62         * RegistryHive.cs: patch from Jackson Harper that fixes compilation.\r
63 \r
64 2002-11-27  DennisHayes <dennish@raytek.com>    \r
65 \r
66         * checkin for Alexandre Pigolkine (pigolkine@gmx.de) with minor changes\r
67         * needed for System.Windows.Forms\r
68         \r
69         * RegistryHive.cs\r
70         * Registry.cs\r
71         * added files, fully implmented?\r
72         \r
73         * RegistryKey.cs\r
74         * added more iplmentation\r
75 \r
76 2002-11-20  Nick Drochak  <ndrochak@gol.com>\r
77 \r
78         * RegistryKey.cs: Fix typo.\r