File: ChangeLog

package info (click to toggle)
prj2make-sharp 0.95-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,584 kB
  • ctags: 467
  • sloc: sh: 7,845; cs: 2,592; makefile: 128
file content (247 lines) | stat: -rw-r--r-- 8,865 bytes parent folder | download
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
2004-06-11  Francisco "Paco" Martinez <paco@mfcon.com>

	* configure.in, prj2make-sharp.spec, src/cui/AssemblyInfo.cs, src/gui/AssemblyInfo.cs, src/gui/MainFRM.cs:
	Update version info for Mono Beta 3

	* src/MdPrjHelper.cs, src/MsPrjHelper.cs, src/PrjxInfo.cs, src/cui/Makefile.am, src/gui/Makefile.am, src/pkgconfiginvoker.cs, src/prj2make-sharp-gtk.prjx, src/prj2make-sharp.csproj, src/prj2make-sharp.prjx:
	Add support for LIBS variable in Makefiles for both VS Solutions and MD Solutions using the PkgConfigInvoker along with support for the unsafe code in MonoDevelop solutions.

2004-06-10  Francisco "Paco" Martinez <paco@mfcon.com>

	* src/PrjxInfo.cs: Resource string fix by Peter Johanson

2004-06-09  Francisco "Paco" Martinez <paco@mfcon.com>

	* ChangeLog, ReleaseNotes.txt, configure.in, prj2make-sharp.spec, src/cui/AssemblyInfo.cs, src/gui/AssemblyInfo.cs, src/gui/MainFRM.cs:
	Updating version information and build related files

	* doc/schemas/sharp_d_prjx.xsd, src/sharp_d_prjx.cs:
	Included 'Nothing' as one of the BuildActions in the prjx schema definition

2004-06-09  Francisco "Paco" Martinez <paco@mfcon.com>
	
	Addition of the 'Nothing' BuildAction or MonoDevelop prjx files
	
	Files changed:
	* src/MdPrjHelper.cs
	* src/sharp_d_prjx.cs
	* doc/schema/sharp_d_prjx.xsd

	
	Files added:
	* do_rpms_suse.sh

2004-06-06  Francisco "Paco" Martinez <paco@mfcon.com>
	
	Files changed:
	* MsPrjHelper.cs -- pkg-config invocation for -lib:
	* MdPrjHelper.cs -- pkg-config invocation for -lib:
	
	Files added:
	* do_rpms_suse.sh

2004-05-31  Francisco "Paco" Martinez <paco@mfcon.com>
	
	changes for better handeling migrations from csproj to prjx

	Files changed:
	* MsPrjHelper.cs -- corrections to better support the import of
	items with a buildaction of "content" into prjx files to avoid
	bug.  It use to try to compile such files
	* cui/AssemblyInfo.cs -- Update version information
	* gui/AssemblyInfo.cs -- Update version information
	* gui/MainFRM.cs -- Update version information
	* configure.in -- used in the auto tools build system
	* Makefile.am --  used in the auto tools build system

	Files added:
	* doc/Makefile.am --  used in the auto tools build system
	* doc/schema/Makefile.am --  used in the auto tools build system


2004-05-14  Francisco "Paco" Martinez <paco@mfcon.com>
	
	Major directory structure changes and new build system

	Files changed:
	* cui/AssemblyInfo.cs -- Update version information
	* gui/AssemblyInfo.cs -- Update version information
	* gui/MainFRM.cs -- Update version information

	Files added:
	* AUTORS -- describes the authors
	* prj2make-sharp.spec -- use in RPM creation process
	* configure.in -- used in the auto tools build system
	* Makefile.am --  used in the auto tools build system
	* src/Makefile.am --  used in the auto tools build system
	* src/cui/Makefile.am --  used in the auto tools build system
	* src/gui/Makefile.am --  used in the auto tools build system


2004-04-26  Francisco "Paco" Martinez <paco@mfcon.com>

	Emergency bug fix	
	Files changed:
	* cui/Main.cs -- Corrected a logical error in the handling of the --csproj2prjx parameter 
	* cui/AssemblyInfo.cs -- Update version information
	* gui/AssemblyInfo.cs -- Update version information



2004-04-25  Francisco "Paco" Martinez <paco@mfcon.com>

	Added new support in the console version of prj2make-sharp for generation of 
	cmbx and prjx files from sln and csproj files
	Files changed:
	* MsPrjHelper.cs -- Added new support to create cmbx form slns
	* PrjHelper.cs -- Moved all of the prjx creation into MsPrjHelper
	* cui/MainMod.cs -- Added new support to create cmbx form slns
	* cui/MainOpts.cs -- Change the verbose description for the --csproj2prjx parameter 
	* cui/AssemblyInfo.cs -- Update version information
	* gui/AssemblyInfo.cs -- Update version information
	* gui/MainFRM.cs -- Update version information

