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

ChangeLog « JavaBinding « extras - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 010a5b3591a58facdfa6d5005cc42c4c91b6b94d (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
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
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
2009-02-26  Michael Hutchinson  <mhutchinson@novell.com>

	* JavaBinding.sln: Fix translation projects' GUIDs.

2009-02-25  Michael Hutchinson  <mhutchinson@novell.com>

	* JavaBinding.sln: Set policies. Remove unused name attribute.

2009-02-25  Lluis Sanchez Gual  <lluis@novell.com>

	* JavaLanguageBinding.cs: Track api changes.

2009-02-20  Lluis Sanchez Gual  <lluis@novell.com>

	* JavaBinding.csproj: Updated references.

2009-02-11  Lluis Sanchez Gual  <lluis@novell.com>

	* JavaLanguageBinding.cs:
	* IKVMCompilerManager.cs: Track API changes. Use the new
	  ProjectItem collection.

2009/02/06  Lluis Sanchez Gual  <lluis@novell.com>

 * JavaBinding.sln: Flush.

2009/02/06  Lluis Sanchez Gual  <lluis@novell.com>

 * JavaBinding.mds:
 * JavaBinding.sln:
 * JavaBinding.mdp:
 * JavaBinding.csproj: Migrated to MSBuild file format.

2009/02/03  Lluis Sanchez Gual  <lluis@novell.com>

 * configure:
 * AssemblyInfo.cs:
 * JavaBinding.addin.xml: Bump MD version.

2009/02/03  Lluis Sanchez Gual  <lluis@novell.com>

 * JavaBinding.mds:
 * gtk-gui/gui.stetic:
 * gtk-gui/generated.cs:
 * gtk-gui/JavaBinding.GlobalOptionsPanelWidget.cs:
 * gtk-gui/JavaBinding.CodeGenerationPanelWidget.cs: Flush.

2009-01-15  Lluis Sanchez Gual  <lluis@novell.com>

	* Gui/ProjectConfigurationPropertyPanel.cs: Remove unused parameter.

	* JavaBinding.mdp: Updated.

2009-01-15  Andrés G. Aragoneses  <aaragoneses@novell.com>

	* JavaLanguageBinding.cs: Fix warning (duplicate using statement).

2008-12-09  Lluis Sanchez Gual  <lluis@novell.com>

	* JavaBinding.mdp: Don't require a specific version of Mono.Addins.

2008-12-02  Michael Hutchinson  <mhutchinson@novell.com>

	* AssemblyInfo.cs:
	* JavaBinding.mdp:
	* JavaBinding.make: Add AssemblyInfo.cs files that are autogenerated
	from the addin manifests.

2008-11-05  Lluis Sanchez Gual  <lluis@novell.com>

	* configure:
	* JavaBinding.addin.xml: Bump MD version.

2008-09-17  Lluis Sanchez Gual <lluis@novell.com> 

	* JavaBinding.mdp: Updated projects.

2008-09-12  Lluis Sanchez Gual <lluis@novell.com> 

	* JavaLanguageBinding.cs: Track api changes.

2008-09-12  Mike Krüger <mkrueger@novell.com> 

	* JavaLanguageBinding.cs: Updated java backend binding.

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

	* JavaBinding.mdp: Fix reference to Mono.TextEditor. The incorrect
	  add-in version number causes problems in the makefile
	  synchronization.

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

	* Project/JavaCompilerParameters.cs: Moved serialization engine to
	  MonoDevelop.Core. Use new syntax for specifying attribute scope.

2008-06-25  Lluis Sanchez Gual <lluis@novell.com> 

	* JavaBinding.make, md1format.xml, JavaBinding.addin.xml,
	  JavaBinding.mdp, Project/JavaCompilerParameters.cs: Add support for
	  msbuild format.

2008-06-04  Lluis Sanchez Gual <lluis@novell.com> 

	* configure, JavaBinding.addin.xml: Bump MD version.

2008-05-28  Michael Hutchinson <mhutchinson@novell.com> 

	* po/Makefile: Remove bash-isms.

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

	* JavaBinding.addin.xml: Merged the extension points for project and
	  solution option panels into a single extension point. A single
	  extension point will now be used for all kinds of items. Extension
	  conditions can be used to make panels visible only for some
	  specific item types.

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

	* JavaLanguageBinding.cs, IKVMCompilerManager.cs: Replaced
	  ICompilerResult/DefaultCompilerResult/CompilerResults by a new
	  BuildResult class, which has owner information at error level, so
	  it is possible to know which project generated an error when
	  building a solution. Updated Task and TaskService to use the new
	  owner information.

2008-05-21  Lluis Sanchez Gual <lluis@novell.com> 

	* Gui/ProjectConfigurationPropertyPanel.cs, JavaLanguageBinding.cs,
	  JavaBinding.addin.xml, JavaBinding.mdp, JavaBinding.mds,
	  IKVMCompilerManager.cs, gtk-gui/gui.stetic: New project model
	  changes.

2008-05-08  Michael Hutchinson <mhutchinson@novell.com> 

	* JavaBinding.addin.xml: Set "isText" attribute on the mimetype
	  definitions.

2008-04-11  Lluis Sanchez Gual <lluis@novell.com> 

	* JavaBinding.addin.xml: Use the new mime type extension to register
	  new file types.

2008-03-10  Lluis Sanchez Gual <lluis@novell.com> 

	* JavaBinding.make, JavaBinding.addin.xml, JavaBinding.mdp,
	  gtk-gui/JavaBinding.CodeGenerationPanelWidget.cs,
	  gtk-gui/gui.stetic, icons/java-22.png, icons/java-16.png: Added
	  icons to the options pad.

2008-03-07  Michael Hutchinson  <mhutchinson@novell.com> 

	* Gui/GlobalOptionsPanel.cs:
	* JavaBinding.addin.xml: Track API changes for global options panel. 

2008-02-24  Enver ALTIN  <ealtin@gmail.com>

	* po/tr.po: Updated Turkish translation.

2008-02-13  Geoff Norton  <gnorton@novell.com>

	* JavaBinding.mdp:
	* JavaBinding.make:
	* configure: Drop unused gnome# dependency.

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

	* COPYING, Makefile: Added COPYING file with GPL2 license.
	* Makefile.am: Removed unused file.

2008-01-28  Michael Hutchinson <mhutchinson@novell.com> 

	* po/nl.po: Updated translation by André Offringa.
	* po/es.po: Updated translation by Andrés G. Aragoneses.
	* po/de.po: Updated translation by anonymous GHOP student.

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

	* configure, JavaBinding.addin.xml: Update MD version.

2008-01-24  David Makovský (Yakeen) <yakeen@sannyas-on.net>

	* cs.po: Updated translation.

2008-01-23  Atsushi Enomoto  <atsushi@ximian.com>

	* po/ja.po : made it 100% up-to-date.

2008-01-22  Michael Hutchinson <mhutchinson@novell.com> 

	* po/messages.po: Add to svn so that translators don't have to build MD.
	* po/hu.po: Added new translation.
	* po/po.mdse:
	* po/Makefile: Updated. Fix update-po target and add statistics target.

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

	* po/gl.po, po/cs.po, po/pt_BR.po, po/fr.po, po/es.po, po/sl_SI.po,
	  po/pl.po, po/it.po, po/pt.po, po/ca.po, po/da.po, po/tr.po, po/ru.po,
	  po/de.po, po/sv.po, po/ja.po, po/zh_TW.po, po/zh_CN.po: Updated
	  translations.
	* po/nl.po, po/po.mdse, po/id.po: Added new translations.

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

	* IKVMCompilerManager.cs: Improved handling of errors when running ikvmstub.
	* gtk-gui/gui.stetic: Updated.

2008-01-15  Michael Hutchinson <mhutchinson@novell.com> 

	* templates/IkvmGnomeApplicationProject.xpt.xml,
	  templates/JavaApplet.xft.xml,
	  templates/IkvmGladeApplicationProject.xpt.xml,
	  templates/JavaConsoleApplicationProject.xpt.xml,
	  templates/JavaOKDialog.xft.xml, templates/JavaFrame.xft.xml,
	  templates/IkvmLibraryProject.xpt.xml, templates/EmptyJavaFile.xft.xml,
	  templates/JavaPanel.xft.xml, templates/JavaDialog.xft.xml,
	  templates/IkvmGtkApplicationProject.xpt.xml,
	  templates/EmptyJavaProject.xpt.xml, templates/JavaApplication.xft.xml,
	  templates/JavaApplicationProject.xpt.xml,
	  templates/IkvmConsoleApplicationProject.xpt.xml: Make template
	  categories translatable.

2007-12-29 David Makovský (Yakeen) <yakeen@sannyas-on.net>

	* po/cs.po: updated translation

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

	* JavaBinding.make: Add missing pkg-config path update.

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

	* configure: Updated add-in versions.

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

	* JavaBinding.mdp: Updated project file. The order of extended properties
	  won't change anymore.

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

	* JavaBinding.addin.xml: Bump add-in versions.

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

	* configure: Use bash to run the config scripts.

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

	* JavaBinding.mdp: Updated project files.

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

	* po/Makefile: Properly install .mo files.

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

	* configure, JavaBinding.make, JavaBinding.addin.xml, JavaBinding.mdp,
	  JavaBinding.mds, Makefile.include, rules.make,
	  gtk-gui/JavaBinding.GlobalOptionsPanelWidget.cs,
	  gtk-gui/JavaBinding.CodeGenerationPanelWidget.cs, gtk-gui/gui.stetic,
	  monodevelop-java.pc.in, Makefile, po, po/gl.po, po/cs.po, po/pt_BR.po,
	  po/es.po, po/fr.po, po/sl_SI.po, po/pl.po, po/it.po, po/ca.po, po/pt.po,
	  po/da.po, po/tr.po, po/ru.po, po/sv.po, po/de.po, po/po.mdse, po/ja.po,
	  po/zh_TW.po, po/Makefile, po/zh_CN.po: Directory reorganization.

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

	* JavaBinding.mdp, Makefile.am, Java.glade: Remove unused glade file.

2007-11-20  Lluis Sanchez Gual <lluis@novell.com> 

	* gtk-gui, gtk-gui/JavaBinding.GlobalOptionsPanelWidget.cs,
	  gtk-gui/generated.cs, gtk-gui/JavaBinding.CodeGenerationPanelWidget.cs,
	  gtk-gui/gui.stetic: Added missing files.

2007-11-20  Lluis Sanchez Gual <lluis@novell.com> 

	* Gui/GlobalOptionsPanel.cs, Gui/ProjectConfigurationPropertyPanel.cs,
	  JavaBinding.mdp, Makefile.am: Migrated to Stetic.

2007-11-15  Mike Krüger <mkrueger@novell.com> 

	* JavaBindingCompilerServices.cs, JavaLanguageBinding.cs,
	  JavaBinding.addin.xml, JavaBinding.mdp, IKVMCompilerManager.cs,
	  Makefile.am: Worked on the java binding (compile & run of all sample
	  projects work). 
	
	  Removed the gnome sample project, because there seems to be something
	  wrong with the generated *.jar (no symbol for Modules.UI).

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

	* JavaBinding.addin.xml: Bump MD version.

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

	* JavaBinding.addin.xml: Track changes in the Icon extension node.

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

	* icons/Java.File.EmptyFile, icons/Java.File.Form, icons/Java.File.FullFile,
	  icons/Java.File.NewClass, icons/Java.File.WebFile, JavaBinding.mdp,
	  Makefile.am, templates/EmptyJavaFile.xft.xml,
	  templates/JavaApplet.xft.xml, templates/JavaApplication.xft.xml,
	  templates/JavaDialog.xft.xml, templates/JavaFrame.xft.xml,
	  templates/JavaOKDialog.xft.xml, templates/JavaPanel.xft.xml: Use tango
	  file icons. Removed obsolete icons.

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

	* JavaBinding.mdp, templates/IkvmGnomeApplicationProject.xpt.xml,
	  templates/IkvmGladeApplicationProject.xpt.xml,
	  templates/JavaConsoleApplicationProject.xpt.xml,
	  templates/IkvmLibraryProject.xpt.xml,
	  templates/EmptyJavaProject.xpt.xml,
	  templates/IkvmGtkApplicationProject.xpt.xml,
	  templates/JavaApplicationProject.xpt.xml,
	  templates/IkvmConsoleApplicationProject.xpt.xml, Makefile.am,
	  icons/Java.Project.Form, icons/Java.Project.Library,
	  icons/Java.Project.WebProject, icons/Java.ProjectIcon,
	  icons/Java.Project.DOSProject, icons/Java.Project.UserControl,
	  icons/Java.Project.EmptyProject, icons/Java.Project.ServiceProject,
	  icons/java-icon-32.png, icons/Java.Project.FullProject: Updated project
	  icons. Use the base project icon with an overlay to show the type.

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

	* JavaBinding.mdp: Project file names updated by change in MD path
	  functions.

2007-09-21  Lluis Sanchez Gual <lluis@novell.com> 

	* JavaBinding.addin.xml: Bump MD version.

2007-09-20  Lluis Sanchez Gual <lluis@novell.com> 

	* JavaBinding.addin.xml: Added an Other section in the MD property dialog
	  and moved some options there to avoid too many branches.

2007-09-04  Michael Hutchinson <MHutchinson@novell.com> 

	* JavaLanguageBinding.cs, Gui/GlobalOptionsPanel.cs,
	  Gui/ProjectConfigurationPropertyPanel.cs: Fix some compiler warnings.

2007-08-31  Mike Krüger <mkrueger@novell.com> 

	* JavaLanguageBinding.cs, Gui/GlobalOptionsPanel.cs,
	  Gui/ProjectConfigurationPropertyPanel.cs: Changes due to new property
	  infrastructure.

2007-08-09  Lluis Sanchez Gual <lluis@novell.com> 

	* JavaBinding.addin.xml, JavaBinding.mdp, Makefile.am: Reorganized the
	  extension point hierarchy. Embedded all add-in manifests as resources.

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

	* Parser/Resolver.cs, Parser/TypeVisitor.cs: Remove debug code.

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

	* JavaBinding.mdp: Copy the .addins.xml file to the output dir.

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

	* JavaBinding.addin.xml: Migration to Mono.Addins.

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

	* JavaBinding.mdp: Don't copy referenced assemblies.

2007-02-16  Lluis Sanchez Gual <lluis@novell.com> 

	* JavaBinding.mdp: Set target runtime to 2.0.

2007-02-16  Lluis Sanchez Gual <lluis@novell.com> 

	* JavaBinding.addin.xml: Change add-in versions to 0.13.

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

	* JavaBinding.mdp, Makefile.am: Synchronized the MD project and the
	  Makefile

2006-12-14  Lluis Sanchez Gual <lluis@novell.com> 

	* Parser/SharpDevelopTree/CompilationUnit.cs,
	  Parser/SharpDevelopTree/Indexer.cs,
	  Parser/SharpDevelopTree/Method.cs,
	  Parser/SharpDevelopTree/Parameter.cs,
	  Parser/SharpDevelopTree/Event.cs,
	  Parser/SharpDevelopTree/ReturnType.cs,
	  Parser/SharpDevelopTree/Field.cs,
	  Parser/SharpDevelopTree/Property.cs,
	  Parser/SharpDevelopTree/Class.cs,
	  Parser/SharpDevelopTree/Constructor.cs,
	  Parser/SharpDevelopTree/AttributeSection.cs: Renamed Abstract*
	  classes to Default*.

2006-09-18 Jacob Ilsø Christensen  <jacobilsoe@gmail.com>
	
	* JavaBinding.mdp: Updated.
	* .: Added svn:ignore for JavaBinding.pidb.

2006-07-03 Lluis Sanchez Gual  <lluis@novell.com> 

	* JavaBinding.addin.xml: Updated versions.
	* JavaBindingCompilerServices.cs: Track changes in ProjectReference.

2006-06-15 Lluis Sanchez Gual  <lluis@novell.com>

	* JavaBinding.addin.xml: Use the DataType element instead fof Class
	  to declare serializable types.

2006-05-04 Lluis Sanchez Gual  <lluis@novell.com>

	* JavaBinding.addin.xml: Updated versions.
	* JavaBinding.mdp: Updated.

2006-04-21 Lluis Sanchez Gual <lluis@novell.com> 

	* JavaLanguageBinding.cs: Implement GetSupportedClrVersions.

2006-04-07  David Makovský (Yakeen) <yakeen@sannyas-on.net>

	* JavaBinding.addin.xml: renamed attribute in FileFilter Extension

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

	* Makefile.am:
	* JavaBinding.addin.xml: Updated references.

2006-03-24 Lluis Sanchez Gual  <lluis@novell.com>   

	* JavaBinding.mdp: Updated.
	* Makefile.am: Use an unified format. Patch by Matze Braun.
	* JavaBinding.addin.xml: Updated add-in versions.

2006-03-12  David Makovský (Yakeen) <yakeen@sannyas-on.net>

	* Java.glade: Marking some strings not to be translated. Not include balast in pot file.

2006-01-30 Lluis Sanchez Gual  <lluis@novell.com>   

	* Parser/Resolver.cs:
	* Parser/Parser.cs: Track changes in parser api.

2005-12-13  Lluis Sanchez Gual  <lluis@novell.com> 

	* JavaLanguageBinding.cs: Implemented IDotNetLanguageBinding methods.
	* templates/*: Set the correct category and language name.

2005-11-15  Lluis Sanchez Gual  <lluis@novell.com>

	* JavaBindingCompilerServices.cs: Look for ikvmc.exe in the configured
	directory and in the bin subdirectory. Fixes bug #76700.

2005-11-14  Lluis Sanchez Gual  <lluis@novell.com>

	* templates/JavaConsoleApplicationProject.xpt.xml:
	* templates/JavaApplicationProject.xpt.xml: "Class" is not a valid
	project target. Changed to Exe.

2005-10-11  Lluis Sanchez Gual  <lluis@novell.com>

	* JavaBinding.addin.xml: Fixed incorrect class name.

2005-10-11  Lluis Sanchez Gual  <lluis@novell.com> 

	* JavaBinding.addin.xml: Fixed addin header information.
	Use "id" attribuet instead of "name" to identify addins.

2005-10-06  Lluis Sanchez Gual  <lluis@novell.com> 

	* JavaBinding.addin.xml:
	* JavaLanguageBinding.cs: Register serializable types in the addin
	configuration file.

2005-10-04  Lluis Sanchez Gual  <lluis@novell.com> 

	* JavaBinding.addin.xml: Added addin dependencies.

2005-08-12  Lluis Sanchez Gual  <lluis@novell.com> 

	* templates/*:
	* JavaBinding.addin.xml: Properly reference resource icons and
	templates.
	* Makefile.am: Embed icon and templates as resources.

2005-08-09  Lluis Sanchez Gual  <lluis@novell.com>

	* Parser/Resolver.cs:
	* Parser/Parser.cs: Use the new IParserContext API.

2005-07-11  Lluis Sanchez Gual  <lluis@novell.com>

	* Project/JavaCompilerParameters.cs: Implement ICloneable.
	* JavaLanguageBinding.cs	: CreateCompilationParameters now returns an
	ICloneable.

2005-06-11  Lluis Sanchez Gual  <lluis@novell.com>

	* Gui/ProjectConfigurationPropertyPanel.cs: Fix build.

2005-05-20  Lluis Sanchez Gual  <lluis@novell.com>

	* JavaBindingCompilerServices.cs: Automatically generate wrappers
	for referenced assemblies. Improved error parsing. Many fixes.
	* ProjectConfigurationPropertyPanel.cs: Moved to Glade.
	* JavaLanguageBinding.cs: Added some global configuration properties.
	* JavaCompilerParameters.cs: Added missing DefineSymbols property.
	* JavaBinding.addin.xml: Added new configuration dialogs and a new
	template.
	* Makefile.am: Added a new template and a glade file.
	* templates/IkvmGtkApplicationProject.xpt.xml:
	* templates/IkvmGladeApplicationProject.xpt.xml:
	* templates/IkvmGnomeApplicationProject.xpt.xml: Added GTK references
	in the GTK# projects.
	* templates/IkvmConsoleApplicationProject.xpt.xml: Removed hard-coded
	classpath.
	* Java.glade: New glade file for java options.
	* Gui/GlobalOptionsPanel.cs: New java options panel.
	* templates/IkvmLibraryProject.xpt.xml: New project template.

2005-04-17  John Luke  <john.luke@gmail.com>

	* Makefile.am: fix distcheck

2005-02-16  Ben Motmans  <ben.motmans@gmail.com>

	* EmptyJavaFile:
	* EmptyJavaProject:
	* JavaConsoleApplicationProject:
	* JavaApplicationProject:
	* JavaApplication:
	* JavaApplet:
	* JavaFrame:
	* JavaOKDialog:
	* JavaPanel:
	Consistent naming

2005-02-05  John Luke  <john.luke@gmail.com>

	* Makefile.am
	* JavaBinding.addin.xml: remove custom node builder
	* ProjectTreeBuilder/JavaNodeBuilder.cs: remove custom
	node builder in favor of using the default so references
	can be added (ikvm projects need IKVM.GNU.Classpath.dll and
	IKVM.Runtime.dll)
	* JavaBindingCompilerServices.cs: work like the C# bindings,
	error parsing is broken but Im pretty sure it already was

2005-01-24  Lluis Sanchez Gual  <lluis@novell.com>

	* JavaBindingCompilerServices.cs: 
	* JavaLanguageBinding.cs: Use the new progress monitor API.
	
2005-01-16  John Luke  <john.luke@gmail.com>

	* Makefile.am: remove FormattingStrategy from build
	* JavaLanguageBinding.cs: make const LanguageName internal
	comment out NotImplementedException for GenerateMakefile
	so it doesn't abort MD when running
	* JavaBindingCompilerServices.cs: remove warnings
	* ProjectTreeBuilder/JavaNodeBuilder.cs: remove some unused
	code that caused warnings, use MonoDevelop.Services.Runtime
	instead of old method of getting services
	* TODO: add
	* template/Ikvm*.xft: Target "Exe" or "WinExe" instead of "Class"

2005-01-11  Lluis Sanchez Gual  <lluis@novell.com>

	* JavaBindingCompilerServices.cs:
	* Gui/ProjectConfigurationPropertyPanel.cs:
	* JavaLanguageBinding.cs:
	* JavaBinding.addin.xml:
	* ProjectTreeBuilder/JavaNodeBuilder.cs: Follow architecture changes.
	
	* JavaCompilerParameters.cs: Moved some parameters and enum
	definitions to DotNetProjectConfiguration.
	
	* Project/JavaProject.cs: Removed. Not needed any more.
	* Makefile.am: Updated.

2004-12-13  Lluis Sanchez Gual  <lluis@novell.com>

	* JavaBindingCompilerServices.cs: StatusBarService.ProgressMonitor is
	not a StatusBar widget any more.

2004-12-07  Alexandre Gomes <alexmipego@hotmail.com>

	* JavaLanguageBinding.cs: Added CommentTag to be used by (Un)CommentCode

2004-11-05  Levi Bard  <taktaktaktaktaktaktaktaktaktak@gmail.com>

	* Parser/Parser.cs: Added HandlesFileExtension() to work with new
	IParser

2004-07-05  John Luke  <jluke@cfl.rr.com>

	* *.cs: cleanup everything
	remove single file compile/run
	remove runtime choices and use ikvmc to produce assemblies

	need to check errors on ikvmc part, I wish there was a better
	way than screen-scraping to do this.

	convert line endings to unix, not sure why they were dos style

2004-06-08  John Luke  <jluke@cfl.rr.com>

	* JavaBindingCompilerService.cs: rework so Process.Start works
	* JavaBindingExecutionService.cs: rework so Process.Start works
	by using ProcessStartInfo (cmd, args)
	add support for using Gij
	* Gui/ProjectConfigurationPropertyPanel.cs:
	enable Java, remove Mono, and add Gij runtimes
	* JavaRuntime.cs: add Gij

2004-05-25  Todd Berman  <tberman@sevenl.net>

	* JavaLanguageBinding.cs: signature change for GenerateMakefile.

2004-04-28  Todd Berman  <tberman@sevenl.net>

	* JavaLanguageBinding.cs: stubbing GenerateMakefile.

2004-04-16  John Luke  <jluke@cfl.rr.com>

	* JavaBindingCompilerService.cs:
	rework error parsing to work off of Streams instead of temp files
	allows javac errors to work, gcj maybe not	
	set the column of the error
	specify the output directory
	* Project/JavaCompilerOptions: add runtime prop
	* JavaBindingExecutionService.cs:  add prelim support
	for choosing runtime
	* JavaCompiler.cs:
	* JavaRuntime.cs: add enums for compiler and runtime

2004-04-09  John Luke  <jluke@cfl.rr.com>

	* JavaBindingCompilerService.cs: account for classpath when compiling,
	work with gcj or javac, cleanup old code
	* Gui/ProjectConfigurationPropertyPanel.cs: rough port, needs major HIG love,
	cleanup, add RadioButtons to select from gcj and javac
	* JavaBindingExecutionService.cs: use ikvm instead of java runtime
	* Parser/*: make a copy of the CSharpBinding/Parser in case I am crazy enough
	to port the parser to work with Java (not built yet)
	* Project/JavaCompilerParameters.cs: add javac/gcj .Compiler property,
	fix CompilerPath from being hardcoded

2004-03-25  John Luke  <jluke@cfl.rr.com>
	
	import from SD and make it build with our
	namespaces and SourceEditor
	change to work like CSharpBinding