Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « Microsoft.Win32 « System « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5eda58ef653ce2f537d4ce8b3a2e18e37bc372c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
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.