2004-06-11  Francisco "Paco" Martinez <paco@mfcon.com>

	* configure.in, prj2make-sharp.spec, src/cui/AssemblyInfo.cs, src/gui/AssemblyInfo.cs, src/gui/MainFRM.cs:
	Update version info for Mono Beta 3

	* src/MdPrjHelper.cs, src/MsPrjHelper.cs, src/PrjxInfo.cs, src/cui/Makefile.am, src/gui/Makefile.am, src/pkgconfiginvoker.cs, src/prj2make-sharp-gtk.prjx, src/prj2make-sharp.csproj, src/prj2make-sharp.prjx:
	Add support for LIBS variable in Makefiles for both VS Solutions and MD Solutions using the PkgConfigInvoker along with support for the unsafe code in MonoDevelop solutions.

2004-06-10  Francisco "Paco" Martinez <paco@mfcon.com>

	* src/PrjxInfo.cs: Resource string fix by Peter Johanson

2004-06-09  Francisco "Paco" Martinez <paco@mfcon.com>

	* ChangeLog, ReleaseNotes.txt, configure.in, prj2make-sharp.spec, src/cui/AssemblyInfo.cs, src/gui/AssemblyInfo.cs, src/gui/MainFRM.cs:
	Updating version information and build related files

	* doc/schemas/sharp_d_prjx.xsd, src/sharp_d_prjx.cs:
	Included 'Nothing' as one of the BuildActions in the prjx schema definition

2004-06-09  Francisco "Paco" Martinez <paco@mfcon.com>
	
	Addition of the 'Nothing' BuildAction or MonoDevelop prjx files
	
	Files changed:
	* src/MdPrjHelper.cs
	* src/sharp_d_prjx.cs
	* doc/schema/sharp_d_prjx.xsd

	
	Files added:
	* do_rpms_suse.sh

2004-06-06  Francisco "Paco" Martinez <paco@mfcon.com>
	
	Files changed:
	* MsPrjHelper.cs -- pkg-config invocation for -lib:
	* MdPrjHelper.cs -- pkg-config invocation for -lib:
	
	Files added:
	* do_rpms_suse.sh

2004-05-31  Francisco "Paco" Martinez <paco@mfcon.com>
	
	changes for better handeling migrations from csproj to prjx

	Files changed:
	* MsPrjHelper.cs -- corrections to better support the import of
	items with a buildaction of "content" into prjx files to avoid
	bug.  It use to try to compile such files
	* cui/AssemblyInfo.cs -- Update version information
	* gui/AssemblyInfo.cs -- Update version information
	* gui/MainFRM.cs -- Update version information
	* configure.in -- used in the auto tools build system
	* Makefile.am --  used in the auto tools build system

	Files added:
	* doc/Makefile.am --  used in the auto tools build system
	* doc/schema/Makefile.am --  used in the auto tools build system


2004-05-14  Francisco "Paco" Martinez <paco@mfcon.com>
	
	Major directory structure changes and new build system

	Files changed:
	* cui/AssemblyInfo.cs -- Update version information
	* gui/AssemblyInfo.cs -- Update version information
	* gui/MainFRM.cs -- Update version information

	Files added:
	* AUTORS -- describes the authors
	* prj2make-sharp.spec -- use in RPM creation process
	* configure.in -- used in the auto tools build system
	* Makefile.am --  used in the auto tools build system
	* src/Makefile.am --  used in the auto tools build system
	* src/cui/Makefile.am --  used in the auto tools build system
	* src/gui/Makefile.am --  used in the auto tools build system


2004-04-26  Francisco "Paco" Martinez <paco@mfcon.com>

	Emergency bug fix	
	Files changed:
	* cui/Main.cs -- Corrected a logical error in the handling of the --csproj2prjx parameter 
	* cui/AssemblyInfo.cs -- Update version information
	* gui/AssemblyInfo.cs -- Update version information



2004-04-25  Francisco "Paco" Martinez <paco@mfcon.com>

	Added new support in the console version of prj2make-sharp for generation of 
	cmbx and prjx files from sln and csproj files
	Files changed:
	* MsPrjHelper.cs -- Added new support to create cmbx form slns
	* PrjHelper.cs -- Moved all of the prjx creation into MsPrjHelper
	* cui/MainMod.cs -- Added new support to create cmbx form slns
	* cui/MainOpts.cs -- Change the verbose description for the --csproj2prjx parameter 
	* cui/AssemblyInfo.cs -- Update version information
	* gui/AssemblyInfo.cs -- Update version information
	* gui/MainFRM.cs -- Update version information

