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

	* WelcomePage.addin.xml: Bump version to 1.0. Yay!

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

	* WelcomePage.addin.xml: Update MD version.

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

	* WelcomePage.addin.xml: Updated add-in category and description.

2007-12-28  Paul Lange  <palango@gmx.de>

	* WelcomePageContent.xml: Fix 'Bug 350395 - Use of "New Project/Solution" 
	  terminology is inconsistent'.

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

	* WelcomePageBrowser.cs, WelcomePageFallbackWidget.cs, WelcomePageView.cs:
	  Moved Freedesktop.RecentFiles classes to MonoDevelop.Core.Gui namespace.

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

	* WelcomePageView.cs: Make sure the RecentProjectChanged event is handled in
	  the GUI thread.

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

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

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

	* WelcomePageView.cs: Moved PlatformService to MD.Core.Gui. Removed old
	  FileIconService class, which is now implemented in PlatformService.

2007-12-12  Michael Hutchinson <mhutchinson@novell.com> 

	* WelcomePageFallbackWidget.cs: Set hover status message for links. Re-use
	  delegates where possible.
	* WelcomePageView.cs, WelcomePageBrowser.cs: Move link status code into
	  common class for the two welcome implementations.

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

	* gtk-gui/MonoDevelop.WelcomePage.WelcomePageFallbackWidget.cs,
	  gtk-gui/gui.stetic: Cosmetic fix.

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

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

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

	* WelcomePageFallbackWidget.cs, WelcomePage.mdp, gtk-gui/objects.xml,
	  gtk-gui/MonoDevelop.WelcomePage.WelcomePageFallbackWidget.cs,
	  gtk-gui/gui.stetic: Make fonts bigger. Show url descriptions in the
	  button instead of a tooltip. Moved project table headers into the table,
	  to make sure they are properly aligned.

2007-12-06  Geoff Norton  <gnorton@novell.com>

	* WelcomePageView.cs: Use the PlatformService to get Mime information instead
	  of Gnome.Vfs directly

2007-12-05  Michael Hutchinson <mhutchinson@novell.com> 

	* WelcomePageFallbackWidget.cs: Correct background rendering order.
	* WelcomePageView.cs: Disable the HTML welcome page code path; the GTK#
	  version currently does everything and uses fewer resources. We can
	  re-enable it when the HTML version is worth using.
	* WelcomePageOptionPanel.cs: Enable option panel even when there is no
	  browser.

2007-12-05  Michael Hutchinson <mhutchinson@novell.com> 

	* mono-decoration.png, WelcomePageFallbackWidget.cs, mono-bg.png,
	  WelcomePageView.cs, WelcomePage.xsl, WelcomePageBrowser.cs,
	  WelcomePage.mdp, gtk-gui/generated.cs, gtk-gui/objects.xml,
	  gtk-gui/MonoDevelop.WelcomePage.WelcomePageFallbackWidget.cs,
	  gtk-gui/gui.stetic, Makefile.am, WelcomePageCommands.cs: New browserless
	  Welcome Page that activates when no IWebBrowser addin is available.
	  Changed theming mechanism slightly so browser and GTK# welcome pages
	  share as much as possible, including XML link definition file. Saves
	  almost 10MB of memory (though a lot of that was shared with Firefox
	  open).

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

	* WelcomePage.mdp: Directory reorganization.

2007-12-03  Michael Hutchinson <mhutchinson@novell.com> 

	* WelcomePageView.cs: Use new LinkClicked event.

2007-12-03  Michael Hutchinson <mhutchinson@novell.com> 

	* WelcomePageView.cs: Second part of the fix for "Bug 345423 - project is
	  not a registered protocol".

2007-11-30  Michael Hutchinson <mhutchinson@novell.com> 

	* WelcomePageOptionPanel.cs, WelcomePageView.cs, WelcomePageCommands.cs: Use
	  abstracted BrowserService instead of GeckoSharp, so there's no longer a
	  hard dependency on a browser.

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

	* WelcomePageView.cs: Don't destroy the html control when disposing the
	  welcome page. Fixes bug #339590.

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

	* WelcomePage.css, WelcomePage.xsl: Cleanup. Removed many unused styles.
	  Align main table to the left.

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

	* WelcomePage.addin.xml: Bump MD version.

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

	* WelcomePageView.cs: Destroy the view widget when the view is disposed.

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

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

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

	* mono-bg.png, mono-logo.png, WelcomePage.xsl: Updated logo.

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

	* WelcomePage.addin.xml: Bump MD version.

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

	* WelcomePage.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>

	* WelcomePageCommands.cs: Fix compiler warning.

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

	* WelcomePageOptionPanel.cs, WelcomePageCommands.cs: Changes due to new
	  property infrastructure.

