84 lines
3.3 KiB
Plaintext
84 lines
3.3 KiB
Plaintext
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
|
|
|
|
2003-07-10 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
|
|
|
|
* SystemEvents.cs: Implemented preliminary timer support, added private constructor, fixed events
|
|
|
|
2003-06-12 Duncan Mak <duncan@ximian.com>
|
|
* UserPreferenceChangedEventArgs.cs
|
|
* UserPreferenceChangingEventArgs.cs
|
|
(Category): Fixed typo. Patch from Andreas. Nahr.
|
|
(ClassDevelopment@A-SoftTech.com>.
|
|
2003-04-17 Nick Drochak <ndrochak@gol.com>
|
|
* UserPreferenceCategory.cs: Fix typo.
|
|
* SystemEvents.cs: Fix inheritance.2002-9-15 Johannes Roith <johannes@jroith.de>
|
|
* ChangeLog: Add the change log to this directory
|
|
* PowerModeChangedEventArgs.cs
|
|
* PowerModeChangedEventHandler.cs
|
|
* PowerModes.cs * SessionEndedEventArgs.cs
|
|
* SessionEndedEventHandler.cs
|
|
* SessionEndingEventArgs.cs
|
|
* SessionEndingEventHandler.cs
|
|
* SessionEndReasons.cs
|
|
* SystemEvents.cs
|
|
* TimerElapsedEventArgs.cs
|
|
* TimerElapsedEventHandler.cs
|
|
* UserPreferenceCategory.cs
|
|
* UserPreferenceChangedEventArgs.cs
|
|
* UserPreferenceChangedEventHandler.cs
|
|
* UserPreferenceChangingEventArgs.cs
|
|
* UserPreferenceChangingEventHandler.cs:
|
|
Initial import.
|