summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease-0-1-1tags/release-0-1-12003-07-290-0/+0
* enchant is now win32 (and possibly soon gconf) registry readyDom Lachowicz2003-07-295-12/+89
* more myspell fixesDom Lachowicz2003-07-281-2/+2
* fix myspellDom Lachowicz2003-07-281-7/+10
* fix up the license clause, further win32-registry proof some directory gettin...Dom Lachowicz2003-07-2819-25/+61
* add this fileDom Lachowicz2003-07-281-0/+62
* massive work on 'test_exists' types of functions, myspell now handles languag...Dom Lachowicz2003-07-275-45/+175
* session support for myspell, better dictionary loading support for myspellDom Lachowicz2003-07-273-48/+60
* myspell providerDom Lachowicz2003-07-2620-1/+6171
* win32 mingw improvementsDom Lachowicz2003-07-254-81/+0
* cleanupsDom Lachowicz2003-07-251-2/+1
* uspell now honors the size argumentsDom Lachowicz2003-07-241-23/+27
* change c++ api. i think i'm finally happy with itDom Lachowicz2003-07-243-84/+81
* win32 fixes - don't try to install a dll that doesn't get builtDom Lachowicz2003-07-243-0/+17
* hopefully fix some mingw build errorsDom Lachowicz2003-07-244-4/+4
* fix includeDom Lachowicz2003-07-241-1/+1
* finalize some c++ bindings. i think i'm pretty happy with 'em nowDom Lachowicz2003-07-243-176/+153
* uspell personal dictionary supportDom Lachowicz2003-07-242-18/+60
* c++ test program, 100% c++ binding coverage, c++ bindings workDom Lachowicz2003-07-244-13/+162
* implement and use new win32 'registry-ready' functionsDom Lachowicz2003-07-234-24/+64
* some work toward win32 registry usageDom Lachowicz2003-07-237-63/+143
* fix bug for jmo - g_get_home_dir can return NULLDom Lachowicz2003-07-234-17/+42
* s/libenchant/enchantDom Lachowicz2003-07-211-4/+4
* drop libenchant in favor of enchantDom Lachowicz2003-07-214-5/+5
* fix uspell provider bugDom Lachowicz2003-07-212-4/+4
* make hebrew workDom Lachowicz2003-07-201-2/+2
* verbose error message when aspell/pspell can't load a dictionaryDom Lachowicz2003-07-191-0/+2
* bugfix for ordering - unknown/unspecified providers now get added at the end ...Dom Lachowicz2003-07-191-0/+6
* allow for provider orderingDom Lachowicz2003-07-193-21/+53
* load orderings from files - we currently don't honor the orderings. that's wh...Dom Lachowicz2003-07-194-16/+84
* cvsignoreDom Lachowicz2003-07-191-0/+2
* documentation, add+export an ordering methodDom Lachowicz2003-07-185-15/+54
* better .cvsignores, new readme for uspellDom Lachowicz2003-07-186-0/+25
* stub out some ordering functionsDom Lachowicz2003-07-181-9/+44
* enchant_broker_describeDom Lachowicz2003-07-185-26/+116
* stub out dict_statusDom Lachowicz2003-07-186-98/+219
* implement a dictionary_status routine - no backends support it yetDom Lachowicz2003-07-173-5/+74
* LGPL + exception licenseDom Lachowicz2003-07-1618-0/+223
* .cvsignore filesRui M. Silva Seabra2003-07-166-0/+33
* forgot this for make dist :)Rui M. Silva Seabra2003-07-161-0/+1
* Spec fully works, takes advantage of rpm macros and dist tarballs areRui M. Silva Seabra2003-07-162-18/+22
* make ispell/uspell backends get dictionaries from configurable locationsDom Lachowicz2003-07-163-2/+21
* new uspell backendDom Lachowicz2003-07-162-4/+8
* fix uspell build, still untestedDom Lachowicz2003-07-164-15/+29
* add uspell provider - untestedDom Lachowicz2003-07-154-2/+268
* readmesDom Lachowicz2003-07-152-0/+26
* clean up some ispell backend codeDom Lachowicz2003-07-151-8/+4
* some more sophisticated dll loading, make aspell work if we're using a C++ co...Dom Lachowicz2003-07-153-5/+17
* implement session and personal handling for pspell and ispellDom Lachowicz2003-07-153-3/+62
* ispell enchant backendDom Lachowicz2003-07-1518-6/+6009