2003-08-02 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System / ChangeLog
1 2004-07-14  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * System.dll.sources:
4           Added IChangeTracking.cs and IRevertibleChangeTracking.cs
5
6 2004-07-09  LLuis Sanchez Gual  <lluis@novell.com>
7
8         * System.dll.sources: Added files
9                 System.ComponentModel/AsyncCompletedEventArgs.cs
10                 System.ComponentModel/AsyncCompletedEventHandler.cs
11
12 2004-07-02  Raja R Harinath  <rharinath@novell.com>
13
14         * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define.
15
16 2004-06-13  Gert Driesen <drieseng@users.sourceforge.net>
17
18         * System_test.dll.sources: Added IndentedTextWriterTest to unit
19         tests
20
21 2004-06-10  Raja R Harinath  <rharinath@novell.com>
22
23         * Makefile (LIBRARY_COMPILE): Define only if 'USE_BOOT_COMPILE' is
24         defined.  Don't conflate building a non-Xml temporary System.dll
25         with building System.dll for bootstrapping mcs.
26
27 2004-06-09  Raja R Harinath  <rharinath@novell.com>
28
29         * Makefile (CYCLIC_DEP_FILE): New.  Used to detect if
30         System.Xml.dll is present.
31         (SECOND_PASS): Remove.
32
33 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
34
35         * System_test.dll.sources: Added X509CertificateCollectionTest
36         to the unit tests.
37
38 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
39
40         * Makefile : add run-test-ondotnet target support.
41
42 2004-05-24  Raja R Harinath  <rharinath@novell.com>
43
44         * Makefile (EXTRA_FLAGS): Remove.
45         (LIBRARY_COMPILE) [!HAVE_SYSTEM_XML]: Use $(BOOT_COMPILE) for
46         non-Xml first build.
47         (all-local) [!SECOND_PASS]: Simplify.
48
49 2004-05-10  Raja R Harinath  <rharinath@novell.com>
50
51         * Makefile (install-local,test-local,run-test-local,clean-local):
52         Make cyclic-dependency safe.
53
54 2004-05-07  Raja R Harinath  <rharinath@novell.com>
55
56         * Makefile (all-local) [SECOND_PASS]: Rewrite to use 'make' itself
57         to determine out-of-date-ness.  (This fixes an unlogged change.)
58         (install-local,test-local,run-test-local,clean-local): Collapse
59         near-identical rules.
60
61 2004-05-07  Raja R Harinath  <rharinath@novell.com>
62
63         * Makefile (all-local): Built first pass with BOOT_COMPILE.
64
65 2004-04-26  Jackson Harper  <jackson@ximian.com>
66
67         * Makefile: Use new $(PROFILE) directory to search for cyclical
68         dependancy.
69         
70 2004-04-16  Lluis Sanchez Gual <lluis@ximian.com>
71
72         * System_test.dll.sources: Added 
73                 System.ComponentModel/TypeDescriptorTests.cs.
74
75 2004-04-14  Lluis Sanchez Gual <lluis@ximian.com>
76
77         * System.dll.sources: Added 
78                 System.ComponentModel/ReflectionEventDescriptor.cs,
79                 System.ComponentModel/ReflectionPropertyDescriptor.cs.
80
81 2004-03-17  Ivan Hamilton <ivan@chimerical.com.au>
82
83         * System.dll.sources: Added System/System.ComponentModel.Design
84         /RuntimeLicenseContext.cs
85         * System_test.dll.sources : Added System.ComponentModel
86         /LicenseManagerTests.cs
87
88 2004-03-11  Zoltan Varga  <vargaz@freemail.hu>
89
90         * Makefile (all-local): Fix for non-bash shells.
91
92 2004-02-26  Sebastien Pouliot  <sebastien@ximian.com>
93
94         * System.dll.sources: Added System.Net/DefaultCertificatePolicy.cs to 
95         the build.
96
97 2004-02-04  Marek Safar <marek.safar@seznam.cz>
98
99         * Makefile: Build System.dll in two steps. Because of the circular
100         dependency with System.XML.dll.
101
102 2004-01-21  Atsushi Enomoto  <atsushi@ximian.com>
103
104         * System_test.dll.sources : Added CodeGeneratorIdentifierTest.cs
105
106 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
107
108         * System.dll.sources: added new files.
109
110         * System_test.dll.sources: added new test.
111
112 2004-01-01  Nick Drochak <ndrochak@gol.com>
113
114         * Makefile: Suppress warnings about multiple Regex defs and obsolete
115         calls in the test assembly.
116
117 2003-05-29  Nick Drochak <ndrochak@gol.com>
118
119         * System_test.dll.config: Nunit loads configs with the same name as the
120         test assembly. This is for the Swithes test.
121
122 2003-12-08  Atsushi Enomoto  <atsushi@ximian.com>
123
124         * System_test.dll.sources : Added UriTest2.cs
125
126 2003-11-18  Todd Berman  <tberman@gentoo.org>
127
128         * System.dll.sources: Added IOrderedDictionary.cs
129
130 2003-11-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
131
132         * System.dll.sources: Added some new class files
133
134 2003-09-04  Duncan Mak  <duncan@ximian.com>
135
136         * System_test.dll.sources: Add new test, ListDictionaryTest.cs.
137
138 2003-08-31 Alexandre Pigolkine <pigolkine@gmx.de>
139
140         * System_test.dll.sources       new test added
141
142 2003-07-27  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
143
144         * System.dll.sources: SRDescriptionAttribute.cs moved
145
146 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
147
148         * README: removed (contained only obsolete build instructions)
149
150 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
151
152         * System.dll.sources: EventLogImpl.cs added
153
154 2003-07-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
155
156         * System.dll.sources: AlphabeticalEnumConverter.cs, SRDescriptionAttribute.cs added
157
158 2003-07-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
159
160         * System.dll.sources: Assembly/Locale.cs added, Globalization.Locale.cs removed
161
162 2003-07-18  Peter Williams  <peter@newton.cx>
163
164         * Makefile (EXTRA_DISTFILES): Oops, NUnit.Prefs is not
165         a distable file.
166         (EXTRA_DISTFILES): A few more.
167
168 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
169
170         * System.dll.sources: Assembly/Consts.cs added
171
172 2003-07-16  Peter Williams  <peter@newton.cx>
173
174         * Makefile (SCARY_LIB): Flip around since what was bootstrap
175         is now default.
176
177 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
178
179         * System.dll.sources: Added NetConfigurationHandler.cs,
180         NetConfig.cs, IPv6MulticastOption.cs
181
182 2003-07-10  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
183
184         * list.unix: Added AssemblyInfo.cs
185
186 2003-07-10  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
187
188         * list.unix: Removed System.Net/ProxyUseType.cs, System.Net/WebStatus.cs
189
190 2003-07-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
191
192         * list.unix: Add VBCodeGenerator.cs, VBCodeProvider.cs
193
194 2003-07-05  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
195
196         * list.unix: Add CodeParser.cs, Executor.cs, removed CompilerOptions.cs
197
198 2003-07-05  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
199
200         * list.unix: Add WebPermission.cs, WebPermissionAttribute.cs
201
202 2003-05-29  Nick Drochak <ndrochak@gol.com>
203
204         * makefile.gnu: turn on debug since it works again.
205
206 2003-05-21  Ben Maurer <bmaurer@users.sourceforge.net>
207
208         * StringWriter.cs: Fixed bug #43379 "Missing WebException.Response
209         property."
210
211 2003-03-30  Martin Willemoes Hansen <mwh@sysrq.dk>
212
213         * Stubed rest of System.ComponentModel
214
215 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
216
217         * System.ComponentModel.Design.Serialization
218           Removed references to System.Web namespaces
219
220 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
221
222         * Stubed System.ComponentModel/LicenseContext.cs
223         * Stubed System.ComponentModel/LicenseUsageMode.cs
224         * Stubed rest of System.ComponentModel.Design
225
226 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
227
228         * Stubed System.ComponentModel/InheritanceAttribute.cs
229         * Stubed System.ComponentModel/InheritanceLevel.cs
230         * Stubed System.ComponentModel.Design/IDesignerFilter.cs
231         * Stubed System.ComponentModel.Design/IInheritanceService.cs
232
233 2003-03-27  Martin Willemoes Hansen <mwh@sysrq.dk>
234
235         * Stubed rest of System.ComponentModel.Design.Serialization
236
237 2003-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
238
239         * list.unix: added RunInstallerAttribute.cs
240
241 2003-02-18  Alan Tam <Tam@SiuLung.com>
242
243         * list.unix (): Add DesignerCategoryAttribute.cs
244
245 2003-01-10  Duncan Mak  <duncan@ximian.com>
246
247         * list.unix (CSharpCodeCompiler): Add
248         Microsoft.Charp.CSharpCodeCompiler for Sean Kasun.
249
250 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
251         
252         * updated .build file(s) to correctly contain required buildfile 
253           attribute for nant
254
255 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
256
257         * list list.unix: Put CSharpCodeGenerator.cs back in build
258
259 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
260
261         * list list.unix: Removed Compiler classes that are being moved to their own assembly
262
263 2002-12-05 Alejandro Sánchez Acosta  <raciel@gnome.org>
264
265         * list.unix: updated.
266
267 2002-11-30 Alejandro Sánchez Acosta  <raciel@es.gnu.org>
268
269         * list.unix: Changed.
270         * System.ComponentModel.Design: Added
271
272 2002-11-11 Tim Coleman <tim@timcoleman.com>
273         * list.unix:
274         * list:
275         * System.ComponentModel/DesignTimeVisibleAttribute.cs:
276                 Add new class
277
278 2002-11-06 Jackson Harper <jackson@latitudegeo.com>
279
280         * list.unix: Added Microsoft.CSharp/Compiler.cs to build
281         
282 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
283
284         * list.unix: added new files.
285
286 2002-11-04  Tim Coleman <tim@timcoleman.com>
287         * System.ComponentModel/RefreshProperties.cs:
288         * System.ComponentModel/RefreshPropertiesAttribute.cs:
289                 Add new classes
290
291 2002-11-02  Duncan Mak  <duncan@ximian.com>
292
293         * list.unix: Added InvalidEnumArgumentException.
294
295 2002-10-31  Dick Porter  <dick@ximian.com>
296
297         * list.unix: Added MonoIO and MonoIOError to the build
298
299 2002-10-29  Daniel Morgan <danmorg@sc.rr.com>
300
301         * System.ComponentModel/PropertyDescriptor.cs: added
302         missing abstract methods and properties
303
304         * System.ComponentModel/DerivedPropertyDescriptor.cs: implemented
305         SetValue and added stubs for missing methods and properties
306         
307 2002-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
308
309         * list.unix: added new files in System.Configuration.
310
311 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
312
313         * list.unix: added new files.
314
315 2002-08-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
316
317         * System.ComponentModel/Component.cs:
318         * System.ComponentModel/ComponentCollection.cs:
319         * System.ComponentModel/Container.cs:
320         * System.ComponentModel/MarshalByValueComponent.cs:
321         * System.Diagnostics/Process.cs:
322         * System.Diagnostics/TextWriterTraceListener.cs:
323         * System.IO/FileSystemWatcher.cs:
324         IDisposable fixes.
325
326 2002-08-15  Tim Coleman <tim@timcoleman.com>
327         * list.unix: Added System.IO files.
328
329 2002-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
330
331         * list:
332         * list.unix: added EnumConverter.cs
333
334 2002-07-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
335
336         * list:
337         * list.unix: added DerivedPropertyDescriptor.cs
338
339 2002-07-22  Tim Coleman <tim@timcoleman.com>
340         * list.unix: Added new file
341                 System.ComponentModel.RecommendedAsConfigurableAttribute.cs
342                 to build on unix.
343
344 2002-07-22  Tim Coleman <tim@timcoleman.com>
345         * list.unix: Added files to the build for linux
346                 System.ComponentModel.BindableAttribute.cs,
347                 System.ComponentModel.BindableSupport.cs,
348                 System.ComponentModel.ExpandableObjectConverter.cs,
349                 System.ComponentModel.NotifyParentPropertyAttribute.cs,
350                 System.ComponentModel.ToolboxItemAttribute.cs,
351
352 2002-07-22  Tim Coleman <tim@timcoleman.com>
353         * list.unix: Added System.ComponentModel/DefaultEventAttribute.cs
354                 and System.ComponentModel.DefaultProperty.cs to build
355
356
357 2002-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
358
359         * System.build: removed System.Drawing.dll dependency.
360
361 2002-06-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
362
363         * System.build: referenced System.Drawing.dll.
364
365 2002-05-12  Lawrence Pit <loz@cable.a2000.nl>
366
367         * System.Security.Cryptography.X509Certificates: directory added
368         
369 2002-05-09  Rodrigo Moya <rodrigo@ximian.com>
370
371         * System.build: don't exclude anymore excluded files in
372         System.ComponentModel. They compile on Linux, so they might also
373         on Windows.
374
375 2002-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
376
377         * System.build: excluded EventDescriptor.cs, 
378         EventDescriptorCollection.cs and ICustomTypeDescriptor.cs.
379
380 2002-04-08  Nick Drochak  <ndrochak@gol.com>
381
382         * System.build: Build System.dll with mono's corlib.dll and 
383         System.Xml.dll.
384
385 2002-01-23  Dick Porter  <dick@ximian.com>
386
387         * System.build: Start build System.Net.Sockets.Socket.cs,
388         TcpClient.cs and TcpListener.cs
389
390 2001-12-07  Nick Drochak <ndrochak@gol.com>
391
392         * ChangeLog: Add the change log to this directory
393
394         * System.build: Add dependancy on linux target to test target. Need to 
395         have the dll before we can test it, right?  Plus it encourages others 
396         to try 'make test'.
397