svn path=/branches/mono-1-1-9/mcs/; revision=50438
[mono.git] / mcs / class / Commons.Xml.Relaxng / Commons.Xml.Relaxng.Derivative / ChangeLog
index 7e0125398a729e4dcd748d0c299c9cacf786bfbd..d35181a32fe53642e6ee6bb84d815eec0f45a1dd 100644 (file)
@@ -1,3 +1,45 @@
+2005-07-31  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RdpPattern.cs : GetLabels() for RdpGroup should check attributes
+         when the left branch is not nullable (it works like an interleave).
+         Implemented spec 7.3 attribute check (though not enabled for now).
+
+2005-04-11  Atsushi Enomoto <atsushi@ximian.com>
+
+       * Util.cs : tiny debug string fix.
+
+2005-03-01  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RdpPattern.cs : In "textDeriv(group p1 p2) s", "nullable p1" is
+         incorrectly computed as "nullable p".
+
+2005-02-06  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RdpObjects.cs : provide error type name. removed commented code block.
+
+2005-02-06  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RdpPattern.cs : MakeOneOrMore() did not always set up internal table.
+
+2004-12-06  Atsushi Enomoto <atsushi@ximian.com>
+
+       * Util.cs : trivial debug string fix.
+       * RdpPattern.cs : trivial formatting fix.
+
+2004-12-06  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RdpPattern.cs : The last attribute stuff broke usual validation wrt
+         global attributes.
+
+2004-12-06  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RdpPattern.cs : fixed setupTable(). Avoid boxing.
+
+2004-12-05  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RdpPattern.cs : RdpAttribute now omits value check when the argument
+         value is null. It is useful to get labels.
+
 2004-12-05  Atsushi Enomoto <atsushi@ximian.com>
 
        * RdpPattern.cs : added GetLabels().