* main/Main.sln:
[monodevelop.git] / main / ChangeLog
blobaba25568874516e297c35f16be20af992fa35ef9
1 2009-02-26  Michael Hutchinson  <mhutchinson@novell.com>
3         * Main.sln: Fix translation projects' GUIDs.
5 2009-02-25  Michael Hutchinson  <mhutchinson@novell.com>
7         * Makefile.am: Add casts debugging to run-debug target.
9 2009-02-25  Michael Hutchinson  <mhutchinson@novell.com>
11         * Main.sln: Remove unused name attribute.
13 2009-02-20  Michael Hutchinson  <mhutchinson@novell.com>
15         * Main.sln: Update mappings.
17 2009-02-10  Michael Hutchinson  <mhutchinson@novell.com>
19         * tests/test-projects/console-project/ConsoleProject.sln:
20         * tests/test-projects/completion-db-test/CompletionDbTest.sln:
21         * tests/test-projects/generated-console-project/TestSolution.sln:
22         * tests/test-projects/test-configuration-merging/TestConfigurationMerging.sln:
23           Remove unnecessary attribute from solutions.
25 2009-02-09  Jonathan Pryor  <jpryor@novell.com>
27         * docs/sources/monodevelop-extension-guide.source,
28           docs/sources/monodevelop-reference.source: Add a /monodoc/node 
29           element so that documentation is inserted under the appropriate
30           "MonoDevelop IDE" node (for current/recent monodoc installs).
32 2009-02-08  Michael Hutchinson  <mhutchinson@novell.com>
34         * Main.sln: Build mdhost and mdrun as 32-bit too on Windows.
36 2009-02-08  Michael Hutchinson  <mhutchinson@novell.com>
38         * Main.sln: Move Win32 configuration to x86 because GTK# on
39           Windows is only available in x86.
41 2009-02-08  Michael Hutchinson  <mhutchinson@novell.com>
43         * Main.sln: Add new configurations for Windows and Mac, with
44           the addins for those platforms. Exclude new Windows/Mac
45           platform projects from the default Debug build.
47 2009-02-07  Michael Hutchinson  <mhutchinson@novell.com>
49         * configure.in: Remove unused file.
51 2009-02-06  Michael Hutchinson  <mhutchinson@novell.com>
53         * Makefile.am: Fix distcheck. Updating the mime DB is leaving even 
54           more junk.
55         * build/Makefile.am: Excludes the unfinished Mac packaging from 
56           the build, as it was breaking make dist.
58 2009-02-06  Lluis Sanchez Gual  <lluis@novell.com>
60         * Main.sln: Flush.
62 2009-02-06  Lluis Sanchez Gual  <lluis@novell.com>
64         * contrib/contrib.mds: Migrated to MSBuild file format.
66 2009-02-06  Lluis Sanchez Gual  <lluis@novell.com>
68         * Main.sln:
69         * Main.mds:
70         * MonoDevelop.mds: Migrated to MSBuild file format.
72 2009-02-03  Lluis Sanchez Gual  <lluis@novell.com>
74         * configure.in: Bump MD version.
76 2009-02-03  Lluis Sanchez Gual  <lluis@novell.com>
78         * Main.mds: Set resource naming policy.
80 2009-02-02  Lluis Sanchez Gual  <lluis@novell.com>
82         * Main.mds: Set MD policies.
84 2009/02/01  Michael Hutchinson  <mhutchinson@novell.com>
86         * configure.in: Add a hack for the Mono-cairo pkg-config
87           package, as it pulls in Mono.Cairo 1.0, which breaks the
88           gmcs build.
90 2009-01-26  Michael Hutchinson  <mhutchinson@novell.com>
92         * src/addins/Addins.mds:
93         * contrib/Mono.Cecil/Mono.Cecil.mdp:
94         * contrib/Mono.Cecil/Mono.Cecil.Mdb.mdp: Flush project format changes.
96 2009-01-16  Michael Hutchinson  <mhutchinson@novell.com>
98         * mdtool.in:
99         * monodevelop.in:
100         * Makefile.include: Remove pkgconfig sniffing, since it's now unified in
101         managed code.
103 2009-01-16  Lluis Sanchez Gual  <lluis@novell.com>
105         * configure.in: Added new NUnitRunner project.
107 2009-01-13  Michael Hutchinson  <mhutchinson@novell.com>
109         * monodevelop.in: Fix pkgconfig paths. Thanks to Vadim Chekan for this.
111         * mdtool.in: Fix pkgconfig paths. Use /bin/bash, as sh doesn't
112         necessarily support exec -a.
114 2008-12-19  Rusty Howell <rhowell@novell.com>
116         * Added 'make app-dir' as target to create OSX .app
117         * Added resources files for .app
119 2008-12-02  Michael Hutchinson  <mhutchinson@novell.com>
121         * configure.in: Remove configure-generated AssemblyInfo.cs files.
123 2008-12-02  Lluis Sanchez Gual  <lluis@novell.com>
125         * build/Makefile.am: Remove data subdir.
127 2008-12-02  Lluis Sanchez Gual  <lluis@novell.com>
129         * build/data:
130         * configure.in:
131         * build/data/resources:
132         * build/data/Makefile.am:
133         * build/data/resources/css:
134         * build/data/resources/Makefile.am:
135         * build/data/ConversionStyleSheets:
136         * build/data/resources/css/Makefile.am:
137         * build/data/resources/css/MsdnHelp.css:
138         * build/data/resources/css/SharpDevelopStandard.css:
139         * build/data/ConversionStyleSheets/ShowChangeLog.xsl:
140         * build/data/ConversionStyleSheets/ConvertPrjx10to11.xsl:
141         * build/data/ConversionStyleSheets/ShowHowYouCanHelp.xsl:
142         * build/data/ConversionStyleSheets/ShowXmlDocumentation.xsl: Remove
143         unused stuff.
145 2008-12-02  Michael Hutchinson  <mhutchinson@novell.com>
147         * src/tools/AssemblyInfoWriter:
148         * src/tools/AssemblyInfoWriter/Makefile:
149         * src/tools/AssemblyInfoWriter/AssemblyInfoWriter.cs: Add a utility for
150         generating AssemblyInfo.cs files from addin manifests.
152 2008-11-25  Michael Hutchinson  <mhutchinson@novell.com>
154         * main/src/addins/MonoDevelop.SourceEditor
155         * src/addins/Addins.mds:
156         * src/addins/Makefile.am:
157         * configure.in: Remove GtkSourceView-based editor from main. It's 
158           moved to extras, since it doesn't build right now, and doesn't 
159           offer anything more than the default editor.
161 2008-11-24  Michael Hutchinson  <mhutchinson@novell.com>
163         * Makefile.am: Use logging profiler when stat profiling.
165 2008-11-18  Lluis Sanchez Gual  <lluis@novell.com>
167         * COPYING: Add GPL v2 license.
169 2008-11-13  Michael Hutchinson  <mhutchinson@novell.com>
171         * monodevelop.in:
172         * mdtool.in: Make relocatable. Handle arguments better.
174 2008-11-10  Lluis Sanchez Gual  <lluis@novell.com>
176         * monodevelop.in: Always use debug mode when running the alpha.
178 2008-11-05  Lluis Sanchez Gual  <lluis@novell.com>
180         * configure.in: Bump MD version.
182 2008-10-13  Michael Hutchinson  <mhutchinson@novell.com> 
184         * configure.in: Bump Mono version requirement to 2.0.
186 2008-09-17  Lluis Sanchez Gual <lluis@novell.com> 
188         * Main.mds: Updated projects.
190 2008-07-29  Mike Krüger <mkrueger@novell.com> 
192         * src/core/MonoDevelop.Documentation,
193           src/core/MonoDevelop.Documentation/MonoDevelop.Documentation,
194           src/core/MonoDevelop.Documentation/MonoDevelop.Documentation/DocumentationService.cs,
195           src/core/MonoDevelop.Documentation/AssemblyInfo.cs.in,
196           src/core/MonoDevelop.Documentation/ChangeLog,
197           src/core/MonoDevelop.Documentation/Makefile.am,
198           src/core/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml,
199           src/core/MonoDevelop.Documentation/MonoDevelop.Documentation.mdp,
200           src/core/Makefile.am: Removed some parts of the documentation
201           service.
203 2008-06-16  Lluis Sanchez Gual <lluis@novell.com> 
205         * Makefile.am: Added test target.
207 2008-06-06  Michael Hutchinson <mhutchinson@novell.com> 
209         * configure.in: Disable unit tests by default. Also fix a typo.
211 2008-06-05  Lluis Sanchez Gual <lluis@novell.com> 
213         * configure.in: Export version label.
215 2008-06-04  Michael Hutchinson <mhutchinson@novell.com> 
217         * tests/Makefile.am, configure.in: Fix --disable-tests.
218         * src/addins/Makefile.am: Fix GtkSourceView2 addin build.
220 2008-06-04  Lluis Sanchez Gual <lluis@novell.com> 
222         * src/tools/Tools.mds, tests/tests.mds: Minor project file fixes.
224 2008-06-04  Lluis Sanchez Gual <lluis@novell.com> 
226         * src/core/Core.mds, configure.in: Bump MD version.
228 2008-06-02  Lluis Sanchez Gual <lluis@novell.com> 
230         * src/addins/Addins.mds, src/core/Core.mds, Main.mds: Some fixes in
231           project files.
233 2008-05-21  Lluis Sanchez Gual <lluis@novell.com> 
235         
237 2008-05-21  Lluis Sanchez Gual <lluis@novell.com> 
239         * monodevelop-core-addins.pc.in: Removed MSVisualStudio project from
240           .pc file since it is not extensible anymore.
241         * configure.in, MonoDevelop.mds: Added test infrastructure.
242         * src/core/Core.mds: New project model changes.
243         * contrib/contrib.mds: Updated.
245 2008-05-19  Michael Hutchinson <mhutchinson@novell.com> 
247         * configure.in: Remove conditional build for ASP.NET support; there's
248           no longer any reason to disable it.
250 2008-05-19  Michael Hutchinson <mhutchinson@novell.com> 
252         * configure.in: Check for broken *-gtkmozembed files, as they've turned
253           up with xulrunner 1.9.
255 2008-04-02  Michael Hutchinson  <mhutchinson@novell.com> 
257         * monodevelop-core-addins.pc.in: Include MonoDevelop.XmlEditor.dll, 
258           so that the compiler can resolve dependencies when compiling external 
259           addins.
261 2008-04-02  Michael Hutchinson <mhutchinson@novell.com> 
263         * src/addins/Makefile.am: Update build order to take account of new 
264           dependencies. 
266 2008-03-21  Michael Hutchinson <mhutchinson@novell.com> 
268         * monodevelop.pc.in: Include Mono.TextEditor.dll, so that the compiler
269           can resolve dependencies when compiling external addins.
271 2008-03-18  Michael Hutchinson <mhutchinson@novell.com> 
273         * src/addins/Makefile.am: Fix build order to take account of new
274           dependencies.
276 2008-03-13  Michael Hutchinson <mhutchinson@novell.com> 
278         * src/addins/Makefile.am: Hook XmlEditor into default build.
280 2008-03-12  Jonathan Pobst  <monkey@jpobst.com>
282         * configure.in: Add enable-windowsplatform.
283         * src/addins/Makefile.am: Add WindowsPlatform.
285 2008-03-07  Mike Krüger <mkrueger@novell.com> 
287         * configure.in,
288           src/addins/MonoDevelop.CodeMetrics/MonoDevelop.CodeMetrics.addin.xml,
289           src/addins/MonoDevelop.CodeMetrics/MonoDevelop.CodeMetrics.mdp,
290           src/addins/MonoDevelop.CodeMetrics/MonoDevelop.CodeMetrics.xml,
291           src/addins/MonoDevelop.CodeMetrics/MonoDevelop.CodeMetrics,
292           src/addins/MonoDevelop.CodeMetrics/MonoDevelop.CodeMetrics/CodeMetricsView.cs,
293           src/addins/MonoDevelop.CodeMetrics/MonoDevelop.CodeMetrics/Commands.cs,
294           src/addins/MonoDevelop.CodeMetrics/MonoDevelop.CodeMetrics/CodeMetricsNodeExtension.cs,
295           src/addins/MonoDevelop.CodeMetrics/MonoDevelop.CodeMetrics/CodeMetricsWidget.cs,
296           src/addins/Makefile.am: Added code metrics addin.
298 2008-03-06  Michael Hutchinson  <mhutchinson@novell.com> 
300         * configure.in:
301         * src/addins/Addins.mds:
302         * src/addins/Makefile.am: Build the XmlEditor when the old 
303           SourceEditor is enabled, pending port to TextEditorExtension. 
304           Remove the GtkSourceView1-based editor from the build. 
306 2008-03-05  Michael Hutchinson <mhutchinson@novell.com> 
308         * configure.in, src/addins/Addins.mds, src/addins/Makefile.am: Enable
309           Moonlight addin.
311 2008-03-05  Michael Hutchinson  <mhutchinson@novell.com> 
313         * Makefile.am: Add a "run-debug" target.
315 2008-03-04  Mike Krüger <mkrueger@novell.com> 
317         * src/addins/Addins.mds: Worked on gnome hig compliant alerts.
319 2008-03-03  Mike Krüger <mkrueger@novell.com> 
321         * src/addins/Addins.mds, src/addins/MonoDevelop.CodeMetrics,
322           src/addins/MonoDevelop.CodeMetrics/AssemblyInfo.cs,
323           src/addins/MonoDevelop.CodeMetrics/MonoDevelop.CodeMetrics.mdp,
324           src/addins/MonoDevelop.CodeMetrics/MonoDevelop.CodeMetrics.xml: Added
325           code metrics start.
327 2008-02-24  Enver ALTIN  <ealtin@gmail.com>
329         * po/tr.po: Updated Turkish translation.
331 2008-02-26  Michael Hutchinson <mhutchinson@novell.com> 
333         * monodevelop-core-addins.pc.in: Update path for MonoDevelop.AspNet.
335 2008-02-11  Mike Krüger <mkrueger@novell.com> 
337         * monodevelop-core-addins.pc.in: Removed source editor reference.
339 2008-02-09  Mike Krüger <mkrueger@novell.com> 
341         * configure.in, src/addins/Addins.mds, src/addins/Makefile.am: Managed
342           texteditor is now standard - the gtksourceview1&2 are now optional.
344 2008-02-09  Mike Krüger <mkrueger@novell.com> 
346         * configure.in, src/addins/Makefile.am: Added managed texteditor to the
347           default build.
349 2008-02-07  Mike Krüger <mkrueger@novell.com> 
351         * configure.in, src/addins/Makefile.am: Added assembly browser to the build.
353 2008-02-07  Mike Krüger <mkrueger@novell.com> 
355         * src/addins/Addins.mds: Added managed text editor and assembly browser to
356           the addin combine.
358 2008-01-30  Geoff Norton  <gnorton@novell.com>
360         * monodevelop.in: Work around a (broken?) behaviour in OSX 10.5 bash
361         that caused the launcher script to hang indefinately.
363 2008-01-29  Michael Hutchinson <mhutchinson@novell.com> 
365         * Makefile.am: Restore some distcheck fixes that got lost during the 
366           build reorg.
367         * theme-icons/Makefile.am: Add the GNOME/monodevelop.svg file to dist
368           so that icons can get installed from tarball releases.
370 2008-01-28  Michael Hutchinson <mhutchinson@novell.com> 
372         * Makefile.include: Workaround so that "make run" and uses of mdtool 
373           work with automake < 1.10.
375 2008-01-25  Wade Berrier  <wberrier@novell.com> 
377         * Makefile.am: remove EXTRA_DIST files that were created
378         by intltool.
380 2008-01-25  Lluis Sanchez Gual <lluis@novell.com> 
382         * configure.in: Update MD version.
384 2008-01-24  Ankit Jain  <jankit@novell.com>
385         Raja R Harinath  <rharinath@novell.com>
387         * mdtool.in:
388         * monodevelop.in: Handle spaces in arguments.
390 2008-01-23  Michael Hutchinson <mhutchinson@novell.com> 
392         * autogen.sh: Update ftp addresses for packages.
394 2008-01-22  Michael Hutchinson <mhutchinson@novell.com> 
396         * configure.in: Add a check for msgmerge. Add "hu" to ALL_LINGUAS.
398 2008-01-22  Lluis Sanchez Gual <lluis@novell.com> 
400         * configure.in: Add indonesian language.
402 2008-01-16  Michael Hutchinson <mhutchinson@novell.com> 
404         * configure.in: Updated. Remove intltool calls, check for msgfmt.
405         * monodevelop.in: Tidied.
406         * Makefile.include: Refactor code that sets vars when lanching MD, and apply
407           to mdtool too.
408         * mdtool.in: Set process name on mdtool.
409         * Makefile.am: Refactor code that sets vars when lanching MD.
410         * autogen.sh: Remove intltoolizing.
412 2008-01-15  Wade Berrier  <wberrier@novell.com>
414         * configure.in: rename sl_SI to sl in LINGUAS
415         * monodevelop.desktop: removed "Application" category
417 2008-01-12  Ankit Jain  <jankit@novell.com>
419         Fix bug #350786.
420         * monodevelop.xml: Add entries for csproj, vbproj and sln.
421         * monodevelop.desktop: Add mime types for vs projects.
423 2008-01-07  Lluis Sanchez Gual <lluis@novell.com> 
425         * configure.in: Added Dutch translation. Patch by André Offringa.
427 2007-12-17  Aaron Bockover <abockover@novell.com>
429         * monodevelop.desktop: Use the icon theme icon name instead of the actual
430         filename since the icon is no longer installed to the deprecated pixbufs dir
432 2007-12-17  Aaron Bockover <abockover@novell.com>
434         * configure.in, Makefile.am, theme-icons/: Added new Tango icons in all
435         proper theme sizes (16,22,24,32,48,scalable) for GNOME and install them
436         into the hicolor icon theme; Added the .icns file containing the Tango
437         icons of the appropriate sizes for the Mac
439         * Makefile.am, monodevelop.png: Do not install the legacy icon into the
440         deprecated pixbufs system data directory
442 2007-12-17  Lluis Sanchez Gual <lluis@novell.com> 
444         
446 2007-12-17  Lluis Sanchez Gual <lluis@novell.com> 
448         * docs/sources, docs/sources/monodevelop-extension-guide.source,
449           docs/sources/monodevelop-reference.source, Makefile.am: Add support for
450           generating extension model documentation.
452 2007-12-17  Lluis Sanchez Gual <lluis@novell.com> 
454         * docs/api/*: Updated.
456 2007-12-14  Michael Hutchinson  <mhutchinson@novell.com>
458         * configure.in:
459         * src/addins/Addins.mds:
460         * src/addins/Makefile.am: Move the GeckoBrowser addin to extras.
462 2007-12-14  Lluis Sanchez Gual <lluis@novell.com> 
464         * src/addins/Addins.mds: Added GnomePlatform to the build.
466 2007-12-12  Lluis Sanchez Gual <lluis@novell.com> 
468         * configure.in: Bump MD version.
470 2007-12-03  Michael Hutchinson  <mhutchinson@novell.com>
472         * configure.in: Fix a couple of requirement checks. Add some more 
473           output about which options are enabled.
475 2007-12-06  Geoff Norton  <gnorton@novell.com>
477         * src/addins/Makefile.am: Add the GnomePlatform and MacPlatform
478           AddIns.
479         * configure.in: Only hard depend on update-*-database if their
480           usage is enabled.  Change the hard dependency on gnome-sharp, 
481           gnome-vfs-sharp, gconf-sharp, to a soft dependency.  Add flags
482           to buld the gnomeplatform and macplatform support.  Default the
483           gnomeplatform to yes and macplatform to no.
485 2007-12-04  Lluis Sanchez Gual <lluis@novell.com> 
487         * configure.in, src/addins/Makefile.am: Moved SourceEditor2 back to main.
489 2007-12-04  Lluis Sanchez Gual <lluis@novell.com> 
491         * monodevelop-core-addins.pc.in, configure.in, src/tools/Tools.mds,
492           src/addins/Addins.mds, src/addins/Extras.mds, src/addins/Makefile.am,
493           src/core/Makefile.am, src/core/Core.mds, src/Makefile.am,
494           monodevelop.pc.in, contrib/Mono.Addins/Mono.Addins.mdp,
495           contrib/Makefile.am, MonoDevelop.mds, Makefile.am: Directory
496           reorganization.
498 2007-12-03  Michael Hutchinson  <mhutchinson@novell.com>
500         * configure.in: Remove GtkHtml dependency.
502 2007-11-30  Michael Hutchinson  <mhutchinson@novell.com>
504         * configure.in:
505         * Extras/Extras.mds:
506         * Extras/Makefile.am: Enable the GeckoBrowserBinding.
508         * Extras/GeckoWebBrowser: Add svn:ignores.
510 2007-11-20  Michael Hutchinson  <mhutchinson@novell.com>
512         * Makefile.am: Fix distcheck; update-mime-database leaves "empty" 
513           files behind after an uninstall, and we should ignore these.
515 2007-11-13  Michael Hutchinson  <mhutchinson@novell.com>
517         * monodevelop.in: Explicitly use /bin/bash rather than /bin/sh, as 
518           "exec -a" isn't compatible with POSIX sh.
520 2007-11-13  Lluis Sanchez Gual <lluis@novell.com> 
522         * Makefile.am: Added target for rebuilding the add-in database.
524 2007-11-12  Michael Hutchinson  <mhutchinson@novell.com>
526         * Makefile.am:
527         * monodevelop.in: Pass '-a "monodevelop"' to exec in order to set 
528           monodevelop process name, so it shows up nicely in process lists.
530 2007-11-12  Aaron Bockover  <abockover@novell.com>
532         * autogen.sh: Added -Wno-portability -Wno-syntax to make automake be
533         quiet about some things; typical Makefile.am files in Mono projects 
534         can never conform to the perfect standards of automake
536 2007-11-09  Michael Hutchinson  <mhutchinson@novell.com>
538         * contrib/contrib.mds:
539         * contrib/Makefile.am:
540         * contrib/log4net/*: Removed log4net from build.
541         
542         * MonoDevelop.mds:
543         * po/po.mdp:
544         * contrib/Mono.Cecil/Mono.Cecil.Mdb.mdp: Updated.
546 2007-11-07  Michael Hutchinson  <mhutchinson@novell.com>
548         * configure.in: Correct the GtkSourceView2# version requirement.
549         * Extras/MonoDevelop.Database/Makefile.am: Fix for --disable-database.
551 2007-11-02  Michael Hutchinson  <mhutchinson@novell.com>
553         * contrib/Mono.Cecil/Makefile.am: Fix dist.
555 2007-10-31  Michael Hutchinson  <mhutchinson@novell.com>
557         * contrib/contrib.mds:
558         * contrib/Mono.Cecil:
559         * contrib/Mono.Cecil/Mono.Cecil.mdp:
560         * contrib/Mono.Cecil/Mono.Cecil.Mdb.mdp:
561         * contrib/Mono.Cecil/Mono.Cecil:
562         * contrib/Mono.Cecil/Mono.CompilerServices.SymbolWriter:
563         * contrib/Mono.Cecil/Mono.Cecil.Mdb:
564         * contrib/Mono.Cecil/Makefile.am:
565           Start building Mono.Cecil.Mdb.dll rather than including its code in 
566           MonoDevelop.Projects. Remove svn:externals; started using "svn copy" 
567           instead, and added some make targets to facilitate updating the
568           source.
570 2007-10-29  Michael Hutchinson  <mhutchinson@novell.com>
572         * configure.in:
573         * Extras/Makefile.am: Add MonoDevelop.SourceEditor2 into the build. 
575 2007-10-29  Lluis Sanchez Gual <lluis@novell.com> 
577         * contrib/Mono.Cecil/Mono.Cecil.mdp, contrib/Firebird/Firebird.mdp,
578           contrib/Mono.Addins/Mono.Addins.Setup.mdp,
579           contrib/Mono.Addins/Mono.Addins.mdp,
580           contrib/Mono.Addins/Mono.Addins.Gui.mdp, contrib/log4net/log4net.mdp:
581           Updated paths.
583 2007-10-29  Lluis Sanchez Gual <lluis@novell.com> 
585         * configure.in: Bump MD version.
587 2007-09-22  Michael Hutchinson  <mhutchinson@novell.com>
589         * monodevelop.in: Add PKG_CONFIG_PATH values for lib64 if it exists, 
590           so that packages will be found on openSUSE 10.3 x86_64.
591         * Makefile.am: Likewise. Also modify all of the run targets to set 
592           PKG_CONFIG_PATH and other variables as required.
594 2007-10-09  Ankit Jain  <jankit@novell.com>
596         * monodevelop.in: Discard wrapper script args before invoking
597         MonoDevelop.exe .
598         * mdtool.in: Likewise.
600 2007-10-04  Lluis Sanchez Gual <lluis@novell.com> 
602         * AUTHORS: Updated.
604 2007-09-28  Michael Hutchinson <mhutchinson@novell.com> 
606         * configure.in: Remove xsp/xsp2 checks for ASP.NET project addin and
607           gcc/g++/ctags checks for C/C++ addin.
609 2007-09-27  Raja R Harinath  <rharinath@novell.com>
611         * contrib/log4net/Makefile.am (LOG4NET_CSFILES): Don't prepend
612         $(scrdir), 'find' already does it for us.  Append a '/' after the
613         directory name to allow using symlinks (some svn wrappers don't
614         support svn:externals).
616 2007-09-26  Michael Hutchinson <mhutchinson@novell.com> 
618         * configure.in: Another Mozilla detection tweak: don't ignore pkg-config
619           results.
621 2007-09-26  Lluis Sanchez Gual <lluis@novell.com> 
623         * monodevelop.png: New logo.
625 2007-09-25  Lluis Sanchez Gual <lluis@novell.com> 
627         * monodevelop.pc.in: Fix assembly paths.
629 2007-09-22  Michael Hutchinson <mhutchinson@novell.com>
631         * configure.in: Enable ASP.NET project support by default, and fix 
632           quoting in database provider detection.
634 2007-09-21  Lluis Sanchez Gual <lluis@novell.com> 
636         * configure.in: Bump MD version.
638 2007-09-20  Michael Hutchinson <mhutchinson@novell.com>
640         * configure.in, monodevelop.in: Fix Mozilla detection script.
642 2007-09-20  Ben Motmans <ben.motmans@gmail.com>
644         * configure.in: detection of database providers
645         * Extras/Makefile.am, Extras/Extras.mds: added MonoDevelop.Database addin
647 2007-09-20  Ben Motmans <ben.motmans@gmail.com>
649         * contrib/Sqlite/Mono.Data.Sqlite.dll,
650         contrib/Sqlite/Sqlite.license.txt: Precompiled version of Sqlite
651         provider with patch for bug #324934
652         * contrib/MySql/MySql.Data.dll, 
653         contrib/MySql/MySql.license.txt: MySql 5.0.7 provider
655 2007-09-20  Michael Hutchinson <mhutchinson@novell.com> 
657         * contrib/Mono.Addins/Mono.Addins.Setup.mdp,
658           contrib/Mono.Addins/Mono.Addins.mdp,
659           contrib/Mono.Addins/Mono.Addins.Gui.mdp: Update targets for custom
660           build.
661         * contrib/Firebird/Firebird.mdp: Add files.
663 2007-09-20  Michael Hutchinson <mhutchinson@novell.com> 
665         * configure.in, monodevelop.in: Mozilla detection script now checks paths
666           for gtkembedmoz.so so that MD doesn't end up with an invalid Mozilla
667           path.
669 2007-09-14  Michael Hutchinson <mhutchinson@novell.com>
671         * configure.in,
672           MonoDevelop.mds,
673           contrib/contrib.mdp, 
674           contrib/contrib.mds,
675           contrib/Mono.Cecil/Mono.Cecil.mdp,
676           contrib/Makefile.am,
677           contrib/Firebird/FirebirdSql.Data.Firebird.license.txt, 
678           contrib/Firebird/Firebird.mdp,
679           contrib/Firebird/Makefile.am,
680           contrib/Firebird/FirebirdSql.Data.Firebird.dll, 
681           contrib/Mono.Addins/Mono.Addins.Setup.mdp, 
682           contrib/Mono.Addins/Mono.Addins.mdp,
683           contrib/Mono.Addins/Makefile.am,
684           contrib/Mono.Addins/Mono.Addins.Gui.mdp,
685           contrib/log4net/Makefile.am,
686           contrib/log4net/log4net.mdp: Add projects for contrib dlls so that 
687           they can be referenced correctly from other MD projects.
688           
689         * contrib/FirebirdSql.Data.Firebird.dll, 
690           contrib/FirebirdSql.Data.Firebird.license.txt: moved.
692 2007-09-13  Michael Hutchinson <mhutchinson@novell.com>
694         * configure.in: Add Makefile for building stetic from svn.
696 2007-09-13  Michael Hutchinson <mhutchinson@novell.com>
698         * contrib/extract_makefile_variable.sh, contrib/Makefile.am, 
699           contrib/Mono.Addins/Makefile.am: Refactor makefile variable 
700           extraction, deploy Mono.Addins data files correctly.
701         
702         * contrib/log4net/Makefile.am: Use better file listing.
703         
704         * contrib/Mono.Addins/references.sed, contrib/Mono.Addins/files.sed,
705           contrib/Mono.Addins/singlelinevars.sed,
706           contrib/Mono.Addins/resources.sed, 
707           contrib/Mono.Addins/data_files.sed: Removed, no longer needed.
709 2007-09-13  Michael Hutchinson <mhutchinson@novell.com>
711         * contrib/*: Rework build code so that Mono.Addins, Mono.Cecil 
712           and log4net libraries are included via svn:externals and built 
713           from source.
714         
715         * configure.in: Updated.
717 2007-09-10  Lluis Sanchez Gual <lluis@novell.com> 
719         
721 2007-09-07  Marcos David Marín Amador <MarcosMarin@gmail.com>
723         * configure.in: Added a configure option to enable C/C++ project
724           support. By default it is not enabled.
725         * Extras/Extras.mds: Added Extras/CBinding/CBinding.mds to the solution.
726         * Extras/Makefile.am: Added CBinding to SUBDIRS.
728 2007-09-01  Michael Hutchinson <m.j.hutchinson@gmail.com>
730         * configure.in: Update Boo version (Boo AST library API change breaks 
731           backward compatibility).
733 2007-08-14  Lluis Sanchez Gual <lluis@novell.com> 
735         * contrib/Mono.Addins.dll, contrib/Mono.Addins.Gui.dll,
736           contrib/Mono.Addins.Setup.dll: Updated from Mono.Addins module. Fixes
737           issue with add-in loading.
739 2007-08-09  Lluis Sanchez Gual <lluis@novell.com> 
741         * contrib/Mono.Addins.Setup.dll, contrib/Mono.Addins.dll,
742           contrib/Mono.Addins.Gui.dll: Updated from mono-addins module.
743         * Makefile.am: Reorganized the extension point hierarchy. Embedded all
744           add-in manifests as resources.
746 2007-08-03  Ankit Jain  <jankit@novell.com>
748         * Makefile.am: Add man to SUBDIRS
749         * configure.in: Add man/Makefile to AC_OUTPUT.
751 2007-07-25  Lluis Sanchez Gual <lluis@novell.com> 
753         * configure.in: Bump MD version.
755 2007-07-24  Lluis Sanchez Gual <lluis@novell.com> 
757         * configure.in, Extras/Makefile.am: Added MonoDevelop.Gettext.
759 2007-06-29 Jacob Ilsø Christensen  <jacobilsoe@gmail.com>
761         * configure.in: Added sv to ALL_LINGUAS.
763 2007-06-18  Atsushi Enomoto  <atsushi@ximian.com>
765         * configure.in: renamed from ja_JP.po to ja.po
767 2007-06-11  Lluis Sanchez Gual <lluis@novell.com> 
769         * configure.in: Require mono-cairo
771 2007-06-11  Ankit Jain  <jankit@novell.com>
773         * configure.in (ALL_LINGUAS): Added Portuguese (Portugal) translation.
775 2007-06-08  Lluis Sanchez Gual <lluis@novell.com> 
777         Bump version of the package and all add-ins.
779 2007-06-05  Jeffrey Stedfast  <fejj@gnome.org>
781         * configure.in: Instead of generating conftest.cs and conftest.exe
782         for the monoquery configure tests, use myconftest.cs and
783         myconftest.exe so that autoconf doesn't get confused and think
784         that the system c compiler outputs .exe's.
786 2007-06-04  Jeffrey Stedfast  <fejj@novell.com>
788         * configure.in: AM_CONDITIONAL()s always need to be run.
790 2007-06-01  Jeffrey Stedfast  <fejj@novell.com>
792         * configure.in: Wrote some configure script-fu to detect which
793         MonoQuery providers were available.
795 2007-05-30  Lluis Sanchez Gual <lluis@novell.com> 
797         Updated.
799 2007-05-29  Jeffrey Stedfast  <fejj@novell.com>
801         * configure.in (UPDATE_DESKTOP_DB): Abort if UPDATE_MIME_DB or
802         UPDATE_DESKTOP_DB = no. These tools are required. Fixes bug
803         #81212.
805 2007-05-13 Michael Hutchinson <m.j.hutchinson@gmail.com>
807         * configure.in: Remove JSCall# dependency for AspNetEdit.
809 2007-05-10  Jeffrey Stedfast  <fejj@novell.com>
811         * README: Updated to reflect new gtk-sharp dependency
813 2007-05-07 Lluis Sanchez Gual  <lluis@novell.com> 
815         * configure.in: We now require gtk 2.8.
817 2007-05-05 Lluis Sanchez Gual  <lluis@novell.com> 
819         * Makefile.am: When running MD without installing, use a private
820           add-in registry.
822 2007-05-04 Lluis Sanchez Gual  <lluis@novell.com> 
824         * contrib/Mono.Addins.Setup.dll,
825           Mono.Addins.Setup.dll,
826           Mono.Addins.Gui.dll,
827           Mono.Addins.dll.config,
828           Makefile.am: Added Mono.Addins libraries.
830 2007-04-19 Lluis Sanchez Gual  <lluis@novell.com> 
832         * configure.in: Added new deployment projects.
834 2007-04-07 Michael Hutchinson <m.j.hutchinson@gmail.com>
836         * monodevelop.in: Add some more typical directories to PKG_CONFIG_PATH.
838 2007-03-02T10:26        C.J. Adams-Collier <cjac@colliertech.org>
840         * Core/src/MonoDevelop.Core/MonoDevelop.Core/SystemAssemblyService.cs:
841         ! ParsePCFile (string pcfile)
842         - moved check whether pc file has been processed to top of method
844 2007-03-17 Lluis Sanchez Gual  <lluis@novell.com> 
846         * configure.in: Added galician translation.
848 2007-03-07 Michael Hutchinson <m.j.hutchinson@gmail.com>
850         * configure.in: Error out if check for "zip" fails.
851           Remove ENABLE_DESIGNERSUPP check as it should always be built now.
853 2007-02-16 Lluis Sanchez Gual  <lluis@novell.com> 
855         * configure.in: Changed version to 0.13. Removed NUnit dependency.
857 2007-02-08 Lluis Sanchez Gual  <lluis@novell.com> 
859         * Makefile.include: Added new var for resource files.
861 2007-01-23 Lluis Sanchez Gual  <lluis@novell.com> 
863         * configure.in: Make sure all files are built using utf8. Should
864           fix bug #80010.
866 2006-12-01 Jacob Ilsø Christensen  <jacobilsoe@gmail.com>
868         * configure.in: Fixed $enable_subversion typo.
870 2006-11-28 Andrés G. Aragoneses  <knocte@gmail.com>
872         * configure.in: Added a fallback search for MOZILLA_HOME, that is in 
873           sync with the one in monodevelop.in. Reviewed and cleaned up by 
874           Michael Hutchinson <m.j.hutchinson@gmail.com>.
875         
876         * monodevelop.in: Added a new way to detect MOZILLA_HOME, and improved 
877           the existing ones. Incorporates patch by Mike Morano 
878           <mmorano@mikeandwan.us>.
879         
880         * Makefile.am: Set MOZILLA_FIVE_HOME for the "make run" command.
882 2006-11-28 Gideon de Swardt <gdeswardt@gmail.com>
884         * configure.in: Added the WebReference AddIn.
886 2006-11-23 Lluis Sanchez Gual  <lluis@novell.com> 
888         * configure.in: Enable version control by default. Added new
889           option for Subversion support.
891 2006-11-20  Ankit Jain  <jankit@novell.com>
893         * Makefile.am: Change the build order of addins to build VBNetBinding
894         before prj2make-sharp-lib.
896 2006-09-28 Matej Urbas <matej.urbas@gmail.com>
898         * Extras/Extras.mds: Added Extras/MonoDevelop.Autotools to the
899           solution.
901 2006-09-19 Jacob Ilsø Christensen  <jacobilsoe@gmail.com>
903         * Extras/Extras.mds: Updated.
905 2006-09-19 Jacob Ilsø Christensen  <jacobilsoe@gmail.com>
907         * MonoDevelop.mds: Updated.
908         * .: Added svn:ignore for MonoDevelop.userprefs.
910 2006-09-01 Levi Bard  <taktaktaktaktaktaktaktaktaktak@gmail.com>
912         * *: Fixes for win32 support.
914 2006-09-01 Lluis Sanchez Gual  <lluis@novell.com> 
916         * configure.in: Added catalan translation. Changed version to 0.12.
918 2006-08-23 Scott Ellington  <scott.ellington@gmail.com>
920         * monodevelop.xml: permit mds and mdp files to be opened from desktop
922 2006-08-17  Michael Hutchinson <m.j.hutchinson@gmail.com>
924         * Extras/Makefile.am:
925         * Extras/Extras.mds:
926         * Makefile.am:
927         * configure.in: Add AspNetEdit to the build.
929 2006-08-08  Jacob Ilsø Christensen  <jacobilsoe@gmail.com>
931         * configure.in: Added support for enabling/disabling MonoQuery.
933 2006-08-04 Lluis Sanchez Gual  <lluis@novell.com> 
935         * configure.in: Added MonoDevelop.Projects.dll.config to the
936           build.
938 2006-07-28  Wade Berrier <wberrier@novell.com>
940         * configure.in: Remove Extras/VBNetBinding/SharpRefactoryVB/Makefile reference,
941         as This was removed.
943 2006-07-28  Matej Urbas <matej.urbas@gmail.com>
945         * configure.in: Added the Slovenian translation to ALL_LINGUAS.
947 2006-07-21  Michael Hutchinson <m.j.hutchinson@gmail.com>
949         * Extras/Makefile.am:
950         * Extras/Extras.mds:
951         * Makefile.am:
952         * configure.in: Add MonoDevelop.DesignerSupport to the build.
954 2006-07-03 Lluis Sanchez Gual  <lluis@novell.com> 
956         * monodevelop.in: Added yet another way of finding the
957           mozilla location.
958         * monodevelop.pc.in: Fix MonoDevelop.Components location.
960 2006-06-29  Michael Hutchinson <m.j.hutchinson@gmail.com>
962         * Extras/Makefile.am:
963         * Extras/Extras.mds:
964         * Makefile.am:
965         * configure.in: Add AspNetAddIn to the build.
966         * AUTHORS: Add my name.
968 2006-06-26  Alp Toker <alp@atoker.com>
970         * configure.in: Remove obsolete vte-sharp-2.0 check.
972 2006-06-24  John Luke <john.luke@gmail.com>
974         * Unused/AssemblyAnalyzer:
975         * Unused/ICSharpCode.SharpAssembly: remove
976         
977 2006-06-07 Scott Ellington  <scott.ellington@gmail.com>
978         
979         * Makefile.am: Autotools must build before CSharpBinding
981 2006-06-07 Scott Ellington  <scott.ellington@gmail.com>
983         * configure.in: Add new makefile to the build.
985 2006-06-05 Scott Ellington  <scott.ellington@gmail.com>
987         * Extras/Makefile.am:
988         * Makefile.am:
989         * configure.in: Added MonoDevelop.Autotools to the build.
990         * AUTHORS: Added my name.
992 2006-05-31 Lluis Sanchez Gual  <lluis@novell.com>
994         * configure.in: Added new makefile to the build.
996 2006-05-29 Lluis Sanchez Gual  <lluis@novell.com>
998         * monodevelop.pc.in: Replace old SharpRefactory reference by
999           an NRefactory reference.
1001 2006-05-22 Lluis Sanchez Gual  <lluis@novell.com>
1003         * configure.in: Added option for optionally enabling
1004           the nemerle add-in. Patch by Alejandro Serrano.
1006 2006-05-22 Lluis Sanchez Gual  <lluis@novell.com>
1008         * configure.in: Use gmcs instead of mcs. Added NRefactory
1009           to the build.
1011 2006-05-04 Lluis Sanchez Gual  <lluis@novell.com>
1013         * configure.in: Changed version to 0.11.
1015 2006-04-27 Lluis Sanchez Gual  <lluis@novell.com>   
1017         * configure.in: Added russian translation and missing file.
1019 2006-04-17  Jacob Ilsø Christensen  <jacobilsoe@gmail.com>
1021         * configure.in: Added zh_CN translation. Thanks to
1022         Yu Lindong <shinjidev@163.com>.
1024 2006-04-03 Lluis Sanchez Gual  <lluis@novell.com>   
1026         * configure.in: Removed old glade3 stuff. Change version to 0.10.
1028 2006-03-31 Lluis Sanchez Gual  <lluis@novell.com>   
1030         * Makefile.am: Added GtkCore and ChangeLog addins.
1032 2006-03-24 Lluis Sanchez Gual  <lluis@novell.com>   
1034         * configure.in: Added missing makefile.
1035         * MonoDevelop.mds: Updated.
1037 2006-03-24  Jacob Ilsø Christensen  <jacobilsoe@gmail.com>
1039         * Makefile.include: Added build_test_sources target.
1041 2006-03-14  Jacob Ilsø Christensen  <jacobilsoe@gmail.com>
1043         * configure.in: Added zh_TW translation. Thanks to
1044         Yan-ren Tsai <elleryq@gmail.com>.
1046 2006-03-06  Lluis Sanchez Gual  <lluis@novell.com>   
1048         * monodevelop.pc.in: Fix target path of MonoDevelop.Components.dll.
1050 2006-03-02  Lluis Sanchez Gual  <lluis@novell.com>   
1052         * Extras/Makefile.am:
1053         * Extras/Extras.mds:
1054         * configure.in: Added MonoDevelop.GtkCore to the build.
1056 2006-02-28  Jacob Ilsø Christensen  <jacobilsoe@gmail.com>
1058         * AUTHORS: Updated.
1060 2006-02-19  Andrés G. Aragoneses <knocte@gmail.com>
1062         * README: Added a note about using l10n.
1064 2006-02-10 Lluis Sanchez Gual  <lluis@novell.com>   
1066         * Core/src/Tools/Makefile.am:
1067         * configure.in: Removed dbgen from the build.
1069 2006-01-25  Muthiah Annamalai <muthus_post@yahoo.com>
1071         * configure.in: Report error when $has_mono, and $has_mint flags
1072         are false, due to mono version lower than $MONO_REQUIRED_VERSION.
1073         
1074 2006-01-15  Jacob Ilsø Christensen  <jacobilsoe@gmail.com>
1076         * monodevelop.desktop:
1077         Adhere to the HIG (thanks to Gabriel Burt).
1078         Fixes 77011.
1080 2006-01-13 Lluis Sanchez Gual  <lluis@novell.com>   
1082         * Makefile.am: Added some targets for updating the API documentation
1083         and for building add-in packages.
1085 2006-01-10 Mart Roosmaa  <roosmaa@gmail.com>
1087         * configure.in: Bumped required mono version for changes in r55333.
1089 2006-01-10 Lluis Sanchez Gual  <lluis@novell.com>   
1091         * configure.in: Added glade3 addin.
1093 2005-12-15  Jacob Ilsø Christensen  <jacobilsoe@gmail.com>
1095         * configure.in:
1096         * Extras/Makefile.am:
1097         * Extra/ChangeLogAddIn/*:
1098         Added ChangeLogAddIn.
1100 2005-11-25 Rodrigo B. de Oliveira  <rodrigobamboo@gmail.com>
1102         * configure.in: BOO_REQUIRED_VERSION bumped to 0.7.5.2013.
1104 2005-11-23 Wade Berrier  <wberrier@novell.com>
1106         * configure.in: Add GettextCatalog.cs to AC_OUTPUT
1108 2005-11-21  Lluis Sanchez Gual  <lluis@novell.com>
1110         * configure.in: Added italian translation.
1112 2005-11-21  Lluis Sanchez Gual  <lluis@novell.com>  
1114         * configure.in: Updated versions. Properly handle enabling of
1115         nunit and mono developer extensions.
1117 2005-11-21  Lluis Sanchez Gual  <lluis@novell.com> 
1119         * Makefile.am: Rename mdrun to mdtool.
1121 2005-11-18  Lluis Sanchez Gual  <lluis@novell.com> 
1123         * configure.in: Updated required versions of mono and gtk#.
1124         Enabled monoextensions and nunit by default. Disabled the debugger.
1125         * mdrun: renamed to mdtool.
1126         
1127 2005-11-16  Lluis Sanchez Gual  <lluis@novell.com> 
1129         * configure.in: Added WelcomePage dir.
1130         
1131 2005-10-16  Todd Berman  <tberman@off.net>
1132         
1133         * configure.in: bump versions to 0.8.99
1135 2005-10-11  John Luke  <john.luke@gmail.com>
1137         * configure.in: remove ICSharpCode.SharpAssembly
1138         * monodevelop.pc.in: remove ICSharpCode.SharpAssembly.dll
1139         
1140 2005-10-11  Lluis Sanchez Gual  <lluis@novell.com>
1142         * monodevelop.pc.in: Fix library paths.
1144 2005-10-11  Lluis Sanchez Gual  <lluis@novell.com> 
1146         * configure.in: Added mdrun tool.
1147         * Makefile.am: Generate script for mdrun tool.
1148         * mdrun.in: Added.
1150 2005-10-04  Lluis Sanchez Gual  <lluis@novell.com> 
1152         * Makefile.am: No need to set MONO_PATH any more.
1153         * configure.in: Added mdrun tool.
1155 2005-09-23  Christian Hergert   <christian.hergert@gmail.com>
1157         * configure.in: Check for vte-sharp-2.0
1159 2005-09-23  Christian Hergert   <christian.hergert@gmail.com>
1161         * Lots of svn:ignore updates to include *.pidb
1162         * Core/src/MonoDevelop.Base/MonoDevelop.Base.mdp: update with new file
1163         * Core/src/MonoDevelop.Base/Commands/AutostartCommands.cs: Use new
1164         StartupInfo class to get files that should be loaded on startup.
1165         * Core/src/MonoDevelop.Base/StartupInfo.cs: Remove the startup related
1166         information from SplashScreenForm to this class.
1167         * Core/src/MonoDevelop.Base/Gui/Dialogs/SplashScreen.cs: Remove startup
1168         related information.
1169         * Core/src/MonoDevelop.Base/Gui/Dialogs/ErrorDialog.cs: Make disposable
1170         * Core/src/MonoDevelop.Base/Makefile.am: Add new file
1171         * Core/src/MonoDevelop.Startup/MonoDevelopMain.cs: Reflect splash screen
1172         changes.
1173         * Core/src/MonoDevelop.Core/AddIns/AddIn.cs: comment out unused private
1174         method.
1175         * Core/src/MonoDevelop.Core/Services/ServiceManager.cs: Make a callback
1176         when a service is about to be loaded, or has been loaded.
1177         * Core/src/MonoDevelop.Core/Services/FileUtilityService.cs: Comment out
1178         unused private static variable.
1180 2005-09-23  Christian Hergert   <christian.hergert@gmail.com>
1182         * Core/src/MonoDevelop.Base/Commands/VBConverter/ConvertBuffer.cs: Update
1183         logging calls to reflect a level more representative of the information.
1184         * Core/src/MonoDevelop.Base/Commands/ToolsCommands.cs
1185         * Core/src/MonoDevelop.Base/Commands/AutostartCommands.cs
1186         * Core/src/MonoDevelop.Base/Services/DispatchService/DispatchService.cs
1187         * Core/src/MonoDevelop.Base/Services/ParserService/DefaultParserService.cs
1188         * Core/src/MonoDevelop.Base/Services/ParserService/AssemblyInformation.cs
1189         * Core/src/MonoDevelop.Base/Services/ParserService/CodeCompletionDatabase.cs
1190         * Core/src/MonoDevelop.Base/Gui/Dialogs/Wizard/WizardDialog.cs
1191         * Core/src/MonoDevelop.Base/Gui/Dialogs/NewFileDialog.cs
1192         * Core/src/MonoDevelop.Base/Gui/Pads/HelpBrowser/MonodocTreePad.cs
1193         * Core/src/MonoDevelop.Base/Gui/Pads/HelpBrowser/HelpViewer.cs
1194         * Core/src/MonoDevelop.Base/Gui/Pads/FileScout/FileList.cs
1195         * Core/src/MonoDevelop.Base/Gui/BrowserDisplayBinding/HtmlViewPane.cs
1196         * Core/src/MonoDevelop.Base/Gui/Workbench/Layouts/SdiWorkspaceLayout.cs
1197         * Core/src/MonoDevelop.Base/Gui/Workbench/DefaultWorkbench.cs
1198         * Core/src/MonoDevelop.Base/Internal/Project/Project/DotNetProject.cs
1199         * Core/src/MonoDevelop.Base/Internal/Project/Project/IncludeFilesDialog.cs
1200         * Core/src/MonoDevelop.Base/Internal/Project/Project/Project.cs
1201         * Core/src/MonoDevelop.Base/Internal/Project/Combine/Combine.cs
1202         * Core/src/MonoDevelop.Base/Internal/ProgressMonitoring/ConsoleProgressMonitor.cs
1203         * Core/src/MonoDevelop.Base/Internal/ProgressMonitoring/MessageDialogProgressMonitor.cs
1204         * Core/src/MonoDevelop.Base/Internal/ProgressMonitoring/BaseProgressMonitor.cs
1205         * Core/src/MonoDevelop.Base/Internal/Parser/SharpAssemblyLayer/SharpAssemblyEvent.cs
1206         * Core/src/MonoDevelop.Base/Internal/Parser/SharpAssemblyLayer/SharpAssemblyReturnType.cs
1207         * Core/src/MonoDevelop.Base/Internal/Parser/SharpAssemblyLayer/SharpAssemblyAttribute.cs
1208         * Core/src/MonoDevelop.Base/Internal/Parser/SharpAssemblyLayer/SharpAssemblyField.cs
1209         * Core/src/MonoDevelop.Base/Internal/Parser/SharpAssemblyLayer/SharpAssemblyClass.cs
1210         * Core/src/AddIns/DisplayBindings/SourceEditor/Services/SourceViewService.cs
1211         * Core/src/MonoDevelop.Startup/app.config: Change default threshold to
1212         ERROR.
1214 2005-08-21  Peter Johanson  <latexer@gentoo.org>
1216         * configure.in: Bump required boo version. Needed for new -embedres
1217         option.
1219 2005-08-21  Christian Hergert   <christian.hergert@gmail.com>
1221         * contrib/FirebirdSql.Data.Firebird.license.txt: License for firebord
1222         .net provider.
1223         * contrib/Makefile.am: Update to include firebird
1224         * contrib/FirebirdSql.Data.Firebird.dll: Firebird .net provider
1226 2005-08-20  John Luke  <john.luke@gmail.com>
1228         * *.mdp: update
1230 2005-08-20  John Luke  <john.luke@gmail.com>
1232         * README: update deps
1233         
1234 2005-08-20  Peter Johanson  <latexer@gentoo.org> 
1236         * configure.in: Bump required gtk-sharp version, needed for new
1237         assembly versions in template files.
1239 2005-08-18  Lluis Sanchez Gual  <lluis@novell.com> 
1241         * configure.in: Remove the icons directory.
1243 2005-08-13      Chrstian Hergert        <christian.hergert@gmail.com>
1245         * build/data/resources/icons/Makefile.am: Add missing MonoQuery.Column
1246         icon.
1248 2005-08-08  John Luke  <john.luke@gmail.com>
1250         * configure.in: add conditional for version control addin
1252 2005-08-05  Alp Toker  <alp@atoker.com>
1254         * monodevelop.in: Remove 'function' bash-ism to make the launcher script
1255         POSIX sh compatible.
1257 2005-08-02      Chrstian Hergert        <christian.hergert@gmail.com>
1259         * configure.in: Remove monoquery autoconf options. We no longer need them.
1260         * build/data/resources/icons: Added some icons donated from MySQL.
1262 2005-07-21  Peter Johanson  <latexer@gentoo.org> 
1264         * configure.in: Bump boo dep as needed by recent completion changes.
1266 2005-07-18  Lluis Sanchez Gual  <lluis@novell.com> 
1268         * monodevelop.in: Set MONODEVELOP_DISPATCH_DEBUG when running with
1269         --debug option.
1271 2005-07-15  John Luke  <john.luke@gmail.com>
1273         * .mdp: set localcopy="False"
1275 2005-07-15  John Luke  <john.luke@gmail.com>
1277         * .mdp: update
1278         * MonoDevelop.mds: update gtk-sharp versions and
1279         add some new files
1280         
1281 2005-07-15  John Luke  <john.luke@gmail.com>
1283         * configure.in: sort AC_OUTPUT section
1284         * help/: mv from Core/help
1285         * xmldocs.make: move from Core/xmldocs.make
1286         * omf.make: move from Core/omf.make
1288 2005-07-13  Lluis Sanchez Gual  <lluis@novell.com> 
1290         * configure.in: Added options for building the NUunit addin and the
1291         mono extensions addin.
1293 2005-07-08  John Luke  <john.luke@gmail.com>
1295         * configure.in: update mono dep to >= 1.1.4
1296         for various reasons and remove the MONO_POSIX_OEE
1297         check
1298         * README: update deps
1300 2005-06-28  John Luke  <john.luke@gmail.com>
1302         * *.mdp:
1303         * MonoDevelop.mds: partial MonoDevelop project files for testing
1305 2005-06-28  Raja R Harinath  <rharinath@novell.com>
1307         * Makefile.include (build_sources): Allow Makefiles to define
1308         GENERATED_FILES that are picked up from builddir.
1310 2005-06-22  Joshua Tauberer  <tauberer@for.net>
1311         * configure.in: Added Extras/VersionControl automake files to the
1312           build.
1313         * Extras/VersionControl: Checked in VersionControl addin files.
1315 2005-06-08  Todd Berman  <tberman@off.net>
1317         * monodevelop.in: Remove bashism, patch from meebey (mail@meebey.net)
1319 2005-06-01  Todd Berman  <tberman@off.net>
1321         * */*: Make MD -langversion:ISO-1 compliant, and add checking to the
1322         makefiles
1324 2005-05-31  Peter Johanson <latexer@gentoo.org>
1326         * configure.in: Bump boo version requirement.
1328 2005-05-25  Wade Berrier <wberrier@novell.com>
1330         * monodevelop.in:
1331             - Also search the firefox shell script for MOZILLA_FIVE_HOME.
1332             This was done for installations that have firefox installed, 
1333             but no mozilla shell script
1336 2005-05-15  Ben Maurer  <bmaurer@ximian.com>
1338         * configure.in, */Makefile.am:
1339             - Use prefix/lib ratehr than libdir to clean up amd64
1340             packaging
1341             - Don't use gnome_prefix for installing stuff, just put it in
1342             the normal install prefix. If you install MD to a prefix, you
1343             will have to add your prefix to XDG_DATA_DIRS, just like you
1344             need to modify your PATH.
1345             - Allow people to disable update-mime-database (for packagers)
1346             - Misc. Makefile cleanups
1348 2005-05-06  John Luke  <john.luke@gmail.com>
1350         * AUTHORS: mv here from Core/AUTHORS
1351         * README: mv here from Core/README
1353 2005-05-03  Lluis Sanchez Gual  <lluis@novell.com> 
1355         * configure.in: Added mdhost.
1357 2005-04-26  Ben Maurer <bmaurer@ximian.com>
1358         
1359         * po/POTFILES.in: remove dead files.
1361 2005-04-18  Peter Johanson <latexer@gentoo.org>
1363         * configure.in: Add Boo addin logic
1365 2005-04-18  Peter Johanson <latexer@gentoo.org>
1367         * configure.in: Add monodevelop.pc generation
1368         * Makefile.am: Add monodevelop.pc installation/cleanup
1369         * monodevelop.pc.in: New monodevelop.pc file for external addins to
1370         use.
1372 2005-04-16  John Luke  <john.luke@gmail.com>
1374         * configure.in: bump gtk# dep to 1.9.3 for latest dock changes
1375         remove MonoDevelop.Gui.Utils config file
1377 2005-04-14  Raja R Harinath  <rharinath@novell.com>
1379         * contrib/Makefile.am (log4net.dll): Copy from $(srcdir).
1381 2005-04-03  John Luke  <john.luke@gmail.com>
1383         * autogen.sh: add back aclocal
1385 2005-04-01      Christian Hergert       <christian.hergert@gmail.com>
1387         * contrib/: Add folder for external libraries
1388         * contrib/log4net.dll: Apache Logging .NET Library
1389         * contrib/log4net.license.txt: log4net license
1390         * contrib/Makefile.am: Makefile for contrib libraries
1391         * configure.in: Add the new Makefile.am files
1393 2005-03-13  John Luke  <john.luke@gmail.com>
1395         * autogen.sh: remove libtool, autoheader, and aclocal
1396         usage, I dont think we'll need it
1398 2005-03-13  John Luke  <john.luke@gmail.com>
1400         * configure.in: remove gdkdock & c-related stuff
1401         add Core/src/MonoDevelop.Dock/Makefile output
1402         * Core/gdldock: kill
1403         * Core/src/Makefile.am: add MonoDevelop.Dock
1404         * Core/Makefile.am: remove gdldock
1406 2005-03-12  Todd Berman  <tberman@off.net>
1408         * configure.in: push/branch 0.6
1410 2005-02-28  John Luke  <john.luke@gmail.com>
1412         * monodevelop.in: use /bin/sh and exec instead
1413         of running from bash
1415 2005-02-24  John Luke  <john.luke@gmail.com>
1417         * configure.in: move JavaBinding to Extras
1418         and some incomplete dep-checking for ikvm
1420 2005-02-09  John Luke  <john.luke@gmail.com>
1422         * */Makefile.am: build to build/bin/ so the make CSC='mcs -g'
1423         and then running with --debug will work
1424         almost fix distcheck
1425         * po/POTFILES.in: update
1426         * configure.in: dep on gtk-sharp-2 > 1.9.2
1428 2005-02-10  Christian Hergert <christian.hergert@gmail.com>
1430         * configure.in: Gecko# updated their pkg-config settings. We now check
1431         for gecko-sharp-2.0.
1433 2005-02-10  Todd Berman  <tberman@off.net>
1435         * Makefile.am: add --debug to make run.
1436         * monodevelop.xml: Add .mds and .mdp
1438 2005-02-09  John Luke  <john.luke@gmail.com>
1440         * configure.in: remove obsolete NOTE
1442 2005-02-07  Chris Toshok  <toshok@ximian.com>
1444         * configure.in: re-enable the debugger foo, with
1445         --enable-debugger.
1447 2005-02-02  Christian Hergert <chris@mosaix.net>
1449         * configure.in: Added dynamic control of sqlite in monoquery
1450         via substring autofoo.
1452 2005-01-31  Lluis Sanchez Gual  <lluis@novell.com>
1454         * configure.in: Added MonoDeveloperExtensions addin.
1456 2005-01-26  John Luke  <john.luke@gmail.com>
1458         * configure.in: check for gnome-vfs
1460 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
1462         * configure.in: Removed some obsolete files from build.
1464 2005-01-11  John Luke  <john.luke@gmail.com>
1466         * monodevelop.applications:
1467         * monodevelop.keys:
1468         * monodevelop.mime: kill old style mime stuff, since we depend
1469         on a newer gnome via gtk#2
1470         * configure.in: AC_SUBST the path of update_mime_database and
1471         rename the variable to UPDATE_MIME_DB
1472         * Makefile.am: remove old mime stuff, use UPDATE_MIME_DB
1473         variable from configure
1475 Test