updating to the latest module.
[mono.git] / mcs / class / Commons.Xml.Relaxng / Commons.Xml.Relaxng.Rnc / ChangeLog
old mode 100644 (file)
new mode 100755 (executable)
index a31ec96..ab58c10
@@ -1,52 +1,3 @@
-2006-04-04  Atsushi Enomoto <atsushi@ximian.com>
-
-       * RncParser.jay : handle "nested" annotations as well. This fixes
-         atom.rnc parsing.
-
-2006-04-04  Atsushi Enomoto <atsushi@ximian.com>
-
-       * XmlChar.cs : copied newer one from System.Xml.
-       * RncParser.jay,
-         RncTokenizer.cs :
-         - QuotedIdentifier is now returned as a single token (whitespaces
-           are not allowed between \ and keyword). \\ is simple an error.
-         - handle surrogate characters correctly.
-         - ForeignElementNotKeyword (in includes) is disabled until the
-           ambiguity is solved.
-         - Annotations are now handled without ambiguity.
-         - removed some lines that are already commented out.
-         Thanks to Alexandre for the report.
-
-2005-12-16  Atsushi Enomoto <atsushi@ximian.com>
-
-       * RncWriter.cs : it needs another namespace resolver for datatypes.
-
-2005-12-16  Atsushi Enomoto <atsushi@ximian.com>
-
-       * RncWriter.cs : actually no need to change signature; use
-         GetNamespacesInScope().
-
-2005-12-16  Atsushi Enomoto <atsushi@ximian.com>
-
-       * RncWriter.cs : use XmlNamespaceManager for NSResolver even in NET_2_0.
-
-2005-12-16  Atsushi Enomoto <atsushi@ximian.com>
-
-       * RncWriter.cs : another escapement is required.
-
-2005-12-16  Atsushi Enomoto <atsushi@ximian.com>
-
-       * RncWriter.cs : oops, missing keyword escapement.
-
-2005-12-16  Atsushi Enomoto <atsushi@ximian.com>
-
-       * RncWriter.cs : no xsi in grammar, please.
-
-2005-12-16  Atsushi Enomoto <atsushi@ximian.com>
-
-       * RncWriter.cs : added WriteNamespaces() to handle namespace output
-         by itself.
-
 2005-03-28  Atsushi Enomoto <atsushi@ximian.com>
 
        * RncTokenizer.cs : check names strictly.