1/2/04  - version 1.7
	    -This is mainly a maintence release to fix some long standing bugs while the next major release is still being worked on.
	    -Fixes
		-Art browser should no longer hand when searching for an item that does not exist.
		-The "DEL Key Patch" plugin is no longer needed, the problem has been corrected in the core.
	    -Chanes
		-There may be slight changes to the interface that are not functional yet.  These were made in preperation for some new funcations that have instead been moved into the next code base.

	    -There may be other changes or bug fixes not mentioned in this file.  It's been a long time since the last release and I can't remember everything that I changed.

5/7/04	- version 1.6
	    -Fixes
		-SnapToGrid crash bug has been fixed.
		-Static, and Gump Art browser cache crashes have been fixed. (I hope)
	    -Changes
		-The main focus of this release is to add full Undo / Redo Support.  Currently Gump Studio is setup with 25 levels of undo,  In a future release I plan to make this number configurable.
		-More drawing optimizations.
		

4/10/04 - version 1.5
	    -Fixes
		-Lots of memory leaks throughout the program have been patched.
		-The drawing optimizations in the CPU patch released a few weeks ago have been included.
		-The crash bug when rebuilding the art cache has been fixed.
	    -Changes / Additions
		-New Static Art Browser, in the style of Inside UO!
		-Hues may now be entered in Hexadecimal by prefixing them with 0x, ex. 0xFF for 255.
		-There has been a slight change in the plug-in API, all existing plug-ins that I know of have not been affected.
		-Added a new item under the Page menu for clearing the current page.


3/12/04 - version 1.4
	    -Fixes
		-The canvas auto scroll bug has been fixed.
		-The SnapToGrid Plugin no longer crashes when tryign to resize the form.
		-Text Entry elements now display thier text with the selected Hue. (Thanks Atomic)
		-Fixed more spelling mistakes
	    -Changes
		-If your plugin needs to check if the canvas has focus, you should check the "CanvasFocus" control for focus.  CanvasFocus is actually a hidden text box that acts as a focus surogate for the canvas object because giving foucus to the canvas was causing some odd bugs.

3/7/04  - version 1.3
	    -Fixes
		-Temporarily disabled Scrolling in the canvas.  It is relation to a fairly serious bug that I'm not sure how to correct yet.
	 	-A few other things that I've forgotten about.
	    -Additions
		-I have included a 70% project for an Import from RunUO Script plug-in.  If anyone wants to finish it up, you are welcome to use my code for it, and put your own name on it.  As it is now the new plug-in works fairly well, but needs some tweaking.
	    -Changes
		-A few methods have been added / changed in the designer code to accommodate the new plug-in, this should not break any other plug-ins.  As always, if you are working on a plug-in that needs access to something not provided / public in the designer, let me know and I will see what I can do to add what you need.
	   	-Spell checked the changelog this time :)

2/27/04 - Version 1.2
	    -Fixes
		-All menus are now public for plug-ins.
		-Plug-in assemblies that contain virtual classes derived from BasePlugin will correctly load.
	    -Additions
		-Controls now have Left, Top, Right, and Bottom resize handles in addition to the corners.
		-Properties now have descriptions in the property browser.
		-The dialog that is displayed when a plug-in fails to load is now more specific about which plug-in failed, and why.
		-Added "Cut" to the edit menu
		-Edit menu is now displayed in the right-click context menu.
		-The right-click context menu is now displayed even if the user did not click on an element.


2/24/04 - Version 1.1
	    -Fixes
		-Crashing bug fixed when searching for a static item that did not exist.
		-The odd behavior when resizing the window and adjusting the divider between the Editing area and the property editor has been fixed.
		-The crash when trying to paste items from the clip board when no items were in the clipboard is fixed.
		-The issue with the window losing part of its title when loading a Gump has been fixed.
	    	-The Updated Export.dll plug-in that fixes the button issues is included in this version.
            -Additions
		-I added a new "Large Text Property Editor" to elements such as HTML and Buttons that have properties that can contain large amounts of text.  I eventually want to expand this for the HTML editor to include inserting supported tags around selected text


2/22/04 - Version 1.0 - Initial Release
