2006-09-01 Lluis Sanchez Gual  <lluis@novell.com>

 	* MonoDevelop.Projects.Gui.Completion/CompletionListWindow.cs: changed
 	  the icon shown in the tooltip when the parser db is being generated.
	* MonoDevelop.Projects.Gui.mdp: Updated.

2006-08-10 Lluis Sanchez Gual  <lluis@novell.com> 

	* MonoDevelop.Projects.Gui.Completion/CodeCompletionDataProvider.cs:
	* MonoDevelop.Projects.Gui.Completion/CodeCompletionData.cs:
	  Provide the ambience to use for code completion as a parameter.

2006-08-07 Philip Turnbull <philip.turnbull@gmail.com>

	* MonoDevelop.Projects.Gui/IconService.cs:
	Added GetIcon method for indexers.

	* MonoDevelop.Projects.Gui.Completion/CodeCompletionData.cs:
	Track API changes in Ambience.

2006-08-08 Lluis Sanchez Gual  <lluis@novell.com> 

	* MonoDevelop.Projects.Gui.Dialogs.OptionPanels/DeploymentOptionsPanel.cs:
	* Base.glade: Allow setting the default deploy target in
	  the deployment options panel.

2006-08-04 Lluis Sanchez Gual  <lluis@novell.com> 

	* MonoDevelop.Projects.Gui.Completion/ListWindow.cs:
	* MonoDevelop.Projects.Gui.Completion/CompletionListWindow.cs:
	  Properly handle the case when the completion list is empty
	  (this may happen if the parser database is being generated).

2006-07-29 Matej Urbas <matej.urbas@gmail.com>

	* MonoDevelop.Projects.Gui.Completion/CodeCompletionData.cs: Base types of
	  classes were not displayed. Fixed that.

2006-07-28 Matej Urbas <matej.urbas@gmail.com>

	* MonoDevelop.Projects.Gui.Completion/ListWindow.cs: Fixed the completion
	  popup so that it doesn't use Pango markup for displaying type names.
	* MonoDevelop.Projects.Gui.Completion/CodeCompletionData.cs: Changed the
	  way names are generated for types in code completion.

2006-07-25 Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Projects.Gui.Deployment/FileDeployTargetEditor.cs:
	  Fix incorrect type check.
	
	* MonoDevelop.Projects.Gui.Completion/ICompletionDataProvider.cs:
	* MonoDevelop.Projects.Gui.Completion/CodeCompletionDataProvider.cs:
	* MonoDevelop.Projects.Gui.Completion/ListWindow.cs:
	* MonoDevelop.Projects.Gui.Completion/CompletionListWindow.cs:
	  When the code completion window is shown and the parser database
	  is still being generated, the completion window will now show a message
	  saying that class information is being gathered.

2006-07-17 Lluis Sanchez Gual  <lluis@novell.com>

	* Makefile.am: Removed unused file.

2006-07-12 Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Projects.Gui.Dialogs/CombineOptionsDialog.cs:
	* MonoDevelop.Projects.Gui.Dialogs/ProjectOptionsDialog.cs: Show the
	  project/solution name in the window title.
	  
	* MonoDevelop.Projects.Gui.Dialogs.OptionPanels/DeploymentOptionsPanel.cs:
	  Set the correct button state when initially showing the panel.

2006-07-03 Lluis Sanchez Gual  <lluis@novell.com> 

	* MonoDevelop.Projects.Gui.addin.xml: Registered a deploy target editor.
	  Updated add-in and references versions.
	* MonoDevelop.Projects.Gui.Dialogs.OptionPanels/DeploymentOptionsPanel.cs:
	  Make it work for unknown deploy targets.
	* MonoDevelop.Projects.Gui.Dialogs.OptionPanels/CombineStartupPanel.cs:
	  Minor fix.
	* MonoDevelop.Projects.Gui.addin.xml: Updated versions.
	
	* Makefile.am:
	* MonoDevelop.Projects.Gui.mdp: Added FileDeployTargetEditor.cs.
	
2006-06-19 Scott Ellington  <scott.ellington@gmail.com>

	* MonoDevelop.Projects.Gui.Dialogs.OptionPanels/CombineInformationPanel.cs:
	* Base.glade:
	* MonoDevelop.Projects.Gui.addin.xml: 
	Added option panel for setting solution information	
	* MonoDevelop.Projects.Gui.mdp:
	* Makefile.am:
	Added file

