2007-07-27  Jeffrey Stedfast  <fejj@novell.com>

	* FormattingStrategy/NemerleFormattingStrategy.cs: This code was
	pretty broken (as had been the original CSharpBinding code it was
	copied verbatim from). Also don't think it would have compiled
	because the FormatLine method signature did not match what it was
	supposed to be overriding. Make it use the default formatter for
	now.

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

	* Gui/CodeGenerationPanel.cs, NemerleBinding.addin.xml: Migration to
	  Mono.Addins.

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

	* NemerleBinding.mdp: Don't copy referenced assemblies.

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

	* NemerleBinding.addin.xml: Change add-in versions to 0.13.
	* NemerleBinding.mdp: Flush.

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

	* NemerleBindingCompilerServices.cs: Removed unused var.

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

	* Parser/Parser.cs, Parser/SharpDevelopTree/Indexer.cs,
	  Parser/SharpDevelopTree/Method.cs,
	  Parser/SharpDevelopTree/Parameter.cs,
	  Parser/SharpDevelopTree/Event.cs,
	  Parser/SharpDevelopTree/ReturnType.cs,
	  Parser/SharpDevelopTree/Field.cs,
	  Parser/SharpDevelopTree/Property.cs,
	  Parser/SharpDevelopTree/Constructor.cs,
	  Parser/SharpDevelopTree/Class.cs, Parser/SharpDevelopTree/Local.cs:
	  Renamed Abstract* classes to Default*. Removed some unnecessary
	  Default* subclasses.
	* Parser/SharpDevelopTree/CompilationUnit.cs,
	  Parser/SharpDevelopTree/AttributeSection.cs, NemerleBinding.mdp,
	  Makefile.am: Removed some unnecessary Default* subclasses.

2006-09-19 Jacob Ilsø Christensen <jacobilsoe@gmail.com>

	* NemerleBinding.mdp: Updated.
	* .: Added svn:ignore for NemerleBinding.pidb.

