summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.4.2 releaseenchant-1-4-2tags/enchant-1-4-2J M Maurer2008-05-050-0/+0
* Bump versionJ M Maurer2008-05-051-1/+1
* #11593 - Crashes in {hspell,voikko}_provider_list_dicts. Thanks go to Harri P...Dom Lachowicz2008-05-052-2/+2
* Ensure that a partial setup (where dic file exists but aff file doesn't) will...Eric Albright2008-05-021-3/+16
* Fixes case where if a personal dictionary was edited such that it didn't end ...Eric Albright2008-05-024-16/+134
* Remove build warningsEric Albright2008-05-022-2/+3
* enchant_get_conf_dirs gets user locations as well as system locationsEric Albright2008-04-271-2/+11
* Ensure an enchant subdirectory exists and not just the user's home directory ...Eric Albright2008-04-271-13/+11
* Get unit tests compiling againEric Albright2008-04-2510-187/+211
* Versioning for Enchant.NetEric Albright2008-04-251-4/+4
* fix 'make distcheck'Dom Lachowicz2008-04-182-2/+1
* bump version numberDom Lachowicz2008-04-181-1/+1
* bug 11550; upgrade to hunspell 1.2.2 and pick up the system-wide version of t...Dom Lachowicz2008-04-1723-388/+823
* #11551Dom Lachowicz2008-04-171-7/+7
* g_hash_table_get_keys only exists for glib >= 2.14. we don't want to require ...Dom Lachowicz2008-04-021-0/+17
* bump version #Dom Lachowicz2008-03-311-2/+2
* configure.in: fix uspell dictionary directory. can now load uspell dictionariesDom Lachowicz2008-03-216-298/+341
* if someone requests 'pl' and myspell has a 'pl_PL' dictionary, return that as...Dom Lachowicz2008-03-206-61/+123
* Initialize base_dir in the non-win32 case (thanks rob)Eric Albright2008-03-031-1/+1
* identify and describe functions return const char* Eric Albright2008-03-034-8/+8
* fewer warnings stillDom Lachowicz2008-03-0211-25/+81
* lots more warning fixesDom Lachowicz2008-03-0211-35/+64
* More unit tests for providersEric Albright2008-03-0213-12/+833
* warnings--;Dom Lachowicz2008-03-022-15/+12
* lots of warning flagsDom Lachowicz2008-03-021-0/+69
* Fix crash when myspell dictionary is missing aff fileEric Albright2008-03-021-6/+26
* Fix handling of Unicode NFD formsEric Albright2008-03-023-17/+41
* clarify user provider probingEric Albright2008-03-011-21/+42
* don't use c++ comments in c codeDom Lachowicz2008-02-281-1/+1
* bug 11412 - use D-BUS zemberek backend; from Serkan KabaDom Lachowicz2008-02-286-312/+174
* include gstdio.h; treat hyphens within words as part of the word (bug 11008)Dom Lachowicz2008-02-281-1/+10
* Make aspell provider not set an error message if it cannot find a dictionary ...Eric Albright2008-02-272-1/+70
* More Framework for unit testing providers (make it automatically run)Eric Albright2008-02-273-7/+17
* Framework for unit testing providersEric Albright2008-02-274-27/+478
* On Windows adds the OpenOffice shared dictionary directory as one of the loca...Eric Albright2008-02-261-2/+76
* Reference count dictionaries so enchant_broker_free_dict works correctlyEric Albright2008-02-222-24/+55
* On Windows, tries to explicitly load aspell-15.dll from:Eric Albright2008-02-211-14/+124
* remove msvc compile errorsEric Albright2008-02-202-3/+4
* Bug 11321 - enable enchant to link against external hunspellDom Lachowicz2008-01-062-15/+25
* upgrade to hunspell 1.2.1, released in November, 2007Dom Lachowicz2008-01-0619-1216/+1657
* Include gstdio.h for g_fopen().2007-12-281-0/+2
* Make tests clean up after themselvesEric Albright2007-12-231-1/+1
* Add bindings for .NetEric Albright2007-12-2316-28/+1882
* allocate the exact size of the matcher pathEric Albright2007-12-211-3/+5
* use g_fopen instead of fopenEric Albright2007-12-202-2/+2
* Get aspell provider working on Windows, support using previously installed as...Eric Albright2007-12-203-4/+22
* change output locations for win32Eric Albright2007-12-2014-56/+56
* Add commentsEric Albright2007-12-113-13/+17
* Use Damerau-Levenshtein edit distance algorithm instead of Levenshtein.Eric Albright2007-12-112-13/+151
* Pwl suggestions returned must be as close as dict suggestionsEric Albright2007-12-104-129/+312