* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / Commons.Xml.Relaxng / ChangeLog
index 9b248cde09d7421ecb2c8f1a7f7a2e6880fd3d71..45ea55a0dbca0dede7de2661d912d26b956585d7 100644 (file)
@@ -1,3 +1,77 @@
+2006-06-15  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (EXTRA_DISTFILES): Add Test/XmlFiles/nvdl.rng.
+
+2006-04-11  Atsushi Enomoto <atsushi@ximian.com>
+
+       * Commons.Xml.Relaxng_test.dll.sources :
+         added NvdlValidatingReaderTests.cs.
+       * README: some updates.
+
+2005-12-28  Atsushi Enomoto <atsushi@ximian.com>
+
+       * README : updated the status.
+
+2005-03-28  Atsushi Enomoto <atsushi@ximian.com>
+
+       * Commons.Xml.Relaxnf.dll.sources : added XmlChar.cs
+
+2005-03-07  Atsushi Enomoto <atsushi@ximian.com>
+
+       * README :
+         more description.
+
+2005-03-06  Atsushi Enomoto <atsushi@ximian.com>
+
+       * Commons.Xml.Relaxng.dll.sources : added NvdlFilteredXmlReader.
+
+2005-03-01  Atsushi Enomoto <atsushi@ximian.com>
+
+       * Commons.Xml.Relaxng.dll.sources : added NVDL support files.
+       * README : added halfbaked description.
+
+2005-01-26  Atsushi Enomoto <atsushi@ximian.com>
+
+       * Commons.Xml.Relaxng.dll.sources :
+         added RncWriter.cs and RelaxngInference.cs.
+
+2004-12-06  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (RESOURCE_FILES): List only filenames.
+       (LIB_MCS_FLAGS): Strip off directory of resource files to get
+       resource names.
+       (EXTRA_DISTFILES): Add $(RESOURCE_FILES).
+       (BUILT_SOURCES): Add Common.Xml.Relaxng.Rnc/RncParser.cs.
+       ($(the_lib)): Depend on resource files too.
+       * Common.Xml.Relaxng.dll.sources: Remove RncParser.cs.
+
+2004-12-06  Atsushi Enomoto <atsushi@ximian.com>
+
+       * Makefile : added relaxng.rng as a resource.
+
+2004-11-25  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (Commons.Xml.Relaxng.Rnc/RncParser.cs): Depend on jay/skeleton.cs.
+
+2004-11-04  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (EXTRA_DISTFILES): Fix for 'make dist'.
+
+2004-03-18  Atsushi Enomoto <atsushi@ximian.com>
+
+       * Makefile : It was incorrect fix, and more fix on command line.
+
+2004-03-18  Atsushi Enomoto <atsushi@ximian.com>
+
+       * Makefile : path to jay should be supplied.
+
+2004-03-17  Atsushi Enomoto <atsushi@ximian.com>
+
+       * Commons.Xml.Relaxng.dll.sources : Added RncParser.cs and RncTokenizer.cs.
+       * Commons.Xml.Relaxng_test.dll.sources : Added RncTests.cs.
+       * Makefile : Added RncParser.jay build support.
+       * README : updated.
+
 2004-03-01  Atsushi Enomoto <atsushi@ximian.com>
 
        * README : added usage descriptions.