~ubuntu-branches/ubuntu/oneiric/monodevelop/oneiric

« back to all changes in this revision

Viewing changes to src/addins/TextTemplating/MonoDevelop.TextTemplating/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2011-06-27 17:03:13 UTC
  • mto: (1.8.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: james.westby@ubuntu.com-20110627170313-6cvz3s19x6e9hqe9
Import upstream version 2.5.92+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2010-07-20  Mike Krüger  <mkrueger@novell.com>
 
2
 
 
3
        * Makefile.am:
 
4
        * MonoDevelop.TextTemplating.csproj: Added reference to
 
5
          mono.texteditor to allows windows builds.
 
6
 
 
7
2010-07-18  Mike Krüger  <mkrueger@novell.com>
 
8
 
 
9
        * Gui/T4EditorExtension.cs: Track API changes.
 
10
 
 
11
2010-07-13  Michael Hutchinson  <mhutchinson@novell.com>
 
12
 
 
13
        * T4SyntaxMode.xml: Added styles for templated regions in
 
14
          files, e.g. ASP.NET and T4.
 
15
 
 
16
2010-07-12  Michael Hutchinson  <mhutchinson@novell.com>
 
17
 
 
18
        * Parser/T4Parser.cs:
 
19
        * MonoDevelop.TextTemplating.addin.xml: Track
 
20
          ProjectDomService/Parser API.
 
21
 
1
22
2010-06-01  Michael Hutchinson  <mhutchinson@novell.com>
2
23
 
3
24
        * TextTemplatingTool.cs: Make ThreadAsyncOperation public.