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

ChangeLog « Samples - github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 325f8d9cc4a359c62230b551bde05f7f2d569118 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
2008-11-10  Lluis Sanchez Gual  <lluis@novell.com>

	* TextEditor/Makefile.am:
	* TextEditorLib/Makefile.am:
	* WriterService/Makefile.am:
	* TextEditor.Xml/Makefile.am:
	* WriterServiceHost/Makefile.am:
	* TextEditor.CompilerService/Makefile.am:
	* WriterService.SampleExtender/Makefile.am:
	* TextEditor.CompilerService.CSharp/Makefile.am: Fix building with
	parallel make jobs (-j8). Fixes bug #443206. Patch by Diego Pettenò.

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

	* Samples.mds: More project file fixes.

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

	* TextEditor.CompilerService.CSharp/TextEditor.CompilerService.CSharp.csproj,
	  TextEditor.CompilerService/TextEditor.CompilerService.csproj,
	  TextEditor.Xml/TextEditor.Xml.csproj, TextEditor/TextEditor.csproj,
	  TextEditorLib/TextEditorLib.csproj,
	  WriterService.SampleExtender/WriterService.SampleExtender.csproj,
	  WriterService/WriterService.csproj,
	  WriterServiceHost/WriterServiceHost.csproj,
	  WriterServiceHost/WriterServiceHost.mdp,
	  WriterService/WriterService.mdp,
	  TextEditor.CompilerService.CSharp/TextEditor.CompilerService.CSharp.mdp,
	  TextEditor.CompilerService/TextEditor.CompilerService.mdp,
	  WriterService.SampleExtender/WriterService.SampleExtender.mdp,
	  TextEditorLib/TextEditorLib.mdp, TextEditor/TextEditor.mdp,
	  TextEditor.Xml/TextEditor.Xml.mdp: Use msbuild file format for
	  projects. Removed the old MD1 projects.

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

	* TextEditorLib/TextEditorLib.mdp,
	  TextEditor.CompilerService/TextEditor.CompilerService.mdp,
	  TextEditor.Xml/TextEditor.Xml.mdp, TextEditor/TextEditor.mdp: Flush.

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

	* TextEditor.CompilerService/MyClass.cs,
	  TextEditor.CompilerService/TextEditor.CompilerService.mdp,
	  TextEditor.CompilerService/Makefile.am, TextEditor.Xml/MyClass.cs:
	  Removed unused MyClass file.
	* TextEditor.CompilerService/TextEditor.CompilerService.csproj,
	  TextEditor.CompilerService.CSharp/TextEditor.CompilerService.CSharp.csproj,
	  TextEditor.Xml/TextEditor.Xml.csproj, TextEditor/TextEditor.csproj,
	  TextEditorLib/TextEditorLib.csproj,
	  WriterService.SampleExtender/WriterService.SampleExtender.csproj,
	  WriterService/WriterService.csproj,
	  WriterServiceHost/WriterServiceHost.csproj: Updated VS solution files.
	  Patch by Andrés G. Aragoneses.

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

	* TextEditorLib/TextEditorLib.mdp: Update.
	* TextEditorLib/gtk-gui/MainWindow.cs, TextEditorLib/gtk-gui/generated.cs:
	  Regenerated.
	* TextEditorLib/Makefile.am: Remove undeeded reference. Patch by Ben
	  Motmans.

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

	* TextEditorLib/gtk-gui/gui.stetic,
	  TextEditor.CompilerService/TextEditor.CompilerService.mdp,
	  TextEditor.Xml/TextEditor.Xml.mdp,
	  WriterServiceHost/WriterServiceHost.mdp,
	  WriterService.SampleExtender/WriterService.SampleExtender.mdp,
	  WriterService/WriterService.mdp: Flush.

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

	* Samples.mds,
	  TextEditor.CompilerService.CSharp/TextEditor.CompilerService.CSharp.mdp,
	  TextEditor.CompilerService/TextEditor.CompilerService.mdp,
	  TextEditor.Xml/TextEditor.Xml.mdp, TextEditor/TextEditor.mdp,
	  TextEditorLib/TextEditorLib.mdp,
	  WriterService.SampleExtender/WriterService.SampleExtender.mdp,
	  WriterService/WriterService.mdp,
	  WriterServiceHost/WriterServiceHost.mdp: Update paths.

2007-10-18  Lluis Sanchez Gual <lluis@novell.com> 

	* TextEditor/Main.cs: Get ready for 0.3 release.

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

	* TextEditorLib/TextEditorLib.mdp,
	  TextEditor.CompilerService/TextEditor.CompilerService.mdp,
	  TextEditor.CompilerService/Makefile.am,
	  TextEditor.Xml/TextEditor.Xml.mdp, TextEditor.Xml/Makefile.am,
	  TextEditor/Makefile.am, TextEditor/TextEditor.mdp,
	  WriterServiceHost/Makefile.am,
	  WriterServiceHost/WriterServiceHost.mdp,
	  WriterService.SampleExtender/WriterService.SampleExtender.mdp,
	  WriterService/WriterService.mdp: Makefile and project file fixes.
	* TextEditorLib/gtk-gui/MainWindow.cs: Updated.

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

	* TextEditorLib/MainWindow.cs, TextEditorLib/gtk-gui/MainWindow.cs,
	  TextEditorLib/gtk-gui/gui.stetic: Updated.
	* TextEditorLib/TextEditorLib.mdp, TextEditorLib/Makefile.am,
	  TextEditor.CompilerService.CSharp/TextEditor.CompilerService.CSharp.mdp,
	  TextEditor.CompilerService.CSharp/Makefile.am,
	  TextEditor.CompilerService/TextEditor.CompilerService.mdp,
	  TextEditor.CompilerService/Makefile.am,
	  TextEditor.Xml/TextEditor.Xml.mdp, TextEditor.Xml/Makefile.am,
	  TextEditor/Makefile.am, TextEditor/TextEditor.mdp,
	  WriterServiceHost/WriterServiceHost.mdp,
	  WriterService.SampleExtender/Makefile.am,
	  WriterService.SampleExtender/WriterService.SampleExtender.mdp,
	  WriterService/Makefile.am, WriterService/WriterService.mdp: Enabled
	  makefile synchronization.

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

	* TextEditorLib/MainWindow.cs: Track changes in the templates extension
	  point.

2007-03-28  Lluis Sanchez Gual <lluis@novell.com> 

	* TextEditor/Main.cs: Improved error reporting.

2007-03-23  Lluis Sanchez Gual <lluis@novell.com> 

	Added build files.