2009-03-20  Michael Hutchinson  <mhutchinson@novell.com>

	* templates/GtkSharp2Project.xpt.xml: Don't require specific
	  GTK# versions.

2009-03-05  Lluis Sanchez Gual  <lluis@novell.com>

	* AssemblyInfo.cs:
	* CSharpBinding.addin.xml: Bump MD version.

2009-03-03  Mike Krüger  <mkrueger@novell.com>

	* Gui/MemberCompletionData.cs:
	* Gui/CSharpTextEditorCompletion.cs: Worked on icons for
	  parameters/local variables and keywords.

2009-03-03  Mike Krüger  <mkrueger@novell.com>

	* Gui/NewCSharpExpressionFinder.cs: added bounds check.

2009-03-02  Mike Krüger  <mkrueger@novell.com>

	* Parser/FindMemberAstVisitor.cs: fixed "Bug 480492 - Find
	  field references returns incorrect references".

2009-02-27  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs:
	* Gui/NewCSharpExpressionFinder.cs:
	* Gui/CSharpTextEditorCompletion.cs: Fixed "Bug 479983 - No C#
	  completion for object initializers".

2009-02-27  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpTextEditorCompletion.cs: fixed "Bug 479986 -
	  Incorrect new completion for var".

2009-02-26  Lluis Sanchez Gual  <lluis@novell.com>

	* CSharpBinding.csproj: Flush.

2009-02-26  Lluis Sanchez Gual  <lluis@novell.com>

	* md1format.xml:
	* CSharpBindingCompilerManager.cs:
	* Project/CSharpCompilerParameters.cs: Added support for
	  WarningsNotAsErrors, although there is no gui for setting it
	  because it is not supported by mcs.

2009-02-26  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryParameterDataProvider.cs: fixed 'Bug 479757 -
	  Parameters of a Method when opening Parenthesis result in a
	  blank "Tooltip".'

2009-02-25  Michael Hutchinson  <mhutchinson@novell.com>

	* CSharpBinding.addin.xml: Register CSharpProjectParameters as 
	  serializable.

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

	* Makefile.am:
	* md1format.xml:
	* gtk-gui/gui.stetic:
	* CSharpBinding.csproj:
	* CSharpLanguageBinding.cs:
	* CSharpBindingCompilerManager.cs:
	* Gui/CompilerOptionsPanelWidget.cs:
	* Project/CSharpProjectParameters.cs:
	* Project/CSharpCompilerParameters.cs:
	* gtk-gui/CSharpBinding.CompilerOptionsPanelWidget.cs: Moved
	  some properties from configuration parameters to project
	  parameters.

2009-02-25  Mike Krüger  <mkrueger@novell.com>

	* Gui/CompilerOptionsPanelWidget.cs: Changed override Destroy
	  --> override OnDestroyed.

2009-02-25  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs:
	* Parser/FindMemberAstVisitor.cs: fixed "Bug 427453 - The
	  rename operations are not working (for local variables)"

2009-02-25  Mike Krüger  <mkrueger@novell.com>

	* Gui/CompilerOptionsPanelWidget.cs: worked on ressource
	  de-allocation.

2009-02-24  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpAmbience.cs: Fixed 'Bug 472597 - New completion
	  does not include array types'.

2009-02-24  Mike Krüger  <mkrueger@novell.com>

	* Parser/NRefactoryParser.cs: fixed "Bug 478702 - Underline on
	  syntax error not working properly when using preprocessor
	  directives and inheritance".

2009-02-24  Mike Krüger  <mkrueger@novell.com>

	* Gui/ResolveVisitor.cs: Added support for some undocumented
	  keywords.

2009-02-23  Mike Krüger  <mkrueger@novell.com>

	* Gui/NewCSharpExpressionFinder.cs: Removed debug message.

2009-02-23  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpAmbience.cs:
	* Gui/NewOverrideCompletionData.cs: Fixed "Bug 478703 -
	  Override completion fails to include parameter modifiers in
	  method generation".

2009-02-23  Mike Krüger  <mkrueger@novell.com>

	* Gui/ResolveVisitor.cs:
	* Gui/NRefactoryResolver.cs: Fixed some type resolving issues.

2009-02-23  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs: Fixed failing unit test.

2009-02-23  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs: fixed inner type access issues.

2009-02-23  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs:
	* Gui/NewCSharpExpressionFinder.cs:
	* Gui/CSharpTextEditorCompletion.cs: Handled
	  AttributeArguments context. Fixing bug 'Bug 478490 -
	  Autocomplete Attribute Properties'.

2009-02-21  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpTextEditorIndentation.cs: fixed "Bug 472104 -
	  Cursor misplaced when pressing tab".

2009-02-19  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs:
	* Parser/FindMemberAstVisitor.cs: Fixed "Bug 477374 - Find
	  references... doesn't find all references".

2009-02-19  Mike Krüger  <mkrueger@novell.com>

	* Parser/NRefactoryParser.cs: enum fields now have the correct
	  return type.

2009-02-18  Mike Krüger  <mkrueger@novell.com>

	* Parser/CodeGenerator.cs: Fixed "Bug 404706 - Refactorer is
	  not aware of existing regions when inserting members".

2009-02-17  Lluis Sanchez Gual  <lluis@novell.com>

	* CSharpBindingCompilerManager.cs: Track api changes.

	* Project/CSharpResourceIdBuilder.cs: Allow line breaks when
	  reading literals.

2009-02-17  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpTextEditorCompletion.cs: fixed 'Bug 434979 -
	  Automagic insertion of XML comments doesn't work as
	  intended'.

2009-02-16  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpAmbience.cs: Removed double space in namespace
	  output.

2009-02-16  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs:
	* Parser/FindMemberAstVisitor.cs: Fixed bug "Bug 325171 -
	  Rename fails with overloads".

2009-02-16  Mike Krüger  <mkrueger@novell.com>

	* Parser/FindMemberAstVisitor.cs: Fixed "Bug 391066 - Rename
	  not offered for generic classes".

2009-02-13  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpAmbience.cs: fixed type output issues in the c#
	  ambience.

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

	* CSharpLanguageBinding.cs:
	* Parser/NRefactoryParser.cs:
	* CSharpBindingCompilerManager.cs: Track API changes. Use the
	  new ProjectItem collection.

2009-02-11  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs: fixed test case 470954_bis

2009-02-11  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs: fixed "Bug 474447 - Wrong
	  completion of namespaces".

2009-02-11  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs: Optimized ResolveIdentifier and
	  prevented endless loop.

2009-02-11  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs: fixed "Bug 470954 - using
	  System.Windows.Forms is not honored".

2009-02-10  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs:
	* Gui/MemberCompletionData.cs:
	* Gui/CSharpTextEditorCompletion.cs: Fixed "Bug 350862 -
	  Autocomplete bug with enums".

2009-02-10  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs: fixed small namespace access bug.

2009-02-10  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpTextEditorCompletion.cs: worked on is/as
	  completion.

2009-02-10  Mike Krüger  <mkrueger@novell.com>

	* Gui/NewCSharpExpressionFinder.cs:
	* Gui/CSharpTextEditorCompletion.cs: Added new "<Type> x = y
	  as $" completion case.

2009-02-09  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpTextEditorCompletion.cs: now using
	  IsAccessibleFrom for constructor accessible tests (for more
	  complex cases than bug 473849).


2009-02-09  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpTextEditorCompletion.cs: fixed "Bug 473849 -
	  Classes with no visible constructor shouldn't appear in
	  "new" completion".

2009-02-09  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs: fixed "Bug 473686 - Constants are
	  not included in code completion".

2009-02-07  Michael Hutchinson  <mhutchinson@novell.com>

	* CSharpBinding.csproj: Don't local-copy other addins' dlls.

2009-02-07  Michael Hutchinson  <mhutchinson@novell.com>

	* Gui/CSharpTextEditorCompletion.cs: Rename a couple of
	  variables, as csc is more picky about multiple locals with
	  the same name in switches.

	* gtk-gui/gui.stetic: Updated.

2009-02-07  Michael Hutchinson  <mhutchinson@novell.com>

	* CSharpBinding.csproj: Don't treat warning as errors, because
	  csc still outputs warnings for this project.

2009-02-06  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpTextEditorCompletion.cs: fixed 'Bug 472092 -
	  'yield return new' includes incaccessible members'.

2009-02-06  Mike Krüger  <mkrueger@novell.com>

	* Gui/ResolveVisitor.cs: Fixing C#3 query expressions.

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

	* CSharpBinding.mds:
	* CSharpBinding.mdp:
	* CSharpBinding.csproj: Migrated to MSBuild file format.

2009-02-05  Michael Hutchinson  <mhutchinson@novell.com>

	* Gui/MemberCompletionData.cs: Avoid an InvalidCastException
	  in the case where an overloads's member is not the same type
	  as the main member. Not sure why this would happen, but it
	  just did.

2009-02-05  Mike Krüger  <mkrueger@novell.com>

	* gtk-gui/gui.stetic:
	* Gui/MemberCompletionData.cs: 

	* Gui/NewCSharpExpressionFinder.cs: fixed 'Bug 471937 - Code
	  completion of 'new' showing invorrect entries'.

2009-02-05  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpTextEditorIndentation.cs: fixed "Bug 472714 -
	  MonoDevelop automatic indentation does not follow "Convert
	  tabs to spaces" option".

2009-02-04  Michael Hutchinson  <mhutchinson@novell.com>

	* Gui/MemberCompletionData.cs: Better sorting of overloads.

2009-02-04  Michael Hutchinson  <mhutchinson@novell.com>

	* Gui/MemberCompletionData.cs: Don't auto-insert <T>. Sort
	  overloads. Always display <> in the name when there is a
	  generic overload.

2009-02-04  Michael Hutchinson  <mhutchinson@novell.com>

	* Gui/CSharpAmbience.cs: Handle HideGenericParameterNames
	  flag.

2009-02-04  Mike Krüger  <mkrueger@novell.com>

	* Gui/ResolveVisitor.cs: fixed "Bug 466719 - Code completion
	  doesn't activate with '.' inside expression using '::'
	  operator.".

2009-02-04  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpTextEditorCompletion.cs: fixed "Bug 469910 -
	  Incorrect type resolution on attributes".

2009-02-04  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs: fixed 'Bug 471935 - Code
	  completion window not showing in MD1CustomDataItem.cs'.

2009-02-03  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpTextEditorIndentation.cs: disabled caret beyond
	  eol feature.

2009-02-03  Lluis Sanchez Gual  <lluis@novell.com>

	* AssemblyInfo.cs:
	* CSharpBinding.addin.xml: Bump MD version.

2009-02-03  Lluis Sanchez Gual  <lluis@novell.com>

	* CSharpBinding.mdp:
	* gtk-gui/gui.stetic: Fix target gtk# version.

2009-02-03  Lluis Sanchez Gual  <lluis@novell.com>

	* CSharpBinding.mdp:
	* gtk-gui/CSharpBinding.CompilerOptionsPanelWidget.cs:
	  Updated.

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

	* Project/CSharpResourceIdBuilder.cs: Track api changes.

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

	* CSharpBinding.mdp:
	* Autotools/Makefile.am:
	* Gui/CSharpAmbience.cs:
	* Parser/NRefactoryParser.cs:
	* Parser/FindMemberAstVisitor.cs:
	* Gui/CSharpTextEditorCompletion.cs: Add support for constraints in
	generic methods.

2009-01-30  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpTextEditorIndentation.cs: Added virtual spaces based on
	indentation level.

2009-01-27  Lluis Sanchez Gual  <lluis@novell.com>

	* Parser/NRefactoryParser.cs: Track api changes.

2009-01-27  Mike Krüger  <mkrueger@novell.com>

	* Parser/mcs:
	* Makefile.am:
	* Parser/mcs/mcs:
	* CSharpBinding.mdp:
	* Parser/mcs/dom.cs:
	* gtk-gui/gui.stetic:
	* Parser/mcs/mcs/PLAN:
	* Parser/mcs/mcs/TODO:
	* Parser/mcs/External:
	* Parser/mcs/mcs/NOTES:
	* gtk-gui/generated.cs:
	* Parser/mcs/mcs/OTODO:
	* Parser/mcs/mcs/README:
	* Gui/ResolveVisitor.cs:
	* Parser/mcs/mcs/doc.cs:
	* Parser/mcs/mcs/linq.cs:
	* Parser/mcs/mcs/mcs.sln:
	* Parser/mcs/mcs/enum.cs:
	* Parser/mcs/mcs/decl.cs:
	* Parser/mcs/mcs/const.cs:
	* Parser/mcs/mcs/OPTIMIZE:
	* Parser/mcs/mcs/cfold.cs:
	* Parser/mcs/mcs/ecore.cs:
	* Parser/mcs/mcs/Makefile:
	* Parser/mcs/cs-parser.cs:
	* Parser/CodeGenerator.cs:
	* Parser/mcs/mcs/gmcs.sln:
	* Parser/mcs/mcs/class.cs:
	* Parser/mcs/mcs/assign.cs:
	* Parser/mcs/mcs/ChangeLog:
	* Parser/mcs/mcs/driver.cs:
	* Parser/mcs/mcs/lambda.cs:
	* Parser/mcs/mcs/report.cs:
	* Parser/mcs/mcs/support.cs:
	* Parser/mcs/mcs/codegen.cs:
	* Parser/mcs/mcs/generic.cs:
	* Gui/NRefactoryResolver.cs:
	* Parser/mcs/mcs/convert.cs:
	* Parser/mcs/mcs/pending.cs:
	* Parser/mcs/mcs/literal.cs:
	* Parser/mcs/mcs/mcs.csproj:
	* Parser/mcs/mcs/constant.cs:
	* Parser/mcs/mcs/nullable.cs:
	* Parser/mcs/mcs/gmcs.csproj:
	* Parser/mcs/mcs/delegate.cs:
	* Parser/mcs/mcs/location.cs:
	* Parser/mcs/mcs/lambda.todo:
	* Parser/mcs/mcs/parameter.cs:
	* Parser/mcs/mcs/compiler.doc:
	* Parser/mcs/mcs/modifiers.cs:
	* Parser/mcs/mcs/namespace.cs:
	* Parser/mcs/mcs/anonymous.cs:
	* Parser/mcs/mcs/statement.cs:
	* Parser/mcs/mcs/iterators.cs:
	* Parser/mcs/mcs/attribute.cs:
	* Parser/mcs/mcs/roottypes.cs:
	* Parser/mcs/mcs/expression.cs:
	* Parser/mcs/mcs/cs-parser.jay:
	* Parser/mcs/mcs/generic-mcs.cs:
	* Parser/mcs/mcs/mcs.exe.config:
	* Parser/mcs/mcs/typemanager.cs:
	* Parser/mcs/mcs/rootcontext.cs:
	* Parser/mcs/mcs/flowanalysis.cs:
	* Parser/mcs/mcs/symbolwriter.cs:
	* Parser/mcs/mcs/gmcs.exe.config:
	* Parser/mcs/mcs/cs-tokenizer.cs:
	* Parser/mcs/mcs/mcs.exe.sources:
	* Parser/mcs/mcs/AssemblyInfo.cs:
	* Parser/mcs/mcs/gmcs.exe.sources:
	* Parser/mcs/mcs/doc-bootstrap.cs:
	* Parser/mcs/mcs/smcs.exe.sources:
	* Gui/CSharpTextEditorCompletion.cs:
	* Gui/CSharpTextEditorIndentation.cs:
	* Parser/mcs/mcs/smcs.exe.sources-xml:
	* Parser/mcs/External/CryptoConvert.cs:
	* Parser/mcs/External/MonoSymbolFile.cs:
	* Gui/NRefactoryParameterDataProvider.cs:
	* Parser/mcs/External/MonoSymbolTable.cs:
	* Parser/mcs/External/MonoSymbolWriter.cs:
	* gtk-gui/CSharpBinding.FormattingPanelWidget.cs:
	* gtk-gui/CSharpBinding.CodeGenerationPanelWidget.cs:
	* gtk-gui/CSharpBinding.CompilerOptionsPanelWidget.cs: Removed unused
	code. Fixed compiler warnings.

2009-01-27  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpAmbience.cs: Fixed an unneccessary space printing before for
	type names (affected code completion as well).

2009-01-26  Michael Hutchinson  <mhutchinson@novell.com>

	* CSharpBinding.mdp:
	* gtk-gui/gui.stetic:
	* Autotools/Autotools.mdp: Flush project format changes.

2009-01-26  Lluis Sanchez Gual  <lluis@novell.com>

	* Gui/ResolveVisitor.cs:
	* Gui/NRefactoryResolver.cs:
	* Parser/NRefactoryParser.cs:
	* Gui/NewCSharpExpressionFinder.cs:
	* Gui/CSharpTextEditorCompletion.cs:
	* Gui/NRefactoryParameterDataProvider.cs: Provide the calling class in
	all type queries. It is required to resolve generic arguments.

	* CSharpBinding.mdp: Updated.

2009-01-27  Ankit Jain  <jankit@novell.com>

	Fix bug #352703.
	* CSharpBindingCompilerManager.cs (Compile): Format define symbols list
	to be semi-colon separated.

2009-01-26  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs: Handled invalid endpos.

2009-01-23  Mike Krüger  <mkrueger@novell.com>

	* Parser/NRefactoryParser.cs: Corrected delegate location.

	* Gui/CSharpAmbience.cs: Attribute postfix no longer print when
	outputting attributes.

2009-01-21  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs:
	* Gui/CSharpTextEditorCompletion.cs: fixed 'Bug 464788 - Variable shows
	up twice in completion list.'.

2009-01-21  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs: fixed 'Bug 464787 - completion doesn't
	update fast enough'.

2009-01-20  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs:
	* Parser/NRefactoryParser.cs: Added support for explicit events. Fixing
	bug "Bug 467507 - No completion of base members inside explicit
	events".

