Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2016-01-27 18:41:25 +0300
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2016-01-27 18:41:25 +0300
commit78b5521d0f9561487f1e1fd48d0bba9e1326a303 (patch)
tree2647779a07e28324613aba3c3b86df1a33e00c43 /main/src/addins/TextTemplating
parent41625dfdec4d11e505dcfadb3bd075c10401e02a (diff)
Remove outdated docs and ChangeLogs
They fill search results with irrelevant information. The docs are almost 10 years out of date, and almost none of them apply to the current code. The ChangeLogs are all in the git history, and haven't been used for 5 years.
Diffstat (limited to 'main/src/addins/TextTemplating')
-rw-r--r--main/src/addins/TextTemplating/ChangeLog9
-rw-r--r--main/src/addins/TextTemplating/Mono.TextTemplating.Tests/ChangeLog65
-rw-r--r--main/src/addins/TextTemplating/Mono.TextTemplating/ChangeLog212
-rw-r--r--main/src/addins/TextTemplating/MonoDevelop.TextTemplating/ChangeLog191
-rw-r--r--main/src/addins/TextTemplating/TextTransform/ChangeLog25
5 files changed, 0 insertions, 502 deletions
diff --git a/main/src/addins/TextTemplating/ChangeLog b/main/src/addins/TextTemplating/ChangeLog
deleted file mode 100644
index b50bf1355a..0000000000
--- a/main/src/addins/TextTemplating/ChangeLog
+++ /dev/null
@@ -1,9 +0,0 @@
-2009-08-12 Michael Hutchinson <mhutchinson@novell.com>
-
- * Makefile.am:
- * TextTransform:
- * Mono.TextTemplating:
- * Mono.TextTemplating.Tests:
- * MonoDevelop.TextTemplating: Include the ASP.NET MVC and
- TextTemplating addins in the main solution and build.
-
diff --git a/main/src/addins/TextTemplating/Mono.TextTemplating.Tests/ChangeLog b/main/src/addins/TextTemplating/Mono.TextTemplating.Tests/ChangeLog
deleted file mode 100644
index 061fc503b5..0000000000
--- a/main/src/addins/TextTemplating/Mono.TextTemplating.Tests/ChangeLog
+++ /dev/null
@@ -1,65 +0,0 @@
-2009-12-11 Michael Hutchinson <mhutchinson@novell.com>
-
- * Mono.TextTemplating.Tests.csproj: Don't local-copy nunit.
-
-2009-11-27 Olivier Dagenais <olivier.dagenais@gmail.com>
-
- * GenerationTests.cs: Make tests independent of the runtime
- they are running under by stripping the "autogenerated"
- comment (i.e. the first 9 lines).
-
-2009-10-29 Lluis Sanchez Gual <lluis@novell.com>
-
- * Mono.TextTemplating.Tests.csproj: Flush.
-
-2009-08-13 Lluis Sanchez Gual <lluis@novell.com>
-
- * DummyHost.cs: Fix windows build.
-
-2009-08-13 Michael Hutchinson <mhutchinson@novell.com>
-
- * Mono.TextTemplating.Tests.csproj: Use assembly refs for
- nunit.
-
-2009-08-12 Michael Hutchinson <mhutchinson@novell.com>
-
- * Mono.TextTemplating.Tests.csproj: Include the ASP.NET MVC
- and TextTemplating addins in the main solution and build.
-
-2009-04-13 Michael Hutchinson <mhutchinson@novell.com>
-
- * GenerationTests.cs: Add tests for Windows/Mac newlines.
-
-2009-04-03 Michael Hutchinson <mhutchinson@novell.com>
-
- * Mono.TextTemplating.Tests.csproj: Updated.
-
- * GenerationTests.cs: Add test for C# output.
-
- * ParsingTests.cs: Track dummy host name change.
-
- * DummyHost.cs: Add more functionality to dummy host.
-
-2009-03-13 Michael Hutchinson <mhutchinson@novell.com>
-
- * Mono.TextTemplating.Tests.csproj: Move output dir from
- ../bin to ../build.
-
-2009-03-13 Michael Hutchinson <mhutchinson@novell.com>
-
- * Mono.TextTemplating.Tests.csproj: Fix output directory.
-
-2009-03-12 Michael Hutchinson <mhutchinson@novell.com>
-
- * Mono.TextTemplating.Tests.csproj: Updated.
-
- * ParsingTests.cs: Add parser test.
-
- * DummyHost.cs: Dummy templating host.
-
-2009-03-12 Michael Hutchinson <mhutchinson@novell.com>
-
- * Mono.TextTemplating.Tests.csproj: Add tests.
-
- * ParsingTests.cs: Tokeniser state/value/location test.
-
diff --git a/main/src/addins/TextTemplating/Mono.TextTemplating/ChangeLog b/main/src/addins/TextTemplating/Mono.TextTemplating/ChangeLog
deleted file mode 100644
index 513777600d..0000000000
--- a/main/src/addins/TextTemplating/Mono.TextTemplating/ChangeLog
+++ /dev/null
@@ -1,212 +0,0 @@
-2010-03-15 Michael Hutchinson <mhutchinson@novell.com>
-
- * Mono.TextTemplating/TemplateGenerator.cs: Expose OutputFile
- for custom tool to access.
-
-2010-03-01 Michael Hutchinson <mhutchinson@novell.com>
-
- * Mono.TextTemplating/CrossAppDomainAssemblyResolver.cs: A
- handler for AssemblyResolve events that looks them up in the
- domain that created the resolver.
-
- * Makefile.am:
- * Mono.TextTemplating.csproj: Added file.
-
-2009-11-27 Olivier Dagenais <olivier.dagenais@gmail.com>
- * Mono.TextTemplating/ParsedTemplate.cs: Fixed a bug where the
- location of an error was being ignored.
-
-2009-11-27 Olivier Dagenais <olivier.dagenais@gmail.com>
-
- * Mono.TextTemplating/TemplatingEngine.cs: Mark the generated
- type as partial.
-
-2009-11-25 Michael Hutchinson <mhutchinson@novell.com>
-
- * Mono.TextTemplating/ParsedTemplate.cs: Don't check if
- included file exists before trying to resolve it from the
- host, because host may use include paths. Patch from Aaron
- Bockover.
-
-2009-08-17 Michael Hutchinson <mhutchinson@novell.com>
-
- * Mono.TextTemplating/TemplatingEngine.cs: Fix NRE when
- template fails to compile.
-
-2009-08-12 Michael Hutchinson <mhutchinson@novell.com>
-
- * Makefile.am:
- * Mono.TextTemplating.csproj: Include the ASP.NET MVC and
- TextTemplating addins in the main solution and build.
-
-2009-08-11 Michael Hutchinson <mhutchinson@novell.com>
-
- * Mono.TextTemplating.csproj:
- * Mono.TextTemplating/ParsedTemplate.cs:
- * Mono.TextTemplating/CompiledTemplate.cs:
- * Mono.TextTemplating/TemplatingEngine.cs:
- * Mono.TextTemplating/TemplateGenerator.cs:
- * Mono.TextTemplating/IExtendedTextTemplatingEngineHost.cs:
- Add support for caching compiled templates, and a couple of
- bugfixes. Patch from Nathan Baulch
- (nathan.baulch@gmail.com).
-
-2009-06-25 Michael Hutchinson <mhutchinson@novell.com>
-
- * Mono.TextTemplating/TemplatingEngine.cs: Handle expressions
- and content in helpers, based on patch from Nathan Baulch.
- Liberally add C# 3 sugar to neaten up CodeDOM usage.
-
-2009-06-25 Michael Hutchinson <mhutchinson@novell.com>
-
- * Mono.TextTemplating/TemplateGenerator.cs: Added overload for
- Process template that uses input/output strings directly,
- avoiding file read/write. Expose engine to subclasses.
-
- * Mono.TextTemplating/Tokeniser.cs: Remove outdated TODO.
-
-2009-04-13 Michael Hutchinson <mhutchinson@novell.com>
-
- * Microsoft.VisualStudio.TextTemplating/ToStringHelper.cs: Use
- IConvertible.ToString (formatProvider) when possible.
-
- Thanks to Stuart Carnie for this patch.
-
-2009-04-13 Michael Hutchinson <mhutchinson@novell.com>
-
- * Mono.TextTemplating/Tokeniser.cs: Add support for Mac and
- Windows newlines.
-
- * Mono.TextTemplating/TemplatingEngine.cs: Keep temp files
- when in debug mode, so that the generated code can be
- debugged.
-
- * Mono.TextTemplating/ParsedTemplate.cs: Fixes for csc
- compilation.
-
- Thanks to Stuart Carnie for this patch.
-
-2009-04-03 Michael Hutchinson <mhutchinson@novell.com>
-
- * Mono.TextTemplating.csproj:
- * Mono.TextTemplating/TemplatingEngine.cs:
- * Mono.TextTemplating/TemplateSettings.cs:
- * Microsoft.VisualStudio.TextTemplating/Engine.cs: Move the
- real engine into the Mono.TextTemplating namespace and
- expose helper methods so that they can be tested.
-
-2009-03-13 Michael Hutchinson <mhutchinson@novell.com>
-
- * Mono.TextTemplating.csproj: Move output dir from ../bin to
- ../build.
-
-2009-03-12 Michael Hutchinson <mhutchinson@novell.com>
-
- * Mono.TextTemplating/Tokeniser.cs: Tweaked location of next
- state after directive.
-
-2009-03-12 Michael Hutchinson <mhutchinson@novell.com>
-
- * Mono.TextTemplating/Tokeniser.cs: Location tweaks within
- directives.
-
- * Mono.TextTemplating/ParsedTemplate.cs: Make Location
- equatable.
-
-2009-03-10 Michael Hutchinson <mhutchinson@novell.com>
-
- * Mono.TextTemplating/Tokeniser.cs:
- * Mono.TextTemplating/ParsedTemplate.cs: Fix end location
- capture after newline handling changes.
-
-2009-03-10 Michael Hutchinson <mhutchinson@novell.com>
-
- * Mono.TextTemplating/Tokeniser.cs:
- * Microsoft.VisualStudio.TextTemplating/Engine.cs: Match T4's
- newline handling.
-
-2009-03-10 Michael Hutchinson <mhutchinson@novell.com>
-
- * Mono.TextTemplating/ParsedTemplate.cs: Fix logic that
- prevented adding directives.
-
-2009-03-09 Michael Hutchinson <mhutchinson@novell.com>
-
- * Mono.TextTemplating/Tokeniser.cs:
- * Mono.TextTemplating/ParsedTemplate.cs: More accurate
- location captures. Capture start of tags as well as start of
- content.
-
-2009-03-09 Michael Hutchinson <mhutchinson@novell.com>
-
- * Mono.TextTemplating/TemplateGenerator.cs: Report exceptions
- in errors.
-
- * Mono.TextTemplating/Tokeniser.cs: Make API public.
-
- * Mono.TextTemplating/ParsedTemplate.cs: Unify segment types.
- Track end locations. Make API public. Allow parsing without
- includes.
-
- * Microsoft.VisualStudio.TextTemplating/Engine.cs: Track
- location API.
-
-2009-03-06 Michael Hutchinson <mhutchinson@novell.com>
-
- * Mono.TextTemplating/TemplateGenerator.cs: Fix
- SetFileExtension.
-
- * Microsoft.VisualStudio.TextTemplating/Engine.cs: Capture
- hostspecific attribute from template directive.
-
-2009-03-05 Michael Hutchinson <mhutchinson@novell.com>
-
- * Mono.TextTemplating/TemplateGenerator.cs: Fix output
- extension changing.
-
- * Mono.TextTemplating/Tokeniser.cs: Fix helper regions.
-
-2009-03-05 Michael Hutchinson <mhutchinson@novell.com>
-
- * Mono.TextTemplating.csproj: Updated.
-
- * Mono.TextTemplating/TemplateGenerator.cs: Simple template
- host implementation. Doesn't handle everything yet.
-
- * Mono.TextTemplating/Tokeniser.cs: Fix a number of offset
- issues that broke most captures. Only allow EOF in content
- regions, and in this case capture the last content. Track
- current column, for error reporting.
-
- * Mono.TextTemplating/ParsedTemplate.cs: Overhaul location
- tracking for error reporting. Don't record empty segments.
-
- * Microsoft.VisualStudio.TextTemplating/Engine.cs: Use run
- method instead of runner, since the whole thing's done in
- the appdomain now. Catch errors from the runner. Use host's
- default assemblies and imports. Track ParsedTemplate error
- reporting changes. Filter out content regions with only a
- single newline.
-
- * Microsoft.VisualStudio.TextTemplating/ToStringHelper.cs:
- Don't cache delegates; this won't work for instances. Maybe
- IL generation is called for.
-
-2009-03-04 Michael Hutchinson <mhutchinson@novell.com>
-
- * AssemblyInfo.cs:
- * Mono.TextTemplating:
- * Mono.TextTemplating.csproj:
- * Mono.TextTemplating/Tokeniser.cs:
- * Microsoft.VisualStudio.TextTemplating:
- * Mono.TextTemplating/ParsedTemplate.cs:
- * Microsoft.VisualStudio.TextTemplating/Engine.cs:
- * Microsoft.VisualStudio.TextTemplating/ToStringHelper.cs:
- * Microsoft.VisualStudio.TextTemplating/DirectiveProcessor.cs:
- * Microsoft.VisualStudio.TextTemplating/TextTransformation.cs:
- * Microsoft.VisualStudio.TextTemplating/ITextTemplatingEngineHost.cs:
- * Microsoft.VisualStudio.TextTemplating/DirectiveProcessorException.cs:
- * Microsoft.VisualStudio.TextTemplating/RequiresProvidesDirectiveProcessor.cs:
- Move T4 implementation to its own assembly. Tweak some
- appdomain stuff.
-
diff --git a/main/src/addins/TextTemplating/MonoDevelop.TextTemplating/ChangeLog b/main/src/addins/TextTemplating/MonoDevelop.TextTemplating/ChangeLog
deleted file mode 100644
index 64bfcdfeac..0000000000
--- a/main/src/addins/TextTemplating/MonoDevelop.TextTemplating/ChangeLog
+++ /dev/null
@@ -1,191 +0,0 @@
-2010-07-20 Mike Krüger <mkrueger@novell.com>
-
- * Makefile.am:
- * MonoDevelop.TextTemplating.csproj: Added reference to
- mono.texteditor to allows windows builds.
-
-2010-07-18 Mike Krüger <mkrueger@novell.com>
-
- * Gui/T4EditorExtension.cs: Track API changes.
-
-2010-07-13 Michael Hutchinson <mhutchinson@novell.com>
-
- * T4SyntaxMode.xml: Added styles for templated regions in
- files, e.g. ASP.NET and T4.
-
-2010-07-12 Michael Hutchinson <mhutchinson@novell.com>
-
- * Parser/T4Parser.cs:
- * MonoDevelop.TextTemplating.addin.xml: Track
- ProjectDomService/Parser API.
-
-2010-06-01 Michael Hutchinson <mhutchinson@novell.com>
-
- * TextTemplatingTool.cs: Make ThreadAsyncOperation public.
-
-2010-05-25 Michael Hutchinson <mhutchinson@novell.com>
-
- * TextTemplatingService.cs: Allow RecyclableAppDomain to
- resolve assemblies from MD appdomain. Should fix issues
- running ASP.NET MVC templates.
-
-2010-05-06 Mike Krüger <mkrueger@novell.com>
-
- * Makefile.am:
- * MonoDevelop.TextTemplating.csproj: Added missing core
- reference (required for System.Action).
-
-2010-05-04 Michael Hutchinson <mhutchinson@novell.com>
-
- * TextTemplatingTool.cs: Make cancellable, so bad user code
- can be aborted.
-
-2010-04-21 Michael Hutchinson <mhutchinson@novell.com>
-
- * Gui/T4EditorExtension.cs: Free up wasted space between
- scrollbars and treeview contents.
-
-2010-03-22 Lluis Sanchez Gual <lluis@novell.com>
-
- * AssemblyInfo.cs:
- * MonoDevelop.TextTemplating.addin.xml: Bumped MD version.
-
-2010-03-17 Lluis Sanchez Gual <lluis@novell.com>
-
- * Makefile.am:
- * Gui/T4EditorExtension.cs:
- * MonoDevelop.TextTemplating.csproj:
- * MonoDevelop.TextTemplating.addin.xml: Merged MD.Projects
- into MD.Core, and MD.Projects.Gui, MD.Core.Gui and
- MD.Components into MD.Ide.
-
-2010-03-15 Michael Hutchinson <mhutchinson@novell.com>
-
- * TextTemplatingTool.cs: Remove dead code.
-
-2010-03-15 Michael Hutchinson <mhutchinson@novell.com>
-
- * TextTemplatingService.cs: Added shared templating appdomain.
-
- * TextTemplatingTool.cs: Added text templating tool.
-
- * Templates:
- * Templates/T4TemplateCSharp.xft.xml:
- * MonoDevelop.TextTemplating.addin.xml: Added T4 template.
-
- * Makefile.am:
- * MonoDevelop.TextTemplating.csproj: Updated.
-
-2010-02-16 Lluis Sanchez Gual <lluis@novell.com>
-
- * Gui/T4EditorExtension.cs: File extensions are now declared
- in the node metadata.
-
- * MonoDevelop.TextTemplating.addin.xml: Added some conditions
- to avoid early loading of extensions.
-
-2009-10-30 Lluis Sanchez Gual <lluis@novell.com>
-
- * AssemblyInfo.cs:
- * MonoDevelop.TextTemplating.addin.xml: Bump MD version.
-
-2009-10-08 Ankit Jain <jankit@novell.com>
-
- * MonoDevelop.TextTemplating.csproj: Mark *-sharp references
- with SpecificVersion=false. Import md.targets .
-
-2009-10-07 Lluis Sanchez Gual <lluis@novell.com>
-
- * AssemblyInfo.cs:
- * MonoDevelop.TextTemplating.addin.xml: Bump MD version.
-
-2009-09-12 Mike Krüger <mkrueger@novell.com>
-
- * Gui/T4EditorExtension.cs: Track API changes.
-
-2009-08-26 Lluis Sanchez Gual <lluis@novell.com>
-
- * MonoDevelop.TextTemplating.csproj: Updated dependencies. We
- now depend on gtk# 2.12.8, Mono 2.4, and Mono.Addins 0.4.
-
-2009-08-20 Michael Hutchinson <mhutchinson@novell.com>
-
- * AssemblyInfo.cs: Update assembly info.
-
- * MonoDevelop.TextTemplating.addin.xml: Typo.
-
-2009-08-19 Lluis Sanchez Gual <lluis@novell.com>
-
- * MonoDevelop.TextTemplating.csproj: Don't local copy
- MD.Components.
-
-2009-08-14 Lluis Sanchez Gual <lluis@novell.com>
-
- * Makefile.am:
- * MonoDevelop.TextTemplating.csproj: Fix build on windows.
-
-2009-08-12 Michael Hutchinson <mhutchinson@novell.com>
-
- * MonoDevelop.TextTemplating.csproj: Don't local-copy project
- refs.
-
-2009-08-12 Michael Hutchinson <mhutchinson@novell.com>
-
- * Makefile.am:
- * MonoDevelop.TextTemplating.csproj: Include the ASP.NET MVC
- and TextTemplating addins in the main solution and build.
-
-2009-08-11 Michael Hutchinson <mhutchinson@novell.com>
-
- * TextTemplatingService.cs: Track task service API.
-
-2009-04-15 Lluis Sanchez Gual <lluis@novell.com>
-
- * MonoDevelop.TextTemplating.addin.xml: Bump MD version.
-
-2009-04-09 Michael Hutchinson <mhutchinson@novell.com>
-
- * Parser/T4Parser.cs: Track parser API.
-
-2009-04-02 Michael Hutchinson <mhutchinson@novell.com>
-
- * MonoDevelop.TextTemplating.addin.xml: Fix refs.
-
-2009-03-13 Michael Hutchinson <mhutchinson@novell.com>
-
- * MonoDevelop.TextTemplating.csproj: Move output dir from
- ../bin to ../build.
-
-2009-03-12 Michael Hutchinson <mhutchinson@novell.com>
-
- * Gui/T4EditorExtension.cs: Fix warning.
-
- * TextTemplatingService.cs:
- * MonoDevelop.TextTemplating.csproj: Added new
- TextTemplatingService.
-
-2009-03-10 Michael Hutchinson <mhutchinson@novell.com>
-
- * Gui:
- * Gui/T4EditorExtension.cs:
- * MonoDevelop.TextTemplating.csproj:
- * MonoDevelop.TextTemplating.addin.xml: Add T4 editor
- extension with outlining.
-
-2009-03-09 Michael Hutchinson <mhutchinson@novell.com>
-
- * Parser/T4ParsedDocument.cs: More concise fold markers. Use
- new tag start position info.
-
-2009-03-09 Michael Hutchinson <mhutchinson@novell.com>
-
- * .:
- * Parser:
- * AssemblyInfo.cs:
- * T4SyntaxMode.xml:
- * Parser/T4Parser.cs:
- * Parser/T4ParsedDocument.cs:
- * MonoDevelop.TextTemplating.csproj:
- * MonoDevelop.TextTemplating.addin.xml: Added new
- TextTemplating addin.
-
diff --git a/main/src/addins/TextTemplating/TextTransform/ChangeLog b/main/src/addins/TextTemplating/TextTransform/ChangeLog
deleted file mode 100644
index 08db48eca0..0000000000
--- a/main/src/addins/TextTemplating/TextTransform/ChangeLog
+++ /dev/null
@@ -1,25 +0,0 @@
-2009-08-12 Michael Hutchinson <mhutchinson@novell.com>
-
- * Makefile.am:
- * TextTransform.csproj: Include the ASP.NET MVC and
- TextTemplating addins in the main solution and build.
-
-2009-03-13 Michael Hutchinson <mhutchinson@novell.com>
-
- * TextTransform.csproj: Move output dir from ../bin to
- ../build.
-
-2009-03-05 Michael Hutchinson <mhutchinson@novell.com>
-
- * TextTransform.csproj: Updated.
-
- * TextTransform.cs: Complete the runner implementation.
-
-2009-03-04 Michael Hutchinson <mhutchinson@novell.com>
-
- * Options.cs:
- * AssemblyInfo.cs:
- * TextTransform.cs:
- * TextTransform.csproj: Stub out the command-line
- TextTransform tool.
-