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