AmyEdit v1.0
------------
	* This is the first in the AmyEdit-1.0 series, short list of changes
	follow
	* Beginnings of the Plugin system.
	* Configuration now follows the freedesktop.org specs.
	* KeyFile instead of amyconf.
	* Lots more error handling.
	* Much better command/preview handling.
	* Lots more, try it and see. :)

AmyEdit v1.0pr1
---------------
	* Changed lots of internals to use the Glib stuff instead of unix stuff
	* ~/.amyedit/amyconf is much more robust now. 
	* Prettier and more HIG compliant dialogs

AmyEdit v0.9
------------
	* CVS is up
	* Wordcount is working again,
	* Open Recent File Implemented
	* Spellcheck comment bug fixed
	* Support for precompiled headers
	

AmyEdit v0.8
------------
	Switched build system to use autotools instead
	Fixed some minor spellcheck bugs
	Option case sensitivity in find
	Command Line Open, as a result Open With now works
	Totally Changed the preview mechanisms, so including files and similar stuff should now work.
		
AmyEdit v0.7
------------
	Fixed SpellCheck properly. It now uses aspell_document_checker.
	AmyEdit webpage is up at http://amyedit.sourceforge.net
	Totally switched over to UI manager for toolbars
	Added tooltips
	Put export on the menu aswell
	Wrote more of gtksourceviewmm so the AmyEdit code is a lot more C++ now.

AmyEdit v0.6
------------

        Spell Check now ignores anything that starts with a backslash
        Spell check no longer checks numbers
        Export displays success/failure
        Tidied ChoiceDialog code
        Switched menu to use UImanager instead of old skool way, yo.
        Unavailable Menu Options grey out
        Can turn syntax highlighting off in preferences

AmyEdit v0.5
------------

        Changed the Status Bar
        Added Icons for all MenuItems
        Made default tab size 4 instead of 8
        Fixed permission failed whilst saving notification bug
        Statusbar with Ready Light
        Line Numbers on statusbar
        Titlebar shows currently edited tab text
        Preferences Save
        Cursor starts at beginning of buffer on New or Open
        Find Dialog and Simple Find implemented
        Save Changes when closing tab now displays tab text
        Updating Tabs in Preferences works
        Window remembers size
        Close buttons on tabs
        Started change from streams to Glib::IOChannel for file access
        Put in an exception handler :) hehe, there's more where that came from
        Cleaned up various casting things in EditTabs
        Added Undo/Redo
        Added SpellCheck
        Extended new templates.
        Syntax Highlighting



AmyEdit v0.4.1
--------------

        Fixed copy/paste not working bug.

AmyEdit v0.4
------------

        Added Paned View
        Made output pane stay sensible
        Removed ExecDialog
        Made Word Count "nicer"
        de-obfuscated the glade menu code :)
        Preferences Dialog for changing your latex command and viewer
        New-Templating stuff :)

AmyEdit v0.3
------------

        Added Monospace Font
        Made EditTabs::Page More Sensible
        Got Exec Dialog to close properly.
        Removed _glade files, reduced compile time by about 30%
        Changed fork/exec to a spawn command
        Added OK box to ExecDialog
        Switched a load of pointers to objects.
        Removed unnecessary headers
        Sorted middle clicking to paste
        Added Word Count
        Unsaved Changes Notification
        Loads of other stuff too...

AmyEdit v0.2.1
--------------

        Switched Some TextViews to Labels
        config.h file
        ScrollWindow on ExecDialog
        Fixed libintl.h/gettext bug

AmyEdit v0.2
------------

        Multi-tabbed editor, with standard text editing features.
        Built in preview in either PDF or DVI
