summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Tagged 1.6.1 bugfix release.tags/enchant-1-6-12011-07-040-0/+0
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/tags/enchant-1-6-1@29931 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* Bumped version to 1.6.12011-07-041-1/+1
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@29930 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* Update ./configure --help and READMEFabiano Fidencio2011-06-252-13/+14
| | | | | | | - Be explict about OSs dependencies :-) git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@29876 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* [mac] Fixing enchant breakageFabiano Fidencio2011-06-252-16/+19
| | | | | | | | | | - Now, applespell is an option valid only for OS X If you try to enable it on Linux/Windows, you'll be ignored :-) - The default, is applespell be disabled. To enable, use --enable-applespell git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@29875 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* Fixing myspell support compilation on OS XFabiano Fidencio2011-06-222-7/+7
| | | | | | | nice catch, Dwayne Bailey! :-) git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@29868 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* Adding applespell option in build stuffsFabiano Fidencio2011-06-213-7/+49
| | | | | | | | | | | | | | | | | | | | | | - Now, applespell is compiled by default when an OS X system is detected - If you want to disable it in your mac, please, use --disable-applespell - Now, at least, it's building. I don't know if it's working, probably we need of more (is there?) tests. - Updating README - Many thanks, Dwayne Bailey, for all support :-). Now, could you help us to test and fix another issues with enchant? git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@29862 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* Adding support for glibtoolize, in autogen.shFabiano Fidencio2011-06-201-1/+10
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@29859 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* Fixed loading of empty word from pwl2011-04-191-2/+2
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@29721 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* Palliative fix for 2-letter word bug.2011-03-101-0/+2
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@29656 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* Updated (hopefully correctly) a makefile.2011-03-071-1/+5
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@29649 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* * Update hunspell to 2.152011-03-0730-1912/+14305
| | | | | | * Enable UTF-8 dict paths on Windows git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@29648 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* Fixed words of ambiguous composition to be considered incorrect2011-03-071-2/+2
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@29647 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* Bump version to 1.6.0J M Maurer2010-04-011-3/+3
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@28773 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* Bug 12567 - the ispell sources aren't licensed under the LGPLDom Lachowicz2010-01-1112-347/+0
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@28601 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* add a function to get enchant's versionDom Lachowicz2010-01-113-1/+10
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@28600 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* Bug 12556 - document that dictionary-related functions return a ↵Dom Lachowicz2010-01-111-2/+2
| | | | | | reference-counted object git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@28599 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* disable zemberek plugin by default, as it's known to cause issues/crashes ↵Dom Lachowicz2009-12-051-4/+9
| | | | | | with WebKit git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@28523 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* Bugzilla Bug 12472 - Win32 DLL dependency not found popup occurs when module ↵Dom Lachowicz2009-11-091-0/+8
| | | | | | | | | | | | | | has unmet dependencies If, for example, the aspell module is present, but the required aspell library isn't available when the broker is initialized, a modal win32 error MessageBox appears saying that the required DLL can't be found in addition to the 'g_warning ("Error loading plugin: %s\n", g_module_error())' message that gets printed to the log. From Daniel Atallah <daniel_atallah@yahoo.com> git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@28462 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* possibly fix https://bugs.launchpad.net/ubuntu/+source/enchant/+bug/474062Dom Lachowicz2009-11-041-3/+3
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@28456 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* Registry handle not closed in enchant_get_registry_value_exDom Lachowicz2009-10-261-0/+1
| | | | | | | | hKey handle should be closed. From Pierre Joye <pierre.php@gmail.com> http://bugzilla.abisource.com/show_bug.cgi?id=12409 git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@28395 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* Leak in _enchant_get_user_home_dirs() on WindowsDom Lachowicz2009-10-261-3/+4
| | | | | | | | | | The returned value of enchant_get_registry_value_ex() is g_strdup()'d instead of being used directly and the original value isn't freed - this will leak if anything is actually returned. From Daniel Atallah <daniel_atallah@yahoo.com> http://bugzilla.abisource.com/show_bug.cgi?id=12406 git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@28394 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* Update FSF addressDom Lachowicz2009-10-2637-37/+37
| | | | | | | | | | | | | | The FSFs address has changed. Enchant 1.4.2 still has the old address / postal code. http://www.fsf.org/about/contact.html writes: > Free Software Foundation > 51 Franklin Street, Fifth Floor > Boston, MA 02110-1301 > USA http://bugzilla.abisource.com/show_bug.cgi?id=12007 git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@28393 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* Zemberek module lists a Turkish dictionary even without Zemberek installedDom Lachowicz2009-10-261-2/+3
| | | | | | | | | | | Running `enchant-lsmod -list-dicts' returns a list including `tr (zemberek)'. This is incorrect, as Zemberek is not installed on the system in question. The module should be corrected to list no dictionaries when Zemberek is not installed. From Sebastien Bacher <seb128@ubuntu.com> http://bugzilla.abisource.com/show_bug.cgi?id=12305 git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@28392 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* don't assert if passed a null string listDom Lachowicz2009-10-021-1/+0
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@28242 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* enchant_pwl_init_with_file truncates pwl file - bug #12350Dom Lachowicz2009-09-121-1/+1
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@28175 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* avoid double-free. Noticed by Rob.Dom Lachowicz2009-06-301-1/+0
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@27068 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* bug 12173 - fix some small memory leaks. from Caolan.Dom Lachowicz2009-06-302-3/+8
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@27066 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* bug 12174 - mis-acceptence of dictionaries which start with a partial match ↵Dom Lachowicz2009-06-301-2/+22
| | | | | | of the lang id. From Caolan. git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@27065 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* Fix for 12160. Patch from the ever-awesome Caolan McNamara.Dom Lachowicz2009-06-231-3/+3
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@26974 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* Don't define stuff in a public namespace.. bad msvc, badJ M Maurer2009-05-251-0/+4
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@26532 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* Add --with-system-myspell optionJ M Maurer2009-05-251-4/+10
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@26531 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* Package missing fileJ M Maurer2009-05-251-0/+1
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@26530 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* on windows, compare paths ignoring case sensitivity. may fix a bug that ↵Dom Lachowicz2009-05-232-21/+26
| | | | | | fridrich noticed git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@26494 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* bump enchant version #. uwog, you can release this tomorrow if you'd like to.Dom Lachowicz2009-05-231-2/+2
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@26489 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* uspell can now use programatically-set dictionaries. if anyone uses uspell, ↵Dom Lachowicz2009-05-231-5/+19
| | | | | | that is. i'm guessing that not a lot of people spell-check yiddish. git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@26488 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* code should parse a parameter and turn it into a list of paths. normal ↵Dom Lachowicz2009-05-221-1/+25
| | | | | | win32/posix path conventions apply. i.e. on windows, use a semi-colon to separate paths, and on posix, use a colon git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@26484 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* on a hunch from Fridrich, put all functions that are called by C code inside ↵Dom Lachowicz2009-05-224-20/+20
| | | | | | of an 'extern C' block. maybe calling conventions differ between C/C++ on Win32. git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@26483 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* myspell and ispell now query for any programatically-set dictionary paths. ↵Dom Lachowicz2009-05-224-0/+37
| | | | | | the function that parses the path is not yet implemented. git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@26482 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* pass the broker to the correct classes and functions; will be useful in ↵Dom Lachowicz2009-05-223-32/+38
| | | | | | setting dictionary paths git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@26481 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* Fix buildJ M Maurer2009-05-221-0/+1
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@26480 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* public API that will be used to pass information on to the spell checking ↵Dom Lachowicz2009-05-222-1/+30
| | | | | | libraries. such as a path to its dictionaries. git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@26479 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* Duplicate the code from Glib's g_fopen function, so that Enchant and GlibDom Lachowicz2009-05-225-19/+59
| | | | | | | | don't necessarily have to be built against the same C runtime. git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@26478 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* Fix 12100: MSVC build fixJ M Maurer2009-05-221-0/+1
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@26473 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* win64 build fixes from FridrichDom Lachowicz2009-04-082-2/+2
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@26058 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* part of Fridrich's patchDom Lachowicz2009-04-081-1/+1
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@26057 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* Fix a leak in _enchant_broker_request_dict (part of Bug 11979).2009-02-251-2/+4
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@25748 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* Fix Bug 11928, memory leak in _enchant_session_new().2009-02-151-0/+1
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@25687 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* relicense the zemberek plugin. bug 11890Dom Lachowicz2009-01-253-38/+68
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@25545 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* look for myspell/uspell dictionaries in XDG data directoriesDom Lachowicz2009-01-243-0/+32
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@25544 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* 11914 - missing ssize_t defineDom Lachowicz2009-01-243-1/+22
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@25543 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6