Cleanup IMemberContext properties
[mono.git] / mcs / class / Commons.Xml.Relaxng / Commons.Xml.Relaxng.Rnc / ChangeLog
index a31ec969c6ac01233bb2e618af6f03d1ac65036e..eda032e1ae6946a59529f8e4e8839dca2c294706 100644 (file)
@@ -1,3 +1,21 @@
+2008-11-11  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RncParser.jay : handle inherited default namespace as expected.
+         This should fix HTML5 compact syntax grammar.
+
+2007-12-27  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RncParser.jay, RncTokenizer.cs : some changes to fill element
+         locations in *.rnc. To make it possible, added some overrides to
+         pass BaseUri to Parse() and ParseRnc().
+         Allow null nameTable (just create a new instance).
+
+2007-12-17  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RncParser.jay : if the parsed pattern is grammar, set
+         IsSourceCompactSyntax so that "include" pattern is resolved to
+         parse compact syntax, not xml syntax.
+
 2006-04-04  Atsushi Enomoto <atsushi@ximian.com>
 
        * RncParser.jay : handle "nested" annotations as well. This fixes