2007-04-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* LateBinder.vb: Ifdef 2.0 code.

2007-04-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Versioned.vb: Fix and speedup IsNumeric. Fixes #80955.
	* InternalErrorException.vb: Mark it as serializable.
	* Operators.vb: Remove warnings and fix corcompare issues.

2007-03-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* DoubleType.vb, StaticLocalInitFlag.vb, LateBinding.vb,
	  NewLateBinding.vb, Versioned.vb, ObjectFlowControl.vb,
	  ProjectData.vb, LikeOperator.vb, DecimalType.vb,
	  OptionTextAttribute.vb, InternalErrorException.vb, ObjectType.vb,
	  StringType.vb, CharArrayType.vb, IVbHost.vb, Operators.vb,
	  CharType.vb, DateType.vb, ExceptionUtils.vb, BooleanType.vb,
	  HostServices.vb, SingleType.vb, StandardModuleAttribute.vb,
	  IntegerType.vb, Utils.vb, ShortType.vb, LongType.vb,
	  DesignerGeneratedAttribute.vb, ByteType.vb,
	  IncompleteInitialization.vb, Conversions.vb, FlowControl.vb:
	  Corcompare work.

2007-03-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Operators.vb: Implemented basic support for (Conditional)CompareObject*.

2007-03-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 
	
	* OptionCompareAttribute.vb: CorCompare work.

2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Operators.vb: Implemented CompareObjectEqual partially.
	* TypeCombinations.vb: Added a enum of all combinations of TypeCodes.

2007-01-24  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* IntegerType.vb: SByte, UInt16, UInt32 and UInt64 to 
	Integer conversions are 2.0 features, so ifdef it so.

2006-12-29  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* IntegerType.vb: Implemented conversions from
	SByte, UInt16, UInt32 and UInt64 to Integer.
	* ProjectData.vb: Removed some warnings.
	* Strings.vb: Removed a warning.

2006-12-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* IncompleteInitialization.vb: Call base constructors and remove 
	  NIE.
	  
2006-09-14  Kornél Pál  <kornelpal@gmail.com>

	* BooleanType.vb, CharArrayType.vb, CharType.vb, DateType.vb,
	  DecimalType.vb, DoubleType.vb, IntegerType.vb, ShortType.vb,
	  SingleType.vb: Use DirectCast when the exact data type is known
	  that makes code faster and avoids circular dependency on
	  Conversions that resulted in StackOverflowException for some
	  conversions.

2006-09-02  Miguel de Icaza  <miguel@novell.com>

	* StaticLocalInitFlag.vb: The "State" is actually a field, not a
	property, hope this fixes the VB compiler.