2004-04-20  Francisco "Paco" Martinez <paco@mfcon.com>

	Changes to correct bug [#488] -- pi2.makename_ext ends up being Null
	Also added the preliminary capability to create prjx from csproj
	Files changed:
	* cui/AssemblyInfo.cs -- Update version information
	* gui/AssemblyInfo.cs -- Update version information
	* gui/MainFRM.cs -- Update version information

	Files Added:
	* sln2make/README -- Explanation and background
	* ReleaseNotes.txt -- Initial induction


2004-04-20  Francisco "Paco" Martinez <paco@mfcon.com>

	Changes to correct bug [#488] -- pi2.makename_ext ends up being Null
	Also added the preliminary capability to create prjx from csproj
	Files changed:
	* cui/AssemblyInfo.cs -- Updated version information
	* schemas/csproj_ver2003.xsd
	* csproj_ver2003.cs
	* PrjHelper.cs	 -- preliminary capability to create prjx from csproj
	* MdPrjHelper.cs -- Changes to correct bug [#488]

	Files Added:
	* prj2make-sharp.sln -- useful for debuging in Visual Studion
	* prj2make-sharp.csproj -- useful for debuging in Visual Studion
	* sln2make/sln2make.cs -- Inspirational work

2004-04-18  Francisco "Paco" Martinez <paco@mfcon.com>

	Changes to better abstract and beautify the code modules in
	the project
	Files changed:
	* cui/AssemblyInfo.cs -- Updated version information
	* gui/AssemblyInfo.cs -- Updated version information
	* gui/MainFRM.cs -- Updated version information


2004-04-17  Francisco "Paco" Martinez <paco@mfcon.com>

	Changes to better abstract and beautify the code modules in
	the project
	Files changed:
	* MdPrjHelper.cs -- decoupled the the Project information class and put it on its own file,
						renamed the Maker class to a vendor related class make
	* MsPrjHelper.cs -- decoupled the the Project information class and put it on its own file
						renamed the Maker class to a vendor related class make
	* PrjHelper.cs	 -- Change the MakerMain function to adjust to the class renaming above
	* csproj_ver2003.cs -- Regenerated the class to reflect changes in the schemas/csproj_ver2003.xsd
	* schemas/csproj_ver2003.xsd -- Changed the file subtype enumeration to a string
	* prj2make-sharp.prjx	 -- Add the files CsprojInfo.cs, PrjxInfo.cs and csproj_ver2003.cs
	* prj2make-sharp-gtk.prjx	 -- Add the files CsprojInfo.cs, PrjxInfo.cs and csproj_ver2003.cs
	* Makefile	 -- Add the files CsprojInfo.cs, PrjxInfo.cs and csproj_ver2003.cs
	* Makefile.Win32	 -- Add the files CsprojInfo.cs, PrjxInfo.cs and csproj_ver2003.cs
	* INSTALL.txt -- added nmake instructions for building
	* README.txt -- updated content


	Files added:
	* CsprojInfo.cs	 -- Serve as a new home for the vendor related project info class
	* PrjxInfo.cs	 -- Serve as a new home for the vendor related project info class
	* prj2makecon.bak
	* prj2makewin.bak


2004-04-16  Francisco "Paco" Martinez <paco@mfcon.com>

	Files changed:
	* MsPrjHelper.cs -- added the function to load the object graph for the
					    csproj based on the csproj_ver2003.xsd

2004-04-15  Francisco "Paco" Martinez <paco@mfcon.com>

	Files changed:
	* MsPrjHelper.cs -- fix for for bug #486 "escape spaces in file names"
	* MdPrjHelper.cs -- fix for for bug #486 "escape spaces in file names"
	* Makefile.Win32 -- got rid of quotes around the @echo off on windows batchfiles
	and renamed the install target output batch files

	Files added:
	* csproj_ver2003.cs

2004-04-11  Francisco "Paco" Martinez <paco@mfcon.com>

	First cut at Makefile generation from
	MonoDevelop cmbx files

	Files changed:
	* cui/AssemblyInfo.cs -- update version info
	* gui/AssemblyInfo.cs -- update version info
	* gui/MainFRM.cs -- update version info in About box
	* sharp_d_cmbx.xsd
	* sharp_d_cmbx.cs
	* MdPrjHelper.cs
	* PrjHelper.cs
	* Makefile -- corrected error in install target
	* Makefile.Win32 -- added support for command line arguments
	and renamed the install target output batch files

	Files added:
	* ReleaseNotes.txt -- comments on the release

2004-04-10  Francisco "Paco" Martinez <paco@mfcon.com>

	Changes to decouple the MsPrjHelper and
	the first cut at Makefile generation from
	MonoDevelop prjx files
	Files added:
	* MdPrjHelper.cs
	* sharp_d_cmbx.cs
	* sharp_d_cmbx.xsd
	* sharp_d_prjx.cs
	* sharp_d_prjx.xsd

	Files changed:
	* Makefile
	* Makefile.Win32
	* MsPrjHelper.cs
	* prj2make-sharp.cmbx
	* prj2make-sharp-gtk.prjx
	* prj2make-sharp.prjx


2004-04-03  Francisco "Paco" Martinez <paco@mfcon.com>

	Mayor changes in the structure of the project to
	acomodate for a gui and cui versions of the app.

	* The sub directories cui and gui were created.
	* Introduced command line options for both UIs
	* Makefile -- now builds prj2make-sharp.exe (cui) and
	  prj2make-sharp-gtk.exe
	* Makefile.Win32 -- now builds prj2make-sharp.exe (cui) and
	  prj2make-sharp-gtk.exe

2004-03-28  Francisco "Paco" Martinez <paco@mfcon.com>

	* ChangeLog: add file ChangeLog
	* INSTALL.txt: add file for installation instructions
	* README.txt: add README file for general info and user instructions