2010-02-08  Chris Toshok  <toshok@ximian.com>

	* mxap.cs: the moonlight-gtk pc file is moonlight-gtk-2.0.pc now.

2009-09-16  Jackson Harper  <jackson@ximian.com>

	* mxap.cs: Make 2.0 the default runtime version but add a switch
	so you can specify 3.0.

2009-07-15  Jb Evain  <jbevain@novell.com>

	* mxap.cs: Generate xap with a SL3.0 runtime version. 

2009-05-21  Sebastien Pouliot  <sebastien@ximian.com>

	* mxap.cs: Add support for compiler defines using -d: Also add a
	way not to use an existing manifest with use-existing-manifest

2009-05-04  Andreia Gaita  <avidigal@novell.com>

	* mxap.cs: fix bool flags to accept yes/no/true/false optionally

2009-05-02  Andreia Gaita  <avidigal@novell.com>

	* mxap.cs: usage tweaks

2009-04-27  Andreia Gaita  <avidigal@novell.com>

	* mxap.cs: Add -res-source,-ares-sources,-cres-sources to specify
	files from which to read list of normal/assembly/content resources.

2009-04-27  Andreia Gaita  <avidigal@novell.com>

	* mxap.cs: Fix resource support so that files that go on .g.resources
	and those that go on the zip have the full path stored as well.
	Use a temporary directory so all files can be in their proper places
	before zipping (external resource files, assembly resources, etc).
	Add -out|output-dir to optionally put the resulting generated files
	in a different place.

2009-04-24  Andreia Gaita  <avidigal@novell.com>

	* mxap.cs: Add --ares|--assembly-resource and --cres|--content-resource
	to support assembly and content resources, respectively.
	Assembly resources are embedded in the assembly (smcs -resource), 
	content resources are included in the xap.

2009-04-24  Andreia Gaita  <avidigal@novell.com>

	* mxap.cs: add --clean to clean up generated files

2009-04-17  Larry Ewing  <lewing@novell.com>

	* mxap.cs: add the .mdb file to the list of genertated files.

2009-04-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* mxap.mdp: Add a project for each tool, and clean up some of
	  the existing projects.

2009-04-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* Makefile.am: Fix install directories.

2009-04-01  Chris Toshok  <toshok@ximian.com>

	* mxap.cs (CreateApplicationAssembly): add -d:DESKTOP to the gmcs
	flags if we're --desktop.

2009-03-02  Chris Toshok  <toshok@ximian.com>

	* mxap.cs: if we're running a 2.1 tool from the builddir (if
	builddirhack is enabled), we need to set our MONO_PATH properly.

2009-01-07  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* mxap.cs: Add support for adding resources.

2008-12-10  Stephane Delcroix  <sdelcroix@novell.com>

	* mxap.cs: pass the -root: arg to xamlg

2008-12-10  Stephane Delcroix  <sdelcroix@novell.com>

	* mxap.cs: v|verbose option to print the actual commands with args

2008-12-09  Stephane Delcroix  <sdelcroix@novell.com>

	* mxap.cs: pass the full path for xamlg and respack, so we can fix
	the Makefiles. Escape ReferenceAssemblies before calling [s|g]mcs

2008-12-04  Chris Toshok  <toshok@ximian.com>

	* mxap.cs: add -l|--list-generated which just outputs the list of
	files mxap would create if you ran it with those flags.

2008-12-04  Chris Toshok  <toshok@ximian.com>

	* mxap.cs: use the builddir version of smcs.exe so it resolves the
	builddir versions of all the class libraries.

2008-12-03  Chris Toshok  <toshok@ximian.com>

	* mxap.cs: factor out the builddirhack stuff into RunTool (used
	for things that will be executed from the builddir).
	
2008-12-03  Chris Toshok  <toshok@ximian.com>

	* mxap.cs: short-circuit out if any step fails to return true (for
	success).  return non-zero status in that case.

2008-12-03  Chris Toshok  <toshok@ximian.com>

	* mxap.cs: add --builddirhack=$(top_builddir) hack so that we can
	locate the right .exe's to run to make the desklets without
	installing.

2008-12-02  Jackson Harper  <jackson@ximian.com>

	* mxap.cs: Just escape so we can have cs files in directories.

2008-12-02  Jackson Harper  <jackson@ximian.com>

	* mxap.cs: Make things work with directories that have spaces in
	their names.

2008-11-02  Chris Toshok  <toshok@ximian.com>

	* mxap.cs: if --desktop is given, invoke gmcs with the proper
	-pkg: flags instead of using smcs.

2008-10-16  Jb Evain  <jbevain@novell.com>

	* mxap.cs: update SL2 runtime version.

2008-08-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Makefile.am: Generate debug info.
	* mxap.cs: Added another flag, allowing to specify cs files listed in a
	  sources file.

2008-08-05  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* mxap.cs: Add support for specifying EntryPointType and
	  ApplicationName manually. Removed -pkg switch to smcs, smcs doesn't
	  support that switch anymore. Don't add *.g.cs files which doesn't
	  exist.