2009-01-16  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs: Handled theoretical null ref exception (But
	I wasn't able to produce a test case). 

2009-01-16  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs: fixed "Bug 466694 - Generic type parameters
	missing from completion".

2009-01-16  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpTextEditorCompletion.cs: Fixed 'Bug 466692 - Missing
	completion for return/break keywords after yield'.

2009-01-15  Mike Krüger  <mkrueger@novell.com>

	* Gui/ResolveVisitor.cs: fixed 'Bug 466337 - Incorrect intelisense for
	class attribute'.

2009-01-15  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpTextEditorCompletion.cs: fixed "Bug 466329 - Autocomplete
	doesn't activate with "_"".

2009-01-15  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpAmbience.cs: worked on csharpambience markup.

2009-01-15  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpTextEditorCompletion.cs: fixed 'Bug 466149 - Code completion
	activates inside a string.'.

2009-01-15  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpTextEditorCompletion.cs: Added global keyword. Fixing 'Bug 466063 - Missing keyword
	'global' from code completion'.

2009-01-13  Lluis Sanchez Gual  <lluis@novell.com>

	* Gui/MemberCompletionData.cs:
	* Gui/CSharpTextEditorCompletion.cs: Performance optimizations in
	AddCompletionData. Reduce calls to Ambience.GetString.

	* Gui/CSharpAmbience.cs: Optimizations. In Visit(IType), avoid creating
	a StringBuilder when the result is just the class name.

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

	* Gui/NRefactoryResolver.cs:
	* Gui/CSharpTextEditorCompletion.cs: Track api changes.

2009-01-09  Mike Krüger  <mkrueger@novell.com>

	* Parser/CodeGenerator.cs:
	* Gui/NRefactoryResolver.cs:
	* Parser/NRefactoryParser.cs:
	* Parser/FindMemberAstVisitor.cs: Worked on refactoring code/fixing Bug
	456576 - refactor: rename field is not working.

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

	* Gui/CSharpTextEditorCompletion.cs: Fix warning.

	* md1format.xml:
	* Project/CSharpCompilerParameters.cs: Store the LangVersion string
	using the msbuild format. For MD1, use the old format. Fixes bug
	#461104 - Setting C# language version on project does not parse in
	VS.Net 2008.

2009-01-07  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs: Worked on on the fly type resolving.

2009-01-07  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpAmbience.cs: fixed "Bug 463783 - Method Navigator does not
	show indexer parameters".

2009-01-06  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs: Corrected variable scope.

2009-01-06  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs: fixed 'Bug 457237 - code completion doesn't
	show static methods when setting global variable'.

2009-01-06  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs: fixed 'Bug 457003 - code completion shows
	variables out of scope'.

2009-01-05  Mike Krüger  <mkrueger@novell.com>

	* Gui/ResolveVisitor.cs: Fixed unit test for bug 323283. 

2009-01-05  Mike Krüger  <mkrueger@novell.com>

	* Gui/ResolveVisitor.cs: Fixed anonymous class unit test.

2009-01-05  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpTextEditorCompletion.cs: fixed "Bug 460234 - Invalid options
	shown when typing 'override'".

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

	* Gui/CSharpTextEditorCompletion.cs:
	* Gui/NRefactoryParameterDataProvider.cs: Optimize
	GetParameterCompletionCommandOffset. It was a cause of important
	slowdowns in the editor when pressing return.

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

	* Gui/CSharpTextEditorCompletion.cs: Optimized. Do nothing in
	HandleParameterCompletion unless the char is going to trigger a
	parameter completion.

	* md1format.xml: Added missing property.

	* CSharpBindingCompilerManager.cs: Improve error message when an
	assembly is not found.

	* gtk-gui/gui.stetic: Update.

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

	* CSharpBinding.mdp:
	* Autotools/Autotools.mdp: All projects now require fx 3.5.

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

	* CSharpBindingCompilerManager.cs:
	* Autotools/CSharpAutotoolsSetup.cs: Track API changes.

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

	* CSharpBinding.mdp: Don't require a specific version of Mono.Addins.

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

	* Gui/CSharpTextEditorCompletion.cs:
	* Gui/CSharpTextEditorIndentation.cs: Track api changes.

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

	* Gui/MemberCompletionData.cs: Use full names in the description of the
	members. Fixes bug #450931 - Autocomplete without namespaces is
	confusing.

2008-12-02  Michael Hutchinson  <mhutchinson@novell.com>

	* Makefile.am:
	* AssemblyInfo.cs:
	* CSharpBinding.mdp: Add AssemblyInfo.cs files that are autogenerated
	from the addin manifests.

2008-11-29  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpAmbience.cs:
	* Gui/MemberCompletionData.cs:
	* Gui/NewOverrideCompletionData.cs:
	* Gui/NRefactoryParameterDataProvider.cs: Refactored
	ambiences/domoutputvisitor.

2008-11-28  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpAmbience.cs: taken back last change.

2008-11-28  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpAmbience.cs: added strongly typed overloads for getstring.

2008-11-27  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpAmbience.cs: Worked on c# ambience.

2008-11-26  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpAmbience.cs: fixed some ambience bugs.

2008-11-25  Mike Krüger  <mkrueger@novell.com>

	* Parser/CodeGenerator.cs: fixed 'Bug 434240 - Cannot explicitly
	implement events'.

2008-11-24  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpTextEditorCompletion.cs: fixed 'Bug 447985 - Exception
	display tip is inaccurate for derived (custom) exceptions'.

2008-11-20  Michael Hutchinson  <mhutchinson@novell.com>

	* Gui/CSharpAmbience.cs: Don't try to prepend a return type to
	finalisers.

2008-11-20  Michael Hutchinson  <mhutchinson@novell.com>

	* Gui/CSharpAmbience.cs: Format finalisers correctly.

2008-11-19  Mike Krüger  <mkrueger@novell.com>

	* Parser/NRefactoryParser.cs: fixed folding region bug.

2008-11-19  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpAmbience.cs: worked on c# ambience.

2008-11-19  Mike Krüger  <mkrueger@novell.com>

	* Gui/MemberCompletionData.cs:
	* Gui/CSharpTextEditorCompletion.cs: worked on "Bug 444547 - Invalid
	options shown when completing 'new' operator".

2008-11-19  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs: fixed 'Bug 444911 - Refactor options not
	shown'.

2008-11-19  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpAmbience.cs:
	* Gui/NRefactoryParameterDataProvider.cs: fixed 'Bug 444463 - Function
	completion lacks 'out' keywords in params'.

2008-11-19  Mike Krüger  <mkrueger@novell.com>

	* Parser/CodeGenerator.cs: fixed 'Bug 446177 - Encapsulate field
	operation renames incorrect variable names in external files'.

2008-11-19  Mike Krüger  <mkrueger@novell.com>

	* Parser/CodeGenerator.cs: fixed 'Bug 445774 - Renaming class badly
	broken; results in many errors'.

2008-11-18  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryParameterDataProvider.cs: fixed 'Bug 444112 - Generic
	parameters missing in code completion'.

2008-11-18  Mike Krüger  <mkrueger@novell.com>

	* Parser/CodeGenerator.cs: fixed 'Bug 355948 - Rename refactoring does
	not rename within #ifdef blocks'.

2008-11-17  Lluis Sanchez Gual  <lluis@novell.com>

	* CSharpBindingCompilerManager.cs: Don't add the codepage:utf8 option if
	the user selected another codepage. Fix by Ernesto Carrea.

2008-11-17  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpTextEditorCompletion.cs: fixed 'Bug 444542 - Weird options
	shown for 'as' operator'.

2008-11-17  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs: fixed 'Bug 444538 - Namespaces missing when
	completing 'new' operator'.

2008-11-14  Michael Hutchinson  <mhutchinson@novell.com>

	* Gui/MemberCompletionData.cs: Remove unused code.

2008-11-14  Mike Krüger  <mkrueger@novell.com>

	* Gui/ResolveVisitor.cs: fixed 'Bug 444110 - Code completion doesn't
	activate'.

2008-11-14  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpAmbience.cs: Fixed full namespace display of members.

	* Gui/CSharpTextEditorCompletion.cs: Worked on new completion.

2008-11-12  Michael Hutchinson  <mhutchinson@novell.com>

	* Gui/CSharpTextEditorCompletion.cs: Fix completion location off-by-one.
	Fixes extra char that was added at end of namespaces.

2008-11-12  Michael Hutchinson  <mhutchinson@novell.com>

	* Gui/NRefactoryResolver.cs:
	* Gui/CSharpTextEditorCompletion.cs: Move template completion code to
	MonoDevelop.Ide.

	* Makefile.am:
	* CSharpBinding.mdp: Updated.

	* Gui/CodeTemplateCompletionData.cs: Unused, remove.

2008-11-12  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs:
	* Gui/CodeTemplateCompletionData.cs: Added double tab templates.

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

	* Makefile.am:
	* Autotools/Makefile.am: Fix issue with parallel building.

	* Gui/MemberCompletionData.cs: Don't use the description to
	differentiate overloads, since it has to query info from monodoc and
	that's very slow. Use the help url instead, which seems to work fine
	as id.

2008-11-12  Mike Krüger  <mike@icsharpcode.net>

	* Gui/MemberCompletionData.cs:
	* Gui/CodeTemplateCompletionData.cs:
	* Gui/CSharpTextEditorCompletion.cs: fixed 'Bug 443493 - C# completion
	should not trigger at start of existing words'.

2008-11-11  Michael Hutchinson  <mhutchinson@novell.com>

	* Gui/CSharpTextEditorCompletion.cs: Track fix in text editor's
	completion line/col indexing. It's now 1-indexed, as it should be.
	Allow triggering after ( and {. Don't aggressively trigger before a
	non-whitespace/punctuation char. Replace "location" field with
	parameter usage, so it's easier to follow the usage. Refactor out
	some expression finder creation so it's all done in one place.

2008-11-11  Mike Krüger  <mike@icsharpcode.net>

	* Gui/MemberCompletionData.cs: fixed 'Bug 441621 - Ctrl-space in middle
	of word does not overwrite rest of word'.

2008-11-11  Mike Krüger  <mike@icsharpcode.net>

	* Gui/CSharpTextEditorCompletion.cs: fixed completion popup for
	string/char literals.

2008-11-11  Mike Krüger  <mike@icsharpcode.net>

	* Gui/NewOverrideCompletionData.cs:
	* Gui/CSharpTextEditorCompletion.cs: fixed "Bug 442728 - Code completion
	for 'override' is not aware of namespaces".

2008-11-11  Mike Krüger  <mike@icsharpcode.net>

	* Gui/CSharpTextEditorCompletion.cs:
	* FormattingStrategy/CSharpIndentEngine.cs: fixed 'Bug 443453 -
	Parameter completion and comments'.

2008-11-11  Mike Krüger  <mike@icsharpcode.net>

	* Gui/CSharpTextEditorCompletion.cs: fixed 'Bug 443493 - C# completion
	should not trigger at start of existing words'.

2008-11-10  Mike Krüger  <mike@icsharpcode.net>

	* Gui/CSharpTextEditorCompletion.cs: Added enable auto completion
	option.

2008-11-07  Mike Krüger  <mike@icsharpcode.net>

	* Parser/CodeGenerator.cs:
	* Gui/NRefactoryResolver.cs:
	* Parser/NRefactoryParser.cs: fixed 'Bug 364779 - When I click "Find All
	References" monodevevlop crashes'.

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

	* Gui/NRefactoryResolver.cs: Disable debug message.

2008-11-06  Mike Krüger  <mike@icsharpcode.net>

	* Gui/NRefactoryResolver.cs: fixed 'Bug 442127 - "Find all references"
	hit uncancelable infinite loop, 100% CPU'.

2008-11-06  Mike Krüger  <mike@icsharpcode.net>

	* Gui/NRefactoryResolver.cs:
	* Gui/CodeTemplateCompletionData.cs:
	* Gui/CSharpTextEditorCompletion.cs: Code templates are now shown in
	code  completion list, when auto insert is enabled.

2008-11-06  Mike Krüger  <mike@icsharpcode.net>

	* Gui/NRefactoryResolver.cs: fixed 'Bug 442047 - 'Go to declaration'
	missing for vars'.

2008-11-05  Michael Hutchinson  <mhutchinson@novell.com>

	* Gui/CSharpTextEditorCompletion.cs: Return mutable completion lists
	when appropriate. Fixes Bug 440641 - "Parsing files" message not
	shown anymore in the completion window.

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

	* CSharpBinding.addin.xml: Bump MD version.

2008-11-05  Mike Krüger  <mike@icsharpcode.net>

	* Gui/ResolveVisitor.cs:
	* Parser/NRefactoryParser.cs: fixed bug 'Bug 441671 - Finalisers show up
	in code completion'.

2008-11-04  Michael Hutchinson  <mhutchinson@novell.com>

	* Gui/CompilerOptionsPanelWidget.cs: Disable CompileTarget and MainClass
	setting when project.IsLibraryBasedProjectType. Prevents messing up
	ASP.NET and Moonlight projects.

2008-11-04  Lluis Sanchez Gual  <lluis@novell.com>

	* CSharpBindingCompilerManager.cs:
	* Gui/CompilerOptionsPanelWidget.cs: Allow setting the Main class for
	libraries.

2008-11-04  Mike Krüger  <mike@icsharpcode.net>

	* Parser/CodeGenerator.cs: worked on refactoring.

2008-11-04  Mike Krüger  <mike@icsharpcode.net>

	* Parser/CodeGenerator.cs: Worked on refactoring.

2008-11-04  Mike Krüger  <mike@icsharpcode.net>

	* Parser/CodeGenerator.cs: fixed 'Bug 404906 - variable refactor -> rename freezes MD'.

2008-11-03  Mike Krüger  <mike@icsharpcode.net>

	* Parser/CodeGenerator.cs:
	* Gui/NRefactoryResolver.cs: worked on refactoring operations.

2008-11-03  Mike Krüger  <mike@icsharpcode.net>

	* Gui/NRefactoryParameterDataProvider.cs: fixed 'Bug 439960 - Return
	type not shown in tool tip'.

2008-10-31  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpAmbience.cs: fixed bug in parameter output.

2008-10-31  Mike Krüger  <mkrueger@novell.com>

	* Gui/ResolveVisitor.cs:
	* Gui/NRefactoryResolver.cs:
	* Gui/CSharpTextEditorCompletion.cs:
	* Gui/NRefactoryParameterDataProvider.cs: fixed 'Bug 439963 - Lacking
	members in code completion'

2008-10-31  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs: fixed possible null reference.

2008-10-30  Mike Krüger  <mkrueger@novell.com>

	* Gui/NewCSharpExpressionFinder.cs:
	* Gui/CSharpTextEditorCompletion.cs: worked on "new" completion.

2008-10-30  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs:
	* Gui/NewCSharpExpressionFinder.cs: Worked on "new" completion.

2008-10-30  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs:
	* Gui/NRefactoryParameterDataProvider.cs: fixed 'Bug 432438 - Incorrect
	autocomplete for delegates'.

2008-10-30  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs:
	* Gui/CSharpTextEditorCompletion.cs: Fixed 'Bug 432434 - Code completion
	doesn't work with subclasses'.

2008-10-30  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs:
	* Gui/CSharpTextEditorCompletion.cs: fixed 'Bug 436312 - Couldn't deal
	well with elements which have generic and non-generic presence at the
	same time'.

2008-10-30  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpTextEditorCompletion.cs: fixed  duplicate member bug.

2008-10-30  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs:
	* Gui/CSharpTextEditorCompletion.cs: fixed 'Bug 436705 - code completion
	for constructors does not handle class name collisions properly'.

2008-10-30  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs: using type reference parsing for object
	creation.

2008-10-30  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs:
	* Gui/CSharpTextEditorCompletion.cs: fixed 'Bug 432434 - Code completion
	doesn't work with subclasses'.

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

	* CSharpBindingCompilerManager.cs: Write the comand used for compiling
	to the output. Fixes bug #430499.

2008-10-29  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs: fixed bug 'Bug 439601 - Intellisense Broken
	For Partial Classes'.

2008-10-28  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs: fixed 'Bug 325173 - Clashes resolved
	incorrectly'.

2008-10-28  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpTextEditorCompletion.cs:
	* Gui/NRefactoryParameterDataProvider.cs: fixed 'Bug 439446 - Invoking
	events has extra completion options'.

2008-10-28  Mike Krüger  <mkrueger@novell.com>

	* CSharpBinding.addin.xml: removed old ambience reference.

2008-10-28  Mike Krüger  <mkrueger@novell.com>

	* CSharpBinding.addin.xml: moved ambience extension node to project
	model.

2008-10-28  Mike Krüger  <mkrueger@novell.com>

	* CSharpBinding.addin.xml: fixed 'Bug 399737 - Code completion busted
	for referenced assemblies that are not in GAC, are outside of the
	solution, and which are referenced by other non-GAC outside
	referenced assemblies'.

2008-10-28  Mike Krüger  <mkrueger@novell.com>

	* Gui/EventCreationCompletionData.cs: event creation is now done with a
	stringbuilder.

2008-10-28  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpTextEditorCompletion.cs:
	* Gui/EventCreationCompletionData.cs: Worked on event handler
	completion.

2008-10-27  Mike Krüger  <mkrueger@novell.com>

	* Gui/EventCreationCompletionData.cs: handled instantiated types for
	event completion.

2008-10-27  Mike Krüger  <mkrueger@novell.com>

	* Gui/ResolveVisitor.cs: Removed duplicate method.

2008-10-27  Mike Krüger  <mkrueger@novell.com>

	* Gui/ResolveVisitor.cs:
	* Gui/CSharpTextEditorCompletion.cs: fixed 'Bug 434705 - No autocomplete
	offered if not assigning result of 'new' to a variable'.

2008-10-27  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpTextEditorCompletion.cs: fixed possible null reference
	exception.

2008-10-27  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs: Fixed 'Bug 438699 - Code completion shows
	too many options'.

2008-10-27  Mike Krüger  <mkrueger@novell.com>

	* Gui/NewOverrideCompletionData.cs: fixed setter generation in override
	completion.

2008-10-27  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpTextEditorCompletion.cs: fixed "Bug 436870 - Inheriting from
	base class gives bad code completion (reopened)" 

2008-10-27  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryParameterDataProvider.cs: fixed 'Bug 432727 - No
	completion if no constructor'.

2008-10-27  Mike Krüger  <mkrueger@novell.com>

	* Gui/NewCSharpExpressionFinder.cs: fixed 'Bug 434705 - No autocomplete
	offered if not assigning result of 'new' to a variable'.

2008-10-27  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs:
	* Gui/NRefactoryParameterDataProvider.cs: Removed debug messages.

2008-10-24  Mike Krüger  <mkrueger@novell.com>

	* Gui/NewOverrideCompletionData.cs: fixed override bug.

2008-10-24  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpTextEditorCompletion.cs: fixed 'Bug 438708 - Changing
	namespace results in MD hanging'.

2008-10-24  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs:
	* Gui/CSharpTextEditorCompletion.cs:
	* Gui/NRefactoryParameterDataProvider.cs: fixed
Bug 434706 -
	Autocomplete should expand on pressing comma
Bug 434717 - No
	completion for nullable types

	* Gui/CSharpAmbience.cs: Fixed a null reference exception.

2008-10-22  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpAmbience.cs: C# ambience can now print instantiated types.

2008-10-21  Michael Hutchinson  <mhutchinson@novell.com>

	* templates/AssemblyInfo.xft.xml: Use an AssemblyVersion that'll build
	with csc. Fixes "Bug 436273 - created AssemblyInfo.cs does not build
	on VS2005".

2008-10-20  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpTextEditorCompletion.cs: fixed "Bug 436870 - Inheriting from
	base class gives bad code completion".

2008-10-20  Mike Krüger  <mkrueger@novell.com>

	* Gui/NewOverrideCompletionData.cs: fixed Bug 436951 - Overriding an
	abstract property is incorrect.

2008-10-20  Lluis Sanchez Gual <lluis@novell.com> 

	* Autotools/Autotools.mdp, Autotools/Makefile.am: Fix build.

2008-10-19  Mike Krüger  <mkrueger@novell.com>

	* Gui/NewOverrideCompletionData.cs:
	* Gui/CSharpTextEditorCompletion.cs:
	* Gui/EventCreationCompletionData.cs: fixed 'Bug 436320 - Autocomplete
	does not show compatible event handlers'.

2008-10-19  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpTextEditorCompletion.cs: fixed 'Bug 434701 - No autocomplete
	in attributes'.

2008-10-18  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs:
	* Gui/CSharpTextEditorCompletion.cs:
	* Gui/EventCreationCompletionData.cs: Worked on event completion.

2008-10-17  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs:
	* Gui/CSharpTextEditorCompletion.cs: fixed 'Bug 434705 - No autocomplete
	offered if not assigning result of 'new' to a variable'. 

2008-10-16 Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs:
	* Gui/MemberCompletionData.cs:
	* Gui/CSharpTextEditorCompletion.cs:
	* Gui/NRefactoryParameterDataProvider.cs: fixed 'Bug 434701 - No
	autocomplete in attributes'.

2008-10-16 Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpTextEditorCompletion.cs: fixed 'Bug 434705 - No autocomplete
	offered if not assigning result of 'new' to a variable'.

2008-10-15 Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs: fixed 'Bug 434770 - No autocomplete on
	array types'.

2008-10-13  Michael Hutchinson  <mhutchinson@novell.com>

	* Gui/MemberCompletionData.cs: Tidy up last commit.

2008-10-13  Michael Hutchinson  <mhutchinson@novell.com>

	* Gui/MemberCompletionData.cs: Fix accidentally marking all overloads as
	obsolete.

2008-10-09  Michael Hutchinson  <mhutchinson@novell.com>

	* Gui/NRefactoryResolver.cs:
	* Gui/CSharpTextEditorCompletion.cs: Track APIs.

2008-10-09  Michael Hutchinson  <mhutchinson@novell.com>

	* Gui/NRefactoryResolver.cs:
	* Gui/MemberCompletionData.cs:
	* Gui/NewOverrideCompletionData.cs:
	* Gui/CSharpTextEditorCompletion.cs: Track CompletionData API.

2008-10-09  Mike Krüger  <mkrueger@novell.com>

	* Gui/CSharpAmbience.cs:
	* Gui/CSharpTextEditorCompletion.cs: fixed 'Bug 431803 - Autocomplete
	not giving any options'.

2008-10-09  Mike Krüger  <mkrueger@novell.com>

	* Gui/ResolveVisitor.cs:
	* Gui/NRefactoryResolver.cs:
	* Gui/NewCSharpExpressionFinder.cs:
	* Gui/CSharpTextEditorCompletion.cs: fixed 'Bug 432681 - Incorrect
	completion in nested classes'.

2008-10-09  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs: fixed possible null reference.

2008-10-09  Mike Krüger  <mkrueger@novell.com>

	* Parser/NRefactoryParser.cs: fixed 'Bug 433410 - Code folding toggle in
	the wrong place'.

2008-10-09  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs: fixed some bugs with parameters,

	* Gui/CSharpTextEditorCompletion.cs: fixed 'Bug 433735 - Autocomplete of
	`using' statement behaves like `using' directive'.

2008-10-08  Michael Hutchinson  <mhutchinson@novell.com>

	* Gui/MemberCompletionData.cs: Make code more readable.

2008-10-08  Michael Hutchinson  <mhutchinson@novell.com>

	* Gui/NRefactoryResolver.cs: Track API changes.

2008-10-08  Michael Hutchinson  <mhutchinson@novell.com>

	* Gui/CSharpTextEditorCompletion.cs: Track API.

	* Gui/MemberCompletionData.cs: Don't subclass CodeCompletionData, but
	implement interfaces directly so we have more control over the API.
	Don't mark as obsolete if some overloads are not obsolete.

2008-10-08  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs:
	* Gui/CSharpTextEditorCompletion.cs: fixed regression bug.

2008-10-08  Mike Krüger  <mkrueger@novell.com>

	* Gui/NRefactoryResolver.cs:
	* Gui/NewCSharpExpressionFinder.cs:
	* Gui/CSharpTextEditorCompletion.cs: fixed 'Bug 432681 - Incorrect
	completion in nested classes'.

2008-10-08  Mike Krüger <mkrueger@novell.com> 

	* Gui/ResolveVisitor.cs: fixed 'Bug 429025 - Code completion of 'base'
	  doesn't work'.

2008-10-08  Mike Krüger <mkrueger@novell.com> 

	* Parser/CodeGenerator.cs: fixed possible null references.

2008-10-07  Michael Hutchinson  <mhutchinson@novell.com>

	* Gui/MemberCompletionData.cs: Re-implement sinking obsolete members to
	  the bottom, but in a non-broken way this time.

2008-10-07  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryParameterDataProvider.cs: fixed 'Bug 432727 - No
	  completion if no constructor'.

2008-10-07  Mike Krüger <mkrueger@novell.com> 

	* Gui/MemberCompletionData.cs, Gui/NRefactoryResolver.cs,
	  Gui/CSharpTextEditorCompletion.cs: fixed 'Bug 431382 - Code
	  completion should strip Attribute suffix from classes deriving from
	  System.Attribute'.

2008-10-07  Mike Krüger <mkrueger@novell.com> 

	* Gui/MemberCompletionData.cs: fixed possible null reference in
	  compare.

2008-10-07  Mike Krüger <mkrueger@novell.com> 

	* Gui/MemberCompletionData.cs: fixed 'Bug 430813 - Completion list
	  feels really broken when items are not sorted alphabetically'.

2008-10-07  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryParameterDataProvider.cs, Gui/CSharpAmbience.cs,
	  Gui/CSharpTextEditorCompletion.cs: Worked on code completion.

2008-10-07  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/CSharpTextEditorCompletion.cs: fixed
	  'Bug 431761 - Code completion is incorrect'.

2008-10-07  Mike Krüger <mkrueger@novell.com> 

	* Gui/MemberCompletionData.cs: fixed +-1 error.

2008-10-07  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorCompletion.cs: fixed possible null reference.

2008-10-06  Mike Krüger <mkrueger@novell.com> 

	* Gui/ResolveVisitor.cs: fixed 'base' bug.

2008-10-06  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/ResolveVisitor.cs: fixed 'Bug 432436 -
	  Code completion shouldn't activate before the equals when declaring
	  variables'.

2008-10-06  Mike Krüger <mkrueger@novell.com> 

	* Gui/MemberCompletionData.cs, Gui/NRefactoryResolver.cs,
	  Gui/CSharpTextEditorCompletion.cs: fixed Bug 432435 - Code
	  completion shows 'List', not List<T>.

2008-10-06  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs: fixed Bug 432658 - Incorrect completion
	  when calling an extension method from inside another extension
	  method.

2008-10-06  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorIndentation.cs: Fixed a bug in tab as reindent
	  command.

2008-10-06  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs: fixed 'Bug 431797 - Code completion
	  showing invalid options'.

2008-10-06  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorCompletion.cs: fixed 'Bug 431759 - Code
	  completion should not happen in #region directives'.

2008-10-06  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs: fixed 'Bug 431764 - Completion doesn't
	  work in properties'.

2008-10-06  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryParameterDataProvider.cs,
	  Gui/CSharpTextEditorCompletion.cs: fixed 'Bug 432437 - No
	  completion when invoking delegates'.

2008-10-06  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorCompletion.cs: Updated xml comment tag
	  descriptions from ECMA 364.

2008-10-02  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorCompletion.cs: fixed 'Bug 431462 - Code
	  completion generally unusable with with 'using' aliases'.

2008-10-01  Michael Hutchinson <mhutchinson@novell.com> 

	* CSharpBindingCompilerManager.cs: Track API.

2008-09-29  Michael Hutchinson <mhutchinson@novell.com> 

	* Gui/MemberCompletionData.cs: Fix NRE that broke completion.

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

	* Autotools/CSharpAutotoolsSetup.cs: Fix bug #394501 - tarball
	  generated don't add -keyfile:<strong_name_file>.snk in MAKE command
	  in Makefile.in.

2008-09-29  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorCompletion.cs: fixed 'Bug 430393 - "// test/"
	  generates <summary> comment'.

2008-09-29  Mike Krüger <mkrueger@novell.com> 

	* Gui/MemberCompletionData.cs: moved obsolete members at the bottom of
	  the list.

2008-09-26  Michael Hutchinson <mhutchinson@novell.com> 

	* Parser/NRefactoryParser.cs: Track API.

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

	* Gui/CodeGenerationPanel.cs: Properly read and store the "warnings as
	  errors" flag.
	* Project/CSharpCompilerParameters.cs: Added PlatformTarget property.
	  Other minor fixes.

2008-09-26  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpAmbience.cs: Worked on csharp ambience.

2008-09-25  Michael Hutchinson <mhutchinson@novell.com> 

	* Parser/NRefactoryParser.cs: Track API.

2008-09-25  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpAmbience.cs: fixed 'Bug 424499 - Member list should display
	  normal members and explicitly implemented members differently'.

2008-09-24  Michael Hutchinson <mhutchinson@novell.com> 

	* Parser/NRefactoryParser.cs: Fix line/column of errors.

2008-09-24  Mike Krüger <mkrueger@novell.com> 

	* Gui/ResolveVisitor.cs: fixed anonymous type bug.

2008-09-24  Mike Krüger <mkrueger@novell.com> 

	* Gui/MemberCompletionData.cs, Gui/CSharpTextEditorCompletion.cs: Show
	  extension parameter for static resolve.

2008-09-24  Mike Krüger <mkrueger@novell.com> 

	* Gui/MemberCompletionData.cs, Gui/NewOverrideCompletionData.cs,
	  Gui/ResolveVisitor.cs, Gui/NRefactoryParameterDataProvider.cs,
	  Gui/CSharpAmbience.cs: Added support for C#3.0 extension methods.

2008-09-24  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryParameterDataProvider.cs,
	  Gui/CSharpTextEditorCompletion.cs: fixed 'Bug 427702 - Code
	  Completion: 'is' and 'as' completion not working properly'.

2008-09-24  Mike Krüger <mkrueger@novell.com> 

	* Parser/NRefactoryParser.cs: Worked on tag comments.

2008-09-23  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorCompletion.cs: Worked on ctrl+space code
	  completion.

2008-09-23  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorCompletion.cs: fixed 'Bug 429034 - Class alias
	  completion not working properly'.

2008-09-23  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryParameterDataProvider.cs,
	  Gui/CSharpTextEditorCompletion.cs: Added missing constructor
	  accessible check.

2008-09-23  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryParameterDataProvider.cs,
	  Gui/CSharpTextEditorCompletion.cs, Parser/NRefactoryParser.cs:
	  fixed 'Bug 427448 - Code Completion: completion of constructor
	  parameters not working'.

2008-09-23  Mike Krüger <mkrueger@novell.com> 

	* Parser/NRefactoryParser.cs: Added pre processor #if directive
	  foldings.

2008-09-23  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryParameterDataProvider.cs, Gui/CSharpAmbience.cs: fixed
	  'Bug 429040 - Parameter completion tooltip not highlighting current
	  parameter'.

2008-09-23  Mike Krüger <mkrueger@novell.com> 

	* Gui/MemberCompletionData.cs, Gui/ResolveVisitor.cs: fixed 'Bug 429035
	  - Completion of string.IsNullOrEmpty throws an exception'.

2008-09-23  Mike Krüger <mkrueger@novell.com> 

	* Gui/NewOverrideCompletionData.cs: fixed 'Bug 429032 - Override
	  completion elements can't be selected by name'.

2008-09-23  Mike Krüger <mkrueger@novell.com> 

	* Gui/MemberCompletionData.cs, Gui/CSharpTextEditorCompletion.cs: fixed
	  'Bug 429029 - Override completion missing some methods'.

2008-09-23  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorCompletion.cs: fixed 'Bug 429024 - Code
	  completion list shown for 'using' when inside a comment or string'

2008-09-23  Mike Krüger <mkrueger@novell.com> 

	* Gui/NewOverrideCompletionData.cs, Gui/CSharpTextEditorCompletion.cs:
	  fixed 'Bug 428387 - Code Completion: 'override' completion is
	  incorrect for interfaces'.

2008-09-22  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorCompletion.cs: Worked on ctrl+space command.

2008-09-22  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpAmbience.cs: Generic method parameters are now emitted.

2008-09-22  Mike Krüger <mkrueger@novell.com> 

	* Gui/MemberCompletionData.cs: fixed 'Bug 367716 - Code completion
	  shows obsolete functions'.

2008-09-22  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorCompletion.cs: fixed bug 'Bug 427511 - Code
	  Completion not working for files not belonging to a project'.

2008-09-22  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs: Resolver now throws an argumentnull
	  exception, when dom is not set.

2008-09-20  Mike Krüger <mkrueger@novell.com> 

	* Gui/ResolveVisitor.cs, Gui/CSharpTextEditorCompletion.cs: removed
	  debug messages.

2008-09-20  Mike Krüger <mkrueger@novell.com> 

	* Gui/ResolveVisitor.cs, Parser/NRefactoryParser.cs: Added operator
	  overload handling.

2008-09-20  Mike Krüger <mkrueger@novell.com> 

	* Parser/NRefactoryParser.cs: Operators are now converted.

2008-09-20  Mike Krüger <mkrueger@novell.com> 

	* Gui/NewCSharpExpressionFinder.cs, Gui/CSharpTextEditorCompletion.cs:
	  Fixed 'Bug 427375 - Code Completion: Incorrect completion of
	  "using"'

2008-09-20  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorCompletion.cs: Removed duplicate get/set in
	  property declaration.

2008-09-19  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs: fixed 'Bug 427734 - Code Completion issues
	  with enums'.

2008-09-19  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorCompletion.cs: fixed.

2008-09-19  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs: forget one commit.

2008-09-19  Mike Krüger <mkrueger@novell.com> 

	* Gui/ResolveVisitor.cs: fixed 'Bug 427649 - Code Completion: protected
	  methods shown in code completion'.

2008-09-19  Mike Krüger <mkrueger@novell.com> 

	* Gui/ResolveVisitor.cs, Gui/CSharpTextEditorCompletion.cs: fixed 'Bug
	  405000 - Namespace alias qualifier operator (::) does not trigger
	  code completion'.

2008-09-19  Mike Krüger <mkrueger@novell.com> 

	* Gui/ResolveVisitor.cs: fixed 'Bug 397930 - Navigation to generic
	  method not working correctly'.

2008-09-19  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/ResolveVisitor.cs: Found cleaner way
	  for method resolve result.

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

	* Gui/CSharpTextEditorCompletion.cs: Track api changes.
	* gtk-gui/objects.xml, gtk-gui/gui.stetic: Flush.

2008-09-18  Mike Krüger <mkrueger@novell.com> 

	* Gui/ResolveVisitor.cs: fixed "Bug 427294 - Code Completion:
	  completion on values returned by methods doesn't work".

2008-09-18  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorCompletion.cs: fixed "Bug 427286 - Code
	  Completion: completion done without showing the completion list".

2008-09-18  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorCompletion.cs: fixed "Bug 427284 - Code
	  Completion: class list shows the full name of classes".

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

	* Gui/CompilerOptionsPanelWidget.cs: Properly store properties in the
	  project configurations. The project's configuration list can't be
	  used because it is duplicated by the properties dialog while it is
	  being edited.
	* Parser/NRefactoryParser.cs: Parse positional and named attribute
	  arguments.

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

	* CSharpBinding.mdp: Updated projects.

2008-09-17  Mike Krüger <mkrueger@novell.com> 

	* Gui/MemberCompletionData.cs, Gui/NRefactoryResolver.cs,
	  Gui/CSharpTextEditorCompletion.cs: Fixed code completion issue.

2008-09-17  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorCompletion.cs: Some changes required for unit
	  testing.

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

	* Gui/MemberCompletionData.cs: Improve rendering of documentation. The
	  new EscapeText call also fixes bug #416842.

2008-09-16  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/NRefactoryParameterDataProvider.cs,
	  Gui/CSharpTextEditorCompletion.cs: Removed some debug messages.

2008-09-16  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/NewCSharpExpressionFinder.cs,
	  Gui/CSharpTextEditorCompletion.cs: fixed regression 325081.

2008-09-15  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs: fixed possible null reference exception.

2008-09-15  Mike Krüger <mkrueger@novell.com> 

	* Gui/NewCSharpExpressionFinder.cs, Gui/CSharpTextEditorCompletion.cs:
	  added namespace expression context.

2008-09-15  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorCompletion.cs: fixed code completion bug.

2008-09-15  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorCompletion.cs: added typeof ( context.

2008-09-15  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorCompletion.cs: added base class context.

2008-09-15  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorCompletion.cs: fixed regression 334620.

2008-09-15  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorCompletion.cs: fixed regression 325509.

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

	* Gui/MemberCompletionData.cs: Use the EmitMarkup flag when generating
	  member documentation.
	* Gui/CSharpAmbience.cs: Escape '<' and '>' when emitting type names
	  with markup.

2008-09-15  Mike Krüger <mkrueger@novell.com> 

	* Gui/NewCSharpExpressionFinder.cs: fixed regression 324908

2008-09-15  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryParameterDataProvider.cs, Gui/CSharpAmbience.cs: fixed
	  regression 324907.

2008-09-15  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorCompletion.cs: Fixed offset for method
	  completion.

2008-09-15  Mike Krüger <mkrueger@novell.com> 

	* Gui/ResolveVisitor.cs: fixed regression 323317.

2008-09-15  Mike Krüger <mkrueger@novell.com> 

	* Gui/ResolveVisitor.cs: fixed regression from 323283.

2008-09-15  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs: fixed regression from 321306.

2008-09-15  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/CSharpTextEditorCompletion.cs: Fixed
	  regression from bug 318834.

2008-09-15  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpAmbience.cs: Ambiences now take care of the IncludeGenerics
	  flag.

2008-09-15  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorCompletion.cs: fixed code completion list bug.

2008-09-15  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/CSharpTextEditorCompletion.cs: fixed
	  cc bug.

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

	* CSharpBinding.addin.xml: Run the completion extension before the
	  indentation extension. Fixes tab completion of 'override'.

2008-09-12  Mike Krüger <mkrueger@novell.com> 

	* Gui/MemberCompletionData.cs: fixed bug in code completion list.

2008-09-12  Mike Krüger <mkrueger@novell.com> 

	* Gui/MemberCompletionData.cs, Gui/CSharpAmbience.cs,
	  Gui/CSharpTextEditorCompletion.cs: Worked on code completion.

2008-09-12  Mike Krüger <mkrueger@novell.com> 

	* Gui/NewOverrideCompletionData.cs, Gui/CSharpTextEditorCompletion.cs:
	  Worked on override completion.

2008-09-12  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorCompletion.cs: Fixed bug in override completion.

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

	* Autotools/Autotools.mdp, gtk-gui/generated.cs,
	  gtk-gui/CSharpBinding.CodeGenerationPanelWidget.cs,
	  gtk-gui/CSharpBinding.CompilerOptionsPanelWidget.cs,
	  gtk-gui/CSharpBinding.FormattingPanelWidget.cs, gtk-gui/gui.stetic:
	  Updated generated code.

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

	* Gui/CompilerOptionsPanelWidget.cs, Gui/CSharpTextEditorCompletion.cs,
	  Gui/NRefactoryResolver.cs, Gui/ResolveVisitor.cs: Track api
	  changes.

2008-09-11  Mike Krüger <mkrueger@novell.com> 

	* Parser/NRefactoryParser.cs: Worked on fold information update.

2008-09-10  Mike Krüger <mkrueger@novell.com> 

	* Gui/ResolveVisitor.cs: Added missing search type.

2008-09-10  Mike Krüger <mkrueger@novell.com> 

	* Parser/NRefactoryParser.cs: recognizing using/namespace import
	  differences

2008-09-10  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryDocumentMetaInformation.cs, Parser/DomParser.cs,
	  Parser/NRefactoryParser.cs: Changed compilation unit/document meta
	  information interface.

2008-09-09  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorCompletion.cs: Added duplicate namespace filter.

2008-09-09  Mike Krüger <mkrueger@novell.com> 

	* Parser/DomParser.cs, Parser/NRefactoryParser.cs: Some changes caused
	  by interface changes.

2008-09-08  Mike Krüger <mkrueger@novell.com> 

	* Parser/DomParser.cs, Parser/NRefactoryParser.cs: Fixed some issues
	  found by unit testing.

2008-09-05  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Parser/DomParser.cs,
	  Parser/NRefactoryParser.cs: Worked on dom/refactoring.

2008-09-05  Mike Krüger <mkrueger@novell.com> 

	* Parser/NRefactoryParser.cs: fixed bug with namespace resolving.

2008-09-04  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs: Fixed inner type bug.

2008-09-04  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryParameterDataProvider.cs, CSharpBinding.addin.xml,
	  CSharpBinding.mdp, Parser/NRefactoryParser.cs, gtk-gui/gui.stetic,
	  Makefile.am: Added nrefactory based parser.

2008-08-21  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs: fixed possible null ref.

2008-08-20  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/ResolveVisitor.cs,
	  Parser/DomParser.cs: Worked on indexer resolving.

2008-08-20  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/ResolveVisitor.cs,
	  Gui/NRefactoryParameterDataProvider.cs,
	  Gui/NewCSharpExpressionFinder.cs: Fixed some accessibility issues.

2008-08-19  Mike Krüger <mkrueger@novell.com> 

	* Parser/DomParser.cs: Fixed type modifiers (fixes some bugs in
	  stetic).

2008-08-19  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Parser/DomParser.cs,
	  Parser/CodeGenerator.cs: Worked on resolving/code generation.

2008-08-18  Mike Krüger <mkrueger@novell.com> 

	* Gui/ResolveVisitor.cs, Gui/NRefactoryParameterDataProvider.cs,
	  Gui/CSharpTextEditorCompletion.cs: Worked on completion.

2008-08-15  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/ResolveVisitor.cs,
	  Gui/NRefactoryParameterDataProvider.cs,
	  Gui/CSharpTextEditorCompletion.cs,
	  Gui/CSharpTextEditorIndentation.cs: Worked on completion.

2008-08-15  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/CSharpTextEditorCompletion.cs,
	  Parser/DomParser.cs, Parser/CodeGenerator.cs,
	  Parser/LanguageItemVisitor.cs,
	  Parser/SharpDevelopTree/GenericParameter.cs,
	  Parser/SharpDevelopTree/Destructor.cs,
	  Parser/SharpDevelopTree/Method.cs,
	  Parser/SharpDevelopTree/ReturnType.cs,
	  Parser/SharpDevelopTree/Class.cs,
	  Parser/SharpDevelopTree/Constructor.cs,
	  Parser/SharpDevelopTree/AttributeSection.cs,
	  Parser/CSharpExpressionFinder.cs, Makefile.am: worked on code
	  completion/dom/enum completion,

2008-08-13  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/ResolveVisitor.cs,
	  Parser/CodeGenerator.cs: Worked on some todos.

2008-08-08  Mike Krüger <mkrueger@novell.com> 

	* Parser/CodeGenerator.cs: Worked on some TODOS in the code generator.

2008-08-08  Mike Krüger <mkrueger@novell.com> 

	* Gui/NewOverrideCompletionData.cs, Gui/CSharpTextEditorCompletion.cs:
	  Added ToString method auto generation.

2008-08-07  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/CSharpAmbience.cs,
	  Parser/CodeGenerator.cs: Worked on dom.

2008-08-06  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/CSharpTextEditorCompletion.cs,
	  Parser/DomParser.cs: Worked on code completion.

2008-08-05  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/ResolveVisitor.cs: Fixed resolver bug.

2008-08-04  Mike Krüger <mkrueger@novell.com> 

	* Gui/ResolveVisitor.cs, Gui/CSharpAmbience.cs, Parser/DomParser.cs:
	  Worked on ambiences and resolving

2008-08-04  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/ResolveVisitor.cs,
	  Gui/CSharpTextEditorCompletion.cs: Worked on C#3 code completion.

2008-08-01  Michael Hutchinson <mhutchinson@novell.com> 

	* Gui/CSharpTextEditorCompletion.cs,
	  Gui/CSharpTextEditorIndentation.cs: Share the state engine between
	  these two editor extensions. Should improve performance a fair bit.

2008-08-01  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs: added some changes for return type
	  representation.

2008-07-31  Michael Hutchinson <mhutchinson@novell.com> 

	* Gui/CSharpTextEditorCompletion.cs,
	  Gui/CSharpTextEditorIndentation.cs: Only attach to C# documents.

2008-07-31  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpParameterDataProvider.cs, Gui/OverrideCompletionData.cs,
	  CSharpBinding.mdp, Parser/DomParser.cs, Parser/Parser.cs,
	  Parser/CSharpVisitor.cs, Parser/Resolver.cs, Parser/TypeVisitor.cs,
	  Parser/LanguageItemVisitor.cs, Parser/ExpressionFinder.cs,
	  Parser/CSharpExpressionFinder.cs, CSharpAmbience.cs, Makefile.am:
	  Removed outdated files.

2008-07-31  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/ResolveVisitor.cs,
	  Gui/NewCSharpExpressionFinder.cs: Worked on C#3 code completion.

2008-07-30  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorExtension.cs, Gui/CSharpTextEditorIndentation.cs:
	  Worked on text editor indentation.

2008-07-30  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/ResolveVisitor.cs: some changes due to
	  dom changes.

2008-07-29  Mike Krüger <mkrueger@novell.com> 

	* CSharpLanguageBinding.cs, Gui/CSharpParameterDataProvider.cs,
	  Gui/CSharpTextEditorExtension.cs, Gui/NewCSharpExpressionFinder.cs,
	  Gui/OverrideCompletionData.cs, Gui/CSharpAmbience.cs,
	  Gui/CodeGenerationPanel.cs, Gui/CompilerOptionsPanelWidget.cs,
	  Parser/Parser.cs, Parser/CSharpVisitor.cs, Parser/CodeGenerator.cs,
	  Parser/Resolver.cs, Parser/TypeVisitor.cs,
	  Parser/LanguageItemVisitor.cs, Parser/ExpressionFinder.cs,
	  Parser/SharpDevelopTree/GenericParameter.cs,
	  Parser/SharpDevelopTree/Destructor.cs,
	  Parser/SharpDevelopTree/Method.cs,
	  Parser/SharpDevelopTree/ReturnType.cs,
	  Parser/SharpDevelopTree/Class.cs,
	  Parser/SharpDevelopTree/Constructor.cs,
	  Parser/SharpDevelopTree/AttributeSection.cs,
	  Parser/CSharpExpressionFinder.cs, CSharpAmbience.cs: Translated old
	  code to new dom.

2008-07-29  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorExtension.cs, Parser/CodeGenerator.cs: Changes
	  for converted refactoring infrastructure.

2008-07-28  Mike Krüger <mkrueger@novell.com> 

	* Gui/ResolveVisitor.cs, Parser/LanguageItemVisitor.cs: Fixed some
	  nrefactory stuff.

2008-07-28  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryDocumentMetaInformation.cs, Parser/Parser.cs: Some
	  changes for nrefactory.

2008-07-28  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryDocumentMetaInformation.cs, Gui/ResolveVisitor.cs,
	  Parser/Parser.cs, Parser/CodeGenerator.cs, Parser/TypeVisitor.cs,
	  Parser/LanguageItemVisitor.cs: Some changes that make the
	  csharpbinding compile with the new nrefactory.

2008-07-27  Mike Krüger <mkrueger@novell.com> 

	* Gui/NewOverrideCompletionData.cs, Gui/CSharpTextEditorCompletion.cs,
	  Gui/NRefactoryDocumentMetaInformation.cs,
	  Gui/MemberCompletionData.cs, Gui/NRefactoryResolver.cs,
	  Gui/ResolveVisitor.cs, Gui/NewCSharpExpressionFinder.cs,
	  Gui/CSharpAmbience.cs, Parser/DomParser.cs, CSharpAmbience.cs:
	  Worked on code completion/new dom.

2008-07-23  Michael Hutchinson <mhutchinson@novell.com> 

	* Gui/CSharpTextEditorCompletion.cs, Gui/CSharpTextEditorExtension.cs:
	  Track API.

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

	* Project/CSharpCompilerParameters.cs: Moved serialization engine to
	  MonoDevelop.Core. Use new syntax for specifying attribute scope.

2008-07-17  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/NRefactoryParameterDataProvider.cs,
	  Gui/CSharpTextEditorCompletion.cs: Worked on code completion.

2008-07-16  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorCompletion.cs: fixed bug in ctrl+space completion
	  data.

2008-07-16  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/ResolveVisitor.cs,
	  Gui/NRefactoryParameterDataProvider.cs,
	  Gui/CSharpTextEditorCompletion.cs: some bugfixes.

2008-07-16  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/ResolveVisitor.cs,
	  Gui/NRefactoryParameterDataProvider.cs,
	  Gui/CSharpTextEditorCompletion.cs: Added xml documentation
	  support/bugfixes.

2008-07-15  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/NewCSharpExpressionFinder.cs,
	  Gui/CSharpTextEditorCompletion.cs: Worked on 'new' completion.

2008-07-15  Mike Krüger <mkrueger@novell.com> 

	* Gui/ResolveVisitor.cs, Parser/DomParser.cs: Fixed namespace resolve
	  bug.

2008-07-15  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs: Fixed possible null reference exception.

2008-07-14  Mike Krüger <mkrueger@novell.com> 

	* Parser/DomParser.cs: Changes due to recent dom parser changes.

2008-07-14  Mike Krüger <mkrueger@novell.com> 

	* Gui/ResolveVisitor.cs: Fixed inner types.

2008-07-13  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorCompletion.cs: Worked on ctrl+space completion.

2008-07-13  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/ResolveVisitor.cs,
	  Gui/CSharpTextEditorCompletion.cs: Worked on code completion.

2008-07-12  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/ResolveVisitor.cs: Some code
	  completion fixes.

2008-07-12  Mike Krüger <mkrueger@novell.com> 

	* Gui/NewOverrideCompletionData.cs, Gui/CSharpAmbience.cs,
	  Gui/CSharpTextEditorCompletion.cs, Parser/DomParser.cs: Added C#
	  ambience for new dom. Worked on override completion.

2008-07-11  Mike Krüger <mkrueger@novell.com> 

	* Gui/NewOverrideCompletionData.cs, Gui/NewCSharpExpressionFinder.cs,
	  Gui/OverrideCompletionData.cs, Gui/CSharpTextEditorCompletion.cs,
	  Parser/DomParser.cs: Worked on code completion.

2008-07-11  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/ResolveVisitor.cs,
	  Gui/CSharpTextEditorCompletion.cs,
	  Gui/CSharpTextEditorExtension.cs: Added xml/preprocessor completion
	  to the new completion class.

2008-07-10  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/ResolveVisitor.cs,
	  Gui/NRefactoryParameterDataProvider.cs,
	  Gui/CSharpTextEditorCompletion.cs, Parser/DomParser.cs: Worked on
	  code completion.

2008-07-10  Mike Krüger <mkrueger@novell.com> 

	* CSharpBinding.addin.xml: accidentally checked in new code completion
	  enabled addin file.

2008-07-10  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/ResolveVisitor.cs,
	  Gui/NewCSharpExpressionFinder.cs,
	  Gui/CSharpTextEditorCompletion.cs, Parser/DomParser.cs: Worked on
	  code completion. Added new expression finder from sharpdevelop3
	  (LGPL).

2008-07-09  Mike Krüger <mkrueger@novell.com> 

	* Gui/ResolveVisitor.cs, Gui/NRefactoryParameterDataProvider.cs: Worked
	  on new dom.

2008-07-09  Mike Krüger <mkrueger@novell.com> 

	* CSharpBinding.addin.xml: switched back to old code completion.

2008-07-09  Mike Krüger <mkrueger@novell.com> 

	* Gui/ResolveVisitor.cs, Gui/NRefactoryParameterDataProvider.cs,
	  Gui/CSharpParameterDataProvider.cs,
	  Gui/CSharpTextEditorCompletion.cs: Worked on method completion.

2008-07-08  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/ResolveVisitor.cs,
	  Gui/CSharpTextEditorCompletion.cs: Worked on completion.

2008-07-07  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/CSharpTextEditorCompletion.cs,
	  Parser/DomParser.cs, Parser/mcs/dom.cs: Worked on completion.

2008-07-07  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/ResolveVisitor.cs,
	  Gui/CSharpTextEditorCompletion.cs: Worked on code completion.

2008-07-04  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/CSharpTextEditorCompletion.cs: Worked
	  on text editor completion.

2008-07-04  Mike Krüger <mkrueger@novell.com> 

	* Parser/Parser.cs: fixed Bug 405930 - FoldingRegions in compilation
	  units are all folded by default.

2008-07-04  Mike Krüger <mkrueger@novell.com> 

	* Gui/ResolveVisitor.cs, Gui/CSharpTextEditorCompletion.cs: Worked on
	  completion.

2008-06-25  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/ResolveVisitor.cs,
	  Gui/CSharpTextEditorCompletion.cs: Worked on code completion.

2008-06-25  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/ResolveVisitor.cs: Worked on
	  nrefactory resolver.

2008-06-24  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/ResolveVisitor.cs,
	  Gui/CSharpTextEditorCompletion.cs, Parser/DomParser.cs,
	  Parser/Resolver.cs, Parser/CSharpExpressionFinder.cs, Makefile.am:
	  Worked on code completion 

2008-06-23  Michael Hutchinson <mhutchinson@novell.com> 

	* Gui/CSharpTextEditorExtension.cs: Fix preprocessor directive
	  completion. Short out completion when indent engine says inside
	  string or comment.
	* FormattingStrategy/CSharpIndentEngine.cs: Add methods to check if
	  inside preprocessor directive or comment/string.

2008-06-23  Michael Hutchinson <mhutchinson@novell.com> 

	* FormattingStrategy/CSharpIndentEngineStack.cs,
	  FormattingStrategy/CSharpIndentEngine.cs: Capture keywords for
	  proprocessor directives. Pop #region/#endregion directives back
	  out.

2008-06-23  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorExtension.cs: Added tab == reindent function.

2008-06-20  Michael Hutchinson <mhutchinson@novell.com> 

	* Parser/CodeGenerator.cs: Implement creation of folding regions, and
	  copy workaround in ImplementMember to new ImplementMembers
	  override.

2008-06-20  Ankit Jain  <jankit@novell.com>

	* Gui/CSharpTextEditorExtension.cs (FindOverridables): Move to
	CodeRefactorer and use that.

2008-06-19  Mike Krüger <mkrueger@novell.com> 

	* Gui/NRefactoryResolver.cs, Gui/CSharpTextEditorCompletion.cs,
	  Gui/CSharpTextEditorExtension.cs: Worked on code completion with
	  the new dom.

2008-06-13  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorExtension.cs, Parser/DomParserOld.cs,
	  Parser/DomParser.cs, Parser/CSharpExpressionFinder.cs: Worked on
	  new expression finder.

2008-06-10  Andres G. Aragoneses <aaragoneses@novell.com> 

	* CSharpBindingCompilerManager.cs: Implement feature to allow unmanaged
	  project references in a managed project (bug#397490).

2008-06-04  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorExtension.cs: fixed 'Bug 396798 - Smart
	  Indendation mode doesn't work with tab-to-space-conversion
	  enabled'.

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

	* CSharpBinding.addin.xml: Bump MD version.

2008-05-28  Mike Krüger <mkrueger@novell.com> 

	* Parser/DomParser.cs: Worked on dom parser.

2008-05-27  Mike Krüger <mkrueger@novell.com> 

	* Parser/DomParser.cs: Fixed some bugs in the new dom parsing.

2008-05-27  Mike Krüger <mkrueger@novell.com> 

	* Parser/DomParser.cs: Added new dom & new class browser.

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

	* CSharpBinding.addin.xml: Merged the extension points for project and
	  solution option panels into a single extension point. A single
	  extension point will now be used for all kinds of items. Extension
	  conditions can be used to make panels visible only for some
	  specific item types.

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

	* CSharpLanguageBinding.cs, CSharpBindingCompilerManager.cs: Replaced
	  ICompilerResult/DefaultCompilerResult/CompilerResults by a new
	  BuildResult class, which has owner information at error level, so
	  it is possible to know which project generated an error when
	  building a solution. Updated Task and TaskService to use the new
	  owner information.

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

	* Gui/OverrideCompletionData.cs, Gui/CodeGenerationPanel.cs,
	  Gui/CompilerOptionsPanelWidget.cs, CSharpBinding.addin.xml,
	  md1format.xml, CSharpBinding.mdp, Parser/Parser.cs,
	  CSharpBindingCompilerManager.cs,
	  Project/CSharpResourceIdBuilder.cs,
	  Project/CSharpCompilerParameters.cs, gtk-gui/gui.stetic,
	  Makefile.am: New project model changes.

2008-05-08  Michael Hutchinson <mhutchinson@novell.com> 

	* CSharpBinding.addin.xml: Set "isText" attribute on the mimetype
	  definitions.

2008-04-24  Mike Krüger <mkrueger@novell.com> 

	* Parser/DomParser.cs: Worked on mcs integration.

2008-04-21  Michael Hutchinson <mhutchinson@novell.com> 

	* Gui/CSharpTextEditorExtension.cs: Fix indexer range crasher. Thanks
	  to Atsushi Eno and Joseph Lombrozo for spotting this.

2008-04-18  Marek Safar <marek.safar@gmail.com>

	* Parser/mcs/**: Exposed most of the type container members.

2008-04-17  Michael Hutchinson <mhutchinson@novell.com> 

	* FormattingStrategy/CSharpIndentEngine.cs: Implement
	  IDocumentStateEngine so that state tracking logic can be moved into
	  MonoDevelop.Ide.
	* Gui/CSharpTextEditorExtension.cs: Move state tracking logic into
	  MonoDevelop.Ide. Tidy some things into regions.

2008-04-17  Marek Safar <marek.safar@gmail.com>

	* Parser/mcs/**
	* Parser/DomParser.cs: Added top level types info.

2008-04-16  Michael Hutchinson <mhutchinson@novell.com> 

	* Gui/CSharpTextEditorExtension.cs: Track API change. Remove char code
	  translation hack.
	* Gui/CompilerOptionsPanelWidget.cs: Fix minor GTK warning.

2008-04-16  Marek Safar <marek.safar@gmail.com>

	* Parser/mcs/**: Initial top level DOM support.
	
	* Parser/DomParser.cs: Updated.

	* Makefile.am: Updated.

2008-04-16  Marek Safar <marek.safar@gmail.com>

	* Parser/mcs/cs-parser.cs: Sync with /mcs/mcs

	* Makefile.am: Updated.

2008-04-15  Mike Krüger <mkrueger@novell.com> 

	* Parser/Parser.cs: fixed Bug 379224 - Folded XML-comment should
	  contain content of <summary/>

2008-04-11  Lluis Sanchez Gual <lluis@novell.com> 

	* Parser/CodeGenerator.cs: Fix potential infinite loop.

2008-04-11  Lluis Sanchez Gual <lluis@novell.com> 

	* CSharpBinding.addin.xml: Use the new mime type extension to register
	  new file types.
	* Parser/CSharpVisitor.cs: Remove debug code.

2008-04-10  Mike Krüger <mkrueger@novell.com> 

	* Makefile.am: updated makefile.am

2008-04-10  Mike Krüger <mkrueger@novell.com> 

	* Parser/mcs/typemanager.cs: fixes compilation error.

2008-04-10  Mike Krüger <mkrueger@novell.com> 

	* CSharpBinding.addin.xml, CSharpBinding.mdp, Parser/DomParser.cs,
	  Parser/mcs, Parser/mcs/report.cs, Parser/mcs/generic.cs,
	  Parser/mcs/support.cs, Parser/mcs/typemanager.cs,
	  Parser/mcs/cs-tokenizer.cs, Parser/mcs/External,
	  Parser/mcs/External/MonoSymbolWriter.cs,
	  Parser/mcs/External/MonoSymbolFile.cs,
	  Parser/mcs/External/CryptoConvert.cs,
	  Parser/mcs/External/MonoSymbolTable.cs,
	  Parser/mcs/doc-bootstrap.cs, Parser/mcs/lambda.cs,
	  Parser/mcs/parameter.cs, Parser/mcs/modifiers.cs,
	  Parser/mcs/pending.cs, Parser/mcs/rootcontext.cs,
	  Parser/mcs/namespace.cs, Parser/mcs/literal.cs,
	  Parser/mcs/ecore.cs, Parser/mcs/linq.cs, Parser/mcs/class.cs,
	  Parser/mcs/decl.cs, Parser/mcs/location.cs,
	  Parser/mcs/roottypes.cs, Parser/mcs/delegate.cs,
	  Parser/mcs/flowanalysis.cs, Parser/mcs/iterators.cs,
	  Parser/mcs/cs-parser.jay, Parser/mcs/convert.cs,
	  Parser/mcs/assign.cs, Parser/mcs/const.cs, Parser/mcs/cfold.cs,
	  Parser/mcs/anonymous.cs, Parser/mcs/constant.cs,
	  Parser/mcs/driver.cs, Parser/mcs/AssemblyInfo.cs,
	  Parser/mcs/generic-mcs.cs, Parser/mcs/nullable.cs,
	  Parser/mcs/cs-parser.cs, Parser/mcs/expression.cs,
	  Parser/mcs/symbolwriter.cs, Parser/mcs/attribute.cs,
	  Parser/mcs/enum.cs, Parser/mcs/statement.cs, Parser/mcs/doc.cs,
	  Makefile.am, Parser/mcs/codegen.cs: Worked on mcs parser layer
	* Parser/Parser.cs: fixed 'Bug 378432 - Comments should not fold if
	  they are not the first text on the line'.

2008-04-02  Mike Krüger <mkrueger@novell.com> 

	* Parser/Resolver.cs: Fixed namespace bug.

2008-04-02  Mike Krüger <mkrueger@novell.com> 

	* Parser/Parser.cs: fixed typo

2008-04-02  Mike Krüger <mkrueger@novell.com> 

	* Parser/Parser.cs: fixed comment positioning.

2008-04-02  Michael Hutchinson <mhutchinson@novell.com>

	* Parser/Parser.cs: Fix build on Mono head, where gmcs's ternary 
	  operator precedence is behaving differently for some reason. 

2008-04-01  Mike Krüger <mkrueger@novell.com> 

	* Parser/Parser.cs: No longer generating folding regions for single
	  line comments.

2008-03-31  Mike Krüger <mkrueger@novell.com> 

	* Parser/CSharpVisitor.cs: added location information for using
	  statements.

2008-03-31  Mike Krüger <mkrueger@novell.com> 

	* Parser/Parser.cs: Added folding regions for comments.

2008-03-28  Peter Johanson <peter@peterjohanson.com>

	* Parser/Resolver.cs: Make "value" resolve properly to System.Array
	  when in the setter for a property that's an array type.

2008-03-27  Mike Krüger <mkrueger@novell.com> 

	* Parser/Resolver.cs: Added patch from Jan Oravec  to fix Bug 372380 -
	  MD crash.

2008-03-21  Mike Krüger <mkrueger@novell.com> 

	* Parser/Resolver.cs: fixed Bug 372380 - MD crash.

2008-03-19  Michael Hutchinson <mhutchinson@novell.com> 

	* Gui/CSharpTextEditorExtension.cs: Fix CS0136 error with csc (see gmcs
	  "Bug 370414 - Missing CS0136").

2008-03-13  Mike Krüger <mkrueger@novell.com> 

	* Parser/Resolver.cs: fixed typo.

2008-03-13  Mike Krüger <mkrueger@novell.com> 

	* Parser/Resolver.cs: Fixed Bug 367270 - MD crash.

2008-03-12  Mike Krüger <mkrueger@novell.com> 

	* Gui/CodeGenerationPanel.cs, Parser/Resolver.cs,
	  Parser/ExpressionFinder.cs,
	  gtk-gui/CSharpBinding.FormattingPanelWidget.cs: Fixed compiler
	  warnings, fixed Bug 369476 - NRE in C# binding crashed text editor.

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

	* Gui/FormattingPanel.cs, CSharpBinding.addin.xml,
	  gtk-gui/CSharpBinding.CodeGenerationPanelWidget.cs,
	  gtk-gui/CSharpBinding.CompilerOptionsPanelWidget.cs,
	  gtk-gui/CSharpBinding.FormattingPanelWidget.cs: Use new options
	  dialog infrastructure.

2008-03-04  Mike Krüger <mkrueger@novell.com> 

	* Gui/CompilerOptionsPanelWidget.cs,
	  gtk-gui/CSharpBinding.CodeGenerationPanelWidget.cs,
	  gtk-gui/CSharpBinding.CompilerOptionsPanelWidget.cs: Worked on gnome hig
	  compliant alerts.

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

	* Parser/CodeGenerator.cs: Fix line/column check. Positions are
	  1-based.

2008-02-23  Mike Krüger <mkrueger@novell.com> 

	* CSharpBinding.mdp, Makefile.am: Removed some unused glade and gnome-sharp
	  references (only the unused). But I'll continue to remove glade, we need
	  to lower the dependency tree a bit.

2008-02-09  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorExtension.cs, Gui/FormattingPanel.cs,
	  CSharpBinding.addin.xml, CSharpBinding.mdp,
	  FormattingStrategy/CSharpFormattingStrategy.cs,
	  gtk-gui/CSharpBinding.CodeGenerationPanelWidget.cs,
	  gtk-gui/CSharpBinding.CompilerOptionsPanelWidget.cs, Makefile.am:
	  Removed SourceEditor dependency.

2008-02-05  Mike Krüger <mkrueger@novell.com> 

	* Parser/Parser.cs: Fixed #region ... #endregion end region position.

2008-02-04  Mike Krüger <mkrueger@novell.com> 

	* Parser/CSharpVisitor.cs: Corrected type location.

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

	* CSharpBinding.addin.xml: Update MD version.

2008-01-15  Michael Hutchinson <mhutchinson@novell.com> 

	* templates/ConsoleProject.xpt.xml, templates/GnomeSharp2Project.xpt.xml,
	  templates/GtkSharp2Project.xpt.xml,
	  templates/GladeSharp2Project.xpt.xml, templates/Library.xpt.xml,
	  templates/EmptyCSharpFile.xft.xml, templates/EmptyProject.xpt.xml,
	  templates/AssemblyInfo.xft.xml: Make template categories translatable.

2008-01-15  Michael Hutchinson <mhutchinson@novell.com> 

	* CSharpBindingCompilerManager.cs: Manually create CompilerError for certain
	  errors, as the CreateErrorFromString method returned null in that
	  scenario. Fixes error caused by trying to use a null CompilerError.

2008-01-14  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorExtension.cs: fixed Bug 350881 - Code completion not
	  working in a specific case.

2008-01-11  Michael Hutchinson <mhutchinson@novell.com> 

	* CSharpLanguageBinding.cs, CSharpBindingCompilerManager.cs: Don't always
	  set the DEBUG define when debug info is emitted. However, add it to the
	  defines list for new debug configurations.

2008-01-10  Mike Krüger <mkrueger@novell.com> 

	* Parser/CodeGenerator.cs: Fixed Bug 350864 - Refactory tools - renaming.

2008-01-10  Mike Krüger <mkrueger@novell.com> 

	* Parser/Resolver.cs: Fixed 350861: Autocomplete displays hidden items

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

	* Gui/CSharpTextEditorExtension.cs, Parser/Resolver.cs: Fixed some infinite
	  loops when a class inherits from itself due to invalid code. Fixes bug
	  #350855.

2008-01-03  Michael Hutchinson <mhutchinson@novell.com> 

	* CSharpBindingCompilerManager.cs: Check C# compiler exit code to detect
	  when it crashes. Should fix "Bug 351347 - MD ignores mcs/gmcs crash".

2007-12-31  Michael Hutchinson <mhutchinson@novell.com> 

	* templates/AssemblyInfo.xft.xml: Add revision to version number.
	* templates/EmptyCSharpFile.xft.xml: Use standard header instead of
	  hardcoded header.

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

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

2007-12-13  Michael Hutchinson <mhutchinson@novell.com> 

	* CSharpBinding.addin.xml: Updated. Prefix C# templates IDs with "CSharp" so
	  that they're not invading the generic part of the unique ID landscape.
	* CSharpBinding.mdp, Makefile.am: Updated.
	* templates/ConsoleProject.xpt.xml, templates/GnomeSharp2Project.xpt.xml,
	  templates/GtkSharp2Project.xpt.xml, templates/AssemblyInfo.xft.xml,
	  templates/GladeSharp2Project.xpt.xml, templates/Library.xpt.xml: Move
	  common files out of project templates to ease maintenance. Make
	  AssemblyInfo more readable. Enable standard headers.
	* templates/GnomeSharpProject.xpt.xml, templates/GtkSharpProject.xpt.xml,
	  templates/GladeSharpProject.xpt.xml,
	  templates/GnomeSharpProgram.xft.xml: Remove obsolete templates.

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

	* Gui/CSharpTextEditorExtension.cs, Parser/CodeGenerator.cs,
	  Parser/ExpressionFinder.cs: Fix warnings.

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

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

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

	* CSharpBinding.addin.xml, Autotools/Autotools.mdp, Autotools/Makefile.am,
	  CSharpBinding.mdp, CSharpBinding.mds, gtk-gui/gui.stetic, Makefile.am:
	  Directory reorganization.

2007-12-03  Michael Hutchinson <mhutchinson@novell.com> 

	* Gui/CSharpTextEditorExtension.cs: Fix for "Bug 345774 - "override"
	  statement completion include members internal to another assembly.".

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

	* Gui/CSharpTextEditorExtension.cs: Implement completion of symbols when
	  typing #if or #elif.

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

	* Gui/CompilerOptionsPanelWidget.cs: Load existing LangVersion value.

2007-11-23  Andreia Gaita <avidigal@novell.com> 

	* Gui/CSharpTextEditorExtension.cs: When a comma is typed in a method call,
	check that code completion is active before calling it

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

	* CSharpLanguageBinding.cs: Add support for 2.1 profile.
	* Gui/ChooseRuntimePanel.cs: Unused; delete.
	* Gui/CodeGenerationPanel.cs, Gui/CompilerOptionsPanelWidget.cs,
	  gtk-gui/CSharpBinding.CodeGenerationPanelWidget.cs,
	  gtk-gui/CSharpBinding.CompilerOptionsPanelWidget.cs: Add support for
	  LangVersion and AdditionalArgs. Move options from per-config to
	  per-project.
	* CSharpBinding.addin.xml, CSharpBinding.mdp, gtk-gui/objects.xml,
	  gtk-gui/gui.stetic, Makefile.am: Updated.
	* Autotools/CSharpAutotoolsSetup.cs: Add support for 2.1 profile, additional
	  args and langversion.
	* CSharpBindingCompilerManager.cs: Add support for 2.1 profile, additional
	  args, nowarn and langversion.
	* Project/CSharpCompilerParameters.cs: Add support for LangVersion and
	  AdditionalArgs.

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

	* Project/CSharpCompilerParameters.cs: Removed some obsolete attributes.

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

	* Makefile.am: Fix distcheck by disabling automatic running of unit 
	  tests in check target, as their running is somewhat broken.

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

	* CSharpEnhancedCodeProvider.cs: Use non-obsolete APIs.
	* Parser/CodeGenerator.cs: Track API change.

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

	* Gui/CSharpTextEditorExtension.cs: Fix invalid cast. Fixes bug #342607.

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

	* Gui/CSharpTextEditorExtension.cs: Fix "Bug 342124 - Tab should indent,
	  regardless of the position of the cursor", as its behaviour was
	  confusingly inconsistent. Remove some unused code.

2007-11-16  Mike Krüger <mkrueger@novell.com> 

	* Parser/TypeVisitor.cs, CSharpBindingCompilerManager.cs: Fixed "Bug 341901
	  - MD and CS0618 warning results". And a possible nullreference exception
	  in TypeVisitor.

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

	* Gui/CSharpTextEditorExtension.cs: Don't interpret tab as a reindent
	  command when there's a selection. Fixes "Bug 341319 - Tab not working
	  correctly". Also, remove a load of dead code.

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

	* Gui/OverrideCompletionData.cs: When generating overrides, only call the
	  base if it's non-abstract and not an interface, else generate a
	  NotImplementedException. Fixes "Bug 341495 - Problem with auto-generated
	  code for overriden methods".

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

	* Gui/CSharpTextEditorExtension.cs: Fix completion of 'new'.

2007-11-13  Mike Krüger <mkrueger@novell.com> 

	* Parser/Resolver.cs: Fixed "Bug 339209 - App crashes when trying to list
	  members in base class when you derive from current class".

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

	* Gui/CSharpTextEditorExtension.cs: Completion check for '#' must be done
	  relative to trigger offset. Fixes bug #338382.

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

	* Parser/CSharpVisitor.cs: Set the explicit declaration type for indexers.
	* Parser/CodeGenerator.cs: Workaround for bug in the code generator. Generic
	  private implementation types are not generated correctly when they are
	  generic.

2007-11-12  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorExtension.cs: see/seealso tags are now generated with
	  cref (xml doc completion).

2007-11-12  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorExtension.cs: Fixed "Bug 340875 - Bugs while using XML
	  comments".

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

	* Gui/CSharpTextEditorExtension.cs: Fix part 1 of "Bug 340875 - Bugs 
	  while using XML comments". Smart indent for newlines in doc comments 
	  was being triggered by the Enter command with the autocompletion 
	  dropdown.

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

	* Parser/CodeGenerator.cs, CSharpBindingCompilerManager.cs: Track
	  LoggingService API changes.

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

	* Gui/CSharpTextEditorExtension.cs: Don't try to look back at chars before
	  the beginning of the buffer when deciding how to handle tabs.
	  Restructure/comment the affected code so it's easier to understand.
	  Fixes "Bug 340270 - Ctrl+Tab caused exception".

2007-11-08  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorExtension.cs, Parser/Resolver.cs: Fixed "Bug 335140 -
	  MD does not exlude this class from base classes list".

2007-11-07  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorExtension.cs: Fixed "Bug 339480 - Crash in XML comment
	  autocompletion".

2007-11-06  Zach Lute  <zach.lute@gmail.com>

	* Gui/CSharpTextEditorExtension.cs: Added missing null check to fix 
	  Bug #339445.

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

	* Gui/CSharpTextEditorExtension.cs: Override TextChanged in order to update
	  Smart Indent engine correctly when buffer is modified before its cursor.

2007-11-06  Mike Krüger <mkrueger@novell.com> 

	* Parser/CodeGenerator.cs: Fixed "Bug 336598 - Renaming variables by
	  refactoring replaces matches in the replace string" and "Bug 335977 -
	  Rename refactoring does not rename instance in foreach".

2007-11-06  Mike Krüger <mkrueger@novell.com> 

	* Parser/Resolver.cs: Fixed "Bug 337658 - MD intellisense does not work for
	  `value'".

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

	* FormattingStrategy/CSharpIndentEngine.cs: Properly collapse folded
	  statements when a block is opened. Fixes the first complaint in "Bug
	  338383 - MD ignores existing source code structure.".

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

	* CSharpBindingCompilerManager.cs: Provide a better error message in case of
	  type load error in the compiler. Fixes bug #325380.

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

	* Parser/Resolver.cs: Include generic type parameters in completion list.
	  Fixes bug #334620.

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

	* Gui/CSharpTextEditorExtension.cs: Implemented completion context for
	  "SomeEnum e =". In this case the completion list will show the enum
	  name. Fixes bug #335142.

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

	* Parser/Resolver.cs: Include in the completion list the classes from parent
	  namespaces. Fixes bug #338394.

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

	* Gui/CSharpTextEditorExtension.cs: Improved completion of 'namespace'
	  keyword. Fixes bug #338392.

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

	* Parser/Resolver.cs: Restore IsAsResolve logic. Is/as are used for
	  downcasting, so it only makes sense to return subclasses of the provided
	  type.

2007-10-29  Michael Hutchinson  <mhutchinson@novell.com> 

	* Gui/CSharpTextEditorExtension.cs: Don't try to look back past first 
	  char in buffer when checking whether to run completion code.

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

	* CSharpBinding.addin.xml: Bump MD version.

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

	* CSharpBinding.addin.xml: Track changes in the Icon extension node.

2007-10-26  Michael Hutchinson <mhutchinson@novell.com> 

	* Gui/CSharpTextEditorExtension.cs: Avoid calling
	  expressionFinder.FindExpression on every keystroke, as it calls
	  FilterComments, which is very expensive (recorded 6% in statistical
	  profiling, the most time spent in any managed non-runtime method). It's
	  only called when the keystroke is completable -- not ideal, but an
	  improvement.

2007-10-25  Michael Hutchinson <mhutchinson@novell.com> 

	* Gui/CSharpTextEditorExtension.cs: Removed GenerateDocComments' dependency
	  on indentEngine.

2007-10-25  Michael Hutchinson <mhutchinson@novell.com> 

	* Gui/CSharpTextEditorExtension.cs: Minor optimisation.

2007-10-25  Michael Hutchinson <mhutchinson@novell.com> 

	* Gui/CSharpTextEditorExtension.cs: Read context to end of line when
	  reindenting. Fixes "Bug 324985 - operator '::' behaves like goto label
	  in smart indentation".

2007-10-25  Michael Hutchinson <mhutchinson@novell.com> 

	* Gui/CSharpTextEditorExtension.cs: If indent engine says line needs to be
	  reindented, check it's as a result of an inserted character rather than
	  just navigating around the code.

2007-10-25  Michael Hutchinson <mhutchinson@novell.com> 

	* Gui/CSharpTextEditorExtension.cs: Don't insert a tab if it's interpreted
	  as a reindent command.

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

	* CSharpBindingCompilerManager.cs: Make compilation work when the key file
	  contains white spaces. Fixes bug #336107.

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

	* CSharpBinding.mdp, icons/C#.File.EmptyFile, icons/C#.File.Form,
	  icons/C#.File.FullFile, icons/C#.File.NewClass, icons/C#.File.WebFile,
	  icons/C#.Project.FullProject, icons/C#.Project.ServiceProject,
	  icons/C#.Project.UserControl, icons/C#.Project.WebProject,
	  icons/C#.ProjectIcon, Makefile.am, templates/EmptyCSharpFile.xft.xml,
	  templates/GnomeSharpProgram.xft.xml: Use tango file icons. Removed
	  obsolete icons.

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

	* CSharpBinding.mdp, templates/ConsoleProject.xpt.xml,
	  templates/GtkSharpProject.xpt.xml, templates/GnomeSharpProject.xpt.xml,
	  templates/GnomeSharp2Project.xpt.xml,
	  templates/GtkSharp2Project.xpt.xml, templates/GnomeSharpProgram.xft.xml,
	  templates/GladeSharpProject.xpt.xml,
	  templates/GladeSharp2Project.xpt.xml, templates/Library.xpt.xml,
	  templates/EmptyProject.xpt.xml, Makefile.am, icons/C#.Project.Form,
	  icons/C#.Project.Library, icons/C#.Project.DOSProject,
	  icons/csharp-icon-32.png, icons/C#.Project.EmptyProject: Updated project
	  icons. Use the base project icon with an overlay to show the type.

2007-10-24  Michael Hutchinson <mhutchinson@novell.com> 

	* Gui/CSharpTextEditorExtension.cs: Refactored the keypress code to separate
	  out the indent engine and doc comments, also splitting up the indent
	  handling code into three phases. Renamed "engine" to "indentEngine".
	  Improved handling of auto-commenting on newlines. Fixed "Bug 335824 -
	  Better handling of the 'tab' key". Fixed "Bug 326289 - MD texteditor is
	  painfully slow" by caching old indent stacks and bulk-copying characters
	  during large updates.

2007-10-23  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorExtension.cs: Fixed "Bug 335145 - Intellisense
	  displays wrong entries for typeof statement".

2007-10-23  Mike Krüger <mkrueger@novell.com> 

	* Parser/Resolver.cs: Fixed "Bug 335133 - Intellisense does not display
	  object members for interfaces".

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

	* CSharpBinding.addin.xml, Makefile.am, templates/GtkSharpWindow.xft.xml:
	  Removed the Gtk.Window template, because the Stetic addin already
	  provides a template for creating windows.
	* Autotools/Autotools.mdp, CSharpBinding.mdp, CSharpBinding.mds: Updated.

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

	* Gui/OverrideCompletionData.cs: Flags for showing return types and
	  parameters must be explicitely specified now.

2007-10-18  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpParameterDataProvider.cs, Gui/CSharpTextEditorExtension.cs:
	  Fixed "Bug 325509 - Inaccessible methods displayed in autocomplete".

2007-10-17  Mike Krüger <mkrueger@novell.com> 

	* Parser/Resolver.cs: changed is/as resolve.

2007-10-17  Mike Krüger <mkrueger@novell.com> 

	* Parser/Resolver.cs: Fixed "Bug 334236 - Intellisense does not work for
	  `is' keyword".

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

	* Parser/Resolver.cs: Let TypeNameResolver fill the names using the compiled
	  unit. Helps fixing bug #325081.

2007-10-17  Mike Krüger <mkrueger@novell.com> 

	* Parser/CSharpVisitor.cs: Modified visitor to handle explicit declarations.

2007-10-16  Mike Krüger <mkrueger@novell.com> 

	* Parser/Resolver.cs: fixed "Bug 325528 - Intellisense contains multiple
	  entries of same namespace".

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

	* CSharpBinding.mdp, Parser/TypeNameResolver.cs, Makefile.am: Moved
	  TypeNameResolver to MD.Projects.

2007-10-15  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorExtension.cs: Fixed "Bug 333140 - Xml comment
	  generation only works when using "Smart" indentation".

2007-10-12  Mike Krüger <mkrueger@novell.com> 

	* CSharpBindingCompilerManager.cs: Applied changes that were neccassary for
	  to the new FileService.

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

	* CSharpAmbience.cs: Always show parameter types.

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

	* CSharpAmbience.cs: Properly show the method name for conversion operators.

2007-10-04  Zach Lute <zach.lute@gmail.com>

	* Parser/CSharpVisitor.cs: Added support for implicit/explicit operators as
	  methods. (Bug #330503)

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

	* CSharpAmbience.cs: Formatting fixes.

2007-10-09  Mike Krüger <mkrueger@novell.com> 

	* CSharpAmbience.cs: Changed the C# ambience to recognize the new conversion
	  flags.

2007-10-09  Mike Krüger <mkrueger@novell.com> 

	* Parser/Parser.cs: Fixed "Bug 331772 - Unable to handle conditional class
	  definition".

2007-10-09  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorExtension.cs: Fixed "Bug 331000 - Auto-generation of
	  XML comment tags sometimes incorrect".

2007-10-09  Ankit Jain  <jankit@novell.com>

	* CSharpBindingCompilerManger.cs: Moved code for building resources to
	DotNetProject.

2007-10-08  Mike Krüger <mkrueger@novell.com> 

	* Parser/CodeGenerator.cs: fixed "Bug 325223 - Interface refactory doesn't
	  implement correctly (4 bugs)".

2007-10-08  Mike Krüger <mkrueger@novell.com> 

	* Parser/ExpressionFinder.cs: Worked on "Bug 330717 - Error while updating
	  status of command. CurrentRefactoryOperations". Need to get reply, if
	  this bug is fixed (couldn't reproduce the problem).

2007-10-05  Ankit Jain  <jankit@novell.com>

	* Autotools/CSharpAutotoolsSetup.cs (GetCompilerFlags): Correctly emit
	flag for optimization. Don't emit -define:DEBUG if its already defined
	in DefineSymbols.

2007-10-05  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorExtension.cs: fixed Bug 325523 - MD override
	  auto-implementation ignores existing implementations.

2007-10-05  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorExtension.cs: fixed Bug 330793 - Delegate
	  autocommenting crashes.

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

	* Parser/CSharpVisitor.cs, Parser/Resolver.cs: Properly resolve aliases
	  bound to instantiated generic types. Fixes bug #324844.
	* Parser/TypeNameResolver.cs: Resolve aliased class names.

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

	* Gui/CSharpParameterDataProvider.cs, Gui/CSharpTextEditorExtension.cs:
	  Implemented support for the Show Parameter List command. Also, show the
	  parameter list when typing a comma. Fixes bug #324876.

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

	* CSharpBinding.addin.xml: Bump MD version.

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

	* Gui/CSharpTextEditorExtension.cs: Don't set the Editor.CursorPosition
	  property if position hasn't really changed, since it will raise the
	  completion context change event, which closes the completion window.

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

	* Parser/CodeGenerator.cs: Fix regex in RenameClass. Class name may end with
	  ":".

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

	* Parser/CodeGenerator.cs: Fix renaming of partial classes. It was using the
	  wrong IClass to get the line and column.

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

	* Gui/CSharpTextEditorExtension.cs: When completing 'override', show
	  overridables for System.Object.

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

	* Gui/OverrideCompletionData.cs: Generate call to base class when overriding
	  method. Fixes bug #325524.

2007-09-18  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorExtension.cs: Fixed Bug 325438 - New doc completion
	  slowing me down.

2007-09-15  Jérémie Laval <jeremie.laval@gmail.com>

	* Parser/Parser.cs: Added support for parsing error retrieval from NRefactory.

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

	* Gui/OverrideCompletionData.cs, Gui/CSharpTextEditorExtension.cs,
	  CSharpAmbience.cs: Make proper use of ITypeNameResolver everywhere to
	  resolve type names of parameters, methods, etc. Fixes bug #82854.
	* Parser/TypeNameResolver.cs: Fix name resolution for aliases.

2007-09-14  Jeffrey Stedfast  <fejj@novell.com>

	* FormattingStrategy/CSharpIndentEngine.cs (PushColon): Handle the
	:: operator. Fixes bug #82316.

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

	* Gui/CSharpTextEditorExtension.cs: Minor fix.
	* Parser/TypeNameResolver.cs: Remove debug code.

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

	* Gui/CSharpTextEditorExtension.cs, Parser/Resolver.cs,
	  Parser/TypeNameResolver.cs: Implement support for ITypeResolver. Add
	  parameter completion support for delegate invocations. Fixes bug #82264
	  and #82238.
	* CSharpBinding.mdp: Fix warning level. Added new file.
	* CSharpAmbience.cs: Track API changes.
	* Makefile.am: Updated.

2007-09-14  Mike Krüger <mkrueger@novell.com> 

	* Parser/CodeGenerator.cs: Fixed 82425:Renaming a base method doesn't rename
	  overrides. (Fixed for properties too).

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

	* Gui/CSharpParameterDataProvider.cs: Improved method formatting.
	* Gui/CSharpTextEditorExtension.cs, Parser/Resolver.cs: When resolving a
	  type, take into account parameter types for methods and classes. Fixes
	  bug #82209.

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

	* CSharpAmbience.cs: The name of a delegate is the name of the class, not
	  the return type of the invoke method. Don't show the delegate parameters
	  unless the 'show class modifiers' flag is set.

2007-09-13  Mike Krüger <mkrueger@novell.com> 

	* Parser/CodeGenerator.cs: Fixed re opened 82311: Rename fails when we have
	  two variables that are called the same. (another issue).

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

	* Parser/LanguageItemVisitor.cs: Properly resolve "this". Fixes bug #82503.

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

	* Gui/CSharpTextEditorExtension.cs: Allow showing intrinsic names only when
	  resolving is, as or new.
	* Gui/FormattingPanel.cs, CSharpBinding.mdp,
	  gtk-gui/CSharpBinding.FormattingPanelWidget.cs, gtk-gui/gui.stetic:
	  Updated.
	* Parser/Resolver.cs: The text editor extension needs internalResolve to
	  return the real array types, not only System.Array. Fixes bug #82831.
	* CSharpAmbience.cs: Add support for the new UseIntrinsicNames flag.

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

	* Gui/CSharpTextEditorExtension.cs: Don't include abstract classes in the
	  'new' completion list.

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

	* Parser/TypeVisitor.cs: Use the fully qualified name when returning the
	  type for array items. Fixes bug #82830.

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

	* Parser/Resolver.cs, Parser/TypeVisitor.cs: The 'this' reference is not
	  valid outside of a class member. Fix for bug #82743.

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

	* Gui/ChooseRuntimePanel.cs, Gui/CodeGenerationPanel.cs,
	  FormattingStrategy/CSharpFormattingStrategy.cs, CSharpAmbience.cs: Fix
	  warnings.
	* Gui/CSharpTextEditorExtension.cs, Parser/Resolver.cs: Disable code
	  completion inside enum declarations. Fixes bug #82541. Removed some
	  warnings.
	* gtk-gui/generated.cs, gtk-gui/CSharpBinding.CodeGenerationPanelWidget.cs,
	  gtk-gui/CSharpBinding.FormattingPanelWidget.cs, gtk-gui/gui.stetic:
	  Updated.

2007-09-12  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorExtension.cs: Fixed 82770: MonoDevelop should keep in
	  comments when return is pressed.

2007-09-12  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorExtension.cs: Fixed 82768: Move cursor after new
	  summary comment.

2007-09-12  Mike Krüger <mkrueger@novell.com> 

	* Parser/CodeGenerator.cs: Fixed 82311: Rename fails when we have two
	  variables that are called the same.

2007-09-11  Ankit Jain  <jankit@novell.com>

	* CSharpBindingCompilerManager.cs (Compile): Pass /warn: command line
	param.

2007-09-11  Mike Krüger <mkrueger@novell.com> 

	* Parser/CodeGenerator.cs: Fixed 82500: Rename refactoring enum value
	  crashes MonoDevelop.

2007-09-10  Mike Krüger <mkrueger@novell.com> 

	* Parser/Resolver.cs: Fixed 82760: Nul ref enableing autocomplete.

2007-09-10  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorExtension.cs: Fixed 82223: Overload selection does not
	  work when breaking the line.

2007-09-10   <> 

	* Gui/CSharpTextEditorExtension.cs: Fixed 82683: MonoDevelop should generate
	  XML documentation when /// is typed.

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

	* Gui/CSharpTextEditorExtension.cs: Track api changes.

2007-09-07  Mike Krüger <mkrueger@novell.com> 

	* Parser/Resolver.cs: Fixed 82505: No autocomplete for static members. Fixed
	  some other resolve cases too. (non static members only in non static
	  methods)

2007-09-07  Mike Krüger <mkrueger@novell.com> 

	* Parser/CodeGenerator.cs: Handled bug 82714: Invalid offset in text editor.

2007-08-31  Mike Krüger <mkrueger@novell.com> 

	* Gui/ChooseRuntimePanel.cs, Gui/CodeGenerationPanel.cs,
	  Gui/FormattingPanel.cs, Parser/Resolver.cs,
	  FormattingStrategy/CSharpFormattingStrategy.cs,
	  FormattingStrategy/CSharpFormattingProperties.cs,
	  gtk-gui/CSharpBinding.CodeGenerationPanelWidget.cs,
	  gtk-gui/CSharpBinding.FormattingPanelWidget.cs, CSharpAmbience.cs:
	  Changes due to new property infrastructure.

2007-08-24  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorExtension.cs: Fixed 82555: Xml comments activating
	  incorrectly.

2007-08-23  Mike Krüger <mkrueger@novell.com> 

	* CSharpEnhancedCodeProvider.cs, Parser/Parser.cs, Parser/CSharpVisitor.cs,
	  Parser/CodeGenerator.cs, Parser/Resolver.cs, Parser/TypeVisitor.cs,
	  Parser/LanguageItemVisitor.cs,
	  Parser/SharpDevelopTree/GenericParameter.cs,
	  Parser/SharpDevelopTree/Destructor.cs,
	  Parser/SharpDevelopTree/Method.cs,
	  Parser/SharpDevelopTree/ReturnType.cs, Parser/SharpDevelopTree/Class.cs,
	  Parser/SharpDevelopTree/Constructor.cs: Changed to the latest NRefactory
	  version.

2007-08-23  Ankit Jain  <jankit@novell.com>

	* CSharpBindingCompilerManager.cs (GetResourceId): Set the resource id
	correctly even if resgen is not required.

2007-08-23  Ankit Jain  <jankit@novell.com>

	Fix bug #82533.
	* CSharpBindingCompilerManager.cs (GetResourceId): Generate .resources
	with resgen only if required.

2007-08-21  AndrÃ©s G. Aragoneses  <knocte@gmail.com>

	Improve fix for bug #82398.
	* CSharpBindingCompilerManager.cs (GetResourceId): Use MONO_IOMAP=drive,
	and only on Unix.

2007-08-20  Ankit Jain  <jankit@novell.com>

	* CSharpBindingCompilerManager.cs (Compile): Add all build files to the
	list of files to be compiled. Don't filter with CanCompile.

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

	* Parser/Resolver.cs: When listing the members of an enum, return enum
	  members only (it is correct to call static methods using an enum type
	  reference, but it doesn't make much sense). Fixes bug #82250.

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

	* Parser/Resolver.cs: Method parameters must be resolved before class
	  members. Fixes bug #82391.

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

	* Parser/Resolver.cs: Fix possible infinite recursion (bug #82303).

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

	* Parser/Resolver.cs: Properly set the showStatic flag after finding a
	  member in SearchMember. Fixes a problem with nested classes and enums:
	  members were not properly shown.

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

	* Parser/Resolver.cs: Properly resolve inner class names. Fixes part of
	  #82414.

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

	* Parser/Resolver.cs: When resolving a var name, parameters have priority
	  over fields.

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

	* Parser/Resolver.cs: Include arguments in the resolve list for CtrlSpace.
	  Fixes bug #82391.

2007-08-14  Ankit Jain  <jankit@novell.com>

	Fix bug #82398.
	* CSharpBindingCompilerManager.cs (GetResourceId): Run resgen with
	MONO_IOMAP=all.

2007-08-14  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorExtension.cs,
	  FormattingStrategy/CSharpIndentEngineStack.cs,
	  FormattingStrategy/CSharpIndentEngine.cs: Added support for
	  documentation comments 
	
	  (fixes bug 78578: Add XML Comment support to MonoDevelop and
	  integrate with tooltips).
	
	  + Auto complete of /// tags
	
	  + code completion for the xml documentation tags
	
	  + auto generation of a header body

2007-08-13  Mike Krüger <mkrueger@novell.com> 

	* Gui/CSharpTextEditorExtension.cs: Started to work on xml comment tag
	  support.

2007-08-10  Ankit Jain  <jankit@novell.com>

	Fix bug #82394.
	* CSharpBindingCompilerManager.cs (Compile): Abort build if error while
	generating resources.
	(GetResourceId): Refactor slightly to report error. Also, parse
	the line/col number for the CompilerError.
	(RegexErrorLinePos): New.

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

	* CSharpBinding.addin.xml, Autotools/Makefile.am, CSharpBinding.mdp,
	  Makefile.am: Reorganized the extension point hierarchy. Embedded all
	  add-in manifests as resources.

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

	* templates/CSharpSessionStateWebService.xft.xml,
	  templates/CSharpWebService.xft.xml: Removed unused files.

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

	* Parser/CodeGenerator.cs: Add ctor references too. Fixes bug
	#82204.

	* Gui/CSharpTextEditorExtension.cs: Handle indent-region by
	resetting state so that we don't get confused.

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

	* FormattingStrategy/CSharpFormattingStrategy.cs (FormatLine):
	Fixed to be a no-op.

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

	Fixes for bug #82179.

	* FormattingStrategy/CSharpIndentEngineStack.cs (Push): Added a
	second Push() method allowing the caller to force a particular
	indent.

	* FormattingStrategy/CSharpIndentEngine.cs (PushOpenBrace): Trim
	the indent level as we pop FoldedStatements and use
	stack.PeekKeyword(0) instead of stack.PeekKeyword(1).
	(PushFoldedStatement): We no longer stop pushing folded statements
	for any reason, we simply push a folded statement with a set
	indent in those cases (needed for keeping proper track of
	keywords).

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

	Part of the fix for bug #82114.

	* Parser/CodeGenerator.cs: Override a few more Visit() methods so
	that we pick up class references in CastExpressions,
	VariableDeclarations and ObjectCreateExpressions.
	(AddUniqueReference): New method to add only unique references
	to the collection.

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

	* CSharpBindingCompilerManager.cs: Write the compiler command used to
	  compile the project to the log.

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

	* FormattingStrategy/CSharpIndentEngine.cs: A few fixes, including
	one for bug #82055.

	* Gui/CSharpTextEditorExtension.cs (IsInUsing): Simplified.
	(GetPreviousToken): Fixed bug #82131.

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

	* Gui/CSharpTextEditorExtension.cs (KeyPress): Fixed a bug caused
	when using any key other than Enter to auto-complete (e.g. using a
	'(' or something).

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

	* Parser/Resolver.cs: When resolving a type, include the enclosing
	  namespace in the namespace search list. Fixes bug #81865.
	* CSharpBindingCompilerManager.cs: Make sure all output is read after
	  running the compilation process. Should fix bug #82092.

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

	* Parser/Resolver.cs: Properly resolve type names qualified with a
	  namespace alias. Fixes bug #81999.

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

	* FormattingStrategy/CSharpIndentEngine.cs (PushNewLine): If we
	just popped a single-line comment, we need to do more processing.

2007-07-11  Ankit Jain  <jankit@novell.com>

	Fix bug#82024.
	* CSharpBindingCompilerManager.cs (DoCompilation): Workaround for a bug
	in ProcessStartInfo.

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

	* Parser/CodeGenerator.cs (Visit::PropertyDeclaration):
	Implemented to fix bug #82020.

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

	* Parser/CodeGenerator.cs: (Visit::FieldReferenceExpression):
	Don't limit ourselves to just Fields and Properties. Fixes bug
	#81963.
	(Visit::IdentifierExpression): When checking of a LocalVariable is
	within bounds, use Region.BeginColumn instead of Region.EndColumn
	and swap on which LocalVariable instance we check. Fixes part of
	bug #82020.

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

	* Parser/CodeGenerator.cs: Sanity check that both begin and end
	are != -1 to prevent a crash.
	(Visit): When adding a typeDeclaration to the list of references,
	don't add it using the StartLocation - instead, we need to find
	the actual reference offset using StartLocation as a hint. This
	fixes bug #82017.

2007-07-03  Mike Krüger <mkrueger@novell.com> 

	* CSharpBindingCompilerManager.cs: added signing support.

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

	* CSharpBindingCompilerManager.cs: Implemented support for additional
	  gac roots specified in packages.

2007-06-20  Jeffrey Stedfast  <fejj@gnome.org>

	Fixes a SmartIndenting bug reported by Latexer on IRC.

	* FormattingStrategy/CSharpIndentEngine.cs (PushOpenBrace): When
	inside a Case statement, only use nSpaces = -1 when we are either
	on the line where the case/default label was entered or if the
	first non-lwsp char is the '{', else use nSpaces = 0 so that we
	indent properly.

	* FormattingStrategy/CSharpIndentEngineStack.cs (Push): When
	pushing a new Block inside a Case, we can still add an indent
	level if nSpaces != -1.

2007-06-19  Mike Krueger  <mkrueger@novell.com> 

	Changed the C# file icon to look a bit more like gnome.

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

	* Autotools/Autotools.mdp, CSharpBinding.mdp: Removed unused elements.

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

	* Parser/Resolver.cs: Added protection against infinite loop in
	  ResolveIdentifier. Fixes bug #81769.

2007-05-25  Jeffrey Stedfast  <fejj@gnome.org>

	* Parser/CodeGenerator.cs (EncapsulateFieldImpGetSet):
	Implemented.

2007-05-24  Jeffrey Stedfast  <fejj@novell.com>

	* Parser/TypeVisitor.cs (Visit::IdentifierExpression): Scan parent
	namespaces of the calling class as well. Fixes bug #81543.

2007-05-23  Jeffrey Stedfast  <fejj@novell.com>

	* Parser/CodeGenerator.cs (GetOptions): Override our base
	implementation.

2007-05-23  Jeffrey Stedfast  <fejj@novell.com>

	* Gui/CSharpTextEditorExtension.cs:
	MonoDevelop.SourceEditor.Properties namespace no longer exists.

	* FormattingStrategy/CSharpIndentEngine.cs: Same.

	* Gui/OverrideCompletionData.cs: Same.

	* Gui/FormattingPanel.cs: Same.

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

	* Parser/TypeVisitor.cs: When resolving an identifier, look first in
	  class members, then look for types. Fixes bug #81542.

2007-05-21  Jeffrey Stedfast  <fejj@novell.com>

	* Gui/CSharpTextEditorExtension.cs (KeyPress): If a region of text
	is selected, then simply pass it along to our base implementation
	and reset our engine state if the region begins somewhere before
	the engine's cursor. Fixes bug #81620.

2007-05-18  Jeffrey Stedfast  <fejj@novell.com>

	* Parser/CodeGenerator.cs (IsMatchedField): New convenience
	function to do some trivial checks to make sure the 'match' isn't
	in the middle of some other field name (e.g. if the field we are
	looking for is a substring of another field name, we don't want to
	match in the middle of some other field).
	(GetMemberNamePosition): Fixed the IField case to be a bit more
	correct.
	(GetMemberBounds): Overridden base class' implementation for
	IFields so that we can get the subregion for a field declaration
	if it is in the middle of other field declarations within the same
	statement region.

2007-05-19  Ankit Jain  <jankit@novell.com>

	* CodeGenerationPanel.cs: GetProjectParserContext can fail, handle
	that.
	(Store): Save mainClass and Win32Icon only when relevant.

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

	* Gui/CSharpTextEditorExtension.cs: Cursor already moved to
	  position 2 after typing '#'.

2007-05-16  Jeffrey Stedfast  <fejj@novell.com>

	* Parser/CodeGenerator.cs (EncapsulateField): Implemented so that
	get/set actually have code statements.

2007-05-14  Jeffrey Stedfast  <fejj@novell.com>

	* Parser/CodeGenerator.cs (RenameClass): Handle renaming of structs,
	enums, and interfaces too.

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

	* Parser/Resolver.cs: Include const fields in the static field list.
	  Fixes bug #81078.
	* CSharpBinding.mds, gtk-gui/gui.stetic: Updated.

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

	* Gui/CSharpTextEditorExtension.cs: (GetPreviousToken): Return tokens
	  composed by a single char which is not a letter of digits.

2007-05-14  Jeffrey Stedfast  <fejj@novell.com>

	* Parser/CodeGenerator.cs: Comment out our own implementation of
	AddMember, throwing a NotImplementedException() in generated code
	can be annoying sometimes.

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

	* CSharpBinding.addin.xml: Don't use the MD namespace in add-in
	  dependencies, since the c# add-in is alread declared in the MS
	  namespace.

2007-05-11  Jeffrey Stedfast  <fejj@novell.com>

	* Parser/CodeGenerator.cs (AddMember): Override default
	implementation so that we can add a statement to throw a
	NotImplementedException.

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

	* CSharpBinding.mds: Added new c# binding solution.

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

	* Autotools/Autotools.mdp, Autotools/Makefile.am: Added project for the
	  autotools assembly.

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

	* CSharpBinding.mdp: Don't copy assembly references.

2007-05-08  Jeffrey Stedfast  <fejj@novell.com>

	* Parser/CodeGenerator.cs (GetMemberNamePosition): Fixed to
	support IIndexers.
	(FindParameterReference): Updated for API changes, no longer takes
	an IMethod argument.
	(Visit): Fixed up a bit since params can be parented by either an
	IMethod or an IIndexer.

2007-05-04  Jeffrey Stedfast  <fejj@novell.com>

	* Parser/CodeGenerator.cs (GetParameterNamePosition): Implemented.

	* Parser/Resolver.cs (GetMethod): Check if the cursor is within the
	declaration bounds as well, so that parameter searching works.

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

	* Test/Test.cs, Gui/ChooseRuntimePanel.cs, Gui/CodeGenerationPanel.cs,
	  CSharpBinding.addin.xml, CSharpBinding.mdp, Makefile.am: Migration
	  to Mono.Addins.

2007-05-03  Jeffrey Stedfast  <fejj@novell.com>

	* Parser/CodeGenerator.cs (GetMemberNamePosition): Fixed IEvent
	and IProperty logic and also greatly simplified the overall code.

2007-05-03  Jeffrey Stedfast  <fejj@novell.com>

	* Parser/CodeGenerator.cs (FindVariableNamePosition): New
	overloaded function to get the offset of a variable name.
	(FindVariableReferences): New.
	(FindParameterReferences): New.
	(Visit): Added logic for matching LocalVariable and IParameters.

2007-05-02  Jeffrey Stedfast  <fejj@novell.com>

	* Parser/CodeGenerator.cs (RenameClass): Rename all parts of the class
	(in case the class is a partial class).

2007-05-01  Jeffrey Stedfast  <fejj@novell.com>

	* Parser/CodeGenerator.cs (CreateReference): Trim the name to the
	base name (we don't want the FullyQualifiedName). Also do some
	fixing of the offset since the expression start offset begins
	before the name of the type (e.g. it includes
	public/private/etc modifiers).

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

	* CSharpBinding.mdp: Don't copy referenced assemblies.
	* CSharpBindingCompilerManager.cs: Avoid compiler warning.

2007-04-09  Jeffrey Stedfast  <fejj@novell.com>

	* FormattingStrategy/CSharpIndentEngineStack.cs: If we are pushing
	a new FoldedStatement, we want to indent another level even if our
	parent is a case-statement (unlike what we do for new Blocks).

2007-03-23  Jeffrey Stedfast  <fejj@novell.com>

	* Gui/CSharpTextEditorExtension.cs (GetPreviousToken):
	Reimplemented to use GetCharAt().
	(KeyPress): Invalidate engine state if some key-code we don't
	handle changes the buffer before our cursor position.

2007-03-21  Ankit Jain  <jankit@novell.com>

	* Gui/CSharpTextEditorExtension.cs (HandleCodeCompletion): Handle
	code completion for sub namespaces.
	(IsInUsing): New.
	(GetPreviousToken): Handle the case when token starts at the first
	position in the file.

2007-03-20  Jeffrey Stedfast  <fejj@novell.com>

	* Gui/CSharpParameterDataProvider.cs (GetCurrentParameterIndex):
	Rewritten to use my CSharpIndentEngine parse tree to hopefully
	solve bug #80883 once and for all.

	* Gui/CSharpTextEditorExtension.cs (KeyPress): Instead of using
	engine.IsInsideMultiLineComment when deciding whether or not to
	reindent the line, use engine.LineBeganInsideMultiLineComment
	since that's what we really wanted to know.

	* FormattingStrategy/CSharpIndentEngine.cs: Added more convenience
	state properties (such as StackDepth and
	LineBeaganInside[VerbatimString,MultiLineComment].

2007-03-19  Jeffrey Stedfast  <fejj@novell.com>

	* Gui/CSharpTextEditorExtension.cs (KeyPress): If the before/after
	indent text is identical, then don't replace the text - instead
	calculate what the cursor position would be and set it. (found a
	way to avoid the text selection that occurs when you set
	CursorPosition).

	* FormattingStrategy/CSharpIndentEngine.cs (Push): Fix bug #81189
	by resetting popVerbarim when we pop the verbatim string literal
	off the stack

2007-03-16  Jeffrey Stedfast  <fejj@novell.com>

	* Gui/OverrideCompletionData.cs (InsertMethod, InsertProperty):
	(InsertEvent, InsertIndexer): Use spaces rather than tabs for
	indenting when appropriate. Fixes bug #81168.

	* Gui/CSharpTextEditorExtension.cs (GetDirectiveCompletionData):
	Add #pragma to the directives. Fixes bug #81131.

2007-03-14  Jeffrey Stedfast  <fejj@novell.com>

	* Gui/CSharpTextEditorExtension.cs (KeyPress): Fixed a bug where
	if you typed the full completion text and then used <Enter> to
	complete the fully-typed completion text, the Smart Indent code
	would indent the next line even though it shouldn't have done so.

2007-03-14  Ankit Jain  <jankit@novell.com>

	* CSharpBindingCompilerManager.cs (Compile): Use 'fname' as the
	filename to embed. It is updated appropriately by GetResourceId().

2007-03-13  Miguel de Icaza  <miguel@novell.com>

	* CSharpBindingCompilerManager.cs (Compile): an old patch that I
	had lying on my hard drive.   When using WinExe targets, pass the
	"winexe" flag to the compiler.

	Also pass the actual compiled resource file to be embedded, not
	the source file. 

2007-03-13  Jeffrey Stedfast  <fejj@novell.com>

	* FormattingStrategy/CSharpIndentEngine.cs (PushFoldedStatement):
	Push one anyway if our keyword (or our parent's keyword) is a loop
	or if-else keyword.

2007-03-11  Jeffrey Stedfast  <fejj@gnome.org>

	* Gui/CSharpTextEditorExtension.cs (KeyPress): Simplified a bit.
	(KeyPress): Changed the logic for the tab-completion check, if
	more than a single char has been inserted then it should be
	considered to be tab-completion.
	(KeyPress): Don't reindent multi-line comment lines unless they
	begin with a '*', in which case the user probably wants to realign
	them (if the first char on the line isn't a '*' then it might be a
	commented-out block of code, we don't want to reindent that).

2007-03-10  Jeffrey Stedfast  <fejj@gnome.org>

	* FormattingStrategy/CSharpIndentEngineStack.cs (Push): We now
	have an Inside.Case type to implement.

	* FormattingStrategy/CSharpIndentEngine.cs (PushColon): Push a
	Inside.Case onto the stack if appropriate and check
	FormattingProperties.IndentCaseLabels to see how we should handle
	indenting for case labels.
	(PushSemicolon): Always set keyword to String.Empty
	(PushOpenBrace): Changed the way we handle psuing a new block onto
	the stack if we our parent is Inside.Case (the logic is the same,
	but the check is a bit different now).
	(PushCloseBrace): If our parent is Inside.Case, then we can pop
	that along with the switch block.

	* FormattingStrategy/CSharpFormattingProperties.cs
	(IndentCaseLabels): Implemented.

2007-03-09  Jeffrey Stedfast  <fejj@novell.com>

	* CSharp.glade: Removed, no longer in use.

	* CSharpBinding.addin.xml: Add the c# Formatting options panel to
	the options dialog under the Text Editor options.

	* gtk-gui/gui.stetic: Added a new custom FormattingPanelWidget.

	* Gui/FormattingPanel.cs: New source file implementing a
	"Formatting" options panel specific to c#.

2007-03-09  Jeffrey Stedfast  <fejj@novell.com>

	* FormattingStrategy/CSharpIndentEngine.cs (PushColon): Respect
	the style settings for indenting goto labels.

	* FormattingStrategy/CSharpFormattingProperties.cs: New source
	file for c#-specific formatting properties.

2007-03-09  Jeffrey Stedfast  <fejj@novell.com>

	* FormattingStrategy/CSharpIndentEngine.cs (Push): Fixed a goof
	from yesterday's commit.

	* Gui/CSharpTextEditorExtension.cs (KeyPress): Rearranged some
	logic a bit to optimize seeking in the text buffer using arrow
	keys.

2007-03-08  Jeffrey Stedfast  <fejj@novell.com>

	* FormattingStrategy/CSharpIndentEngine.cs: Got rid of the hack
	that used this.commentEndedAt which was not only nasty, but didn't
	even always work right to begin with.

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

	* Gui/CSharpTextEditorExtension.cs (KeyPress): Same sort of fix as
	earlier wrt the user hitting Tab. If the user hits <Enter> and the
	base class does not insert a '\n', then it means the user has just
	accepted an auto-completed selection. In this case, return -
	there's nothing left for us to do.

	* FormattingStrategy/CSharpIndentEngineStack.cs (Push): Added a
	work-around for pushing a multi-line anonmymous method {} block
	inside a ParenList (e.g. as a callback argument).

	* FormattingStrategy/CSharpIndentEngine.cs (PushHash): Doh, how
	did I overlook this method when integrating my IndentEngine into
	MD?
	(PushNewLine): Properly handle multi-line array assignments.

	Fix for making "default :" (as opposed to "default:") inside a
	switch-statement work as it should, lwsp is not significant here.

	* FormattingStrategy/CSharpIndentEngine.cs (PushOpenParen): Clear
	the keyword after pushing a new ParenList onto the stack, when the
	ParenList is popped, the keyword is restored.
	(Reset): Changed the semantics of wordStart, this now initializes
	to -1 instead of 0.
	(PushNewLine): Reset wordStart back to -1.
	(Push): When checking for a keyword, we don't need to use
	lastNonLwsp anymore, just use wordStart.
	(Push): wordStart should always be set to point to the beginning
	of a word token (and never to word-delimiting chars like it was
	before).

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

	* Gui/CSharpTextEditorExtension.cs (KeyPress): Fixed a bug
	preventing tab-completion from working by chaining the KeyPress()
	to the parent.

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

	* FormattingStrategy/CSharpIndentEngine.cs: Fixed bug #81065 by
	looking at the last significant char on the line. Also now keeping
	the last char typed as part of the state so as to avoid having to
	linebuf.ToString() and then look.

2007-03-06  Jeffrey Stedfast  <fejj@novell.com>

	* FormattingStrategy/CSharpIndentEngine.cs: New class to aid in
	smart indenting.

	* FormattingStrategy/CSharpIndentEngineStack.cs: A broken out
	piece of CSharpIndentEngine.cs to compartamentalize it a bit.

	* FormattingStrategy/CSharpFormattingStrategy.cs
	(SmartIndentLine): Don't do any indenting, Smart Indent is handled
	elsewhere for now.
	(FormatLine): Simplified, because this now only has to worry about '>'

	* Gui/CSharpTextEditorExtension.cs (KeyPress): Implement our hooks
	into Smart Indenting here.

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

	* Gui/OverrideCompletionData.cs, Gui/CSharpParameterDataProvider.cs,
	  FormattingStrategy/CSharpFormattingStrategy.cs: Track api changes.

2007-02-26  Jeffrey Stedfast  <fejj@novell.com>

	* FormattingStrategy/CSharpFormattingStrategy.cs
	(SmartIndentLine): Instead of wrapping the entire body of the
	function in an if-block, fix it so we swap the logic thus reducing
	the indent level of the main body making it easier to read (more
	likely to fit in the width of your editor window).
	(IsInsideStringOrComment): Completely rewritten to take into
	consideration verbatim string literals, char literals, and
	escaping inside string literals.
	(IsInsideDocumentationComment): Same.

2007-02-24  Zach Lute <zach.lute@gmail.com> 

	* Gui/CSharpParameterDataProvider.cs: GetCurrentParameterIndex() now
	  takes whether or not a comma is inside a string literal into account
	  when determining the index.  Fixes bug #80883.

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

	* Gui/CSharpTextEditorExtension.cs: Don't show completion windo for
	  "using" keyword when written inside a class. Fixes bug #80868.
	* Parser/Resolver.cs: Removed unneeded parameter and fix potential
	  nullref.

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

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

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

	* Parser/Resolver.cs: When checking for accessibility take into account
	  the qualifier type. There are some restrictions when accessing to
	  protected members from incorrect qualifier types.

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

	* Parser/Resolver.cs, Parser/LanguageItemVisitor.cs: Properly resolve
	  generic type identifiers. Fixes bug #80840.

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

	* Parser/LanguageItemVisitor.cs, Parser/TypeVisitor.cs: When resolving
	  a field reference, look for static members if instance members
	  can't be found. Fixes bug #80841.

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

	* CSharpBinding.mdp: Added project reference for NRefactory.
	* Parser/CSharpVisitor.cs: Collect parameter flags when parsing a
	  method. Fixes bug #80814.

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

	* Gui/CSharpTextEditorExtension.cs: Allow crossing line boundaries when
	  looking for tokens. Fixes bug #80719.
	* CSharpBindingCompilerManager.cs: Handle internal packages.

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

	* CSharpAmbience.cs: When converting a class, honor
	  UseFullyQualifiedName flag.
	* Makefile.am: distcheck fixes

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

	* CSharpBinding.mdp: Updated.
	* gtk-gui/CSharpBinding.CodeGenerationPanelWidget.cs,
	  gtk-gui/gui.stetic: Translation fixes.

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

	* Gui/OverrideCompletionData.cs: Moved from CSharpTextEditorExtension.
	* Gui/CSharpParameterDataProvider.cs, Gui/CSharpTextEditorExtension.cs,
	  CSharpBinding.mdp, Makefile.am: Implemented support for parameter
	  information window.
	* Parser/Resolver.cs: When searching a class, look in the calling class
	  namespace before looking in using directives. Some fixes for
	  generic types.
	* Parser/CodeGenerator.cs: Some fixes for generic types.
	* Parser/SharpDevelopTree/ReturnType.cs: Use our own system type table,
	  since the one from NRefactory has some VB types and does case
	  insensitive lookups.
	* CSharpAmbience.cs: Added some ConvertTypeName calls to show the
	  correct name for instantiated generic types.

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

	* CSharpBinding.mdp,
	  gtk-gui/CSharpBinding.CodeGenerationPanelWidget.cs,
	  gtk-gui/gui.stetic, Makefile.am: i18n fixes.

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

	* Gui/CSharpTextEditorExtension.cs: Cosmetic fixes in code completion
	  of "new".

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

	* Gui/CSharpTextEditorExtension.cs, Parser/Resolver.cs: Implemented
	  code completion for "throw new". Don't show interfaces and abstract
	  classes when completing "new".
	* Parser/Parser.cs: Removed.
	* CSharpAmbience.cs: Make sure instantiated generic classes are shown
	  with the correct name.

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

	* Gui/CSharpTextEditorExtension.cs: When typing '#', move it to the
	  first column is there is no other text before. Implemented code
	  completion for compiler directives. Don't show sealed methods in
	  the overridable list.

2007-02-02  Ankit Jain  <jankit@novell.com>

	* CSharpBindingCompilerManager.cs (Compile): Move resource compiling code
	to ..
	(GetResourceId): .. here. Improve error messages.

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

	* Gui/CSharpTextEditorExtension.cs, Parser/Resolver.cs,
	  CSharpAmbience.cs: Code completion of overridable members. Yay!

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

	* Parser/CodeGenerator.cs: Properly look for property references.

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

	* Parser/Resolver.cs: Properly resolve alias directives. Fixes bug
	  #80248.

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

	* Parser/LanguageItemVisitor.cs: Properly resolve calls to local
	  instance methods.

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

	* Parser/CSharpVisitor.cs: When creating an enum, explicitely add the
	  System.Enum base class. Make enum files "const".
	* Parser/Resolver.cs: Removed some debug code. Show enum fields only
	  when resolving the type only. Fixes bug #80088.

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

	* Parser/Resolver.cs: Fix overloaded operator filter.

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

	* Parser/CSharpVisitor.cs, Parser/TypeVisitor.cs: Implemented support
	  for overloaded operators.
	* Parser/Resolver.cs: Exclude operators from the resolve list.
	* Parser/LanguageItemVisitor.cs: When resolving overloads, try to find
	  the closes matching signature.
	* Parser/ExpressionFinder.cs, Parser/SharpDevelopTree/Method.cs: Fix
	  warnings.
	* CSharpAmbience.cs: Properly format method names for overloaded
	  operators.

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

	* gtk-gui/CSharpBinding.CodeGenerationPanelWidget.cs,
	  gtk-gui/gui.stetic: Updated.

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

	* Gui/CodeGenerationPanel.cs, CSharpBindingCompilerManager.cs,
	  Project/CSharpCompilerParameters.cs: Implemented support for
	  CodePage and Win32Icon options.
	* CSharpBinding.mdp, Makefile.am: Updated.
	* gtk-gui/CSharpBinding.CodeGenerationPanelWidget.cs,
	  gtk-gui/generated.cs, gtk-gui/gui.stetic: Implement the options
	  panel using stetic.

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

	* Gui/CSharpTextEditorExtension.cs, CSharpBinding.addin.xml: Created
	  new text editor extension to properly support code completion.
	* CSharpBinding.mdp, Makefile.am: Updated.
	* Parser/CSharpVisitor.cs, Parser/TypeVisitor.cs,
	  Parser/LanguageItemVisitor.cs,
	  Parser/SharpDevelopTree/Destructor.cs,
	  Parser/SharpDevelopTree/Method.cs,
	  Parser/SharpDevelopTree/ReturnType.cs,
	  Parser/SharpDevelopTree/Constructor.cs: Track api changes.
	* Parser/Resolver.cs: Track api changes. Properly resolve instantiated
	  generic types.
	* CSharpAmbience.cs: Properly show generic type names.

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

	* Parser/LanguageItemVisitor.cs: Properly resolve method overloads.
	  Fixes bug #77418.

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

	* CSharpBinding.mdp: Removed old dependency.
	* Parser/TypeVisitor.cs, Parser/SharpDevelopTree/ReturnType.cs: Take
	  into account that the parser returns array dimensions starting at
	  0, not at 1.  Fixed some issues when resolving indexer types. Fixes
	  bug #79382.
	* Parser/LanguageItemVisitor.cs: When visiting an indexer, if there is
	  no indexer (it can be an array access), return the target type.
	* templates/GtkSharp2Project.xpt.xml: Fix template.

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

	* templates/GtkSharp2Project.xpt.xml: Use the new partial class model.

2007-01-11  Ankit Jain  <jankit@novell.com>

	* CSharpBindingCompilerManager.cs (Compile): Echo resgen command line
	for debugging purpose.

2007-01-11  Ankit Jain  <jankit@novell.com>

	* CSharpBindingCompilerManager.cs (Compile): .resx file has paths
	relative to the .resx file itself.

2006-12-21  Ankit Jain  <jankit@novell.com>

	* CSharpBindingCompilerManager.cs (Compile): Use project's base
	directory as the working directory when invoking the compiler.
	(DoCompilation): Add param 'working_dir'.

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

	* CSharpBindingCompilerManager.cs: Track changes in FileService API.

2006-12-15  Ankit Jain  <jankit@novell.com>

	* CSharpBindingCompilerManager.cs (Compile): Filename arg to resgen
	should be quoted.

2006-12-15  Ankit Jain  <jankit@novell.com>

	* CSharpBindingCompilerManager.cs (Compile): Use resgen to convert .resx
	to embeddable resource format (.resources). Handle 'null' resourceId.

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

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

2006-12-13  Ankit Jain  <jankit@novell.com>

	* Project/CSharpCompilerParameters.cs (Win32Resource): New.
	* CSharpBindingCompilerManager.cs (Compile): Generate 
	option for Win32Resource. Don't generate option for win32icon 
	if win32resource is defined.

2006-12-12  Ankit Jain  <jankit@novell.com>

	* CSharpBindingCompilerManager.cs (Compile): Use ProjectFile.ResourceId
	for embedded resources.

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

	* Parser/Parser.cs: Why ParseMethodModies was set to false?
	  re-enabling. Fixes local variable code completion.

2006-11-14  Ankit Jain  <jankit@novell.com>

	* Gui/CodeGenerationPanel.cs (CodeGenerationPanelWidget.ctor): Add
	missing 'Module' option for compile target.

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

	* Parser/SharpDevelopTree/CompilationUnit.cs: returning Tag colection
	* Parser/Parser.cs: filling comments into compilation unit

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

	* Gui/CodeGenerationPanel.cs: fix for bug 79199
	
2006-09-21 Lluis Sanchez Gual  <lluis@novell.com> 

	* Parser/Resolver.cs: Fixed null check.

2006-09-12 Levi Bard  <taktaktaktaktaktaktaktaktaktak@gmail.com>

	* CSharpBindingCompilerManager.cs: Fixed win32 pathing issues, removed old mcs-specific compiler options (that weren't being used since [g]mcs options have been aligned with csc options), removed /bin/sh dependence.
	* Project/CSharpCompilerParameters.cs: Changed default compiler to mcs.

2006-09-12 Jacob Ilsø Christensen <jacobilsoe@gmail.com>
	
	* Parser/CSharpVisitor.cs: Fixed compile warning.
	* CSharpAmbience.cs: Track changes in Ambience.

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

	* CSharpBinding/CSharpAmbience.cs: Avoid appending the class
	  name twice.

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

	* CSharpBinding/CSharpBinding.addin.xml:
	Changed CSharpAmbience name from 'CSharp' to 'C#'.

	* CSharpBinding/CSharpAmbience.cs:
	Track API changes in Ambience.

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

	* Parser/Resolver.cs: Added null check.

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

	* CSharpAmbience.cs: Fixed a curious null exception.
	* Parser/CSharpVisitor.cs: Updated the visitor to store generic data as
	  parsed by NRefactory.
	* Parser/LanguageItemVisitor.cs:
	* Parser/TypeVisitor.cs: Updated the way various expressions are
	  treated in the code - to accommodate to new data for generics.
	* Parser/SharpDevelopTree/ReturnType.cs: Added support for generics in
	  return types.

	* Parser/SharpDevelopTree/GenericParameter.cs: The new file
	* CSharpBinding.mdp: Added the new file to the project.
	* Makefile.am: Added the new file to the project.

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

	* CSharpAmbience.cs: Fixed the way generics and delegates are shown in the
	  code completion popup, and made some optimizations along the way.

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

	* CSharpAmbience.cs: Small cosmetic corrections when converting generic
	  types

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

	* Autotools/CSharpAutotoolsSetup.cs: Support compilation with gmcs.
	* CSharpBindingCompilerManager.cs: Track changes in SystemAssemblyService.

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

	* Parser/Resolver.cs: Use a more meaningful name for the "current unit".
	  Store the name of the file being resolved in currentFile.
	  Changed SearchVariable, so it now returns a LocalVariable object,
	  with all information, including the region.
	* Parser/LanguageItemVisitor.cs: Fix crash when processing indexers.
	  Return valid values for object creation expressions.
	* Parser/SharpDevelopTree/ReturnType.cs: Added constructor which
	  takes a properly resolved class as parameter.

2006-07-10 Alejandro Serrano <trupill@yahoo.es>
 
	* CSharpAmbience.cs: Add support for generics ambience.
	* Autotools/Makefile.am: Fixed error on compilation because
	  of a not found reference.

2006-07-05 Matej Urbas <matej.urbas@gmail.com>
 
	* CSharpAmbience.cs: Fixed a regression that displayed all base types of a
	  class to be of PersistentReturnType type.
	* Parser/CodeGenerator.cs:
	* Parser/CSharpVisitor.cs:
	* Parser/Resolver.cs: Updated to use ReturnType as BaseTypes in IClass
	  instances.
 
2006-07-04  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* CSharpEnhancedCodeProvider.cs: Fix parsing of imports

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

	* CSharpLanguageBinding.cs:
	* CSharpBindingCompilerManager.cs: Track changes in ProjectReference.
	  Removed obsolete GenerateMakefile method.
	* Parser/CodeGenerator.cs: Fix member reference location.
	* Parser/ExpressionFinder.cs: Fix warning.
	* CSharpBinding.addin.xml: Updated versions.

2006-06-29  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* CSharpBinding.mdp:
	* Makefile.am:
	* CSharpEnhancedCodeProvider.cs:
	New file, implements CodeDom methods CreateParser and Parse.
	
	* CSharpLanguageBinding.cs: Use new CSharpEnhancedCodeProvider.
	
	* CSharpBinding.addin.xml: Bump version so that AspNetAddIn can take 
	a dependency on the CodeProvider's CreateParser method.

2006-06-15 Scott Ellington  <scott.ellington@gmail.com>

	* Autotools/CSharpAutotoolsSetup.cs:
	
2006-06-15 Lluis Sanchez Gual  <lluis@novell.com>

	* CSharpBinding.addin.xml: Use the DataType element instead fof Class
	  to declare serializable types.

2006-06-07 Scott Ellington  <scott.ellington@gmail.com>

	* CSharpBinding.addin.xml:
	* Autotools/CSharpAutotoolsSetup.cs:
	* Autotools/Makefile.am:
	* Makefile.am:
	Add optional module for implementing simple autotools support

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

	* Parser/Parser.cs:
	* Parser/CSharpVisitor.cs: 
	* Parser/Resolver.cs:
	* Parser/TypeVisitor.cs:
	* Parser/CodeGenerator.cs:
	* Parser/LanguageItemVisitor.cs:
	* Parser/ExpressionFinder.cs:
	* Parser/SharpDevelopTree/Destructor.cs:
	* Parser/SharpDevelopTree/Indexer.cs:
	* Parser/SharpDevelopTree/Method.cs:
	* Parser/SharpDevelopTree/Event.cs:
	* Parser/SharpDevelopTree/ReturnType.cs:
	* Parser/SharpDevelopTree/Field.cs:
	* Parser/SharpDevelopTree/Property.cs:
	* Parser/SharpDevelopTree/Class.cs:
	* Parser/SharpDevelopTree/Constructor.cs:
	* parse.cs:
	* Makefile.am: Use the new NRefactory library.

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

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

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

	* Parser/Resolver.cs: Fix nullref caused by delegates not having
	  a region or bodyRegion. Fixes bug #78143.

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

	* CSharpLanguageBinding.cs: Implement GetSupportedClrVersions.
	* CSharpBinding.addin.xml: Added panel por selecting the target
	  runtime version.
	* CSharpBindingCompilerManager.cs: Support compilation for .net 2.0.
	
	* Parser/ExpressionFinder.cs:
	* Parser/LanguageItemVisitor.cs: Fixed warnings.

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

	* templates/GladeSharpProject.xpt.xml:
	* templates/GladeSharp2Project.xpt.xml: Remove gnome dependency
	  from the glade file template. Fix by Sebastian Dröge.

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

	* CSharpBinding.addin.xml: renamed attributes in FileFilter Extension

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

	* Makefile.am: Reference nunit libraries using $(NUNIT_LIBS).

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

	* templates/GtkSharp2Project.xpt.xml: Fix window
	  constructor.

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

	* CSharpBinding.addin.xml: Updated references.

2006-03-24  Jacob Ilsø Christensen <jacobilsoe@gmail.com>

	* templates/ConsoleProject.xpt.xml: Added namespace clause.

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

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

2006-03-24  Jacob Ilsø Christensen <jacobilsoe@gmail.com>

	* Test:
	* Test/Test.cs:
	* Makefile.am:
	Added an initial test which validates that the resolver
	can resolve namespaces.

2006-03-17  Jacob Ilsø Christensen <jacobilsoe@gmail.com>

	* Parser/Parser.cs:
	* Parser/Resolver.cs:
	Removed unused MonodocResolver.

2006-03-16  Jacob Ilsø Christensen  <jacobilsoe@gmail.com>

	* Parser/LanguageItemVisitor.cs: Make sure that composite
	namespaces are parsed correctly.

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

        * CSharp.glade: Marking some strings not to be translated. Not include balast in pot file.
	
2006-03-08 Lluis Sanchez Gual  <lluis@novell.com>   

	* Parser/CodeGenerator.cs: Fixed issues when finding class
	  references. Add text line to found references.
	* Parser/LanguageItemVisitor.cs: Properly resolve primitive
	  type aliases.

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

	* Makefile.am:
	* CSharpBinding.addin.xml: Moved some templates to MD.Ide.

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

	* Parser/CSharpVisitor.cs: Added null check.

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

	* templates/GtkSharp2Project.xpt.xml: Use the new template syntax.

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

	* Parser/CSharpVisitor.cs: Generate parse information for
	  delegates.

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

	* Parser/Resolver.cs:
	* Parser/Parser.cs: Track changes in parser api.

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

	* CSharpBinding.addin.xml: Removed BlankCombine template (now
	in MonoDevelop.Ide).
	* Parser/CodeGenerator.cs: Properly find members referenced
	in subclasses.
	* Parser/LanguageItemVisitor.cs: Visit methods must always
	return a ILanguageItem.
	
	* templates/GtkSharpProject.xpt.xml:
	* templates/GnomeSharp2Project.xpt.xml:
	* templates/GladeSharp2Project.xpt.xml:
	* templates/GnomeSharpProject.xpt.xml:
	* templates/GladeSharpProject.xpt.xml: Moved to a Samples subcategories
	for now, to reduce clutter.

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

	* Parser/CSharpVisitor.cs: Make sure that a null modifier
	is not passed to the Field constructor which is the case
	for enum members. Fixes bug 77080.

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

	* templates/GtkSharpProject.xpt.xml:
	* templates/GnomeSharp2Project.xpt.xml:
	* templates/GladeSharp2Project.xpt.xml:
	* templates/GnomeSharpProject.xpt.xml:
	* templates/GtkSharp2Project.xpt.xml:
	* templates/GladeSharpProject.xpt.xml: Moved project templates to
	the C# category, since they are C# templates.

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

	* Makefile.am:
	* CSharpBinding.mdp: Added Parser/LanguageItemVisitor.cs.
	
	* Parser/Parser.cs: Track api changes. Implemented ResolveIdentifier.
	* Parser/CSharpVisitor.cs: Store attribute values in CodeExpression
	instances.
	* Parser/Resolver.cs: Implemented ResolveIdentifier.
	* Parser/ExpressionFinder.cs: Updated from SharpDevelop.
	* Parser/SharpDevelopTree/AttributeSection.cs: Track api changes.
	
2005-12-19  Lluis Sanchez Gual  <lluis@novell.com> 

	* Parser/CodeGenerator.cs: Track api changes. Added support for
	renaming other member types (untested).

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

	* Parser/Parser.cs: Track api changes.
	* CSharpLanguageBinding.cs: Implemented the new methods in
	IDotNetLanguageBinding.
	* CSharpBinding.addin.xml: Removed some templates that don't really
	belong here.
	* CSharpBinding/CSharpBinding.mdp: Updated.
	
	* Parser/SharpDevelopTree/AttributeSection.cs:
	* Parser/CSharpVisitor.cs: Properly collect region and attribute
	information. This is a patch by Alex Gomes.
	Also: properly set the declaring type to class members.
	
	* Parser/Resolver.cs: Added two new methods: ResolveExpressionType
	returns the type of an arbitrary expression. ResolveIdentifier returns
	information about an identifier.
	
	* Parser/SharpDevelopTree/Indexer.cs:
	* Parser/SharpDevelopTree/Method.cs:
	* Parser/SharpDevelopTree/Parameter.cs:
	* Parser/SharpDevelopTree/Event.cs:
	* Parser/SharpDevelopTree/Field.cs:
	* Parser/SharpDevelopTree/Property.cs:
	* Parser/SharpDevelopTree/Class.cs:
	* Parser/SharpDevelopTree/Constructor.cs:
	* Parser/SharpDevelopTree/Destructor.cs: Set the declaring type to
	class members.
	
	* templates/*: Set the correct category, language and project type.
	* Parser/CodeGenerator.cs: Initial implementation of IRefactorer.

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

	* templates/GtkSharpProject.xpt.xml:
	* templates/GnomeSharp2Project.xpt.xml:
	* templates/GladeSharp2Project.xpt.xml:
	* templates/ConsoleProject.xpt.xml:
	* templates/GnomeSharpProject.xpt.xml:
	* templates/GtkSharp2Project.xpt.xml:
	* templates/GladeSharpProject.xpt.xml:
	* templates/Library.xpt.xml: Added a reference to the System assembly
	in all project templates.
	
	* Makefile.am: Rebuild the assembly when resources are modified. 

2005-11-09  John Luke  <john.luke@gmail.com>

	* FormattingStrategy/CSharpFormattingStrategy.cs:
	use trimlineAboveText to decide whether to indent things
	like single line if, else, for, etc.
	second half of fix for bug # 76652
	
2005-10-28  John Luke  <john.luke@gmail.com>

	* FormattingStrategy/CSharpFormattingStrategy.cs:
	improve indentLine slightly, we want the indention +
	trimmed line, not the addional whitespace in front of it
	remove some old disabled/unported code

2005-10-23  John Luke  <john.luke@gmail.com>

	* CSharpBinding.addin.xml: add FormattingStrategy
	
2005-10-11  John Luke  <john.luke@gmail.com>

	* CSharpAmbience.cs: comment out SharpAssembly stuff
	
2005-10-11  Lluis Sanchez Gual  <lluis@novell.com>

	* CSharpBinding.addin.xml: Fixed incorrect class name.

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

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

2005-10-06  John Luke  <john.luke@gmail.com> 

	* CSharpBindingCompilerManager (GenerateMakefile): fix mistaken
	empty statement warning
	
2005-10-06  Lluis Sanchez Gual  <lluis@novell.com> 

	* CSharpBinding.addin.xml:
	* CSharpLanguageBinding.cs: Register serializable types in the addin
	configuration file.

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

	* CSharpBinding.addin.xml: Added addin dependencies.

2005-09-23  Peter Johanson  <latexer@gentoo.org>

	* CSharpBindingCompilerManager.cs: Fix mcs location detection.

2005-08-20  Peter Johanson  <latexer@gentoo.org>

	* templates/GnomeSharp2Project.xpt.xml:
	* templates/GladeSharp2Project.xpt.xml:
	* templates/GtkSharp2Project.xpt.xml: Change gtk-sharp references to
	match new assembly versions.

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

	* CSharpAmbience.cs: Don't include the inheritance tree when converting
	an enum.

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

	* templates/*:
	* CSharpBinding.addin.xml: Properly reference resource icons and
	templates.
	* Makefile.am: Embed icon and templates as resources.

2005-08-10  Ben Motmans  <ben.motmans@gmail.com>

	* CSharpBinding.mdp: references update

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

	* CSharpBindingCompilerManager.cs: Disable implicit references to
	system assemblies. All references must now be explicitely specified.

2005-08-06  Ben Motmans  <ben.motmans@gmail.com>

	* CSharpBindingCompilerManager.cs: correctly parse mcs errors.

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

	* Parser/Parser.cs:
	* Parser/Resolver.cs:
	* Gui/CodeGenerationPanel.cs: Use the new IParserContext API.
	
	* Parser/TypeVisitor.cs: Made the class internal.

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

	* CSharp.glade:
	* Gui/CodeGenerationPanel.cs: Use a combo entry for the main class
	field. Disable that entry when building a library.

2005-07-14  Ben Motmans  <ben.motmans@gmail.com>

	* templates/GladeSharp2Project.xpt.xml:
	removed duplicate reference to glade-sharp-2.0

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

	* Project/CSharpCompilerParameters.cs: Implement ICloneable.
	* CSharpLanguageBinding.cs: CreateCompilationParameters now returns an
	ICloneable.

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

	* CSharp.glade: Several fixes to make the dialogs more conforming
	to the HIG.

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

	* Makefile.am: fix distcheck

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

	* PrettyPrinter: kill (it was empty)
	* Parser/ExpressionFinder.cs: remove redundent assignment
	to fix warning
	* Gui/CodeGenerationPanel.cs: remove unused StringParserService
	section

2005-03-20  John Luke  <john.luke@gmail.com>

	* CSharpBindingCompilerManager.cs: display warning on invalid
	reference lookup, partial fix for bug #70645

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

	* Parser/Resolver.cs: Track api changes.

2005-02-16  Ben Motmans  <ben.motmans@gmail.com>

	* ConsoleProject.xpt.xml:
	* CSharpSessionStateWebService.xpt.xml:
	* CSharpWebService.xpt.xml:
	* Library.xpt.xml:
	Consistent naming

	* GladeSharp2Project.xpt.xml:
	* GnomeSharp2Project.xpt.xml:
	* GtkSharp2Project.xpt.xml:
	* CSharpBinding.addin.xml:
	* Makefile.am:
	Added templates

2005-02-18  John Luke  <john.luke@gmail.com>

	* CSharpCompilerManager.cs: pass /optimize if enabled

2005-02-05  John Luke  <john.luke@gmail.com>

	* Gui/CodeGenerationPanel.cs: enable doc generation

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

	* Parser/Parser.cs: use ErrorInfo

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

	* Parser/Resolver.cs (IsAccessible):
	internal should return true
	fixes bug# 60526

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

	* Parser/Resolver.cs: remove incorrect special case
	for properties that made them visible to completion
	incorrectly on static to instance and vice-versa
	fixes bug# 69741

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

	* Parser/Parser.cs: update to CanParse
	* Parser/*.cs: update some minor fixes from SD

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

	* CSharpBindingCompilerManager.cs:
	* Parser/CSharpVisitor.cs:
	* Parser/Resolver.cs:
	* FormattingStrategy/CSharpFormattingStrategy.cs: comment out
	some unused lines that produced warnings

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

	* CSharp.glade: update to new glade format
	* Gui/CodeGenerationPanel.cs:
	* CSharp.glade: use ComboBox instead of OptionMenu

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

	* templates/GtkSharpProject.xpt.xml
	* templates/GnomeSharpProgram.xft.xml
	* templates/GladeSharpProject.xpt.xml: clean up,
	consistent naming, spacing, tabbing

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

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

	* CSharpLanguageBinding.cs: 
	* Gui/ChooseRuntimePanel.cs:
	* Gui/CodeGenerationPanel.cs:
	* CSharpBindingCompilerManager.cs:
	* CSharpBinding.addin.xml:
	* Parser/Parser.cs:
	* Parser/Resolver.cs: Follow architecture changes.
	
	* Project/CSharpCompilerParameters.cs: Moved some parameters and enum
	definitions to DotNetProjectConfiguration.
	
	* CSharp.glade:
	* Gui/OutputOptionsPanel.cs: Removed dialog now implemented in Monodevelop.Base.

	* Project/CSharpProject.cs:
	* CSharpBindingExecutionManager.cs.in: Removed. Not needed any more.
	
	* Makefile.am: Updated.

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

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

2004-12-09  Todd Berman  <tberman@off.net>

	* CSharpBindingCompilerManager.cs: mcs in Mono 1.1.3 now outputs error
	on stderr instead of stdout. The old code just inspected stdout, now
	we look at both.

2004-12-08  Everaldo Canuto  <everaldo_canuto@yahoo.com.br>

	* CSharpBindingCompilerManager.cs: Add support to multiple compilers
	in Makefiles generated by MonoDevelop.

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

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

2004-11-16  Todd Berman  <tberman@off.net>

	* CSharpBindingCompilerManager.cs: Properly output local assembly
	references.

2004-11-09  Todd Berman  <tberman@off.net>

	* CSharpBindingCompilerManager.cs: Use SAS for assembly detection.
	This doesnt seem to break anything for me.

2004-11-05  Levi Bard  <taktaktaktaktaktaktaktaktaktak@gmail.com>
      
	* Parser/Parser.cs: Added HandlesFileExtension to work with new
	IParser

2004-11-01  Todd Berman  <tberman@off.net>

	* CSharpBindingExecutionManager.cs.in: Add fu to actually properly run
	the execute script.

2004-09-25  Peter Johanson <latexer@gentoo.org>

	* CSharpBindingCompilerManager.cs: Hack to a hack to fix compilation
	on 1.1.1 with the new corlib location.

2004-09-20  Valters Svabe  <valters@inbox.lv>

	* CSharpBindingExecutionManager.cs.in: Respect PauseConsoleOutput
	option.

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

	* Parser/Resolver.cs: When locating the inner or outer classes, get the 
	  class from the parser service, since it has all type names resolved 
	  (the one got from the compilation unit does not).

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

	* CSharpBindingExecutionManager.cs: removed.
	* CSharpBindingExecutionManager.cs.in: Added
	* Makefile.am: modified.
	This patch is from Marcin Krzyzanowski <krzak@pld-linux.org> and it
	fixes mint issues.

2004-07-04  John Luke  <jluke@cfl.rr.com>

	* Gui/OutputOptionsPanel.cs: use MessageService, remove ResourceService

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

	* Parser/Resolver.cs: fix up CtrlSpace resolving to add this. members
	to the completion window. We need to figure out what is causing the
	public class MyWindow : Window not working but the public class
	MyWindow : Gtk.Window still works and this stuff will look good.
	* Gui/OutputOptionsPanel.cs: remove dup'd namespace.

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

	* CSharpBindingCompilerManager.cs: be explicit when copying the
	assembly to avoid silent failures (use build/bin/. not build/bin)

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

	* Gui/OutputOptionsPanel.cs: Use MonoDevelop.Gui.Widgets.FileSelector
	instead of Gtk.FileSelection

2004-05-30  Lluis Sanchez Gual  <lluis@ximian.com>

	* Parser/Resolver.cs: Resolve base classes using a deep search in all
	  project references. In SearchType, fixed namespace lookup so it works
	  for inner classes as well.

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

	* CSharpBindingCompilerManager.cs: fix up projects with space in
	their name.

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

	* CSharpBindingCompilerManager.cs: more makefile magic.

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

	* Parser/Parser.cs: Update MonodocResolver and IsAsResolver.
	* Parser/Resolver.cs: Update MonodocResolver and IsAsResolver

2004-05-25  Lluis Sanchez Gual  <lluis@ximian.com>

	* Parser/Parser.cs: Set the file name to the region of each parsed class.
	  Added IProject parameter in CtrlSpace and Resolve.
	* Parser/Resolver.cs: Added IProject parameter where needed. Use new 
	  methods in IParserService.

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

	* CSharpLanguageBinding.cs: signature change for GenerateMakefile
	* CSharpBindingCompilerManager.cs: lots of new stuff, make run compat
	stuff, etc, etc

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

	* CSharpBindingCompilerManager.cs: add "s to work around potential
	spaces... spaces... urgh. closes bug #58840

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

	* CSharpBindingCompilerManager.cs: add a warning to the top of the
	makefiles.

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

	* CSharpBindingCompilerManager.cs: change from /option to -option

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

	* CSharpBindingCompilerManager.cs: output a much better makefile.
	now using /pkg, checking for deps, etc.
	* Parser/Parser.cs: passthrough for Monodoc resolver.
	* Parser/Resolver.cs: New resolver for identifying a type and sending
	back a monodoc url for it. It needs to be worked on to return proper
	M: style urls in addition to T: style urls.

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

	* CSharpBindingCompilerManager.cs: output /define and /main properly.

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

	* CSharpBindingCompilerManager.cs: output /unsafe properly.

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

	* CSharpBindingCompilerManager.cs: add a clean target

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

	* CSharpBindingExecutionManager.cs: People running apps from the IDE
	can be assumed to want line numbers if we can give them. Adding --debug
	to the execution.

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

	* CSharpBindingCompilerManager.cs: add code for project references.

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

	* CSharpBindingCompilerManger.cs: add code for assembly references
	and embeding resources.

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

	* CSharpLanguageBinding.cs: implemented GetMakefile passthru.
	* CSharpBindingCompilerManager.cs: dirty dirty dirty first draft run
	through of GenerateMakefile, I have tested this with exactly *one*
	project, and that is all, just wanted to get something in svn.

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

	* Parser/Parser.cs: new IsAsResolver passthrough.
	* Parser/Resolver.cs: new IsAsResolver to manage some (limited)
	completion there.

2004-04-23  John Luke  <jluke@cfl.rr.com>

	* CsharpBindingCompilerManager.cs: add /codepage:utf8

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

	* Parser/Resolver.cs: Turn local variables into a properly consumable
	type for code completion.

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

	* CSharpBindingCompilerManager.cs: Show that something is going
	on so people dont get too worried. (Speed might need some work)
	* Makefile.am: add glib

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

	* CSharpBindingExecutionManager.cs: improve error message

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

	* Gui/OutputOptionsPanel.cs:
	* Gui/CodeGenerationPanel.cs: gettextify

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

	* Project/CSharpCompilerParameters.cs: duh, refix library target bug

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

	* Gui/OutputOptionsPanel.cs: parse resource string, closes bug #56325

2004-03-31  Todd Berman  <tberman@sevenl.net>

	* CSharpBindingExecutionManager.cs: dont test CompileTarget, for now
	assume *everything* is being run in a terminal and pausing for output.

2004-03-31  Todd Berman  <tberman@sevenl.net>

	* Makefile.am: i think this fixed nick's bug.

2004-03-28  John Luke  <jluke@cfl.rr.com>

	* Parser/Resolver.cs: comment some CWL's that were causing exceptions

2003-03-27  Todd Berman  <tberman@sevenl.net>

	* *: update parser and other things from upstream.

2003-03-26  John Luke  <jluke@cfl.rr.com>

	* CSharpBindingExecutionManager.cs: use xterm instead of
	gnome-terminal, fixes bug #53689 and also works when people
	don't have gnome-terminal installed

2004-03-22  Todd Berman  <tberman@sevenl.net>

	* Project/CSharpCompilerParameters.cs: reverse WinExe and Library in
	the enum, closing bug #55881. fix from vdaron

2004-03-21  Todd Berman  <tberman@sevenl.net>

	* Parser/Parser.cs:
	* Parser/CSharpVisitor.cs:
	* Parser/Resolver.cs:
	* Parser/TypeVisitor.cs:
	* Parser/SharpDevelopTree/Indexer.cs:
	* Parser/SharpDevelopTree/Method.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: changes to reflect brand spankin
	new parser. (from #D)
