2005-03-01 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / Commons.Xml.Relaxng / Commons.Xml.Relaxng.Derivative / ChangeLog
1 2005-03-01  Atsushi Enomoto <atsushi@ximian.com>
2
3         * RdpPattern.cs : In "textDeriv(group p1 p2) s", "nullable p1" is
4           incorrectly computed as "nullable p".
5
6 2005-02-06  Atsushi Enomoto <atsushi@ximian.com>
7
8         * RdpObjects.cs : provide error type name. removed commented code block.
9
10 2005-02-06  Atsushi Enomoto <atsushi@ximian.com>
11
12         * RdpPattern.cs : MakeOneOrMore() did not always set up internal table.
13
14 2004-12-06  Atsushi Enomoto <atsushi@ximian.com>
15
16         * Util.cs : trivial debug string fix.
17         * RdpPattern.cs : trivial formatting fix.
18
19 2004-12-06  Atsushi Enomoto <atsushi@ximian.com>
20
21         * RdpPattern.cs : The last attribute stuff broke usual validation wrt
22           global attributes.
23
24 2004-12-06  Atsushi Enomoto <atsushi@ximian.com>
25
26         * RdpPattern.cs : fixed setupTable(). Avoid boxing.
27
28 2004-12-05  Atsushi Enomoto <atsushi@ximian.com>
29
30         * RdpPattern.cs : RdpAttribute now omits value check when the argument
31           value is null. It is useful to get labels.
32
33 2004-12-05  Atsushi Enomoto <atsushi@ximian.com>
34
35         * RdpPattern.cs : added GetLabels().
36
37 2004-06-25  Atsushi Enomoto <atsushi@ximian.com>
38
39         * RdpContentType.cs, RdpNameClass.cs, RdpObjects.cs, RdpPatterns.cs,
40           Util.cs : added novell license term.
41
42 2004-06-21  Atsushi Enomoto <atsushi@ximian.com>
43
44         * RdpPatterns.cs : Fixed ExpandRef() that caused incorrect nest error.
45
46 2004-06-17  Atsushi Enomoto <atsushi@ximian.com>
47
48         * RdpPatterns.cs : Quick workaround for infinite loop happening in
49           some kind of recursive expansion.
50
51 2004-03-12  Atsushi Enomoto <atsushi@ximian.com>
52
53         * RdpPatterns.cs : Fixed TextDeriv() to allow whitespace text nodes
54           except for Data and Value (though they are overridden).
55
56 2004-02-25  Atsushi Enomoto <atsushi@ximian.com>
57
58         * Added RdpContextType.cs.
59         * RdpNameClasses.cs,
60           RdpObjects.cs,
61           RdpPatterns.cs,
62           Util.cs : radical design change (too many things to write up).
63
64 2003-05-19  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
65
66         * RdpPattern.cs : Some method name capitalization.
67           Fixed RdpInterleave.StartTagOpenDeriv() which is logically incorrect.
68
69 2003-05-05  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
70
71         * RdpPattern.cs : added RdpAttribute.expandRef(). UnresolvedRef had
72           remained in attribute patterns.
73
74 2003-04-29  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
75
76         * Started.
77         * added ChangeLog, RdpNameClasses.cs, RdpObjects.cs, RdpPatterns.cs
78           and Util.cs.
79