summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagenchant-1-3-0tags/enchant-1-3-02006-09-120-0/+0
* 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
* 1.2.6Dom Lachowicz2006-04-232-2/+6
* bug 10190Dom Lachowicz2006-04-181-10/+10
* bump version number; remove unused paramsDom Lachowicz2006-04-022-6/+7
* optimize dict_exists in (especially) the ispell backendDom Lachowicz2006-04-022-1/+30
* fix make distcheckDom Lachowicz2006-04-012-3/+10
* less verbose outputDom Lachowicz2006-04-011-5/+5
* improve 'normalize_dictionary_tag()' a bit so that it can handle hyphens; nul...Dom Lachowicz2006-03-313-2/+6
* bump version numberDom Lachowicz2006-03-201-1/+1
* bug 10135Dom Lachowicz2006-03-202-4/+22
* bug 10134Dom Lachowicz2006-03-201-1/+1
* fix uspell buildDom Lachowicz2006-03-121-1/+1
* bug 10101Dom Lachowicz2006-03-082-2/+2
* get rid of unused variablesDom Lachowicz2006-03-041-1/+0
* bug 10088Dom Lachowicz2006-03-041-1/+1
* update some warning commentsDom Lachowicz2006-02-202-6/+2
* #ifdef for MacOS X to allow building....Hubert Figuiere2006-02-201-2/+2
* move declaration to build on MacOS XHubert Figuiere2006-02-201-1/+1
* ability to specify where hspell is installed; better relocatable library messageDom Lachowicz2006-02-051-8/+26
* fix hspell crash; properly returns dictionary path and whether the dictionary...Dom Lachowicz2006-02-052-23/+9
* fix hspell backendDom Lachowicz2006-02-042-13/+14
* From Ryan Kelly (ryan@rfk.id.au):Dom Lachowicz2006-01-281-7/+3
* hopefully fix bug 9945 - don't append -I-I/usr/includeDom Lachowicz2006-01-281-1/+1
* oops - these files need to be in CVS...Dom Lachowicz2006-01-2611-10/+8866
* From Rodney Dawes -Dom Lachowicz2006-01-265-5/+5
* it didn't build on ubuntu, so like, fix thatDom Lachowicz2006-01-265-0/+10
* should correct bug #9909Dom Lachowicz2006-01-203-27/+25
* have the ispell compatibility script look for enchant in rather than assume ...Dom Lachowicz2006-01-144-3/+31
* build against hunspell (http://hunspell.sf.net/) instead of myspell.Dom Lachowicz2006-01-1421-1140/+8926
* some code clean-up for myspellDom Lachowicz2006-01-141-6/+2
* the ispell checker's exists() call never worked properly before. it should nowDom Lachowicz2006-01-141-28/+11
* bug 9896Dom Lachowicz2006-01-141-11/+4
* re-implement exists() in terms of list_dicts() if exists() doesn't exist; mov...Dom Lachowicz2006-01-142-59/+59
* fix bug 9736 - infinite hang in myspell suggestion codeDom Lachowicz2006-01-131-1/+1
* use g_getenv instead of getenv; fix bug 9801/memory leakDom Lachowicz2005-12-102-2/+1
* default ordering fileDom Lachowicz2005-11-281-0/+4
* bug 9234 - relocatable library support on win32 - largely from Ryan Kelly <ry...Dom Lachowicz2005-11-248-22/+110
* make 'make distcheck' passDom Lachowicz2005-10-222-5/+5
* bump version numberDom Lachowicz2005-10-221-2/+2
* be smarter about how we get the current language - bug 9679Dom Lachowicz2005-10-225-18/+61
* apply various memory leak and correctness patches from debian; http://ftp.deb...Dom Lachowicz2005-09-013-20/+27