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