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

ChangeLog « System.XML « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5f2b4abb744a2dd1cf0afe9867d330d4916c6d0b (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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
2010-06-30  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources,
	  moonlight_raw_System.Xml.dll.sources,
	  monotouch_System.Xml.dll.sources : add DefaultXmlWriter.cs.

2010-03-16  Jb Evain  <jbevain@novell.com>

	* Makefile: rename the net_2_1 profile to moonlight.
	* net_2_1_*.dll.sources: rename to moonlight_*.dll.sources.

2009-11-30  Jonathan Pryor  <jpryor@novell.com>

	* monotouch_System.Xml.dll.sources: Add System.Xml/NamespaceHandling.cs 
	  to the MonoTouch build (fixed build break).

2009-11-27  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources : added NamespaceHandling which is kept
	  internal in 2.0 (to simplify its support in XmlTextWriter).

2009-08-01  Miguel de Icaza  <miguel@novell.com>

	* Various changes to support the non-XAP XmlSchema resolution on
	the Moonlight build.    

	Major missing feature: WebRequest resolution.

2009-04-28  Sebastien Pouliot  <sebastien@ximian.com> 

	* net_2_1_raw_System.Xml.dll.sources: Remove XmlUrlResolver.cs 
	and the associated [SecuritySafeCritical] that it required

2009-04-28  Sebastien Pouliot  <sebastien@ximian.com>

	* System.Xml_test.dll.sources: Add System.Xml/XmlResolverTest.cs to
	the unit tests

2009-04-27  Sebastien Pouliot  <sebastien@ximian.com>

	* Makefile: Add missing Test/XmlFiles/496192.x* files to dist

2009-04-21  Sebastien Pouliot  <sebastien@ximian.com>

	* net_2_1_raw_System.Xml.dll.sources: Remove MonoTODOAttribute.cs
	since we can get it from mscorlib.dll

2009-04-16  Sebastien Pouliot  <sebastien@ximian.com>

	* net_2_1_raw_System.Xml.dll.sources: Remove corlib's files since 
	System.Xml can now access, for 2.1 (moonlight) corlib's internals.

2009-03-13  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources, net_2_1_raw_System.Xml.dll.sources :
	  added KeyHelper.cs.

2009-02-19  Geoff Norton  <gnorton@novell.com>

	* net_2_1_raw_System.Xml.dll.sources: Add a bunch of missing attributes

2009-01-22  Atsushi Enomoto  <atsushi@ximian.com>

	* net_2_1_raw_System.Xml.dll.sources: added XmlXapResolver.cs.

2009-01-14  Sebastien Pouliot  <sebastien@ximian.com>

	* net_2_1_raw_System.Xml.dll.sources: Add NamespaceHandling

2008-08-19  Jb Evain  <jbevain@novell.com>

	* net_2_1_raw_System.Xml.dll.sources: add new files.

2008-05-22  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : more simplification (and I forgot the syntax again :/)

2008-05-22  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : EXTRA_DISTFILES is becoming messy, so simplify it.

2008-04-13  Jb Evain  <jbevain@novell.com>

	* Makefile, net_2_1_*.sources: SL 2.0 now has a System.Xml.
	Merged from the Moonlight 2 branch.

2008-04-02  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : extra distfiles (376395.xml, 376395.xsd).

2008-02-19  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : extra distfiles (361818*.xsd).

2008-02-19  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml_test.dll.sources: added XmlSchemasTests.cs.

2008-02-04  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml_test.dll.sources : added XmlSchemaValidatorTests.cs.
	* Makefile : extra distfiles (358408.xsd).

2008-01-15  Gert Driesen  <drieseng@users.sourceforge.net>

	* System.Xml_test.dll.sources: added XmlParserContextTests.cs.

2007-10-31  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : extra distfiles (336625.xsd).

2007-09-21  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : extra distfiles (325482.xml / 325482.xsl).

2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : extra distfiles (82078.xsd).

2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : extra distfiles (82493.xml/.xsl).

2007-08-02  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : extra distfiles (82010.xml/.xsd).

2007-06-28  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources : added XsltDebuggerWrapper.cs, as initial
	  attempt to support external debugger.

2007-04-24  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : added distfiles.

2006-11-01  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml_test.dll.sources : added following tests:
	  - XmlSerializerImplementationTests.cs
	  - SchemaImporterExtensionTests.cs
	  - SchemaImporterExtensionCollectionTests.cs

2006-11-01  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : Now it supports (and expects) cyclic build. You need
	  another System.XML iteration in mcs/class/Makefile.
	* System.Xml.dll.sources : moved extension classes, added config and
	  XmlSchemaEnumerator.cs and removed IXmlSerializerImplementation.cs.

2006-10-30  Wade Berrier  <wberrier@novell.com>

	* Makefile: remove README, Mono.System.XML.csproj, 
	Mono.System.XML.sln from EXTRA_DIST to fix make dist

2006-10-30  Atsushi Enomoto  <atsushi@ximian.com>

	* README, Mono.System.XML.csproj, Mono.System.XML.sln :
	  remove old files.

2006-10-27  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : added 79650.xsd to dist file.

2006-10-27  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : added 79683.dtd to dist file.

2006-10-22  Zoltan Varga  <vargaz@gmail.com>

	* Makefile (EXTRA_DISTFILES): Add some missing test files.

2006-09-26	Boris Kirzner <borisk@mainsoft.com>

	* run-W3C-tests.bat, run-XSLT-tests.bat: log files naming fix.

2006-09-13	Boris Kirzner <borisk@mainsoft.com>
	* run-tests.bat, run-W3C-tests.bat, run-XSLT-tests.bat: 
	reworked test scripts for TARGET_JVM.

2006-09-06  Merav Sudri  <meravs@mainsoft.com>

	* run-W3C-tests.bat - Update nunit build and XMLTool actions
	* run-XSLT-tests.bat - Update CLASSPATH,nunit build and XMLTool actions 
 
2006-07-24  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources : added XmlMappingAccess.

2006-05-16  Vladimir Krasnov  <vladimirk@mainsoft.com>

	* run-W3C-tests.bat: skip nunit build if already done
	* run-XSLT-tests.bat: skip nunit build if already done

2006-04-27  Gert Driesen  <drieseng@users.sourceforge.net>

	* System.Xml_test.dll.sources: Added Test/System.Xml.Serialization/
	XmlSchemaCollectionTests.cs.

2006-04-26  Gert Driesen  <drieseng@users.sourceforge.net>

	* System.Xml_test.dll.sources: Added Test/System.Xml.Serialization/
	SoapAttributesTests.cs.

2006-04-20  Gert Driesen  <drieseng@users.sourceforge.net>

	* System.Xml_test.dll.sources: Added Test/System.Xml.Serialization/
	XmlCodeExporterTests.cs.

2006-04-12  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml_test.dll.sources :
	  Added Test/System.Xml/XmlDefaultReader.cs.

2006-04-03  Andrew Skiba <andrews@mainsoft.com>
	
	* run-tests.bat, run-W3C-tests.bat: fix TARGET_JVM test scripts

2006-04-03  Andrew Skiba <andrews@mainsoft.com>

	* run-tests.bat, run-W3C-tests.bat, run-XSLT-tests.bat: batch files
	for running tests with java

2006-04-03	Boris Kirzner <borisk@mainsoft.com>
	* System.XML.vmwcsproj: fix project file for TARGET_JVM.

2006-03-15  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources : added XslSortEvaluator.cs.

2006-02-20  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources : removed XmlTextWriterOpenElement.cs and 
	  XmlTextWriter.cs. Added XmlTextWriter2.cs, to be renamed to
	  XmlTextWriter.cs in a few days or weeks.

2006-02-17  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources : removed DTDValidatingReader and added
	  DTDValidatingReader2.cs and EntityResolvingXmlReader.cs.

2006-02-16  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources : added IHasXmlChildNode.cs.

2006-02-09  Gert Driesen  <drieseng@users.sourceforge.net>

	* System.Xml_test.dll.Sources: Added XmlSerializationReaderTests.cs.

2006-01-27  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources : added XmlIteratorNodeList.cs.

2006-01-10  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml_test.dll.sources : added XmlSchemaTypeTests.cs.

2006-01-10  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml_test.dll.sources : XmlSchemaDatatypeTests.cs was missing.
	  collected sys.xml.schema lines.

2006-01-07  Gert Driesen  <drieseng@users.sourceforge.net>

	* System.Xml_test.dll.sources: Added SoapSchemaExporterTests.cs,
	SoapReflectionImporterTests.cs, XmlSchemaImporterTests.cs.

2005-12-28  Gert Driesen  <drieseng@users.sourceforge.net>

	* System.Xml_test.dll.sources: Added XmlSchemaExporterTests.cs.

2005-12-17  Gert Driesen  <drieseng@users.sourceforge.net>

	* System.Xml_test.dll.sources: Added XsltCompilerExceptionTests.cs
	and XsltExceptionTests.cs.

2005-12-14  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml_test.dll.sources: Added XPathNavigatorReaderTests.cs.

2005-12-13  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml_test.dll.sources: Added XmlAssert.cs.

2005-12-13  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml_test.dll.sources: Added XPathEditableNavigatorTests.cs.

2005-12-08  Andrew Skiba  <andrews@mainsoft.com>

	* System.XML.vmwcsproj: update the project with recent changes

2005-12-08  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources : added XmlSchemaCompilationSettings.cs

2055-12-01  Konstantin Triger <kostat@mainsoft.com>

	* Makefile: java profile reference change.

2005-11-30  Konstantin Triger <kostat@mainsoft.com>

	* System.XML.vmwcsproj: reference to vmwutils replaced with reference to J2SE.Helpers.
	* jay.bat: quoting passes

2005-11-22  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources : added dummy XslCompiledTransform.cs.

2005-11-14  Andrew Skiba  <andrews@mainsoft.com>

	* net_1_1_java_System.Xml.dll.exclude.sources,
	net_1_1_java_System.dll.sources: fix filename

2005-11-14  Andrew Skiba  <andrews@mainsoft.com>

	* Makefile: add java build profile
	* System.Xml.vmwcsproj: replace XmlNodeReader.cs with XmlNodeReader2.cs
	and XslDecimalFormat.cs with XslDecimalFormat.jvm.cs
	* net_1_1_java_System.Xml.dll.exclude.sources,
	net_1_1_java_System.dll.sources: add source lists for java profile

2005-11-10 Vladimir Krasnov <vladimirk@mainsoft.com>

	* System.XML.vmwcsproj: removed XmlSchemaBuiltInType.cs

2005-09-25  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources : removed XmlSchemaBuiltInType.cs.

2005-09-21  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : shut down CS0642 noise.
	* System.Xml.dll.sources : added XmlOutputMethod.

2005-09-20 Konstantin Triger <kostat@mainsoft.com>

        * Added jay.bat to run jay in java prebuild step
        * System.XML.vmwcsproj: added prebuild step

2005-08-31  Sebastien Pouliot  <sebastien@ximian.com>

	* Makefile: /unsafe isn't required to build System.Xml.
	* System.Xml_test.dll.sources: Added new CAS unit tests.

2005-07-31  Gert Driesen  <drieseng@users.sourceforge.net>

	* System.Xml_test.dll.sources: Added tests for default values of
	Xml Serialization attribute classes.

2005-06-27  Raja R Harinath  <rharinath@novell.com>

	* Makefile (EXTRA_DISTFILES): Add files in Test/XmlFiles and
	Test/System.Xml/nist_dom/.

2005-06-27  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources : removed XmlQueryDialect.
	  Added xslt message event stuff.

2005-06-20  Raja R Harinath  <rharinath@novell.com>

	* Makefile (SCARY_LIB): Remove.

2005-05-25  Raja R Harinath  <rharinath@novell.com>

	* Makefile (EXTRA_DISTFILES): Remove System.Xml.Query/skeleton-2.0.cs.

2005-05-23  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.Query : removed the whole directory (removed from .net 2.0)

2005-05-09  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources : removed obsolete TypeTableEntry.cs.

2004-05-05  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources : XPathAtomicValue.cs -> XmlAtomicValue.cs.

2004-05-05  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources : removed XmlValueConverter (obsoleted).
	* System.Xml_test.dll.sources : removed XPathAtomicValue (obsoleted).

2005-05-04  Andrew Skiba  <andrews@mainsoft.com>

	* System.XML.vmwcsproj: Added Visual MainWin C# project file for
	building System.XML package for TARGET_JVM.
	
2005-04-03  Ben Maurer  <bmaurer@ximian.com>

	* System.Xml.dll.sources: Kill multiplexing hack.

2004-03-22  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : now it creates XSLT pattern parser files from
	  Parser.jay and Tokenizer.cs in System.Xml.XPath.

2004-03-04  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources : Added XslNotSupportedOperation.cs.

2004-01-21  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : /nowarn:0162 is back.

2004-01-20  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : amd64 build complains /nowarn:0162. It should not, but
	  now removing since it breaks the build.

2004-01-18  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources :
	  Added XmlNameEntry.cs and XmlNameEntryCache.cs.

2004-01-17  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources : replaced CustomSerializer with 
	  XmlSchemaSerializer.
	  Replaced XmlNodeReader with XmlNodeReaderImpl.cs and
	  XmlNodeReader2.cs. (dispatches entity reader and non-entity reader.)

2004-12-17  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources : added XmlReaderBinarySupport.cs.

2004-12-14  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources : added XmlSchemaValidatingReader.

2004-12-08  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources : added XmlSchemaValidator.cs,
	  XmlValueGetter.cs and XmlSchemaValidationFlags.cs.

2004-12-06  Raja R Harinath  <rharinath@novell.com>

	* Makefile (lib_file): New autodetecting define.
	(USE_BOOT_COMPILE, LIBRARY_COMPILE): Add support for using
	bootstrap compiler.
	(BUILT_SOURCES): Add ...XPath/Parser.cs.
	(EXTRA_DISTFILES): Add ...Query/XQueryParser.jay.
	(BOOTSTRAP_MCS) [PROFILE=net_2_0]: New.
	* System.Xml.dll.sources: Remove ...XPath/Parser.cs.

2004-12-04  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources : added DTMXPathDocument2.cs,
	  DTMXPathDocumentBuilder2.cs, DTMXPathDocumentWriter2.cs,
	  DTMXPathDocumentWriter2.cs and DTMXPathNode2.cs.

2004-12-03  Raja R Harinath  <rharinath@novell.com>

	* Makefile: Remove support for being in bootstrap build.

2004-12-01  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources: removed old IXPathChangeNavigable.cs,
	  XmlChangeFilters.cs, and XPathDocumentNodeChangedAction.cs.

2004-11-25  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : added LIBRARY_COMPILE condition for upcoming need to
	  be referenced in bootstrap.

2004-11-22  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources : added XmlSchemaInfo.cs.

2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources : Moved XQueryConvert.cs from
	  System.Xml.Query to System.Xml.

2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources : added XmlSchemaInference.cs,
	  XmlSchemaInferenceException.cs and XmlSchemaValidationException.cs.

2004-11-08  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources :
	  added XmlTextReader2.cs.
	  removed IXPathEditable.cs, XPathEditableNavigator.cs,
	  NodeChangedEventArgs.cs and NodeChangedEventHandler.cs.

2004-10-29  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : just ignore obsolete attribute warnings (those obsolete
	  members are widely used in obsolete code).

2004-10-28  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources : removed IXmlDataEvidence, fixed
	  XmlDateTimeSerializationMode, added NewLineHandling.

2004-10-22  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources : removed all XQuery related classes, fixed
	  XmlConvertDateTimeSerializationMode, removed 2.0 XPathDocument
	  implementation classes.

2004-10-21  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : added -nowarn:0162 -nowarn:0618 to the compiler options.

2004-10-07  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources:
	  added System.Xml.Query/XQueryFunctionContextAttribute.cs.

2004-09-13  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml_test.dll.sources : Added XPathAtomicValueTests.cs.

2004-09-08  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml_test.dll.sources : Added XmlWriterSettingsTests.cs.

2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml_test.dll.sources : Added XmlReaderSettingsTests.cs.
	  XmlReaderCommonTests.cs and XmlSchemaSetTests.cs were missing.

2004-08-31  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources:
	  added System.Xml.Query/XQueryComparisonOperator.cs.

2004-08-31  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources:
	  added System.Xml.Query/XQueryArithmeticOperator.cs.

2004-08-20  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources:
	  added many XQuery implementation internal classes.

2004-08-02  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources: added those files:
	  - Mono.Xml.XPath/XPathDocument2.cs
	  - Mono.Xml.XPath/XPathDocument2Navigator.cs
	  - Mono.Xml.XPath/XPathDocument2Editable.cs

2004-07-29  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources: added Mono.Xml/SubtreeXmlReader.cs

2004-07-28  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources: added Mono.Xml.XPath/XPathEditableDocument.cs

2004-07-26  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : added call to jay for creating XQueryParser.cs.
	* System.Xml.dll.sources : added XQueryParser.cs, XQueryTokenizer.cs,
	  XQueryModuleProlog.cs, XPath2Expression.cs and XQueryExpression.cs.

2004-07-21  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources: Added XQueryConvert.cs. Removed 
	  XmlFactory.cs, XmlQualifiedNameTable.cs, IXPathChangeNavigable.cs,
	  XPathChangeNavigator.cs and IXmlType.cs that are removed or going to 
	  be removed.

2004-07-13  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources: Added MonoFIXAttribute.cs

2004-07-13  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources:
	  Added XmlFilterReader.cs and XPathNavigatorReader.cs

2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources: Added XmlConvertDateTimeOption.cs.

2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources: removed XmlItemView.cs and
	  XmlItemViewCollection.cs (only in 1.2).

2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources: removed one of ImportContext.cs

2004-07-08  Lluis Sanchez Gual <lluis@ximian.com>

	* System.Xml.dll.sources: Added new files:
		System.Xml.Serialization/IXmlSerializerImplementation.cs
		System.Xml.Serialization/IXmlTextParser.cs
		System.Xml.Serialization/ImportContext.cs
		System.Xml.Serialization/SchemaImporter.cs
		System.Xml.Serialization/SchemaImporterExtension.cs
		System.Xml.Serialization/SchemaImporterExtensionCollection.cs
		System.Xml.Serialization/XmlDeserializationEvents.cs
		System.Xml.Serialization/XmlSchemaProviderAttribute.cs
		System.Xml.Serialization/XmlSerializationGeneratedCode.cs
		System.Xml.Serialization/XmlSerializerAssemblyAttribute.cs
		System.Xml.Serialization/XmlSerializerFactory.cs
		System.Xml.Serialization/XmlSerializerVersionAttribute.cs

2004-07-06  Raja R Harinath  <rharinath@novell.com>

	* System.Xml.dll.sources: List newly added NET 2.0 stubs.

2004-07-02  Raja R Harinath  <rharinath@novell.com>

	* Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define.

2004-06-18  Atsushi Enomoto  <atsushi@ximian.com>

	* Mono.System.XML.csproj : now contains new NET_2_0 files.

2004-05-22  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources : added/removed all NET_2_0 classes.

2004-05-19  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources : Added System.Xml.Schema/CustomSerializer.cs

2004-03-31  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml_test.dll.sources :
	  Added new test files: nist_dom stuff, XmlSecureResolverTests.cs,
	  XmlSchemaAssertion.cs, MsxslScriptTests.cs.

2004-03-24  Lluis Sanchez Gual <lluis@ximian.com>

	* System.Xml_test.dll.sources: Added 
		System.Xml.Serialization/ComplexDataStructure.cs.

2004-02-24  Lluis Sanchez Gual <lluis@ximian.com>

	* System.Xml.dll.sources: Added SerializationSource.cs.

2004-02-22  Nick Drochak <ndrochak@ieee.org>

	* System.Xml_test.dll.sources : Removed XmlSchemaAssertion.cs. It does
	not seem to be in CVS.  This was breaking the build on windows.

2004-02-17  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml_test.dll.sources : Added XmlEntityTests.cs and
	  XmlDocumentEventTests.cs.

2004-02-17  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources : Added XslFunctions.cs.

2004-02-15 Ben Maurer  <bmaurer@users.sourceforge.net>

	* DTDValidatingReader.cs: simple optimization. there is only
	one string, skip the string builder and just return the string.

2004-02-13  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources : added DTMXPathDocumentWriter.cs.

2004-02-11  Atsushi Enomoto  <atsushi@ximian.com>

	* Mono.System.XML.csproj : updated.

2004-01-14  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Xml.dll.sources : added SchemaDataValueType.cs

2004-01-07  Nick Drochak <ndrochak@ieee.org>

	* Makefile: Don't hide behind the /nowarns.  Fix them.

2004-01-06  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : use /noconfig like System.dll (to erase make test warning)

2003-12-18  Lluis Sanchez Gual <lluis@ximian.com>

  * System.Xml_test.dll.sources : Added test files
		System.Xml.Serialization/DeserializeTests.cs
		System.Xml.Serialization/XmlAttributesTests.cs
		System.Xml.Serialization/XmlReflectionImporterTests.cs
		System.Xml.Serialization/XmlSerializationWriterTests.cs

2003-12-17  David Sheldon <dave-mono@earth.li>

  * System.Xml_test.dll.sources : Added XmlSchemaBuiltInDatatypeTests.cs

2003-12-15  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>

	* System.Xml.dll.sources :
	  removed UpdateEventHandler.cs and XmlUpdateEventArgs.cs to sqlxml.

2003-12-14  Tim Coleman <tim@timcoleman.com>
	* System.Xml.dll.sources :
		Add files from new System.Xml.Query namespace.

2003-12-11  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* System.Xml.dll.sources : Added ScriptCompilerInfo.cs.

2003-12-08  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* System.Xml_test.dll.sources : patch by David Sheldon. Added XmlSchemaLengthFacetTests.cs.

2003-11-25  Tim Coleman <tim@timcoleman.com>
	* System.Xml.dll.sources: added XmlSchemaBuiltInType.cs

2003-11-19  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* System.Xml.dll.sources: added XPathComparer.cs

2003-11-17  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* System.Xml.dll.sources: added some new .NET 1.2 stuff,
	  and sorted some members of the list.

2003-11-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* System.Xml.dll.sources: added HtmlEmitter.cs

2003-10-15  Lluis Sanchez Gual  <lluis@ximian.com>

	* System.Xml.dll.sources: added System.Xml.Serialization/MapCodeGenerator.cs

2003-10-09  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* System.Xml.dll.sources: added DTDReader.cs.

2003-10-01  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* System.Xml.dll.sources: added DTMXPathNode.cs.

2003-09-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* System.Xml.dll.sources: added XsdIdentityPath.cs, XsdIdentityState.cs
	  and XsdWildcard.cs.

2003-09-01  Lluis Sanchez Gual  <lluis@ximian.com>

	* System.Xml.dll.sources: added SerializationCodeGenerator.cs,
	  SerializationCodeGeneratorConfiguration.cs.

2003-08-24  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* System.Xml.dll.sources : added XsdParticleValidationState.cs
	  and XsdValidatingReader.cs.
	* System.Xml_test.dll.sources : added XsdParticleValidationTests.cs
	  and XsdValidatingReaderTests.cs.

2003-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>

	* System.Xml.dll.sources: add files from Oleg.

2003-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>

	* System.Xml.dll.source: add System.Xml/HighWaterStack.cs.

2003-08-14  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* System.Xml.dll.sources: Added Mono.Xml.Xsl.Operation/XslComment.cs 
	  and Mono.Xml/IHasXmlSchemaInfo.cs

2003-08-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* System.Xml.dll.sources: Added Assembly/Locale.cs

2003-08-07  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* System.Xml.dll.sources: Add Mono.Xml/IHasXmlParserContext.cs.

2003-07-28 Ben Maurer  <bmaurer@users.sourceforge.net>

	* System.Xml.dll.sources: Add new files

2003-07-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* Mono.System.XML.csproj : caught up with current library.

2003-07-18  Peter Williams  <peter@newton.cx>

	* Makefile (EXTRA_DISTFILES): NUnit.Prefs is not a 
	distable file.

2003-07-14  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* list.unix: Added Assembly/AssemblyInfo.cs, Removed System.Xml.Serialization/AssemblyInfo.cs

2003-07-06  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* list.unix : added System.Xml.Schema/BuiltInDatatype.cs,
	  System.Xml/DTDAutomata.cs, System.Xml/DTDValidatingReader.cs

2003-06-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* added Mono.Xml.XPath directory.
	* list.unix : added Mono.Xml.XPath's DTMXPathDocument.cs, 
		DTMXPathDocumentBuilder.cs, DTMXPathNavigator.cs

2003-06-16  Lluis Sanchez Gual <lluis@ximian.com>

	* added System.Xml.Serialization/XmlTypeMapMemberNamespaces.cs

2003-06-05  Lluis Sanchez Gual <lluis@ximian.com>

	* added System.Xml.Serialization/ReflectionHelper.cs to list.unix

2003-05-27  Joshua Tauberer <tauberer@for.net>

	* XslTransform.cs: Initial support for extension objects.
		Known issues:
			Extension method signatures must match exactly to the
			types of parameters that the method is called with from the stylesheet.
			Node set parameters are converted to an ArrayList of strings.
	* makefule.gnu: Added -unsafe flag, required by the above stuff.
	* System.XML.build: Added -unsafe flag.  Hope this is the right place.

2003-05-26  Lluis Sanchez Gual <lluis@ximian.com>
	
	* XmlSerializationWriterInterpreter.cs, XmlSerializationReaderInterpreter.cs
	  XmlTypeMapElementInfo.cs, XmlTypeMapMember.cs, XmlTypeMapMemberAttribute.cs
	  XmlTypeMapMemberElement.cs, XmlTypeMapping.cs: Added

2003-05-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* added XmlSecureResolver.cs to list.unix.

2003-05-15  Nick Drochak  <ndrochak@gol.com>

	* System.XML.build: exclude standalone tests from dll build.

2003-05-10  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* added TypeTableEntry.cs to list.unix.

2003-03-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* added XmlParserInput.cs and DTDObjectModel.cs to list.unix and 
	  Mono.System.Xml.csproj.

2003-02-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* added XmlInputStream.cs to list.unix and Mono.System.Xml.csproj.

2003-01-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* updated Mono.System.Xml.csproj. (patch by David B. Bitton)

2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
	
	* updated .build file(s) to correctly contain required buildfile 
	  attribute for nant

2002-10-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* makefile.gnu: added test target.

2002-08-22  Tim Coleman <tim@timcoleman.com>
	* list.unix:
		Add System.Xml.Serialization/XmlCustomFormatter.cs

2002-08-19  Tim Coleman <tim@timcoleman.com>
	* list.unix:
		Add System.Xml.Serialization/XmlSerializationWriter.cs

2002-07-24  Tim Coleman <tim@timcoleman.com>
	* list.unix:
		Add some more classes to this build list.

2002-07-22  Tim Coleman <tim@timcoleman.com>
	* list.unix:
		Add System.Xml.Serialization/SoapReflectionImporter.cs to build
		list.

2002-07-22  Tim Coleman <tim@timcoleman.com>
	* list.unix: added new classes to build list.

2002-06-20  Ajay kumar Dwivedi <adwiv@yahoo.com>
	
	* System.Xml.Serialization: Added to build target

2002-05-24  Miguel de Icaza  <miguel@ximian.com>

	* System.Xml.Serialization/XmlElementAttribute.cs: Add allowmultiple

2002-03-06  Jason Diamond  <jason@injektilo.org>

	* System.XML.build: Disable warning CS0679: Other languages may permit the internal virtual member 'foo' to be overridden.

2002-02-23  Nick Drochak  <ndrochak@gol.com>

	* System.XML.build: Change dll name to System.Xml.dll from 
	System.XML.dll (not easy to notice, btw)

2001-12-07  Nick Drochak <ndrochak@gol.com>

	* ChangeLog: Add the change log to this directory

	* System.XML.build: Add dependancy on linux target to test target. Need to have the dll before we can test it, right?  Plus is encourages other to try 'make test'.