version 0.1.7 (15-March-2006):
	* Fixed some final licensing issues with the iso-codes.
	* Fixed selectable text in SexyUrlLabel. This fixes bug #329441.
	* Fixed spell checking on words in SexySpellEntry that contain wide
	  characters. (Bug #325684)
	* Fixed SexySpellEntry to only check for spelling if one or more
	  dictionaries are loaded. (Bug #330733)
	* Fixed SexySpellEntry to only activate languages from $LANGUAGE
	  that enchant thinks it has a dictionary for. This prevents a
	  discrepancy between the active languages and the list of languages
	  that SexySpellEntry reports as having dictionaries.
	  (Bugs #331666, #331669)
	* Fixed a potential crash in sexy_spell_entry_set_checked(). (Bug #331196)
	* Fixed potential crashes when certain SexySpellEntry functions were
	  called when no text was entered. (Bug #331325)
	* Added sexy_spell_entry_set_languages(). (Bug #329846)
	* Added sexy_spell_entry_get_active_languages(). (Bug #331340)
	* Added sexy_spell_entry_activate_default_languages(). (Bug #331778)
	* Renamed sexy_spell_entry_set_languages() to
	  sexy_spell_entry_set_active_languages().

version 0.1.6 (5-February-2006):
	* Added API for disabling spell checking in SexySpellEntry.
	* Added a SexyTooltip widget for providing custom widget content in
	  a tooltip look-alike.
	* Added a SexyTreeView widget that provides per-cell tooltips.
	* Fixed some small bugs involving widget alllocation and requisition and
	  and such in SexyUrlLabel.
	* Fixed some C99 compilation issues.
	* Fixed some copyright headers that were specifying the wrong license.
	* Require a newer version of iso-codes in order to fix a possible
	  licensing issue.
	* Improved the documentation.

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.
