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