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

	* MsgBoxStyle.vb: Revert ifdef, it was the other way.
	* Collection.vb: Fix signatures to match MS.

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

	* VbStrConv.vb, MsgBoxStyle.vb, Collection.vb, MsgBoxResult.vb:
	  Corcompare work.

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

	*  FirstWeekOfYear.vb:
	*  DueDate.vb:
	*  Constants.vb:
	*  CallType.vb:
	*  AppWinStyle.vb:
	*  DateAndTime.vb:
	*  ErrObject.vb:
	*  TabInfo.vb:
	*  OpenAccess.vb:
	*  FileSystem.vb:
	*  FirstDayOfWeek.vb:
	*  CompareMethod.vb:
	*  TriState.vb:
	*  SpcInfo.vb:
	*  HideModuleNameAttribute.vb:
	*  VariantType.vb:
	*  OpenMode.vb:
	*  MsgBoxStyle.vb:
	*  DateInterval.vb:
	*  OpenShare.vb:
	*  Conversion.vb:
	*  Information.vb:
	*  DateFormat.vb:
	*  ComClassAttribute.vb:
	*  Strings.vb:
	*  Collection.vb:
	*  AudioPlayMode.vb:
	*  MsgBoxResult.vb:
	*  MyGroupCollectionAttribute.vb:
	*  FileAttribute.vb: CorCompare work.



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

	* Strings.vb: Removed a warning.

2006-11-27  Miguel de Icaza  <miguel@novell.com>

	* Interaction.vb: Implement InputBox

2006-10-22 Guy Cohen <guyc@mainsoft.com>
	* Fix Get/Set Settings, to use HKCU\Software\VB and VBA Program Settings
	* Fix Partition bug to better work with spaces

2006-10-10  Kornél Pál  <kornelpal@gmail.com>

	* Interaction.vb: Declare Module as Public. (Fix regression.)

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

	* Interaction.cs: Convert from a Module into an non-inheritable
	class;   Turn all methods into shared methods.

	(MsgBox): Implement, should make Sudoku work.

2006-09-12  Kornél Pál  <kornelpal@gmail.com>

	* Strings.vb: Call AscW(Char) in AscW(Char) recursively that will result
	  in returning the first parameter without any method being called.
