2008-03-06  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.WebReferences.addin.xml: Bump version to 1.0. Yay!

2008-01-25  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.WebReferences.addin.xml: Update MD version.

2008-01-22  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.WebReferences.addin.xml: Updated add-in category and
	  description.

2008-01-02  Geoff Norton  <gnorton@novell.com>

	* MonoDevelop.WebReferences.Dialogs/WebReferenceDialog.cs:
	The using System.Net;\rusing System.Text;\n pattern was causing a
	CS8025 on SVN trunk.  Replace the \r with a \n.

2007-12-14  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.WebReferences/Library.cs,
	  MonoDevelop.WebReferences.Dialogs/WebReferenceDialog.cs,
	  gtk-gui/MonoDevelop.WebReferences.Dialogs.WebReferenceDialog.cs,
	  gtk-gui/gui.stetic: Make it work when a browser is not installed.

2007-12-14  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.WebReferences.mdp: Updated project files. The order of
	  extended properties won't change anymore.

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

	* MonoDevelop.WebReferences.addin.xml: Bump add-in versions.

2007-12-04  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.WebReferences.mdp, Makefile.am: Directory reorganization.

2007-11-30  Michael Hutchinson <mhutchinson@novell.com> 

	* MonoDevelop.WebReferences.mdp,
	  MonoDevelop.WebReferences.Dialogs/WebReferenceDialog.cs,
	  gtk-gui/generated.cs,
	  gtk-gui/MonoDevelop.WebReferences.Dialogs.WebReferenceDialog.cs,
	  gtk-gui/gui.stetic: Use WebBrowserService instead of MozillaControl.

2007-11-09  Michael Hutchinson <mhutchinson@novell.com> 

	* MonoDevelop.WebReferences.mdp: Don't try to use partial types in stetic
	  code generation.

2007-10-29  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.WebReferences.addin.xml: Bump MD version.

2007-10-23  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.WebReferences.mdp: Project file names updated by change in MD
	  path functions.

2007-10-01  Raja R Harinath  <rharinath@novell.com>

	* Makefile.am (FILES, REFS): Remove $(srcdir) prefix.  It's added
	automatically by Makefile.include.

2007-09-21  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.WebReferences.addin.xml: Bump MD version.

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

	* MonoDevelop.WebReferences.addin.xml: Removed the CommandService class.
	  Everything is done directly with CommandManager. Moved all extension
	  node types to MD.Components.

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

	* MonoDevelop.WebReferences.addin.xml,
	  MonoDevelop.WebReferences.NodeBuilders/WebReferenceFolderNodeBuilder.cs,
	  MonoDevelop.WebReferences.NodeBuilders/WebReferenceNodeBuilder.cs,
	  MonoDevelop.WebReferences.mdp, Makefile.am: Reorganized the extension
	  point hierarchy. Embedded all add-in manifests as resources.

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

	* MonoDevelop.WebReferences.Commands/WebReferenceCommandHandler.cs: API
	  cleanup. Converted core services into regular classes.

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

	* MonoDevelop.WebReferences.NodeBuilders/WebReferenceFolderNodeBuilder.cs:
	  Converted DispatchService to a static class.

2007-07-05  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.WebReferences.addin.xml,
	  MonoDevelop.WebReferences.NodeBuilders/WebReferenceNodeBuilder.cs:
	  Declared missing extension point.

2007-06-06  Lluis Sanchez Gual <lluis@novell.com> 

	* gtk-gui/gui.stetic,
	  MonoDevelop.WebReferences.Dialogs/WebReferenceDialog.cs: Made the
	  dialog internal.

2007-05-11  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.WebReferences.mdp: Copy the .addins.xml file to the
	  output dir.

2007-05-11  Lluis Sanchez Gual <lluis@novell.com> 

	* Makefile.am: Updated.

2007-05-09  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.WebReferences.mdp, Makefile.am: Reference shared
	  assemblies from the correct location.

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

	* MonoDevelop.WebReferences.addin.xml, MonoDevelop.WebReferences.mdp,
	  gtk-gui/MonoDevelop.WebReferences.Dialogs.WebReferenceDialog.cs,
	  gtk-gui/gui.stetic, Makefile.am: Migration to Mono.Addins.

