Changes in 0.10

	* Fixed memory leak in <IMG> tag (Garett Spencley)
	* Entity numbers are working (ie &#183;) (Garett Spencley)
	* Unkown entities are ignored (Garett Spencley)
	* Fixed resolve_relative_uri() (Brian St. Pierre)
	* Location box is updated when uri is loaded from a link (Brian St. Pierre)
	* Added font.c/h for font rendering operations (Garett Spencley)
	* Merged changes to gtk widgets from dillo 0.5.0 (Garett Spencley)
	* Fixed design flaw in link handling (Garett Spencley)
	* Simplified many html tag implementations. (Garett Spencley)
	* List bullets are functional. (Garett Spencley)
	* Changes to configure for FreeBSD (Felipe Bergo)
	* Bug fix to statusbar messages (Felipe Bergo)
	* Implemented pre-formatted text (Garett Spencley)
	* Form implementation (Garett Spencley)
	* Fixed bug in parse_for_entities() (Garett Spencley)

Changes in 0.09

	* New icons for the toolbar (Felipe Bergo)
	* HTML entities are now supported (Garett Spencley)
	* Many more tags implemented (Garett Spencley)
	* Implemented multi-threading (Felipe Bergo)
	* Spinner box on toolbar (Felipe Bergo) 
	* Progress bar is functional (Garett Spencley)
	* Clicking spinner loads cheetah web page (Garett Spencley)
	* Link and vlink colors aren't mixed up anymore (Garett Spencley)
	* Menubar rewritten in menu.c/h (Steingrim Dovland)
	* Cursor changes when page loads (Garett Spencley)
	* Fix segfault in uri.c (Ivan Stankovic)
	* Images are working (Garett Spencley)
	* Cleanups in file.c and main.c (Brian St. Pierre)
	* html renderer uses separate thread (Garett Spencley)
	
Changes in 0.05
	* history doesn't use a GList anymore. (Garett Spencley)
	* Changed SUPPORTED_PROTCOLS to 5 (Ivan Stankovic)
	* New display widgets taken from dillo project (Garett Spencley)
	* GUI handles multiple windows (Garett Spencley)
	* Basic rendering is working. (Garett Spencley)
	* Fixes to history code (Garett Spencley)
	* Links work (Garett Spencley)

Changes in 0.03

	* Window is shown before pixmaps are created (Matthew Russell)
	* Completely new html parser based on libhtmlparse by Mooner Salem 
	  http://msalem.translator.cx/libhtmlparse.html (Garett Spencley)
	* Error dialog is shown before pixmaps are created (Garett Spencley)
	* Fix configure.in to properly detect libungif FreeBSD (Trevor Johnson)
	* Added progress bar at bottom of gui (Garett Spencley)
	* Fixed segfault in http.c (Garett Spencley)
	* htmltokenizer no longer returns closing tags (Garett Spencley)
	* htmltokenizer returns all possible functions (Garett Spencley) 
	* html.c contains empty prototypes for all need functions (Garett Spencley)
	* open_location() doesn't call error() (Garett Spencley)

Changes in 0.02

	* Added #include <netinet/in.h> to http.c
	* http.c now concerns itself with Content-Length: header 
	* Location box is longer
	* Removed dependancy on gdk-pixbuf
	* Added history.c/h for history operations (broken)