2006-05-15 Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Projects.Gui.addin.xml: Added new deployment panel
	  and extension point.
	* MonoDevelop.Projects.Gui.mdp: Added new files and updated references.
	* Base.glade: Added new deploymnet panel and support dialogs.
	* Makefile.am: Added new files.
	* MonoDevelop.Ide.Commands/ProjectCommands.cs: Implement deploy command.
	* MonoDevelop.Ide.addin.xml: Added new command which shows a list of
	  available deploy targets.
	* MonoDevelop.Projects.Gui.Deployment/DeployTargetEditor.cs:
	* MonoDevelop.Projects.Gui.Deployment/IDeployTargetEditor.cs:
	* MonoDevelop.Projects.Gui.Dialogs.OptionPanels/DeploymentOptionsPanel.cs:
	* MonoDevelop.Projects.Gui.Dialogs/AddDeployTargetDialog.cs:
	* MonoDevelop.Projects.Gui.Dialogs/EditDeployTargetDialog.cs: New files.

2006-05-24  Grzegorz Sobański  <silk@boktor.net>

	* MonoDevelop.Projects.Gui.Completion/CompletionListWindow.cs:
	  alter code completion - do not auto-insert first match - it too often
	  destroys what user has written.

2006-05-04 Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Projects.Gui.addin.xml: Updated versions.
	* MonoDevelop.Projects.Gui.mdp: Updated.

2006-04-21 Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Projects.Gui.addin.xml: Removed unused stuff.
	* Base.glade: Added RuntimeOptionsPanel design.
	
	* Makefile.am:
	* MonoDevelop.Projects.Gui.mdp: Added RuntimeOptionsPanel.cs.

2006-04-07 Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Projects.Gui.addin.xml: Add documentation.

2006-03-29 Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Projects.Gui.Dialogs.OptionPanels/CombineConfigurationPanel.cs:
	  Make the "configuraiton" column editable.
   
2006-03-24 Lluis Sanchez Gual  <lluis@novell.com>   

	* MonoDevelop.Projects.Gui.mdp: Updated.
	* Makefile.am: Use an unified format. Patch by Matze Braun.
	* MonoDevelop.Projects.Gui.addin.xml: Updated add-in versions.

2006-03-23 Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Projects.Gui.Dialogs/CombineOptionsDialog.cs:
	* MonoDevelop.Projects.Gui.Dialogs.OptionPanels/CombineConfigurationPanel.cs:
	  Save changes done in the entry configuration panel. Fixes bug #77716.

2006-03-12  David Makovský (Yakeen) <yakeen@sannyas-on.net>

        * Base.glade: Marking some strings not to be translated. Not include balast in pot file.

2006-02-19 Andrés G. Aragoneses  <knocte@gmail.com>

	* MonoDevelop.Projects.Gui.Dialogs.OptionPanels/DeployFileOptions.cs:
	fixed a typo in a string.

2006-01-30 Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Projects.Gui.Completion/CodeCompletionDataProvider.cs:
	Use LanguageItemCollection instead of ArrayList.

2006-01-25  Jacob Ilsø Christensen  <jacobilsoe@gmail.com>

	* MonoDevelop.Projects.Gui.Completion/CodeCompletionData.cs:
	Removed duplication.

2006-01-14 Andrés G. Aragoneses  <knocte@gmail.com>

	* MonoDevelop.Projects.Gui.Dialogs/CombineOptionsDialog.cs: Replaced
	'Combine' by 'Solution'.
	* MonoDevelop.Projects.Gui.Dialogs.OptionPanels/CombineStartupPanel.cs:
	Replaced 'Combine' by 'Solution'.

2006-01-10 Lluis Sanchez Gual  <lluis@novell.com>   

	* MonoDevelop.Projects.Gui.Completion/CodeCompletionDataProvider.cs:
	Track api changes.

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

	* MonoDevelop.Projects.Gui.addin.xml: Fixed addin header information.
	Use "id" attribuet instead of "name" to identify addins.
	* MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs: Implemented BeginStepTask.

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

	* MonoDevelop.Projects.Gui.addin.xml: Added addin dependencies.
	* MonoDevelop.Projects.Gui/IconService.cs: Use the new addin API.

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

	* Makefile.am: Install the assembly in the AddIns directory.

2005-09-28  Lluis Sanchez Gual  <lluis@novell.com>

	Created new assembly. Old ChangeLog entries can be found in the
	MonoDevelop.Ide ChangeLog.