2007-04-19  Lluis Sanchez Gual <lluis@novell.com> 

	* AssemblyInfo.cs: Avoid version auto-increment.
	* MonoDevelop.WebReferences.mdp: Don't copy referenced assemblies.
	* Makefile.am: Flush.

2007-02-16  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.WebReferences.addin.xml: Change add-in versions to 0.13.

2007-02-15  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.WebReferences.mdp, Makefile.am: Synchronized the MD
	  project and the Makefile
	* gtk-gui/MonoDevelop.WebReferences.Dialogs.WebReferenceDialog.cs,
	  gtk-gui/gui.stetic: Updated.

2007-02-05  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.WebReferences.mdp, gtk-gui/generated.cs,
	  gtk-gui/MonoDevelop.WebReferences.Dialogs.WebReferenceDialog.cs,
	  gtk-gui/gui.stetic, Makefile.am: i18n fixes and split stetic
	  generated code in several files.

2006-11-29 Gideon de Swardt <gdeswardt@gmail.com>
	* Makefile.in: 
	Remove the Makefile.in from source, should not have been committed in the first place.

2006-11-28 Gideon de Swardt <gdeswardt@gmail.com>
	* MonoDevelop.WebReferences:
	Move the source code from Google Code project.

2006-08-31 Gideon de Swardt <gdeswardt@gmail.com>
	* MonoDevelop.WebReferences/CodeGenerator:
	Changed the class to use the LanguageBinding from the DotNetProject.

2006-08-26 Gideon de Swardt <gdeswardt@gmail.com>
	* MonoDevelop.WebReferences.Dialogs/WebReferenceDialog.cs:
	Moved the UI code to stetic
	* svnci:
	Added the svn commit change log script from monodevelop

2006-08-25 Gideon de Swardt <gdeswardt@gmail.com>
	* MonoDevelop.WebReferences.NodeBuilders/WebReferenceFolderNodeBuilder.cs:
	Added an event handler to refresh the web reference folder node when a *.map project 
	file has been removed from a project

2006-08-15 Gideon de Swardt <gdeswardt@gmail.com>
		
	* MonoDevelop.WebReferences.addin.xml:
	Removed the Delete All menu option on the Web Reference folder
	Changed the version number
	
	* MonoDevelop.WebReferences/CodeGenerator.cs:
	Added support for generating the code in VB.NET
	
	* MonoDevelop.WebReferences/Library.cs:
	Added a method that checks if the project contains any web references
	
	* MonoDevelop.WebReferences/WebReferenceItemCollection.cs:
	Optimized the WebReferenceItemCollection construct method by only looping through the 
	project files collection once instead of previously seeking for the specific map file
	after it found the reference file. This will also sort the problem with VB reference files
	not being loaded.
	
	* MonoDevelop.WebReferences.Commands/WebReferenceCommandHandler.cs:
	Check that the project options for the Runtime Version is set to 
	"2.0", if it is set to "1.1" ask the user whether or not to
	switch to "2.0" automatically. The project build will fail if
	the Runtime is set to 1.1. Do not add the web reference if the
	user chooses to keep the runtime version 1.1.
	
	Added functionality to add a ProjectReference for System.Web.Services to the project if
	it does not currently contain a reference. This is required to successfully compile 
	the project.
	
	* MonoDevelop.WebReferences.NodeBuilders/ProjectNodeBuilder.cs:
	Check if the project contains any web references before it adds the WebReferenceFolder
	
	* MonoDevelop.WebReferences.NodeBuilders/ProjectFolderNodeBuilderExtension.cs:
	Add a check not to hide the web reference folder if the project options is set to show all
	
	* MonoDevelop.WebReferences.NodeBuilders/WebReferenceFolderNodeBuilder.cs:
	Changed the HasChildNodes method to use the new method to check if a project contains any 
	web references rather than parsing and loading the collection of all web references in a project.
	Changed the BuildChildNodes to parse the project every time the method is called.

2006-08-11 Gideon de Swardt  <gdeswardt@gmail.com> 

	Initial setup of the AddIn
