2004-06-25 Atsushi Enomoto * RncParser.jay : added MIT license. 2004-06-07 Atsushi Enomoto * RncParser.jay : removed unused code. Fixed LookupNamespace() to pass atomized name always. 2004-05-31 Atsushi Enomoto * RncParser.jay : now error output is disabled. * RncTokenizer.cs : It should not be public class. 2004-05-30 Atsushi Enomoto * RncParser.jay : Now RncParser.Parse() returns RelaxngPattern, not RelaxngGrammar. Fixed many "confusing RelaxngPattern and RelaxngPatternList" problems, and ditto for other "List" stuff. To avoid complex situations, mostly removed unused annotation stuff. 2004-05-09 Atsushi Enomoto * RncParser.jay : Added static Parse () methods. Converted all CRLF to LF, since jay automatically inserts LF lines. 2004-03-17 Atsushi Enomoto * Initial checkin; added RncParser.jay, RncTokenizer.cs and ChangeLog.