version 0.1.5 (24-December-2005):
	* Made Enchant into a run-time dependency.
	* Fixed a reference issue when assigning an icon to a SexyIconEntry.
	  In bindings like the Python bindings, where a garbage collector exists,
	  the lack of referencing the icon was causing crashes.
	* Fixed a couple of crash bugs in populate_popup in SexySpellEntry,
	  such as when there are no words in the entry.
	* Fixed a few memory leaks.

version 0.1.4 (9-November-2005):
	* Fixed several UTF-8 bugs in SexySpellEntry.
	* Fixed a compile issue where sexy-marshal.h wasn't generated.

version 0.1.3 (14-October-2005):
	* Fixed several bugs in SexyIconEntry.
	* Added support for icons on both sides of a SexyIconEntry.
	* UrlLabel can now wrap to any width, thanks to the logic in libview.
	* Fixed several other bugs.

version 0.1.2 (22-July-2005):
	* Added SexySpellEntry, a GtkEntry subclass that provides inline
	  spell checking.

version 0.1.1 (14-July-2005):
	* Escaped text is now passed through as escaped in
	  sexy_url_label_set_markup() so that the underlying GtkLabel doesn't
	  get invalid markup.
	* Prevent pango warnings in sexy_url_label_set_markup() when the
	  attribute list is NULL.

version 0.1.0 (13-July-2005):
	* Initial release.
