summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag 1.6.0enchant-1-6-0tags/enchant-1-6-0J M Maurer2010-04-010-0/+0
* Bump version to 1.6.0J M Maurer2010-04-011-3/+3
* Bug 12567 - the ispell sources aren't licensed under the LGPLDom Lachowicz2010-01-1112-347/+0
* add a function to get enchant's versionDom Lachowicz2010-01-113-1/+10
* Bug 12556 - document that dictionary-related functions return a reference-cou...Dom Lachowicz2010-01-111-2/+2
* disable zemberek plugin by default, as it's known to cause issues/crashes wit...Dom Lachowicz2009-12-051-4/+9
* Bugzilla Bug 12472 - Win32 DLL dependency not found popup occurs when module ...Dom Lachowicz2009-11-091-0/+8
* possibly fix https://bugs.launchpad.net/ubuntu/+source/enchant/+bug/474062Dom Lachowicz2009-11-041-3/+3
* Registry handle not closed in enchant_get_registry_value_exDom Lachowicz2009-10-261-0/+1
* Leak in _enchant_get_user_home_dirs() on WindowsDom Lachowicz2009-10-261-3/+4
* Update FSF addressDom Lachowicz2009-10-2637-37/+37
* Zemberek module lists a Turkish dictionary even without Zemberek installedDom Lachowicz2009-10-261-2/+3
* don't assert if passed a null string listDom Lachowicz2009-10-021-1/+0
* enchant_pwl_init_with_file truncates pwl file - bug #12350Dom Lachowicz2009-09-121-1/+1
* avoid double-free. Noticed by Rob.Dom Lachowicz2009-06-301-1/+0
* bug 12173 - fix some small memory leaks. from Caolan.Dom Lachowicz2009-06-302-3/+8
* bug 12174 - mis-acceptence of dictionaries which start with a partial match o...Dom Lachowicz2009-06-301-2/+22
* Fix for 12160. Patch from the ever-awesome Caolan McNamara.Dom Lachowicz2009-06-231-3/+3
* Don't define stuff in a public namespace.. bad msvc, badJ M Maurer2009-05-251-0/+4
* Add --with-system-myspell optionJ M Maurer2009-05-251-4/+10
* Package missing fileJ M Maurer2009-05-251-0/+1
* on windows, compare paths ignoring case sensitivity. may fix a bug that fridr...Dom Lachowicz2009-05-232-21/+26
* bump enchant version #. uwog, you can release this tomorrow if you'd like to.Dom Lachowicz2009-05-231-2/+2
* uspell can now use programatically-set dictionaries. if anyone uses uspell, t...Dom Lachowicz2009-05-231-5/+19
* code should parse a parameter and turn it into a list of paths. normal win32/...Dom Lachowicz2009-05-221-1/+25
* on a hunch from Fridrich, put all functions that are called by C code inside ...Dom Lachowicz2009-05-224-20/+20
* myspell and ispell now query for any programatically-set dictionary paths. th...Dom Lachowicz2009-05-224-0/+37
* pass the broker to the correct classes and functions; will be useful in setti...Dom Lachowicz2009-05-223-32/+38
* Fix buildJ M Maurer2009-05-221-0/+1
* public API that will be used to pass information on to the spell checking lib...Dom Lachowicz2009-05-222-1/+30
* Duplicate the code from Glib's g_fopen function, so that Enchant and GlibDom Lachowicz2009-05-225-19/+59
* Fix 12100: MSVC build fixJ M Maurer2009-05-221-0/+1
* win64 build fixes from FridrichDom Lachowicz2009-04-082-2/+2
* part of Fridrich's patchDom Lachowicz2009-04-081-1/+1
* Fix a leak in _enchant_broker_request_dict (part of Bug 11979).2009-02-251-2/+4
* Fix Bug 11928, memory leak in _enchant_session_new().2009-02-151-0/+1
* relicense the zemberek plugin. bug 11890Dom Lachowicz2009-01-253-38/+68
* look for myspell/uspell dictionaries in XDG data directoriesDom Lachowicz2009-01-243-0/+32
* 11914 - missing ssize_t defineDom Lachowicz2009-01-243-1/+22
* remove ac_canonical_targetDom Lachowicz2009-01-241-1/+1
* Bug 11901 - Memory leak in function edit_dist (pwl.c)Dom Lachowicz2009-01-241-0/+2
* Bug 10667 - stdio.h not included in two files so FILE not definedDom Lachowicz2009-01-247-4/+14
* Bug 11792 - enchant-ispell does not set up locale properlyDom Lachowicz2008-11-221-0/+3
* Bugzilla Bug 11784 - crash when listing non match aff and dic dictionaries. F...Dom Lachowicz2008-10-211-1/+1
* Bug 11719: Should automatically line-up "configure --help" and also include a...Dom Lachowicz2008-08-221-17/+14
* Include string.hDom Lachowicz2008-08-081-0/+1
* Various changes to the zemberek backend. Unsure if this compiles, even.Dom Lachowicz2008-08-063-51/+81
* Handle case where libenchant.dll is not present more gracefully. Creating a b...Eric Albright2008-07-011-30/+82
* hook the configure_enchant_provider routine back up for aspell and only remov...Eric Albright2008-07-011-10/+12
* possible fix for 11604 - also related to a fix TML sent for win32Dom Lachowicz2008-06-192-4/+4