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().