2005-12-16 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / Commons.Xml.Relaxng / Commons.Xml.Relaxng.Rnc / ChangeLog
1 2005-12-16  Atsushi Enomoto <atsushi@ximian.com>
2
3         * RncWriter.cs : it needs another namespace resolver for datatypes.
4
5 2005-12-16  Atsushi Enomoto <atsushi@ximian.com>
6
7         * RncWriter.cs : actually no need to change signature; use
8           GetNamespacesInScope().
9
10 2005-12-16  Atsushi Enomoto <atsushi@ximian.com>
11
12         * RncWriter.cs : use XmlNamespaceManager for NSResolver even in NET_2_0.
13
14 2005-12-16  Atsushi Enomoto <atsushi@ximian.com>
15
16         * RncWriter.cs : another escapement is required.
17
18 2005-12-16  Atsushi Enomoto <atsushi@ximian.com>
19
20         * RncWriter.cs : oops, missing keyword escapement.
21
22 2005-12-16  Atsushi Enomoto <atsushi@ximian.com>
23
24         * RncWriter.cs : no xsi in grammar, please.
25
26 2005-12-16  Atsushi Enomoto <atsushi@ximian.com>
27
28         * RncWriter.cs : added WriteNamespaces() to handle namespace output
29           by itself.
30
31 2005-03-28  Atsushi Enomoto <atsushi@ximian.com>
32
33         * RncTokenizer.cs : check names strictly.
34         * RncParser.jay : quick workaround that "datatype" is rejected as
35           top level content. We should fix the problem that annotation
36           elements are not accepted instead of datatype later.
37
38 2005-03-28  Atsushi Enomoto <atsushi@ximian.com>
39
40         * XmlChar.cs : copied from system.xml.
41         * RncTokenizer.cs : check character validity.
42           Handle \-prefixed keyword name more strictly.
43           Simplify CName tokenization.
44           Move location after successful advance().
45         * RncParser.jay : now there is no NCNameButKeyword.
46
47 2005-03-28  Atsushi Enomoto <atsushi@ximian.com>
48
49         * RncTokenizer.cs : oops, so stupid hex computation.
50
51 2005-03-28  Atsushi Enomoto <atsushi@ximian.com>
52
53         * RncTokenizer.cs :
54           Handle hexadecimal escaping (\x{...}) and triple-quot/apos literals.
55           Quote literal didn't handle '...' as expected.
56
57 2005-03-23  Atsushi Enomoto <atsushi@ximian.com>
58
59         * RncParser.jay : fixed some cast error. Supply type name for "data".
60         * RncTokenizer.cs : don't reject '-' for NCName.
61           Don't regard documentation token as a valid token for parser.
62
63 2005-02-05  Atsushi Enomoto <atsushi@ximian.com>
64
65         * RncParser.jay : handle default namespace.
66         * RncWriter.cs : changed output format a bit.
67
68 2005-02-05  Atsushi Enomoto <atsushi@ximian.com>
69
70         * RncParser.jay : spec section 4 requires to map "xsd" to xsd-datatypes
71           by default.
72
73 2005-02-05  Atsushi Enomoto <atsushi@ximian.com>
74
75         * RncParser.jay : Mixed and List accepted patterns incorrectly.
76         * RncTokenizer.cs : Handle ~ correctly.
77
78 2005-01-26  Atsushi Enomoto <atsushi@ximian.com>
79
80         * RncWriter.cs : new file. Implements RelaxngPattern.WriteCompact().
81
82 2004-06-25  Atsushi Enomoto <atsushi@ximian.com>
83
84         * RncParser.jay : added MIT license.
85
86 2004-06-07  Atsushi Enomoto <atsushi@ximian.com>
87
88         * RncParser.jay : removed unused code. Fixed LookupNamespace() to 
89           pass atomized name always.
90
91 2004-05-31  Atsushi Enomoto <atsushi@ximian.com>
92
93         * RncParser.jay : now error output is disabled.
94         * RncTokenizer.cs : It should not be public class.
95
96 2004-05-30  Atsushi Enomoto <atsushi@ximian.com>
97
98         * RncParser.jay :
99           Now RncParser.Parse() returns RelaxngPattern, not RelaxngGrammar.
100           Fixed many "confusing RelaxngPattern and RelaxngPatternList"
101           problems, and ditto for other "List" stuff. 
102           To avoid complex situations, mostly removed unused annotation stuff.
103
104 2004-05-09  Atsushi Enomoto <atsushi@ximian.com>
105
106         * RncParser.jay :
107           Added static Parse () methods.
108           Converted all CRLF to LF, since jay automatically inserts LF lines.
109
110 2004-03-17  Atsushi Enomoto <atsushi@ximian.com>
111
112         * Initial checkin; added RncParser.jay, RncTokenizer.cs and ChangeLog.
113