42 lines
1.7 KiB
Plaintext
42 lines
1.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed May 21 16:30:45 CEST 2008 - sbrabec@suse.cz
|
|
|
|
- Fixed devel depenendencies.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 7 16:02:06 CEST 2008 - uli@suse.de
|
|
|
|
- update -> 0.1.9 (bug #326002)
|
|
* Rewritten itemization for line breaker, for conformance to UAX#14.
|
|
* Revised dictionary for compound words support.
|
|
* Improved handling of white spaces in word break routine, for better quality
|
|
line wrapping in Gecko libthai component.
|
|
* More words in word break dictionary.
|
|
* Excessive exported symbols are eliminated from library.
|
|
* Rewritten word break routines:
|
|
- Split dictionary from source, thus new dependency on libdatrie
|
|
- New word break routine from scratch, for maintainability
|
|
* Improved dictionary for word segmentation:
|
|
- New word list preparation process from multiple categories
|
|
- New contemporary words not included in Royal Institute dictionary,
|
|
as well as some proper names for countries and locations, etc.
|
|
- Fine-tuned dictionary to get rid of some potential ambiguities
|
|
* Documentation with doxygen.
|
|
* Add missing APIs.
|
|
* Fix compiler warnings.
|
|
* Improved word breaking. Space is now also considered a breakable point.
|
|
* More PUA support for Mac fonts rendering.
|
|
* Start maintaining library version info from now on.
|
|
- created devel subpackage
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:37:46 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 15 12:57:11 CEST 2005 - uli@suse.de
|
|
|
|
- initial package
|
|
|