2005-10-04  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Startup/AddinLoadErrorDialog.cs:
	* MonoDevelop.Startup/MonoDevelopMain.cs: Moved most of code to
	MonoDevelop.Ide.

2005-08-29  John Luke  <john.luke@gmail.com>

	* MonoDevelop.Startup.glade: fix typo, bug #75914

2005-08-13  Todd Berman  <tberman@off.net>

	* MonoDevelopMain.cs: Fix the socket ObjectDisposed. Only to uncover
	another ObjectDisposed, that I do not understand how to debug.

2005-08-10  Ben Motmans  <ben.motmans@gmail.com>

	* MonoDevelop.Startup.mdp: references update

2005-08-08  John Luke  <john.luke@gmail.com>

	* Makefile.am: add glade file to EXTRA_DIST to pass distcheck
	
2005-08-03  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelopMain.cs: Show an error dialog if something goes wrong
	while initializing.

2005-08-03  Ben Motmans  <ben.motmans@gmail.com>

	* MonoDevelopMain.cs: Show a meaningfull error when the local
	hostname cannot be resolved

2005-07-29  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Startup.glade:
	* Dialogs/AddinLoadErrorDialog.cs: Improved the error dialog.

2005-07-18  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelopMain.cs: Show an error dialog if there is some error
	while initializing the addins.
	* Dialog/AggregatedProgressMonitor.cs: New dialog for showing addin
	load errors.
	* Makefile.am: Added glade file.

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

	* Makefile.am (FILES): Move AssemblyInfo.cs ...
	(GENERATED_FILES): ... here.

2005-04-17  John Luke  <john.luke@gmail.com>

	* Makefile.am: fix distcheck

2005-04-01	Christian Hergert	<christian.hergert@gmail.com>

	* Makefile.am: fix call to app.config

2005-04-01	Christian Hergert	<christian.hergert@gmail.com>

	* app.config: Add MonoDevelop.exe.config configuration file
	* Makefile.am: Update to include the configuration file

2005-03-10	Christian Hergert	<christian.hergert@gmail.com>

	* MonoDevelopMain.cs: Update the splash screen percentages
	and status messages.

2005-01-27  John Luke  <john.luke@gmail.com>

	* MonoDevelopMain.cs: remove unused code that
	caused warnings

2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelopMain.cs: Use new api for checking for combine files.

2004-12-03  John Luke  <john.luke@gmail.com>

	* Dialogs/ExceptionDialog.cs: remove obsolete gtype stuff
	* MonoDevelopMain.cs: comment out unused code
	* Makefile.am: remove ExceptionDialog from build

2004-09-18  Todd Berman  <tberman@off.net>

	* MonoDevelopMain.cs: Check if Build and Revision are not 0, and if
	so, use them as well when building the version #.

2004-08-07  Todd Berman  <tberman@off.net>

	* AssemblyInfo.cs.in: Use new ASSEMBLY_VERSION variable.

2004-07-01  John Luke  <jluke@cfl.rr.com>

	* MonoDevelopMain.cs: return 1 on error and 0 otherwise
	* MonoDevelopOptions.cs: remove unneeded -f option
	implement reusing MD instance only when we are getting passed
	arguments (like files). This allows more than one MD to be run
	at a time, and adding files from nautilus still works.  Less
	than perfect, but better than what it was

2004-07-01  John Luke  <jluke@cfl.rr.com>

	* MonoDevelopMain.cs: implement nologo
	* MonoDevelopOptions.cs: add -f and --nologo args

2004-07-01  John Luke  <jluke@cfl.rr.com>

	* AssemblyInfo.cs.in: clean up and add some informaition used below
	* Makefile.am: add Mono.GetOptions reference and new file
	* MonoDevelopOptions.cs: new file for handling options
	* MonoDevelopMain.cs: begin using MonoDevelopOptions

2004-07-01  Todd Berman  <tberman@off.net>

	* MonoDevelopMain.cs: Dont attempt to load 0 length filenames.

2004-06-28  Todd Berman  <tberman@off.net>

	* MonoDevelopMain.cs: add Exit (0); and poof, issues are gone.

2004-05-24  Todd Berman  <tberman@sevenl.net>

	* Makefile.am: add Mono.Posix reference
	* MonoDevelopMain.cs: Use a unix socket to only allow one instance of
	MD to be open at a time. This should eventually use something like
	dbus or something else instead of a unix socket. Also, a --new-process
	arg should be added or something similar to allow more than one
	open copy of MD at a time.

2004-04-19  Todd Berman  <tberman@sevenl.net>

	* Makefile.am: only link the one .resources file we need.

2004-04-07  John Luke  <jluke@cfl.rr.com>

	* MonoDevelopMain.cs: use reflection for the name and version

2004-04-02  Todd Berman  <tberman@sevenl.net>

	* MonoDevelopMain.cs: move SharpDevelopMain.cs... damn i love svn.

2004-04-02  Todd Berman  <tberman@sevenl.net>

	* SharpDevelopMain.cs: bump to 0.3