2004-04-20  Francisco "Paco" Martinez <paco@mfcon.com>

	Changes to correct bug [#488] -- pi2.makename_ext ends up being Null
	Also added the preliminary capability to create prjx from csproj
	Files changed:
	* cui/AssemblyInfo.cs -- Update version information
	* gui/AssemblyInfo.cs -- Update version information
	* gui/MainFRM.cs -- Update version information

	Files Added:
	* sln2make/README -- Explanation and background
	* ReleaseNotes.txt -- Initial induction


2004-04-20  Francisco "Paco" Martinez <paco@mfcon.com>

	Changes to correct bug [#488] -- pi2.makename_ext ends up being Null
	Also added the preliminary capability to create prjx from csproj
	Files changed:
	* cui/AssemblyInfo.cs -- Updated version information
	* schemas/csproj_ver2003.xsd
	* csproj_ver2003.cs
	* PrjHelper.cs	 -- preliminary capability to create prjx from csproj
	* MdPrjHelper.cs -- Changes to correct bug [#488]

	Files Added:
	* prj2make-sharp.sln -- useful for debuging in Visual Studion
	* prj2make-sharp.csproj -- useful for debuging in Visual Studion
	* sln2make/sln2make.cs -- Inspirational work

2004-04-18  Francisco "Paco" Martinez <paco@mfcon.com>

	Changes to better abstract and beautify the code modules in
	the project
	Files changed:
	* cui/AssemblyInfo.cs -- Updated version information
	* gui/AssemblyInfo.cs -- Updated version information
	* gui/MainFRM.cs -- Updated version information


2004-04-17  Francisco "Paco" Martinez <paco@mfcon.com>

	Changes to better abstract and beautify the code modules in
	the project
	Files changed:
	* MdPrjHelper.cs -- decoupled the the Project information class and put it on its own file,
						renamed the Maker class to a vendor related class make
	* MsPrjHelper.cs -- decoupled the the Project information class and put it on its own file
						renamed the Maker class to a vendor related class make
	* PrjHelper.cs	 -- Change the MakerMain function to adjust to the class renaming above
	* csproj_ver2003.cs -- Regenerated the class to reflect changes in the schemas/csproj_ver2003.xsd
	* schemas/csproj_ver2003.xsd -- Changed the file subtype enumeration to a string
	* prj2make-sharp.prjx	 -- Add the files CsprojInfo.cs, PrjxInfo.cs and csproj_ver2003.cs
	* prj2make-sharp-gtk.prjx	 -- Add the files CsprojInfo.cs, PrjxInfo.cs and csproj_ver2003.cs
	* Makefile	 -- Add the files CsprojInfo.cs, PrjxInfo.cs and csproj_ver2003.cs
	* Makefile.Win32	 -- Add the files CsprojInfo.cs, PrjxInfo.cs and csproj_ver2003.cs
	* INSTALL.txt -- added nmake instructions for building
	* README.txt -- updated content


	Files added:
	* CsprojInfo.cs	 -- Serve as a new home for the vendor related project info class
	* PrjxInfo.cs	 -- Serve as a new home for the vendor related project info class
	* prj2makecon.bak
	* prj2makewin.bak


2004-04-16  Francisco "Paco" Martinez <paco@mfcon.com>

	Files changed:
	* MsPrjHelper.cs -- added the function to load the object graph for the
					    csproj based on the csproj_ver2003.xsd

2004-04-15  Francisco "Paco" Martinez <paco@mfcon.com>

	Files changed:
	* MsPrjHelper.cs -- fix for for bug #486 "escape spaces in file names"
	* MdPrjHelper.cs -- fix for for bug #486 "escape spaces in file names"
	* Makefile.Win32 -- got rid of quotes around the @echo off on windows batchfiles
	and renamed the install target output batch files

	Files added:
	* csproj_ver2003.cs

2004-04-11  Francisco "Paco" Martinez <paco@mfcon.com>

	First cut at Makefile generation from
	MonoDevelop cmbx files

	Files changed:
	* cui/AssemblyInfo.cs -- update version info
	* gui/AssemblyInfo.cs -- update version info
	* gui/MainFRM.cs -- update version info in About box
	* sharp_d_cmbx.xsd
	* sharp_d_cmbx.cs
	* MdPrjHelper.cs
	* PrjHelper.cs
	* Makefile -- corrected error in install target
	* Makefile.Win32 -- added support for command line arguments
	and renamed the install target output batch files

	Files added:
	* ReleaseNotes.txt -- comments on the release

2004-04-10  Francisco "Paco" Martinez <paco@mfcon.com>

	Changes to decouple the MsPrjHelper and
	the first cut at Makefile generation from
	MonoDevelop prjx files
	Files added:
	* MdPrjHelper.cs
	* sharp_d_cmbx.cs
	* sharp_d_cmbx.xsd
	* sharp_d_prjx.cs
	* sharp_d_prjx.xsd

	Files changed:
	* Makefile
	* Makefile.Win32
	* MsPrjHelper.cs
	* prj2make-sharp.cmbx
	* prj2make-sharp-gtk.prjx
	* prj2make-sharp.prjx


2004-04-03  Francisco "Paco" Martinez <paco@mfcon.com>

	Mayor changes in the structure of the project to
	acomodate for a gui and cui versions of the app.

	* The sub directories cui and gui were created.
	* Introduced command line options for both UIs
	* Makefile -- now builds prj2make-sharp.exe (cui) and
	  prj2make-sharp-gtk.exe
	* Makefile.Win32 -- now builds prj2make-sharp.exe (cui) and
	  prj2make-sharp-gtk.exe

2004-03-28  Francisco "Paco" Martinez <paco@mfcon.com>

	* ChangeLog: add file ChangeLog
	* INSTALL.txt: add file for installation instructions
	* README.txt: add README file for general info and user instructions


