2005-04-07  Muthu Kannan  <t.manki@gmail.com>

	* AssemblyInstaller.cs (UseNewContext): Set default path.
	(Install,Commit,Rollback,Uninstall): Log events.
	* Installer.cs (Install, Commit, Rollback,Uninstall): 
	Don't set installer context when invoking subinstallers.
	* InstallContext.cs (ParseCommandLine): Fix handling of '--'
	options.
	* TransactedInstaller.cs (Install): Fix typo.

2005-03-24  Muthu Kannan  <t.manki@gmail.com>

	Near-complete implementation of System.Configuration.Install.
	* Installer.cs: Implement.
	* AssemblyInstaller.cs: Likewise.
	* TransactedInstaller.cs: Likewise.
	* InstallContext.cs: Likewise.
	* InstallerCollection.cs: Likewise.

2004-06-11  Gert Driesen <drieseng@users.sourceforge.net>

	* Installer.cs: use Type instead of string argument for
	Designer attribute

2004-06-11  Gert Driesen <drieseng@users.sourceforge.net>

	* AssemblyInstaller.cs: stubbed
	* ManagedInstallerClass.cs: stubbed
	* TransactedInstaller.cs: stubbed

2004-05-16  Gert Driesen (drieseng@users.sourceforge.net)

	* IManagedInstaller.cs: fixed signature
	* Installer.cs: marked parent internal to match MS
	* InstallerCollection.cs: implemented
	* InstallEventArgs.cs: remove setter for SavedState

2004-05-15  Gert Driesen (drieseng@users.sourceforge.net)

	* InstallContext.cs: removed setter for Parameters
	* Installer.cs: added missing attributes, remove
	setter for Installers, Context

2002-12-01  Alejandro Snchez Acosta  <raciel@es.gnu.org>

	* IManagedInstaller.cs,
	  Installer.cs,
	  InstallException.cs,
	  ComponentInstaller.cs, 
	  InstallContext.cs,
	  InstallEventArgs.cs,
	  InstallerCollection.cs,
	  InstallEventHandler.cs: Added.
	
2002-07-22  Tim Coleman <tim@timcoleman.com>
	* UninstallAction.cs: Changed namespace to
		proper System.Configuration.Install;

2002-08-13  Jonathan Pryor <jonpryor@vt.edu>
	* ChangeLog: Add change log to this directory
	* UninstallAction.cs: Implemented.

