Merge pull request #1034 from joelmartinez/msdoc-import2
[mono.git] / mcs / class / System / Microsoft.Win32 / ChangeLog
index ff621c1f43e6e748a580c044a749738857b905b0..3c6d72a266d7fa2935bd86e046e68f597d850714 100644 (file)
@@ -1,3 +1,53 @@
+2005-10-28  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * IntranetZoneCredentialPolicy.cs: ShouldSendCredential was changed to
+       virtual in 2.0 final.
+
+2005-10-18  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * TimerElapsedEventArgs.cs: Re-added [ComVisible (false)] attribute 
+       before NET_2_0.
+
+2005-10-17  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * IntranetZoneCredentialPolicy.cs: New. Implemented (2.0). This class
+       decide if the credentials should be sent if the sepcified uri is in 
+       the intranet zone.
+
+2005-10-17  Sebastien Pouliot  <sebastien@ximian.com> 
+       * SessionSwitchReason.cs: Fixed start value of enum (no 0 item).
+       * TimerElapsedEventArgs.cs: Removed [ComVisible (false)] attribute.
+
+2005-10-17  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * PowerModeChangedEventArgs.cs: Added a LinkDemand and an 
+       InheritanceDemand for FullTrust (i.e. Unrestricted permission set) at 
+       the class level.
+       * SessionEndingEventArgs.cs: Added a LinkDemand and an 
+       InheritanceDemand for FullTrust (i.e. Unrestricted permission set) at
+       the class level.
+       * SessionEndedEventArgs.cs: Added a LinkDemand and an 
+       InheritanceDemand for FullTrust (i.e. Unrestricted permission set) at
+       the class level.
+       * SessionSwitchReason.cs: New. Enum for 2.0.
+       * SessionSwitchEventArgs.cs: New. Class for 2.0.
+       * SessionSwitchEventHandler.cs: New. Delegate for 2.0.
+       * SystemEvents.cs: Added a LinkDemand for FullTrust (i.e. Unrestricted
+       permission set) at the class level. Added new events 
+       DisplaySettingsChanging and SessionSwitch (2.0). Added [Obsolete], 
+       [Browsable] and [EditorBrowsable] on LowMemory event (2.0).
+       * TimerElapsedEventArgs.cs: Added a LinkDemand and an 
+       InheritanceDemand for FullTrust (i.e. Unrestricted permission set) at 
+       the class level.
+       * UserPreferenceCategory.cs: Added new VisualStyle value for 2.0.
+       * UserPreferenceChangedEventArgs.cs: Added a LinkDemand and an 
+       InheritanceDemand for FullTrust (i.e. Unrestricted permission set) at
+       the class level.
+       * UserPreferenceChangingEventArgs.cs: Added a LinkDemand and an 
+       InheritanceDemand for FullTrust (i.e. Unrestricted permission set) at
+       the class level.
+
 2003-11-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
 
        * TimerElapsedEventArgs.cs: Added missing Attribute, restyled
@@ -30,4 +80,4 @@
        * UserPreferenceChangedEventHandler.cs
        * UserPreferenceChangingEventArgs.cs
        * UserPreferenceChangingEventHandler.cs:
-         Initial import.
\ No newline at end of file
+         Initial import.