3c6d72a266d7fa2935bd86e046e68f597d850714
[mono.git] / mcs / class / System / Microsoft.Win32 / ChangeLog
1 2005-10-28  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * IntranetZoneCredentialPolicy.cs: ShouldSendCredential was changed to
4         virtual in 2.0 final.
5
6 2005-10-18  Sebastien Pouliot  <sebastien@ximian.com>
7
8         * TimerElapsedEventArgs.cs: Re-added [ComVisible (false)] attribute 
9         before NET_2_0.
10
11 2005-10-17  Sebastien Pouliot  <sebastien@ximian.com>
12
13         * IntranetZoneCredentialPolicy.cs: New. Implemented (2.0). This class
14         decide if the credentials should be sent if the sepcified uri is in 
15         the intranet zone.
16
17 2005-10-17  Sebastien Pouliot  <sebastien@ximian.com> 
18  
19         * SessionSwitchReason.cs: Fixed start value of enum (no 0 item).
20         * TimerElapsedEventArgs.cs: Removed [ComVisible (false)] attribute.
21
22 2005-10-17  Sebastien Pouliot  <sebastien@ximian.com>
23
24         * PowerModeChangedEventArgs.cs: Added a LinkDemand and an 
25         InheritanceDemand for FullTrust (i.e. Unrestricted permission set) at 
26         the class level.
27         * SessionEndingEventArgs.cs: Added a LinkDemand and an 
28         InheritanceDemand for FullTrust (i.e. Unrestricted permission set) at
29         the class level.
30         * SessionEndedEventArgs.cs: Added a LinkDemand and an 
31         InheritanceDemand for FullTrust (i.e. Unrestricted permission set) at
32         the class level.
33         * SessionSwitchReason.cs: New. Enum for 2.0.
34         * SessionSwitchEventArgs.cs: New. Class for 2.0.
35         * SessionSwitchEventHandler.cs: New. Delegate for 2.0.
36         * SystemEvents.cs: Added a LinkDemand for FullTrust (i.e. Unrestricted
37         permission set) at the class level. Added new events 
38         DisplaySettingsChanging and SessionSwitch (2.0). Added [Obsolete], 
39         [Browsable] and [EditorBrowsable] on LowMemory event (2.0).
40         * TimerElapsedEventArgs.cs: Added a LinkDemand and an 
41         InheritanceDemand for FullTrust (i.e. Unrestricted permission set) at 
42         the class level.
43         * UserPreferenceCategory.cs: Added new VisualStyle value for 2.0.
44         * UserPreferenceChangedEventArgs.cs: Added a LinkDemand and an 
45         InheritanceDemand for FullTrust (i.e. Unrestricted permission set) at
46         the class level.
47         * UserPreferenceChangingEventArgs.cs: Added a LinkDemand and an 
48         InheritanceDemand for FullTrust (i.e. Unrestricted permission set) at
49         the class level.
50
51 2003-11-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
52
53         * TimerElapsedEventArgs.cs: Added missing Attribute, restyled
54
55 2003-07-10  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
56
57         * SystemEvents.cs: Implemented preliminary timer support, added private constructor, fixed events
58
59 2003-06-12  Duncan Mak  <duncan@ximian.com>
60         * UserPreferenceChangedEventArgs.cs
61         * UserPreferenceChangingEventArgs.cs
62         (Category): Fixed typo. Patch from Andreas. Nahr.
63         (ClassDevelopment@A-SoftTech.com>.
64 2003-04-17  Nick Drochak  <ndrochak@gol.com>
65         * UserPreferenceCategory.cs: Fix typo.
66         * SystemEvents.cs: Fix inheritance.2002-9-15  Johannes Roith <johannes@jroith.de>
67         * ChangeLog: Add the change log to this directory
68         * PowerModeChangedEventArgs.cs
69         * PowerModeChangedEventHandler.cs
70         * PowerModes.cs * SessionEndedEventArgs.cs
71         * SessionEndedEventHandler.cs
72         * SessionEndingEventArgs.cs
73         * SessionEndingEventHandler.cs
74         * SessionEndReasons.cs
75         * SystemEvents.cs
76         * TimerElapsedEventArgs.cs
77         * TimerElapsedEventHandler.cs
78         * UserPreferenceCategory.cs
79         * UserPreferenceChangedEventArgs.cs
80         * UserPreferenceChangedEventHandler.cs
81         * UserPreferenceChangingEventArgs.cs
82         * UserPreferenceChangingEventHandler.cs:
83           Initial import.