summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* windows modules do not normally have versions in their filenames. from eric a...Dom Lachowicz2007-10-291-1/+1
* normalize the language and country strings. patch from eric albrightDom Lachowicz2007-10-291-0/+45
* list all known backends. from eric albrightDom Lachowicz2007-10-291-1/+1
* document the types of strings free_string_list() is supposed to handleDom Lachowicz2007-10-291-0/+1
* s/struct enchant_dict/EnchantDict. for consistency's sakeDom Lachowicz2007-10-291-1/+1
* win32 socket library improvements. from eric albright.Dom Lachowicz2007-10-281-29/+54
* remove dead variable. move variable declaration to the beginning of the block...Dom Lachowicz2007-10-281-3/+3
* more win32 build fixes from Eric AlbrightDom Lachowicz2007-10-275-18/+39
* Windows solutions. From Eric AlbrightDom Lachowicz2007-10-2713-0/+5636
* Allow whitespace in the enchant ordering file. From Eric AlbrightDom Lachowicz2007-10-271-1/+1
* instead of forcing the prodivders to handle potentially bare ISO 639 codes, p...Dom Lachowicz2007-10-167-165/+97
* upgrade to hunspell 1.1.12 from 2007-09-05. This adds support for Khmer among...Dom Lachowicz2007-10-1617-587/+1736
* better ispell compatibily mode. from hannu valsanen hannu.vaisanen@joensuu.fiDom Lachowicz2007-09-151-58/+183
* update to the binreloc 2.0 APIDom Lachowicz2007-07-051-1/+13
* upgrade to binreloc 2.0. effectively fixes bug 11042 by using the binreloc gl...Dom Lachowicz2007-07-053-471/+614
* bump version #Dom Lachowicz2007-07-051-1/+1
* sun studio compiliation patchDom Lachowicz2007-06-132-0/+2
* bug 11002 - The current CVS version of Voikko provider plugin does not provid...Dom Lachowicz2007-05-231-3/+22
* win32 and cross compilation workRob Staudinger2007-05-157-6/+222
* Remove dos line endingsJ M Maurer2007-05-030-0/+0
* remove outdated TODO itemDom Lachowicz2007-04-301-1/+1
* bug 10967 - Enchant cannot create personal dictioanry if there's noDom Lachowicz2007-04-282-8/+31
* add hunspell.h to cvsDom Lachowicz2007-04-252-0/+34
* define a few undefined symbolsDom Lachowicz2007-04-251-0/+3
* bug 10963 - don't require pspell. fall back to using straight aspell APIs if ...Dom Lachowicz2007-04-252-1/+46
* bug 10964 - update hunspell to version 1.1.5Dom Lachowicz2007-04-2520-2192/+2625
* bug 10843 - Enchant should support uninstalled package. From Sun.Dom Lachowicz2007-02-153-0/+13
* Fix bug 10792J M Maurer2007-02-031-1/+1
* * src/Makefile.am (libenchant_includedir): removed trailing '/'Hubert Figuiere2007-01-152-1/+6
* patch from bug 10667 - fix enchant build on solaris?Dom Lachowicz2006-12-112-0/+2
* fixes so that enchant can compile on Sun Solaris using the native compiler. t...Dom Lachowicz2006-11-307-21/+19
* update contact infoDom Lachowicz2006-11-101-1/+1
* fix readme typo. bug 10485Dom Lachowicz2006-11-041-1/+1
* diable building the zemberek backend unless explictly requested via --enable-...Dom Lachowicz2006-10-261-1/+6
* escape the zemberek host parameterDom Lachowicz2006-10-261-2/+2
* fix typo - server != hostDom Lachowicz2006-10-261-1/+1
* add basic support for checking for socket library dependencies. on win32, you...Dom Lachowicz2006-10-253-2/+6
* enable zemberek backend. checks for networking headers, enables you to specif...Dom Lachowicz2006-10-253-9/+36
* Zemberek (Turkish) backend for Enchant. Currently disabled by default, until ...Dom Lachowicz2006-10-226-1/+401
* i * Added Voikko spell checker backend (AbiWord bug 10450), for betterDom Lachowicz2006-10-226-1/+234
* we were free'ing the provider instead of the dictionary. oops. fortunately, t...Dom Lachowicz2006-09-271-8/+5
* sync with hunspell 1.1.4 from 1.1.3Dom Lachowicz2006-09-128-63/+85
* * configure.in: Grab the value of `aspell config prefix` andDom Lachowicz2006-07-222-3/+6
* 2006-07-22 Jose Da Silva <Digital@JoesCat.com>Dom Lachowicz2006-07-222-21/+34
* fix C99-ism (bug 10387)Dom Lachowicz2006-07-222-1/+2
* remove 'ispell' compatability script, since it is a generated fileDom Lachowicz2006-07-222-26/+0
* 2006-07-22 Dom Lachowicz <cinamod@hotmail.com>Dom Lachowicz2006-07-228-6/+12
* bug 10323 - let autogen.sh run configureDom Lachowicz2006-06-191-3/+19
* fix memory leakDom Lachowicz2006-05-061-0/+2
* bug 10212 - implement a personal word list capable of returning suggestions. ...Dom Lachowicz2006-05-067-126/+854