OBS User unknown
2008-07-18 21:53:46 +00:00
committed by Git OBS Bridge
parent ab449f0546
commit 44f6617d91
4 changed files with 36 additions and 5 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Jul 15 15:29:08 CEST 2008 - lmichnovic@suse.cz
- update to version 1.2.6
* affentry.cxx: fixes of the affix rule matching algorithm
(affected only the sk_SK dictionary from all OO.o dictionaries)
- fix dot pattern + accented letters matching (if not Unicode)
- word-length conditions work again
* tests/condition.*: extended test for the fix.
* hashmgr.cxx: load multiword expressions: spaces may be parts
of the dictionary words again (but spaces also work as
morphological field separators: word word2 -> "word word2",
word po:noun -> "word").
* man/hunspell.4: updated manual
* tools/hunspell.cxx: add iconv character conversion support to
stemming and morphological analysis
-------------------------------------------------------------------
Wed Jul 9 17:01:39 CEST 2008 - lmichnovic@suse.cz