2006-09-12 Jacob Ilsø Christensen <jacobilsoe@gmail.com>

	* NemerleAmbience.cs: Track changes in Ambience.

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

	* NemerleAmbience.cs: Track API changes in Ambience.

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

	* Parser/SharpDevelopTree/Class.cs: A change in GenericParameter allowed to
	  merely copy an attribute (when converting from Nemerle's parsed type-info
	  to MonoDevelop's completion-info).

2006-07-10 Alejandro Serrano <trupill@yahoo.es>

	* Parser/SharpDevelopTree/Class.cs:
	* Parser/SharpDevelopTree/ReturnType.cs:
	* Parser/SharpDevelopTree/Method.cs: Updated to show generic parameters or arguments.
	* Parser/SharpDevelopTree/Local.cs: First approach to show local
	  variables on Completion Window.
	* Makefile.am: Add Parser/SharpDevelopTree/Local.cs to compilation.

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

	* Parser/SharpDevelopTree/Class.cs: Updated to use ReturnType as BaseTypes.

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

	* NemerleLanguageBinding.cs:
	* NemerleBindingCompilerServices.cs: Track changes in ProjectReference.
	  Removed obsolete GenerateMakefile method.
	  
	* NemerleBinding.addin.xml: Updated versions.

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

	* NemerleBinding.addin.xml: Use DataType instead of class to
	  declare serializable types.

2006-05-26 Alejandro Serrano <trupill@yahoo.es>

    * Total reestructuration of the Nemerle add-in to use the new Nemerle Completion Engine

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

	* NemerleBinding.addin.xml: Updated versions.
	* NemerleBinding.mdp: Updated.

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

	* NemerleLanguageBinding.cs: Implement GetSupportedClrVersions.

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

	* NemerleBinding.addin.xml: renamed attribute in FileFilter Extension

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

	* Makefile.am:
	* NemerleBinding.addin.xml: Updated references.

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

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

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

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

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

	* NemerleLanguageBinding.cs: Implemented the new methods in
	IDotNetLanguageBinding.

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

	* NemerleBinding.addin.xml: Fixed addin header information.
	Use "id" attribuet instead of "name" to identify addins.

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

	* NemerleBinding.addin.xml:
	* NemerleLanguageBinding.cs: Register serializable types in the addin
	configuration file.

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

	* NemerleBinding.addin.xml: Added addin dependencies.

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

	* NemerleGnomeSharpProject.xpt.xml:
	* NemerleGtkSharpProject.xpt.xml:
	* NemerleEmptyProject.xpt.xml:
	* EmptyNemerleFile.xft.xml:
	* NemerleGtkSharpWindow.xft.xml:
	* NemerleBinding.addin.xml: Properly reference resource icons and
	templates.
	* Makefile.am: Embed icon and templates as resources.

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

	* Project/NemerleParameters.cs: Implement ICloneable.
	* NemerleLanguageBinding.cs: CreateCompilationParameters now returns an
	ICloneable.

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

	* Makefile.am: fix distcheck

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

	* Nemerle.glade:
	* Gui/CodeGenerationPanel.cs:
	* NemerleBindingCompilerServices.cs: fix some warnings,
	use ComboBox instead of OptionMenu

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

	* NemerleBindingCompilerServices.cs: 
	* NemerleLanguageBinding.cs: Use the new progress monitor API.
	
2005-01-11  Lluis Sanchez Gual  <lluis@novell.com>

	* NemerleBinding.addin.xml:
	* Gui/CodeGenerationPanel.cs:
	* NemerleLanguageBinding.cs:
	* NemerleBindingCompilerServices.cs: Follow architecture changes.
	
	* Project/NemerleParameters.cs: Moved some common parameters to
	DotNetProjectConfiguration.
	
	* Gui/OutputPanel.cs:
	* Nemerle.glade: Removed dialog now implemented in Monodevelop.Base.
	
	* Project/NemerleProject.cs:
	* NemerleBindingExecutionServices.cs.in: Removed.
	* Makefile.am: Updated.

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

	* NemerleBindingCompilerServices.cs: StatusBarService.ProgressMonitor is
	not a StatusBar widget any more.

2004-12-07  Alexandre Gomes <alexmipego@hotmail.com>

	* NemerleLanguageBinding.cs: Added CommentTag to be used by (Un)CommentCode

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

	* NemerleBindingExecutionServices.cs: removed.
	* NemerleBindingExecutionServices.cs.in: Added.
	* Makefile.am: adjusted.
	This patch is from Marcin Krzyzanowski <krzak@pld-linux.org> and it
	fixes mint vs mono issues at runtime.

2004-06-26  Pawel Rozanski  <tokugawa@afn.no-ip.org>

	* NemerleBindingCompilerServices.cs: add GenerateMakefile method.
	* NemerleLanguageBinding.cs: runs GenerateMakefile

2004-06-23  Pawel Rozanski  <tokugawa@afn.no-ip.org>

	* NemerleBindingCompilerServices.cs: one line fix for ProcessStartInfo.

2004-06-17  John Luke  <jluke@cfl.rr.com>

	* Gui/OutputPanel.cs: use MonoDevelop.Gui.Widgets.FileSelector
	instead of Gtk.FileSelection

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

	* NemerleLanguageBinding.cs: signature change for Generate Makefile.

2004-05-20  Pawel Rozanski  <tokugawa@afn.no-ip.org>

	* NemerleBindingCompilerServices.cs: updated ncc output parser.

2004-05-04  Pawel Rozanski  <tokugawa@afn.no-ip.org>

	* NemerleBindingExecutionServices.cs: use xterm to run project

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

	* NemerleLanguageBinding.cs: stubbing GenerateMakefile

2004-04-28  Pawel Rozanski  <tokugawa@afn.no-ip.org>

	* Gui/OutputPanel.cs:
	* Gui/CodeGenerationPanel.cs:
	* NemerleBindingCompilerServices.cs:
	* Project/NemerleParameters.cs:
	* Project/NemerleProject.cs:
	* NemerleBindingExecutionServices.cs:
	NemerleParameters uses more from inherited AbstractProjectConfiguration
	class

2004-04-16  Pawel Rozanski <tokugawa@afn.no-ip.org>

	* NemerleBindingCompilerServices.cs: without temp files now,
	Process.StandardOutput based interface

2004-04-14  Pawel Rozanski <tokugawa@afn.no-ip.org>

	* NemerleBindingCompilerServices.cs: uses the StatusBarService

2004-04-13  Pawel Rozanski <tokugawa@afn.no-ip.org>

	stripped DOS '\r' from newlines
