Bug 97139 - [update] x11-toolkits/libsexy
Summary: [update] x11-toolkits/libsexy
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-11 14:50 UTC by Martin Wilke
Modified: 2006-05-25 20:59 UTC (History)
1 user (show)

See Also:


Attachments
libsexy.diff (4.98 KB, patch)
2006-05-11 14:50 UTC, Martin Wilke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Wilke 2006-05-11 14:50:23 UTC

- maintainer is cc'd
- update to 1.0.8
- pkg-plist fix
- delete patchset 

LOG:

version 0.1.8
	* Fixed compilation on gcc 2.95. Patch by Jens Granseuer. (Bug #334784)
	* Fixed the type-punned pointer warning when grabbing symbols from
	  libenchant.
	* Fixed to try to open libenchant.so.1 before trying libenchant.so.
	  This allows people to use spell checking without requiring the devel
	  package on most distros.

version 0.1.7
	* 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 
    * 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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-05-11 15:00:40 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2006-05-19 09:48:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Track
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2006-05-25 20:58:51 UTC
State Changed
From-To: feedback->closed

Committed, thanks!