~ubuntu-branches/ubuntu/natty/monodevelop/natty

« back to all changes in this revision

Viewing changes to src/addins/VBNetBinding/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ebner
  • Date: 2008-03-29 23:36:33 UTC
  • mto: (1.5.1 sid)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: james.westby@ubuntu.com-20080329233633-l550uuwvfh1e68at
Tags: upstream-1.0+dfsg
ImportĀ upstreamĀ versionĀ 1.0+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2008-03-06  Lluis Sanchez Gual <lluis@novell.com> 
 
2
 
 
3
        * VBNetBinding.addin.xml: Bump version to 1.0. Yay!
 
4
 
 
5
2008-01-25  Lluis Sanchez Gual <lluis@novell.com> 
 
6
 
 
7
        * VBNetBinding.addin.xml: Update MD version.
 
8
 
 
9
2008-01-23  Lluis Sanchez Gual <lluis@novell.com> 
 
10
 
 
11
        * Gui/CodeGenerationPanel.cs: Ensure we don't create subclasses of classes
 
12
          with private fields bound by glade#. It would not work due to bug
 
13
          355228.
 
14
 
 
15
2008-01-15  Michael Hutchinson <mhutchinson@novell.com> 
 
16
 
 
17
        * templates/EmptyVBFile.xft.xml, templates/EmptyVBProject.xpt.xml,
 
18
          templates/AssemblyInfo.xft.xml, templates/VBGtkSharp2Project.xpt.xml,
 
19
          templates/VBConsoleApplicationProject.xpt.xml: Make template categories
 
20
          translatable.
 
21
 
 
22
2008-01-03  Michael Hutchinson <mhutchinson@novell.com> 
 
23
 
 
24
        * VBBindingCompilerServices.cs: Update the compiler output parsing regex to
 
25
          handle all vbnc errors and correctly extract file and position info when
 
26
          present.
 
27
 
 
28
2008-01-02  Michael Hutchinson <mhutchinson@novell.com> 
 
29
 
 
30
        * Parser/Parser.cs: Merge some code from C# binding so that VB parser
 
31
          actually tags classes with the filename in which they're defined. Fixes
 
32
          CodeBehind grouping and double-clicking on items in the class pad.
 
33
 
 
34
2008-01-02  Michael Hutchinson <mhutchinson@novell.com> 
 
35
 
 
36
        * VBNetBinding.mdp, Makefile.am, VBLanguageBinding.cs, VBCodeGenerator.cs:
 
37
          Import VB.NET CodeDOM generator from Mono to get partial class support
 
38
          and keyword escaping support.
 
39
 
 
40
2007-12-31  Michael Hutchinson <mhutchinson@novell.com> 
 
41
 
 
42
        * VBNetBinding.addin.xml, VBNetBinding.mdp, templates/AssemblyInfo.xft.xml,
 
43
          Makefile.am: Add AssemblyInfo template.
 
44
        * templates/EmptyVBFile.xft.xml: Use standard header.
 
45
        * templates/VBGtkSharp2Project.xpt.xml,
 
46
          templates/VBConsoleApplicationProject.xpt.xml: Use standard headers and
 
47
          AssemblyInfo template.
 
48
 
 
49
2007-12-31  Michael Hutchinson <mhutchinson@novell.com> 
 
50
 
 
51
        * VBBindingCompilerServices.cs: Use WaitForOutput instead of WaitForExit to
 
52
          make sure we get all of the output, or the output-collecting thread can
 
53
          sometimes try to write to the StringWriter after it's disposed, and
 
54
          crash the IDE.  Also tidy up code.
 
55
        * Makefile.am: Updated.
 
56
        * VBLanguageBinding.cs: We don't support the 1.1 profile for VB, so remove
 
57
          it.
 
58
 
 
59
2007-12-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
 
60
 
 
61
        * VBNetBinding.addin.xml: Remove Gtk# 1.0 template. Add the
 
62
          RuntimeOptionsPanel so that projects can change their clr version.
 
63
        * templates/VBGtkSharpProject.xpt.xml, Makefile.am: Remove Gtk# 1.0
 
64
          template.
 
65
        * VBLanguageBinding.cs: Add support for 2.0 clr versions.
 
66
 
1
67
2007-12-13  Lluis Sanchez Gual <lluis@novell.com> 
2
68
 
3
69
        * Gui/CodeGenerationPanel.cs: Fix warning.