2005-11-21  Raja R Harinath  <rharinath@novell.com>

	* Makefile (bootstrap_profile): New.  Defines the bootstrap
	profile associated with the current profile.
	(ilasm, ILASM): Use it.
	($(the_il)): Don't be too eager to delete temporary files.

2005-10-23  Atsushi Enomoto  <atsushi@ximian.com>

	* Microsoft.VisualBasic.dll.sources : removed StringsTest.cs (see
	  Test/MS.VB/ChangeLog).

2005-09-27  Kornl Pl  <kornelpal@hotmail.com>

	* Makefile: Replaced /codepage with CODEPAGE.

2005-08-06  Ankit Jain  <jankit@novell.com>

	* Makefile ($(the_il)): Add /dll switch.

2005-07-05  Manjula GHM  <mmanjula@novell.com>
	* DateType.cs : Support "#" in string to DateTime conversion, eg: #7/29/2004#

2005-06-15  Atsushi Enomoto  <atsushi@ximian.com>

	* Microsoft.VisualBasic.dll.sources :
	  remove duplicate MonoTODOAttribute.cs

2005-05-20  Raja R Harinath  <rharinath@novell.com>

	* Makefile (SUBDIRS): Add Test/standalone.
	* Test/standalone/Makefile: Add.

2005-05-05  Raja R Harinath  <harinath@acm.org>

	* Makefile (with_mono_path): Define.

2005-05-06  Ankit Jain  <ankit@corewars.org>

	* Microsoft.VisualBasic.dll.resources: Change resource argument to 
	Microsoft.VisualBasic.VBUtils.resources .

2005-05-06  Raja R Harinath  <rharinath@novell.com>

	* Microsoft.VisualBasic.VBUtils.txt: Rename from ...
	* Microsoft.VisualBasic/VBUtils.txt: ... this.
	* Makefile (TXT_RES): Update.
	(SUBDIRS): Remove.
	(LIBRARY_NEEDS_POSTPROCESSING): Define.
	(the_il, the_lib): New.  Move rules from fixup/Makefile.
	* fixup/Makefile: Remove.

2005-04-25  Raja R Harinath  <rharinath@novell.com>

	* fixup/Makefile (ILDISASM): Remove.
	($(the_il)): Create temporary files in profile directory.

2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>

	* fixup/Makefile :
	  monodis might not be in PATH. Use one from mono tree.

2005-04-22  Raja R Harinath  <rharinath@novell.com>

	* fixup/Makefile (install-local): Depend on $(the_lib).
	* fixup/fixup.pl: Be more resilient to varying order of .param
	custom attributes.

2005-04-21  Raja R Harinath  <rharinath@novell.com>

	* Makefile (NO_SIGN_ASSEMBLY, NO_INSTALL): Set.  The actual signing
	and installation is handled by fixup/Makefile.
	(test_against, test_dep): Point to the fixed up dll.
	* fixup/Makefile: New makefile.  Handles calling 'fixup.pl' on the
	build assembly, and installing it.
	* fixup.pl: Allow input from stdin.

2005-04-21  Ankit Jain  <ankit@corewars.org>

	* fixup.pl: Add fixup script to convert DefaultArgumentValueAttribute
        to its corresponding default value in IL.
	
2005-02-03  Manjula GHM  <mmanjula@novell.com>
	  * Added Microsoft.VisualBasic project file

2004-12-07  Raja R Harinath  <rharinath@novell.com>

	* Makefile ($(TXT_RES)): Pass argument of RESGEN through
	PLATFORM_CHANGE_SEPARATOR_CMD.

2004-11-26  Raja R Harinath  <rharinath@novell.com>

	* Makefile (EXTRA_DISTFILES): Add Microsoft.VisualBasic.dll.resources.

2004-11-25  Raja R Harinath  <rharinath@novell.com>

	* Makefile (EXTRA_DISTFILES): Fix typo.

2004-11-02  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : don't use -codepage:utf8. It breaks csc build.

2004-10-30 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
	* Makefile: Added some -codepage:utf8 options for mcs, or our sources (specially for tests) get miscompiled. 

2004-10-11 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
	* Makefile: Added reference to System.Windows.Forms as interface Microsoft.VisualBasic.CompilerServices.IVbHost needs it. 
	
2004-09-05  Jambunathan K  <kjambunathan@novell.com>
	* Microsoft.VisualBasic.dll.sources: Added DefaultArgumentValueAttribute.cs
	* Makefile: Removed '/unsafe' switch to the C# compiler

2004-07-31  Jambunathan K  <kjambunathan@novell.com>
	* Makefile: Added /unsafe switch to the compiler command line.
	This is required as setting of Today and TimeOfDay makes a libc
	call - stime(). Thanks to Pablo Cardona for submitting this patch.

2004-07-05   Rafael Teixeira <rafaelteixeirabr@hotmail.com>
	* Strings.cs: corrected 3 long-standing errors as detected by our nunit tests

2004-06-28  Raja R Harinath  <rharinath@novell.com>
	* Makefile ($(TXT_RESOURCES) $(RESX_RESOURCES)): Use $(RESGEN).

2004-06-23  Jambunathan K  <kjambunathan@novell.com>
	* Microsoft.VisualBasic.dll.sources: Added RandomVBFile.cs and BinaryVBFile.cs

2004-06-22  Raja R Harinath  <rharinath@novell.com>

	* Makefile: Use $(PLATFORM_PATH_SEPARATOR) when setting MONO_PATH.

2004-06-17  Jambunathan K  <kjambunathan@novell.com>
	* Microsoft.VisualBasic.dll.sources: Included OutPutVBFile.cs

2004-06-16  Jambunathan K  <kjambunathan@novell.com>
	* Microsoft.VisualBasic.dll.sources: Included VBFile.cs, BaseVBFile.cs,
	and InputVBFile.cs

2004-06-15  Jambunathan K  <kjambunathan@novell.com>
	* Microsoft.VisualBasic_test.dll.sources: Added FinancialTest.cs 
	to the list of test files

2004-06-07 Jambunathan K <kjambunathan@novell.com>
	* Makefile: Changed to account for error string resources
	* Microsoft.VisualBasic.dll.resources: Newly added list of compiled
	resources for VB.NET
	* Microsoft.VisualBasic.dll.sources: Included newly created VBErrors.cs
	
2004-4-25	Dennis Hayes <dennish@raytek.com>
	* Microsoft.VisualBasic.dll.sources: Added internal VBUtils.cs to buld for Mainsoft compatable.

2004-03-27  Duncan Mak  <duncan@ximian.com>

	* Microsoft.VisualBasic_test.dll.sources: Added ForEachEnum and OpenModeTypes.

2004-01-21  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
	* Microsoft.VisualBasic_test.dll.sources: Added new test files

2003-11-13  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
	* Microsoft.VisualBasic.dll.sources: Added Assembly files

2003-03-12  Martin Willemoes Hansen <mwh@sysrq.dk>
	* Patched makefile.gnu to work with the new NUnit2 tests

2002-08-15  Tim Coleman <tim@timcoleman.com>
	* list:
	* makefile.gnu:
		Added files to allow build on linux.

2002-05-12  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
	* Microsoft.VisualBasic: Strings.cs - Merged all method implementations provided 
          by Martin Adoue, with method signatures (specially attributes) provided 
          by Chris J. Breisch. Some tweaking for the Mid member (two overloads versus third optional parameter).

2002-05-18  Chris J Breisch <cjbreisch@altavista.net>

	* Microsoft.VisualBasic: *.cs/Test/*.cs - Cleaned up code, added
	implementations for Collection.cs, Conversion.cs and NUnit Tests
	for both



