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

ChangeLog - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 94023d53d5c317032cf0145827bec0b7c5c5aaca (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
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
2007-06-01  Jeffrey Stedfast  <fejj@novell.com>

	* configure.in: Wrote some configure script-fu to detect which
	MonoQuery providers were available.

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

	Updated.

2007-05-29  Jeffrey Stedfast  <fejj@novell.com>

	* configure.in (UPDATE_DESKTOP_DB): Abort if UPDATE_MIME_DB or
	UPDATE_DESKTOP_DB = no. These tools are required. Fixes bug
	#81212.

2007-05-13 Michael Hutchinson <m.j.hutchinson@gmail.com>

	* configure.in: Remove JSCall# dependency for AspNetEdit.

2007-05-10  Jeffrey Stedfast  <fejj@novell.com>

	* README: Updated to reflect new gtk-sharp dependency

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

	* configure.in: We now require gtk 2.8.

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

	* Makefile.am: When running MD without installing, use a private
	  add-in registry.

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

	* contrib/Mono.Addins.Setup.dll,
	  Mono.Addins.Setup.dll,
	  Mono.Addins.Gui.dll,
	  Mono.Addins.dll.config,
	  Makefile.am: Added Mono.Addins libraries.

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

	* configure.in: Added new deployment projects.

2007-04-07 Michael Hutchinson <m.j.hutchinson@gmail.com>

	* monodevelop.in: Add some more typical directories to PKG_CONFIG_PATH.

2007-03-02T10:26	C.J. Adams-Collier <cjac@colliertech.org>

	* Core/src/MonoDevelop.Core/MonoDevelop.Core/SystemAssemblyService.cs:
	! ParsePCFile (string pcfile)
	- moved check whether pc file has been processed to top of method

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

	* configure.in: Added galician translation.

2007-03-07 Michael Hutchinson <m.j.hutchinson@gmail.com>

	* configure.in: Error out if check for "zip" fails.
	  Remove ENABLE_DESIGNERSUPP check as it should always be built now.

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

	* configure.in: Changed version to 0.13. Removed NUnit dependency.

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

	* Makefile.include: Added new var for resource files.

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

	* configure.in: Make sure all files are built using utf8. Should
	  fix bug #80010.

2006-12-01 Jacob Ilsø Christensen  <jacobilsoe@gmail.com>

	* configure.in: Fixed $enable_subversion typo.

2006-11-28 Andrés G. Aragoneses  <knocte@gmail.com>

	* configure.in: Added a fallback search for MOZILLA_HOME, that is in 
	  sync with the one in monodevelop.in. Reviewed and cleaned up by 
	  Michael Hutchinson <m.j.hutchinson@gmail.com>.
	
	* monodevelop.in: Added a new way to detect MOZILLA_HOME, and improved 
	  the existing ones. Incorporates patch by Mike Morano 
	  <mmorano@mikeandwan.us>.
	
	* Makefile.am: Set MOZILLA_FIVE_HOME for the "make run" command.

2006-11-28 Gideon de Swardt <gdeswardt@gmail.com>

	* configure.in: Added the WebReference AddIn.

2006-11-23 Lluis Sanchez Gual  <lluis@novell.com> 

	* configure.in: Enable version control by default. Added new
	  option for Subversion support.

2006-11-20  Ankit Jain  <jankit@novell.com>

	* Makefile.am: Change the build order of addins to build VBNetBinding
	before prj2make-sharp-lib.

2006-09-28 Matej Urbas <matej.urbas@gmail.com>

	* Extras/Extras.mds: Added Extras/MonoDevelop.Autotools to the
	  solution.

2006-09-19 Jacob Ilsø Christensen  <jacobilsoe@gmail.com>

	* Extras/Extras.mds: Updated.

2006-09-19 Jacob Ilsø Christensen  <jacobilsoe@gmail.com>

	* MonoDevelop.mds: Updated.
	* .: Added svn:ignore for MonoDevelop.userprefs.

2006-09-01 Levi Bard  <taktaktaktaktaktaktaktaktaktak@gmail.com>

	* *: Fixes for win32 support.

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

	* configure.in: Added catalan translation. Changed version to 0.12.

2006-08-23 Scott Ellington  <scott.ellington@gmail.com>

	* monodevelop.xml: permit mds and mdp files to be opened from desktop

2006-08-17  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* Extras/Makefile.am:
	* Extras/Extras.mds:
	* Makefile.am:
	* configure.in: Add AspNetEdit to the build.

2006-08-08  Jacob Ilsø Christensen  <jacobilsoe@gmail.com>

	* configure.in: Added support for enabling/disabling MonoQuery.

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

	* configure.in: Added MonoDevelop.Projects.dll.config to the
	  build.

2006-07-28  Wade Berrier <wberrier@novell.com>

	* configure.in: Remove Extras/VBNetBinding/SharpRefactoryVB/Makefile reference,
	as This was removed.

2006-07-28  Matej Urbas <matej.urbas@gmail.com>

	* configure.in: Added the Slovenian translation to ALL_LINGUAS.

2006-07-21  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* Extras/Makefile.am:
	* Extras/Extras.mds:
	* Makefile.am:
	* configure.in: Add MonoDevelop.DesignerSupport to the build.

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

	* monodevelop.in: Added yet another way of finding the
	  mozilla location.
	* monodevelop.pc.in: Fix MonoDevelop.Components location.

2006-06-29  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* Extras/Makefile.am:
	* Extras/Extras.mds:
	* Makefile.am:
	* configure.in: Add AspNetAddIn to the build.
	* AUTHORS: Add my name.

2006-06-26  Alp Toker <alp@atoker.com>

	* configure.in: Remove obsolete vte-sharp-2.0 check.

2006-06-24  John Luke <john.luke@gmail.com>

	* Unused/AssemblyAnalyzer:
	* Unused/ICSharpCode.SharpAssembly: remove
	
2006-06-07 Scott Ellington  <scott.ellington@gmail.com>
	
	* Makefile.am: Autotools must build before CSharpBinding

2006-06-07 Scott Ellington  <scott.ellington@gmail.com>

	* configure.in: Add new makefile to the build.

2006-06-05 Scott Ellington  <scott.ellington@gmail.com>

	* Extras/Makefile.am:
	* Makefile.am:
	* configure.in: Added MonoDevelop.Autotools to the build.
	* AUTHORS: Added my name.

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

	* configure.in: Added new makefile to the build.

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

	* monodevelop.pc.in: Replace old SharpRefactory reference by
	  an NRefactory reference.

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

	* configure.in: Added option for optionally enabling
	  the nemerle add-in. Patch by Alejandro Serrano.

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

	* configure.in: Use gmcs instead of mcs. Added NRefactory
	  to the build.

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

	* configure.in: Changed version to 0.11.

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

	* configure.in: Added russian translation and missing file.

2006-04-17  Jacob Ilsø Christensen  <jacobilsoe@gmail.com>

	* configure.in: Added zh_CN translation. Thanks to
	Yu Lindong <shinjidev@163.com>.

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

	* configure.in: Removed old glade3 stuff. Change version to 0.10.

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

	* Makefile.am: Added GtkCore and ChangeLog addins.

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

	* configure.in: Added missing makefile.
	* MonoDevelop.mds: Updated.

2006-03-24  Jacob Ilsø Christensen  <jacobilsoe@gmail.com>

	* Makefile.include: Added build_test_sources target.

2006-03-14  Jacob Ilsø Christensen  <jacobilsoe@gmail.com>

	* configure.in: Added zh_TW translation. Thanks to
	Yan-ren Tsai <elleryq@gmail.com>.

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

	* monodevelop.pc.in: Fix target path of MonoDevelop.Components.dll.

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

	* Extras/Makefile.am:
	* Extras/Extras.mds:
	* configure.in: Added MonoDevelop.GtkCore to the build.

2006-02-28  Jacob Ilsø Christensen  <jacobilsoe@gmail.com>

	* AUTHORS: Updated.

2006-02-19  Andrés G. Aragoneses <knocte@gmail.com>

        * README: Added a note about using l10n.

2006-02-10 Lluis Sanchez Gual  <lluis@novell.com>   

	* Core/src/Tools/Makefile.am:
	* configure.in: Removed dbgen from the build.

2006-01-25  Muthiah Annamalai <muthus_post@yahoo.com>

	* configure.in: Report error when $has_mono, and $has_mint flags
	are false, due to mono version lower than $MONO_REQUIRED_VERSION.
	
2006-01-15  Jacob Ilsø Christensen  <jacobilsoe@gmail.com>

	* monodevelop.desktop:
	Adhere to the HIG (thanks to Gabriel Burt).
	Fixes 77011.

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

	* Makefile.am: Added some targets for updating the API documentation
	and for building add-in packages.

2006-01-10 Mart Roosmaa  <roosmaa@gmail.com>

	* configure.in: Bumped required mono version for changes in r55333.

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

	* configure.in: Added glade3 addin.

2005-12-15  Jacob Ilsø Christensen  <jacobilsoe@gmail.com>

	* configure.in:
	* Extras/Makefile.am:
	* Extra/ChangeLogAddIn/*:
	Added ChangeLogAddIn.

2005-11-25 Rodrigo B. de Oliveira  <rodrigobamboo@gmail.com>

	* configure.in: BOO_REQUIRED_VERSION bumped to 0.7.5.2013.

2005-11-23 Wade Berrier  <wberrier@novell.com>

	* configure.in: Add GettextCatalog.cs to AC_OUTPUT

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

	* configure.in: Added italian translation.

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

	* configure.in: Updated versions. Properly handle enabling of
	nunit and mono developer extensions.

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

	* Makefile.am: Rename mdrun to mdtool.

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

	* configure.in: Updated required versions of mono and gtk#.
	Enabled monoextensions and nunit by default. Disabled the debugger.
	* mdrun: renamed to mdtool.
	
2005-11-16  Lluis Sanchez Gual  <lluis@novell.com> 

	* configure.in: Added WelcomePage dir.
	
2005-10-16  Todd Berman  <tberman@off.net>
	
	* configure.in: bump versions to 0.8.99

2005-10-11  John Luke  <john.luke@gmail.com>

	* configure.in: remove ICSharpCode.SharpAssembly
	* monodevelop.pc.in: remove ICSharpCode.SharpAssembly.dll
	
2005-10-11  Lluis Sanchez Gual  <lluis@novell.com>

	* monodevelop.pc.in: Fix library paths.

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

	* configure.in: Added mdrun tool.
	* Makefile.am: Generate script for mdrun tool.
	* mdrun.in: Added.

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

	* Makefile.am: No need to set MONO_PATH any more.
	* configure.in: Added mdrun tool.

2005-09-23  Christian Hergert   <christian.hergert@gmail.com>

	* configure.in: Check for vte-sharp-2.0

2005-09-23  Christian Hergert   <christian.hergert@gmail.com>

	* Lots of svn:ignore updates to include *.pidb
	* Core/src/MonoDevelop.Base/MonoDevelop.Base.mdp: update with new file
	* Core/src/MonoDevelop.Base/Commands/AutostartCommands.cs: Use new
	StartupInfo class to get files that should be loaded on startup.
	* Core/src/MonoDevelop.Base/StartupInfo.cs: Remove the startup related
	information from SplashScreenForm to this class.
	* Core/src/MonoDevelop.Base/Gui/Dialogs/SplashScreen.cs: Remove startup
	related information.
	* Core/src/MonoDevelop.Base/Gui/Dialogs/ErrorDialog.cs: Make disposable
	* Core/src/MonoDevelop.Base/Makefile.am: Add new file
	* Core/src/MonoDevelop.Startup/MonoDevelopMain.cs: Reflect splash screen
	changes.
	* Core/src/MonoDevelop.Core/AddIns/AddIn.cs: comment out unused private
	method.
	* Core/src/MonoDevelop.Core/Services/ServiceManager.cs: Make a callback
	when a service is about to be loaded, or has been loaded.
	* Core/src/MonoDevelop.Core/Services/FileUtilityService.cs: Comment out
	unused private static variable.

2005-09-23  Christian Hergert   <christian.hergert@gmail.com>

	* Core/src/MonoDevelop.Base/Commands/VBConverter/ConvertBuffer.cs: Update
	logging calls to reflect a level more representative of the information.
	* Core/src/MonoDevelop.Base/Commands/ToolsCommands.cs
	* Core/src/MonoDevelop.Base/Commands/AutostartCommands.cs
	* Core/src/MonoDevelop.Base/Services/DispatchService/DispatchService.cs
	* Core/src/MonoDevelop.Base/Services/ParserService/DefaultParserService.cs
	* Core/src/MonoDevelop.Base/Services/ParserService/AssemblyInformation.cs
	* Core/src/MonoDevelop.Base/Services/ParserService/CodeCompletionDatabase.cs
	* Core/src/MonoDevelop.Base/Gui/Dialogs/Wizard/WizardDialog.cs
	* Core/src/MonoDevelop.Base/Gui/Dialogs/NewFileDialog.cs
	* Core/src/MonoDevelop.Base/Gui/Pads/HelpBrowser/MonodocTreePad.cs
	* Core/src/MonoDevelop.Base/Gui/Pads/HelpBrowser/HelpViewer.cs
	* Core/src/MonoDevelop.Base/Gui/Pads/FileScout/FileList.cs
	* Core/src/MonoDevelop.Base/Gui/BrowserDisplayBinding/HtmlViewPane.cs
	* Core/src/MonoDevelop.Base/Gui/Workbench/Layouts/SdiWorkspaceLayout.cs
	* Core/src/MonoDevelop.Base/Gui/Workbench/DefaultWorkbench.cs
	* Core/src/MonoDevelop.Base/Internal/Project/Project/DotNetProject.cs
	* Core/src/MonoDevelop.Base/Internal/Project/Project/IncludeFilesDialog.cs
	* Core/src/MonoDevelop.Base/Internal/Project/Project/Project.cs
	* Core/src/MonoDevelop.Base/Internal/Project/Combine/Combine.cs
	* Core/src/MonoDevelop.Base/Internal/ProgressMonitoring/ConsoleProgressMonitor.cs
	* Core/src/MonoDevelop.Base/Internal/ProgressMonitoring/MessageDialogProgressMonitor.cs
	* Core/src/MonoDevelop.Base/Internal/ProgressMonitoring/BaseProgressMonitor.cs
	* Core/src/MonoDevelop.Base/Internal/Parser/SharpAssemblyLayer/SharpAssemblyEvent.cs
	* Core/src/MonoDevelop.Base/Internal/Parser/SharpAssemblyLayer/SharpAssemblyReturnType.cs
	* Core/src/MonoDevelop.Base/Internal/Parser/SharpAssemblyLayer/SharpAssemblyAttribute.cs
	* Core/src/MonoDevelop.Base/Internal/Parser/SharpAssemblyLayer/SharpAssemblyField.cs
	* Core/src/MonoDevelop.Base/Internal/Parser/SharpAssemblyLayer/SharpAssemblyClass.cs
	* Core/src/AddIns/DisplayBindings/SourceEditor/Services/SourceViewService.cs
	* Core/src/MonoDevelop.Startup/app.config: Change default threshold to
	ERROR.

2005-08-21  Peter Johanson  <latexer@gentoo.org>

	* configure.in: Bump required boo version. Needed for new -embedres
	option.

2005-08-21  Christian Hergert   <christian.hergert@gmail.com>

	* contrib/FirebirdSql.Data.Firebird.license.txt: License for firebord
	.net provider.
	* contrib/Makefile.am: Update to include firebird
	* contrib/FirebirdSql.Data.Firebird.dll: Firebird .net provider

2005-08-20  John Luke  <john.luke@gmail.com>

	* *.mdp: update

2005-08-20  John Luke  <john.luke@gmail.com>

	* README: update deps
	
2005-08-20  Peter Johanson  <latexer@gentoo.org> 

	* configure.in: Bump required gtk-sharp version, needed for new
	assembly versions in template files.

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

	* configure.in: Remove the icons directory.

2005-08-13	Chrstian Hergert	<christian.hergert@gmail.com>

	* build/data/resources/icons/Makefile.am: Add missing MonoQuery.Column
	icon.

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

	* configure.in: add conditional for version control addin

2005-08-05  Alp Toker  <alp@atoker.com>

	* monodevelop.in: Remove 'function' bash-ism to make the launcher script
	POSIX sh compatible.

2005-08-02	Chrstian Hergert	<christian.hergert@gmail.com>

	* configure.in: Remove monoquery autoconf options. We no longer need them.
	* build/data/resources/icons: Added some icons donated from MySQL.

2005-07-21  Peter Johanson  <latexer@gentoo.org> 

	* configure.in: Bump boo dep as needed by recent completion changes.

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

	* monodevelop.in: Set MONODEVELOP_DISPATCH_DEBUG when running with
	--debug option.

2005-07-15  John Luke  <john.luke@gmail.com>

	* .mdp: set localcopy="False"

2005-07-15  John Luke  <john.luke@gmail.com>

	* .mdp: update
	* MonoDevelop.mds: update gtk-sharp versions and
	add some new files
	
2005-07-15  John Luke  <john.luke@gmail.com>

	* configure.in: sort AC_OUTPUT section
	* help/: mv from Core/help
	* xmldocs.make: move from Core/xmldocs.make
	* omf.make: move from Core/omf.make

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

	* configure.in: Added options for building the NUunit addin and the
	mono extensions addin.

2005-07-08  John Luke  <john.luke@gmail.com>

	* configure.in: update mono dep to >= 1.1.4
	for various reasons and remove the MONO_POSIX_OEE
	check
	* README: update deps

2005-06-28  John Luke  <john.luke@gmail.com>

	* *.mdp:
	* MonoDevelop.mds: partial MonoDevelop project files for testing

2005-06-28  Raja R Harinath  <rharinath@novell.com>

	* Makefile.include (build_sources): Allow Makefiles to define
	GENERATED_FILES that are picked up from builddir.

2005-06-22  Joshua Tauberer  <tauberer@for.net>
	* configure.in: Added Extras/VersionControl automake files to the
	  build.
	* Extras/VersionControl: Checked in VersionControl addin files.

2005-06-08  Todd Berman  <tberman@off.net>

	* monodevelop.in: Remove bashism, patch from meebey (mail@meebey.net)

2005-06-01  Todd Berman  <tberman@off.net>

	* */*: Make MD -langversion:ISO-1 compliant, and add checking to the
	makefiles

2005-05-31  Peter Johanson <latexer@gentoo.org>

	* configure.in: Bump boo version requirement.

2005-05-25  Wade Berrier <wberrier@novell.com>

	* monodevelop.in:
	    - Also search the firefox shell script for MOZILLA_FIVE_HOME.
	    This was done for installations that have firefox installed, 
	    but no mozilla shell script


2005-05-15  Ben Maurer  <bmaurer@ximian.com>

	* configure.in, */Makefile.am:
	    - Use prefix/lib ratehr than libdir to clean up amd64
	    packaging
	    - Don't use gnome_prefix for installing stuff, just put it in
	    the normal install prefix. If you install MD to a prefix, you
	    will have to add your prefix to XDG_DATA_DIRS, just like you
	    need to modify your PATH.
	    - Allow people to disable update-mime-database (for packagers)
	    - Misc. Makefile cleanups

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

	* AUTHORS: mv here from Core/AUTHORS
	* README: mv here from Core/README

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

	* configure.in: Added mdhost.

2005-04-26  Ben Maurer <bmaurer@ximian.com>
	
	* po/POTFILES.in: remove dead files.

2005-04-18  Peter Johanson <latexer@gentoo.org>

	* configure.in: Add Boo addin logic

2005-04-18  Peter Johanson <latexer@gentoo.org>

	* configure.in: Add monodevelop.pc generation
	* Makefile.am: Add monodevelop.pc installation/cleanup
	* monodevelop.pc.in: New monodevelop.pc file for external addins to
	use.

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

	* configure.in: bump gtk# dep to 1.9.3 for latest dock changes
	remove MonoDevelop.Gui.Utils config file

2005-04-14  Raja R Harinath  <rharinath@novell.com>

	* contrib/Makefile.am (log4net.dll): Copy from $(srcdir).

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

	* autogen.sh: add back aclocal

2005-04-01	Christian Hergert	<christian.hergert@gmail.com>

	* contrib/: Add folder for external libraries
	* contrib/log4net.dll: Apache Logging .NET Library
	* contrib/log4net.license.txt: log4net license
	* contrib/Makefile.am: Makefile for contrib libraries
	* configure.in: Add the new Makefile.am files

2005-03-13  John Luke  <john.luke@gmail.com>

	* autogen.sh: remove libtool, autoheader, and aclocal
	usage, I dont think we'll need it

2005-03-13  John Luke  <john.luke@gmail.com>

	* configure.in: remove gdkdock & c-related stuff
	add Core/src/MonoDevelop.Dock/Makefile output
	* Core/gdldock: kill
	* Core/src/Makefile.am: add MonoDevelop.Dock
	* Core/Makefile.am: remove gdldock

2005-03-12  Todd Berman  <tberman@off.net>

	* configure.in: push/branch 0.6

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

	* monodevelop.in: use /bin/sh and exec instead
	of running from bash

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

	* configure.in: move JavaBinding to Extras
	and some incomplete dep-checking for ikvm

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

	* */Makefile.am: build to build/bin/ so the make CSC='mcs -g'
	and then running with --debug will work
	almost fix distcheck
	* po/POTFILES.in: update
	* configure.in: dep on gtk-sharp-2 > 1.9.2

2005-02-10  Christian Hergert <christian.hergert@gmail.com>

	* configure.in: Gecko# updated their pkg-config settings. We now check
	for gecko-sharp-2.0.

2005-02-10  Todd Berman  <tberman@off.net>

	* Makefile.am: add --debug to make run.
	* monodevelop.xml: Add .mds and .mdp

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

	* configure.in: remove obsolete NOTE

2005-02-07  Chris Toshok  <toshok@ximian.com>

	* configure.in: re-enable the debugger foo, with
	--enable-debugger.

2005-02-02  Christian Hergert <chris@mosaix.net>

	* configure.in: Added dynamic control of sqlite in monoquery
	via substring autofoo.

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

	* configure.in: Added MonoDeveloperExtensions addin.

2005-01-26  John Luke  <john.luke@gmail.com>

	* configure.in: check for gnome-vfs

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

	* configure.in: Removed some obsolete files from build.

2005-01-11  John Luke  <john.luke@gmail.com>

	* monodevelop.applications:
	* monodevelop.keys:
	* monodevelop.mime: kill old style mime stuff, since we depend
	on a newer gnome via gtk#2
	* configure.in: AC_SUBST the path of update_mime_database and
	rename the variable to UPDATE_MIME_DB
	* Makefile.am: remove old mime stuff, use UPDATE_MIME_DB
	variable from configure

Test