2005-02-05 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / Commons.Xml.Relaxng / Commons.Xml.Relaxng.Rnc / ChangeLog
1 2005-02-05  Atsushi Enomoto <atsushi@ximian.com>
2
3         * RncParser.jay : handle default namespace.
4         * RncWriter.cs : changed output format a bit.
5
6 2005-02-05  Atsushi Enomoto <atsushi@ximian.com>
7
8         * RncParser.jay : spec section 4 requires to map "xsd" to xsd-datatypes
9           by default.
10
11 2005-02-05  Atsushi Enomoto <atsushi@ximian.com>
12
13         * RncParser.jay : Mixed and List accepted patterns incorrectly.
14         * RncTokenizer.cs : Handle ~ correctly.
15
16 2005-01-26  Atsushi Enomoto <atsushi@ximian.com>
17
18         * RncWriter.cs : new file. Implements RelaxngPattern.WriteCompact().
19
20 2004-06-25  Atsushi Enomoto <atsushi@ximian.com>
21
22         * RncParser.jay : added MIT license.
23
24 2004-06-07  Atsushi Enomoto <atsushi@ximian.com>
25
26         * RncParser.jay : removed unused code. Fixed LookupNamespace() to 
27           pass atomized name always.
28
29 2004-05-31  Atsushi Enomoto <atsushi@ximian.com>
30
31         * RncParser.jay : now error output is disabled.
32         * RncTokenizer.cs : It should not be public class.
33
34 2004-05-30  Atsushi Enomoto <atsushi@ximian.com>
35
36         * RncParser.jay :
37           Now RncParser.Parse() returns RelaxngPattern, not RelaxngGrammar.
38           Fixed many "confusing RelaxngPattern and RelaxngPatternList"
39           problems, and ditto for other "List" stuff. 
40           To avoid complex situations, mostly removed unused annotation stuff.
41
42 2004-05-09  Atsushi Enomoto <atsushi@ximian.com>
43
44         * RncParser.jay :
45           Added static Parse () methods.
46           Converted all CRLF to LF, since jay automatically inserts LF lines.
47
48 2004-03-17  Atsushi Enomoto <atsushi@ximian.com>
49
50         * Initial checkin; added RncParser.jay, RncTokenizer.cs and ChangeLog.
51