2004-06-24  Duncan Mak  <duncan@ximian.com>

	* ExceptionUtils.cs: Remove the keyword "abstract" to fix the
	build.

2004-06-24  Jambunathan K  <kjambunathan@novell.com>
	* Utils.cs: 
	* StringType.cs: corcompare based fixes

2004-06-23  Jambunathan K  <kjambunathan@novell.com>
	* ExceptionUtils.cs: 
	* FlowControl.cs: 
	* IVbHost.cs: 
	* LateBinding.cs: 
	* ObjectType.cs: 
	* ProjectData.cs: 
	* StringType.cs: 
	* Utils.cs: 
	* VBBinder.cs: corcompare based fixes

2004-06-15  Jambunathan K  <kjambunathan@novell.com>
	* ExceptionUtils.cs: Trivial changes

2004-06-10  Jambunathan K <kjambunathan@novell.com>
	* ProjectData.cs: Remerged from Mainsoft's codebase

2004-06-07  Jambunathan K  <kjambunathan@novell.com>
	* VBErrors.cs: Newly adopted from Mainsoft's codebase
	* Utils.cs: Fixed formatting. Also some minor changes.
	* ExceptionUtils.cs: Almost entirely remerged from Mainsoft's 
	codebase to account for newly added string resources

2004-05-13  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
	* Utils.cs: 
		Finally implement fully method CopyArray
		Progression: all nunit-tests for this method now pass on Mono, as they do in .NET

2004-04-17	Dennis Hayes <dennish@raytek.com>
 More Java code converted from Mainsoft.

	* DoubleType.cs
	* FlowControl.cs
	* HostServices.cs
	* IVbHost.cs
	* Utils.cs
	
2004-04-17	Dennis Hayes <dennish@raytek.com>
 More Java code converted from Mainsoft.
	
	lots done, work in progress
	* ObjectType.cs
	* StringType.cs
	
	complete or very close
 	* ByteType.cs
	* DecimalType.cs
	* IntegerType.cs
	* SingleType.cs
 	
2004-04-17	Dennis Hayes <dennish@raytek.com>
  Added Mainsoft java code, lots of todos where the code has not been completly translated.

 	* LateBinding.cs
 	* Utils.cs
	* StringType.cs

2004-04-04	Dennis Hayes <dennish@raytek.com>
	Changed some System.String to string and System.Object to object.
	This seems to match the spec better, if some has documents that this is wrong
	I will change them back.

	Complete. Includes code from both Mono and Mainsoft.
	* BooleanType.cs
	* CharArrayType.cs
	* CharType.cs
	* IncompleteInitialization.cs
	* LongType.cs
	* OptionCompareAttribute.cs
	* OptionTextAttribute.cs
	* ShortType.cs
	* DateType.cs

	Close. Unconverted java code from Mainsoft in comments included in the code.
	* IntegerType.cs
	* ByteType.cs
	* DecmialType.cs
	* SingleType.cs
	* DoubleType.cs

	Work in progress
	* ExceptionUtils.cs

2004-03-31  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
	* BooleanType.cs, ByteType.cs, CharArrayType.cs, CharType.cs, DateType.cs, IntegerType.cs, LongType.cs, ShortType.cs:
		Translated Mainsoft code by Dennis Hayes with additional revisions by me - formatting still a problem
		Testing: No regressions, One advance

2004-02-20  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
	* Utils.cs: 
		Spacing corrections

2004-03-27  Duncan Mak  <duncan@ximian.com>
	* Utils.cs (GetResourceString): Added stub for easing the port
	from the Mainsoft Java implementation.

2004-03-10	Joerg Rosenkranz <JoergR@voelcker.com>
	* BooleanType.cs:
		Corrected implementation of method FromString. 
		This fixes bug #55414.

2004-02-20  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
	* OptionCompareAttribute.cs:
		Corrected constructor of attribute (bug #52570)
	* OptionTextAttribute.cs, StandardModuleAttribute.cs:
		Cosmetic changes

2004-01-22  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
	* Utils.cs:
		First Try Implementation for CopyArray(): NET_1_1-aware