2007-08-31  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* WelcomePageView.cs: Dispose resource streams, to avoid an exception in 
	  RecentChangesHandler that prevented opening projects.

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

	* WelcomePageView.cs, WelcomePageCommands.cs: Fixed 81660+82491: Crash when
	  opening the Welcome-Page manually.

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

	* WelcomePageView.cs: Fixed 82458: unable to open files that have a colon in
	  the path.

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

	* WelcomePage.mdp: Don't exclude the .addin file from the makefile.

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

	* WelcomePageView.cs: Removed the CommandService class. Everything is done
	  directly with CommandManager. Moved all extension node types to
	  MD.Components.

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

	* Makefile.am: Yet another missing resource.

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

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

2007-06-19  Mike Krüger <mkrueger@novell.com> 

	RecentItems now use the .NET classes for Uri and DateTime and hides some details of the freedesktop recent file management.

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

	* WelcomePage.mdp: Added ChangeLog file to project.

2007-05-21  Ankit Jain  <jankit@novell.com>

	* WelcomePageView.cs (CatchUri): Destroy dialog.

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

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

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

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

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

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

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

	* WelcomePageView.cs: Avoid start loading a project if one is already
	  being loaded.

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

	* WelcomePage.addin.xml: Change add-in versions to 0.13.
	* Makefile.am: Flush.

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

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

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

	* WelcomePageView.cs: In the recent project list, show the project name
	  instead of the file name when available.

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

	* WelcomePageCommands.cs: Track api changes in Document class.

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

	* WelcomePage.mdp: Updated so the add-in can be
	built from MonoDevelop.

2006-12-01 Gideon de Swardt <gdeswardt@gmail.com>
	
	* WelcomePageView.cs: Added an Extension Object to the Xslt 
	  argument list that will allow xslt to call the GetString method during
	  the transformation process.
	* WelcomePage.xsl: Changed the xsl to use the GetString method to allow 
	  for localization
	* WelcomePageContent.xml: Added the xml document containing all the 
	  content strings.

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

	* WelcomePage.mdp: Updated.
	* .: Added svn:ignore for WelcomePage.pidb.

2006-08-31 Levi Bard  <taktaktaktaktaktaktaktaktaktak@gmail.com>

	* WelcomePageView.cs: Win32 pathing fixes, and weird gecko#/win32 workaround.

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

	* WelcomePageView.cs: override StockIconId for home tab icon

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

	* WelcomePageView.cs: reload when recent solutions list changes

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

	* WelcomePage.xsl: provide better development links

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

	* WelcomePageView.cs: Fixed the wrong assumption I made about languages.
	  The internationalized strings now use string formatting to allow better
	  translations for other languages.

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

	* WelcomePageView.cs: Added i18n support for the title and a small part of
	  the contents.

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

	* WelcomePageView.cs: 
	convert project's URI to local path (fixes 78579)

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

	* WelcomePage.addin.xml: Updated versions.

2006-06-08 Matej Urbas <matej.urbas@gmail.com>

	* WelcomePageView.cs: Made the Welcome page ViewOnly.

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

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

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

	* WelcomePage.xsl: Removed cshrp.net.

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

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

2006-03-29 Grzegorz Sobanski  <silk@boktor.net>  

	* Makefile.am: removed unneeded references to nunit.

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

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

2005-12-13  David MakovskA <yakeen@sannyas-on.net>

	* WelcomePageView.cs:
	Show uri of project or web link in status bar when mouse over link
	
2005-11-29  Jacob Ilsø Christensen  <jacobilsoe@gmail.com>

	* WelcomePage.xsl:
	Added tooltips for recent projects.

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

	Added WelcomePage addin, by Scott Ellington.

