2008-06-05  Geoff Norton  <gnorton@novell.com>

	* mopen1.cpp: Update to call the new downloader_set_functions API.
	We dont support mms in mopen1 at this time.

2008-05-20  Sebastien Pouliot  <sebastien@ximian.com>

	* Makefile.am: Fix mopen script to use mopen.exe

2008-05-13  Andrew Jorgensen  <ajorgensen@novell.com>

	* Makefile.am: Correct flags for mopen1 and only build mopen.exe if
	--with-mono

2008-04-24  Fernando Herrera  <fherrera@novell.com>

	* Makefile.am: Fix "make -jN" build.

2008-04-17  Andrew Jorgensen  <ajorgensen@novell.com>

	* Makefile.am: Use AM_LDFLAGS, not LDFLAGS which is a user variable

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

	* Makefile.am: Remove warnings.

2008-04-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* mopen1.cpp, Makefile.am: Added a native version of mopen which
	(for the moment) can only open 1.0 xaml files.

2008-03-31  Sebastien Pouliot  <sebastien@ximian.com>

	* mopen.cs: add --timeout option to close mopen after X seconds.
	Useful for testing/fuzzing a step farther than --parseonly can do.

2008-02-27  Larry Ewing  <lewing@novell.com>

	* mopen.cs: add --sync option to pass --sync to gtk_init.

2008-02-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* mopen.in: Improve gdb support (no need to manually specify command line),
	  and add valgrind support.

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

	* mopen.cs: Release the Cairo Context when we are done.

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

	* mopen.cs: Use GtkSilver's LoadFile method instead of
	LoadXaml, simplifies code a bit.

2007-10-08  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* mopen.cs: Use the GtkSilver methods to load the xaml.

2007-09-22  Zoltan Varga  <vargaz@gmail.com>

	* mopen.cs: Update after Moonlight.RegisterLoader change.

2007-09-13  Jb Evain  <jbevain@novell.com>

	* Makefile.am: install the .mdb file.

2007-08-22  Sebastien Pouliot  <sebastien@ximian.com>

	* ChangeLog: New. Track changes.
	* mopen.cs: Add a --parseonly option which is useful to gather stats
	on xaml loading/processing and before any drawing operations. Can also
	be useful to know if the xaml file is valid (0) or not (1).
