2004-12-06 Atsushi Enomoto * RdpPattern.cs : fixed setupTable(). Avoid boxing. 2004-12-05 Atsushi Enomoto * RdpPattern.cs : RdpAttribute now omits value check when the argument value is null. It is useful to get labels. 2004-12-05 Atsushi Enomoto * RdpPattern.cs : added GetLabels(). 2004-06-25 Atsushi Enomoto * RdpContentType.cs, RdpNameClass.cs, RdpObjects.cs, RdpPatterns.cs, Util.cs : added novell license term. 2004-06-21 Atsushi Enomoto * RdpPatterns.cs : Fixed ExpandRef() that caused incorrect nest error. 2004-06-17 Atsushi Enomoto * RdpPatterns.cs : Quick workaround for infinite loop happening in some kind of recursive expansion. 2004-03-12 Atsushi Enomoto * RdpPatterns.cs : Fixed TextDeriv() to allow whitespace text nodes except for Data and Value (though they are overridden). 2004-02-25 Atsushi Enomoto * Added RdpContextType.cs. * RdpNameClasses.cs, RdpObjects.cs, RdpPatterns.cs, Util.cs : radical design change (too many things to write up). 2003-05-19 Atsushi Enomoto * RdpPattern.cs : Some method name capitalization. Fixed RdpInterleave.StartTagOpenDeriv() which is logically incorrect. 2003-05-05 Atsushi Enomoto * RdpPattern.cs : added RdpAttribute.expandRef(). UnresolvedRef had remained in attribute patterns. 2003-04-29 Atsushi Enomoto * Started. * added ChangeLog, RdpNameClasses.cs, RdpObjects.cs, RdpPatterns.cs and Util.cs.