*** empty log message ***
[mono.git] / status / ChangeLog
1 2002-07-13  Jonathan Pryor <jonpryor@vt.edu>
2         * class.xml: Added entries for the following classes from System.Diagnostics:
3                 - CounterCreationData.cs: Implemented
4                 - CounterCreationDataCollection.cs: Implemented
5                 - CounterSample.cs: Stubbed Out
6                 - CounterSampleCalculator.cs: Stubbed Out
7                 - InstanceData.cs: Implemented
8                 - InstanceDataCollection.cs: Implemented
9                 - InstanceDataCollectionCollection.cs: Implemented
10                 - MonitoringDescriptionAttribute.cs: Implemented
11                 - PerformanceCounter.cs: Stubbed Out
12                 - PerformanceCounterCategory.cs: Stubbed Out
13                 - PerformanceCounterInstaller.cs: Stubbed Out
14                 - PerformanceCounterManager.cs: Stubbed Out
15                 - PerformanceCounterPermission.cs: Stubbed Out
16                 - PerformanceCounterPermissionAccess.cs: Implemented
17                 - PerformanceCounterPermissionAttribute.cs: Stubbed Out
18                 - PerformanceCounterPermissionEntry.cs: Stubbed Out
19                 - PerformanceCounterPermissionEntryCollection.cs: Implemented
20                 - PerformanceCounterType.cs: Implemented
21
22 2002-06-09  Jonathan Pryor <jonpryor@vt.edu>
23         * class.xml: Added entries for the following classes from System.Diagnostics:
24                 -       EntryWrittenEventArgs
25                 -       EntryWrittenEventHandler
26                 -       EventLog
27                 -       EventLogEntryCollection
28                 -       EventLogEntry
29                 -       EventLogEntryType
30                 -       EventLogInstaller
31                 -       EventLogPermissionAccess
32                 -       EventLogPermissionAttribute
33                 -       EventLogPermission
34                 -       EventLogPermissionEntryCollection
35                 -       EventLogPermissionEntry
36                 -       EventLogTraceListener
37
38 2002-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
39
40         * maintainers.xml: added myself.
41         * class.xml: added System.Net.Sockets.UdpClient and updated
42         System.Net.IPAddress and IPEndPoint.
43
44 2002-03-17  Nick Drochak  <ndrochak@gol.com>
45
46         * class.xml: Added class I stubbed out:
47         ApplicationDirectoryMembershipCondition
48
49 2002-01-14  Nick Drochak  <ndrochak@gol.com>
50
51         * class.xml: Added classes I implemented.
52
53 2002-01-07 John Barnette <jbarn@httcb.net>
54
55         * type-maintainers.xml: new format for information.
56
57 2002-01-05 Nick Drochak  <ndrochak@gol.com>
58
59         * .cvsignore: ignore cormissing file which is generated by 
60         /mcs/tools/corcompare.exe
61
62 2001-11-19      Daniel Weber <daniel-weber@austin.rr.co>
63         * class.xml : Added System.Xml classes
64         * maintainers.xml: Added myself
65 2001-10-11
66
67         * ByMaintainer.xsl: support for sorting classnames
68         * ByNamespace.xsl: support for sorting classnames, mailto href on
69           maintainer
70           
71 Tue Sep 25 19:03:52 CEST 2001 Paolo Molaro <lupus@ximian.com>
72
73         * class.xml: updates.
74
75 2001-09-14  Dick Porter  <dick@ximian.com>
76
77         * class.xml: Added System.Threading classes
78
79         * maintainers.xml: Added myself
80
81 2001-07-17  Sean MacIsaac  <macisaac@ximian.com>
82
83         * ByNamespace.xsl: removed bug for improper handling of namespace.
84         eg System.Collections.Blah was showing up in System list.
85
86 2001-07-16  Sean MacIsaac  <macisaac@ximian.com>
87
88         * ByNamespace.xsl: Needed by ByNamespace.cs.
89
90         * ByNamespace.cs: Generates html by namespace..
91
92         * ByMaintainer.xsl: Needed by ByMaintainer.cs.
93
94         * ByMaintainer.cs: Generates html by maintainer.
95
96         * class.xml: Class maintainers go here.
97         
98         * maintainers.xml: Only maintaining email/name pairs here.
99
100         * compare-assembly.cs: Started refactoring to give what Migee
101         wants.