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

	* chrome/Makefile.am: Remove JSCall.js from EXTRA_DIST.

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

	* chrome/Makefile.am: Fixed chrome deploymnent on Mozilla 1.7.
	* chrome/README: Update to track chrome deployment changes.

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

	* Makefile.am:
	* chrome/Makefile.am:
	* chrome/aspdesigner.manifest.in: Make crome installation work on 
	  FF1.5. It is most likely now broken for Mozilla < 1.8 and FF < 1.5.
	  
	* Extras/AspNetEdit/chrome/chrome.manifest:
	* Extras/AspNetEdit/chrome/ChangeLog: Remove old files.
	  
	* Extras/AspNetEdit/chrome/README: Update to reflect new chrome 
	  deployment mechanism.

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

	* AspNetEdit.mdp:
	* Makefile.am:
	  Track new files.
	
	* AspNetEdit.Editor.UI/RootDesignerView.cs:
	  Give JS more time to return a document.
	
	* AspNetEdit.Integration/EditorProcess.cs:
	  New object for the remoted process. This simplifies GUI thread 
	  handling.
	
	* AspNetEdit.Integration/AspNetEditViewContent.cs:
	  Use EditorProcess instead of EditorHost.
	  Create designer when doc is shown, and destroy when hidden, because 
	  the designer process is a heavyweight object.
	  Track IToolboxConsumer interface change. 
	
	* AspNetEdit.Integration/MonoDevelopProxy.cs:
	  Provides remoted designer with access to methods in MD process, 
	  mainly for event binding.
	
	* AspNetEdit.Editor/EditorHost.cs:
	  Split away from EditorProcess, and use GuiSyncObject to simplify 
	  threading.
	  Expose lots of methods and objects.
	  Add an IEventBindingService utilising MonoDevelopProxy.
	
	* AspNetEdit.Editor.ComponentModel/DesignContainer.cs:
	  Prevent unnecessary generation of extra component names.
	
	* AspNetEdit.Editor.ComponentModel/Document.cs:
	* AspNetEdit.Editor.ComponentModel/DesignerHost.cs:
	  Make it easier to load a document from a string rather than a stream.
	
	* AspNetEdit.Editor.ComponentModel/EventBindingService.cs:
	  Use MonoDevelopProxy to make this actually work.

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

	* AspNetEdit.Integration/*:
	* AspNetEdit.Editor/*:
	* Makefile.am:
	* AspNetEdit.mdp:
	* AspNetEdit.addin.xml:
	  Import MD AspNetEdit AddIn.
	  
	* AspNetEdit.Editor.UI/RootDesignerView.cs:
	  Use MonoDevelop.Components.HtmlControl.MozillaControl, because it 
	  contains a workaround for Gecko# redraw issues with MD's docking 
	  library.
	  
	* AspNetEdit.Editor.UI/PropertyGrid.cs:
	  Track property grid widget, becuase it has moved to 
	  MonoDevelop.DesignerSupport.
	  
	* AspNetEdit.Editor.ComponentModel/DesignContainer.cs:
	* AspNetEdit.Editor.ComponentModel/DesignerHost.cs:
	  Add more debug traces.

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

	* chrome/locale/*:
	* chrome/chrome/*:
	* chrome/Makefile.am: Restructure jar to make it work with Mozilla. Fix 
	  nasty bug that broke Mozilla installations. Note that this extension 
	  is still unlikely to work with anything newer than Mozilla 1.6.

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

	* chrome/locale/en-US/contents.rdf
	* chrome/install.rdf
	* chrome/chrome.manifest
	* chrome/Makefile.am: Make chrome installable on Firefox, and build an 
	  XPI extension. Unfortunately gtkmozembed doesn't appear to load 
	  extensions, so we still have to install into the browser's chrome.

2006-05-12  Michael Hutchinson <m.j.hutchinson@gmail.com> 

	* AspNetEdit.Editor.ComponentModel/TypeResolutionService.cs: Don't 
	  error out too easily when looking up types. Also, resolve assembly-
	  qualified type names.

2006-04-26  Michael Hutchinson <m.j.hutchinson@gmail.com> 

	* AspNetEdit.Editor.ComponentModel/ToolboxService.cs: Convert the 
	  ToolboxItem arrays properly or they become null when empty, and 
	  ToolboxItemCollection gets unhappy. 

2006-01-16 Michael Hutchinson <m.j.hutchinson@gmail.com>

	* AspNetEdit.Editor.ComponentModel/MenuCommandService.cs:
	* AspNetEdit.Editor.ComponentModel/WebFormPage.cs:
	* AspNetEdit.Editor.ComponentModel/Document.cs: Reduce trivial warnings.
	  
	* AspNetEdit.Editor.Persistence/DesignTimeParser.cs: Reduce trivial 
	  warnings.
	  
	* AspNetEdit.Editor.UI/RootDesignerView.cs: make exception more 
	  informative.
	  
	* chrome/Makefile.am: find installed-chrome.txt in correct location.

2005-11-28 Michael Hutchinson <m.j.hutchinson@gmail.com>

	* AspNetEdit.Editor.ComponentModel/Document.cs:
	* AspNetEdit.Editor.ComponentModel/DesignerHost.cs:
	  Avoid duplicating controls in container when loading and unloading.
	  
	* AspNetEdit.Editor.Persistence/ServerControlParsingObject.cs: Add 
	  child collection objects to parent control.

2005-10-05  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* chrome/Makefile.am: Added .js files from Blago's reorganisation to the 
	chrome deployment.
