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

	* VersionControl.addin.xml: Bump version to 1.0. Yay!

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

	* MonoDevelop.VersionControl.Dialogs/EditRepositoryDialog.cs: Don't
	  disable the name entry when creating a new repo. Fixes bug #363858.

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

	* VersionControl.addin.xml: Update MD version.

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

	* gtk-gui/MonoDevelop.VersionControl.Dialogs.SelectRepositoryDialog.cs:
	  Flush.

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

	* MonoDevelop.VersionControl/AddRemoveMoveCommand.cs:
	  NotifyFileStatusChanged is now gui thread safe, so no need to invoke it
	  through Gtk.Application.Invoke.

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

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

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

	* MonoDevelop.VersionControl/VersionControlService.cs: Make sure file status
	  change events are always fired in the gui thread.

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

	* MonoDevelop.VersionControl/RevertCommand.cs: Notify file changes through
	  the FileService.

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

	* MonoDevelop.VersionControl.Views/Statuses.cs: Removed colorize method. Not
	  needed anymore.
	* MonoDevelop.VersionControl.Views/CellRendererDiff.cs: Changed the way
	  diffs are rendered. Instead of having a big pango layout with all text,
	  now we render text line by line, skipping lines which are not visible.
	  Coloring is done changing the GC, instead of using markup. Fixes bug
	  #353705 and improves performance.

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

	* MonoDevelop.VersionControl/Checkout.cs,
	  MonoDevelop.VersionControl/Publish.cs,
	  MonoDevelop.VersionControl/VersionControlService.cs: If there isn't any
	  supported version control system installed, show a message saying that,
	  instead of showing a Select Repository dialog with an empty combo. Fixes
	  bug #344841.
	* MonoDevelop.VersionControl.Dialogs/EditRepositoryDialog.cs: Select the
	  first vcs type by default.

2008-01-07  Andreia Gaita <avidigal@novell.com>

	* MonoDevelop.VersionControl.Views/Diffs.cs: Change the diff algorithm
	call to have case-sensitive diffs.

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

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

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

	* MonoDevelop.VersionControl.Views/Diffs.cs,
	  MonoDevelop.VersionControl.Views/CellRendererDiff.cs,
	  MonoDevelop.VersionControl.Views/Logs.cs: Moved PlatformService to
	  MD.Core.Gui. Removed old FileIconService class, which is now implemented
	  in PlatformService.

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

	* MonoDevelop.VersionControl.mdp,
	  MonoDevelop.VersionControl.Dialogs/SelectRepositoryDialog.cs,
	  MonoDevelop.VersionControl.Dialogs/EditRepositoryDialog.cs,
	  MonoDevelop.VersionControl.Dialogs/CommitDialog.cs,
	  gtk-gui/MonoDevelop.VersionControl.Dialogs.SelectRepositoryDialog.cs,
	  gtk-gui/MonoDevelop.VersionControl.Dialogs.EditRepositoryDialog.cs,
	  gtk-gui/MonoDevelop.VersionControl.Dialogs.CommitDialog.cs,
	  gtk-gui/gui.stetic, MonoDevelop.VersionControl.Views/Diffs.cs,
	  MonoDevelop.VersionControl.Views/Statuses.cs,
	  MonoDevelop.VersionControl.Views/Logs.cs, Makefile.am,
	  MonoDevelop.VersionControl/Update.cs,
	  MonoDevelop.VersionControl/CommitCommand.cs,
	  MonoDevelop.VersionControl/VersionControlFileSystemExtension.cs,
	  MonoDevelop.VersionControl/VersionControlNodeExtension.cs,
	  MonoDevelop.VersionControl/VersionControlSystem.cs,
	  MonoDevelop.VersionControl/AddRemoveMoveCommand.cs,
	  MonoDevelop.VersionControl/VersionControlProjectService.cs,
	  MonoDevelop.VersionControl/ChangeSet.cs,
	  MonoDevelop.VersionControl/Task.cs,
	  MonoDevelop.VersionControl/Checkout.cs,
	  MonoDevelop.VersionControl/BaseView.cs,
	  MonoDevelop.VersionControl/RevertCommand.cs,
	  MonoDevelop.VersionControl/Publish.cs,
	  MonoDevelop.VersionControl/VersionControlService.cs: API cleanup.

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

	* VersionControl.addin.xml: Bump add-in versions.

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

	* MonoDevelop.VersionControl/VersionControlService.cs: Check if Subversion
	  is installed in a nicer way. Fixes bug #342507.

2007-12-06  Geoff Norton  <gnorton@novell.com>

	* MonoDevelop.VersionControl.Views/CellRendererDiff.cs:
	* MonoDevelop.VersionControl.Views/Diffs.cs:
	* MonoDevelop.VersionControl.Views/Logs.cs: Use the PlatformService to get
	  font and mime information instead of GConf / Gnome.Vfs directly

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

	* MonoDevelop.VersionControl.mdp, VersionControl.addin.xml, Makefile.am:
	  Directory reorganization.

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

	* MonoDevelop.VersionControl/VersionControlProjectService.cs: Save comments
	  in a background thread and only after a small delay (avoids saving too
	  often). Should fix bug #324986.

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

	* MonoDevelop.VersionControl/Repository.cs,
	  MonoDevelop.VersionControl/VersionControlFileSystemExtension.cs,
	  MonoDevelop.VersionControl/UrlBasedRepository.cs: In some cases it may
	  be possible to natively move files between two repositories (e.g. if
	  they are in the same server). Added a virtual method to check that and
	  implemented it for SVN.
	* MonoDevelop.VersionControl/VersionControlNodeExtension.cs: Add support for
	  version control commands for all kinds of combine entries, not only
	  Project and Combine.

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

	* MonoDevelop.VersionControl.Views/Logs.cs: Don't disable the view if
	  version info is not found for the file/folder. Just hide the buttons.
	  Fixes bug #324953.

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

	* MonoDevelop.VersionControl.Dialogs/SelectRepositoryDialog.cs,
	  MonoDevelop.VersionControl.Views/Statuses.cs,
	  MonoDevelop.VersionControl/CommitCommand.cs,
	  MonoDevelop.VersionControl/VersionControlNodeExtension.cs,
	  MonoDevelop.VersionControl/VersionControlProjectService.cs,
	  MonoDevelop.VersionControl/RevertCommand.cs: Track LoggingService API
	  changes.

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

	* MonoDevelop.VersionControl/Publish.cs: Use RootCombine instead of
	  CurrentOpenCombine when possible.

