index
:
delta/enchant.git
gsoc2011hyphenation
gsoc2013cdict
master
revert-92-master
tags/enchant-1-0-0
tags/enchant-1-1-1
tags/enchant-1-2-1
tags/enchant-1-3-0
tags/enchant-1-4-0
tags/enchant-1-4-2
tags/enchant-1-5-0
tags/enchant-1-6-0
tags/enchant-1-6-1
tags/release-0-1-1
tags/release-0-3-0
tags/release-2-2-0
tags/release-2-2-1
tags/release-2-2-2
trunk
github.com: AbiWord/enchant.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 12567 - the ispell sources aren't licensed under the LGPL
Dom Lachowicz
2010-01-11
12
-347
/
+0
*
add a function to get enchant's version
Dom Lachowicz
2010-01-11
3
-1
/
+10
*
Bug 12556 - document that dictionary-related functions return a reference-cou...
Dom Lachowicz
2010-01-11
1
-2
/
+2
*
disable zemberek plugin by default, as it's known to cause issues/crashes wit...
Dom Lachowicz
2009-12-05
1
-4
/
+9
*
Bugzilla Bug 12472 - Win32 DLL dependency not found popup occurs when module ...
Dom Lachowicz
2009-11-09
1
-0
/
+8
*
possibly fix https://bugs.launchpad.net/ubuntu/+source/enchant/+bug/474062
Dom Lachowicz
2009-11-04
1
-3
/
+3
*
Registry handle not closed in enchant_get_registry_value_ex
Dom Lachowicz
2009-10-26
1
-0
/
+1
*
Leak in _enchant_get_user_home_dirs() on Windows
Dom Lachowicz
2009-10-26
1
-3
/
+4
*
Update FSF address
Dom Lachowicz
2009-10-26
37
-37
/
+37
*
Zemberek module lists a Turkish dictionary even without Zemberek installed
Dom Lachowicz
2009-10-26
1
-2
/
+3
*
don't assert if passed a null string list
Dom Lachowicz
2009-10-02
1
-1
/
+0
*
enchant_pwl_init_with_file truncates pwl file - bug #12350
Dom Lachowicz
2009-09-12
1
-1
/
+1
*
avoid double-free. Noticed by Rob.
Dom Lachowicz
2009-06-30
1
-1
/
+0
*
bug 12173 - fix some small memory leaks. from Caolan.
Dom Lachowicz
2009-06-30
2
-3
/
+8
*
bug 12174 - mis-acceptence of dictionaries which start with a partial match o...
Dom Lachowicz
2009-06-30
1
-2
/
+22
*
Fix for 12160. Patch from the ever-awesome Caolan McNamara.
Dom Lachowicz
2009-06-23
1
-3
/
+3
*
Don't define stuff in a public namespace.. bad msvc, bad
J M Maurer
2009-05-25
1
-0
/
+4
*
Add --with-system-myspell option
J M Maurer
2009-05-25
1
-4
/
+10
*
Package missing file
J M Maurer
2009-05-25
1
-0
/
+1
*
on windows, compare paths ignoring case sensitivity. may fix a bug that fridr...
Dom Lachowicz
2009-05-23
2
-21
/
+26
*
bump enchant version #. uwog, you can release this tomorrow if you'd like to.
Dom Lachowicz
2009-05-23
1
-2
/
+2
*
uspell can now use programatically-set dictionaries. if anyone uses uspell, t...
Dom Lachowicz
2009-05-23
1
-5
/
+19
*
code should parse a parameter and turn it into a list of paths. normal win32/...
Dom Lachowicz
2009-05-22
1
-1
/
+25
*
on a hunch from Fridrich, put all functions that are called by C code inside ...
Dom Lachowicz
2009-05-22
4
-20
/
+20
*
myspell and ispell now query for any programatically-set dictionary paths. th...
Dom Lachowicz
2009-05-22
4
-0
/
+37
*
pass the broker to the correct classes and functions; will be useful in setti...
Dom Lachowicz
2009-05-22
3
-32
/
+38
*
Fix build
J M Maurer
2009-05-22
1
-0
/
+1
*
public API that will be used to pass information on to the spell checking lib...
Dom Lachowicz
2009-05-22
2
-1
/
+30
*
Duplicate the code from Glib's g_fopen function, so that Enchant and Glib
Dom Lachowicz
2009-05-22
5
-19
/
+59
*
Fix 12100: MSVC build fix
J M Maurer
2009-05-22
1
-0
/
+1
*
win64 build fixes from Fridrich
Dom Lachowicz
2009-04-08
2
-2
/
+2
*
part of Fridrich's patch
Dom Lachowicz
2009-04-08
1
-1
/
+1
*
Fix a leak in _enchant_broker_request_dict (part of Bug 11979).
2009-02-25
1
-2
/
+4
*
Fix Bug 11928, memory leak in _enchant_session_new().
2009-02-15
1
-0
/
+1
*
relicense the zemberek plugin. bug 11890
Dom Lachowicz
2009-01-25
3
-38
/
+68
*
look for myspell/uspell dictionaries in XDG data directories
Dom Lachowicz
2009-01-24
3
-0
/
+32
*
11914 - missing ssize_t define
Dom Lachowicz
2009-01-24
3
-1
/
+22
*
remove ac_canonical_target
Dom Lachowicz
2009-01-24
1
-1
/
+1
*
Bug 11901 - Memory leak in function edit_dist (pwl.c)
Dom Lachowicz
2009-01-24
1
-0
/
+2
*
Bug 10667 - stdio.h not included in two files so FILE not defined
Dom Lachowicz
2009-01-24
7
-4
/
+14
*
Bug 11792 - enchant-ispell does not set up locale properly
Dom Lachowicz
2008-11-22
1
-0
/
+3
*
Bugzilla Bug 11784 - crash when listing non match aff and dic dictionaries. F...
Dom Lachowicz
2008-10-21
1
-1
/
+1
*
Bug 11719: Should automatically line-up "configure --help" and also include a...
Dom Lachowicz
2008-08-22
1
-17
/
+14
*
Include string.h
Dom Lachowicz
2008-08-08
1
-0
/
+1
*
Various changes to the zemberek backend. Unsure if this compiles, even.
Dom Lachowicz
2008-08-06
3
-51
/
+81
*
Handle case where libenchant.dll is not present more gracefully. Creating a b...
Eric Albright
2008-07-01
1
-30
/
+82
*
hook the configure_enchant_provider routine back up for aspell and only remov...
Eric Albright
2008-07-01
1
-10
/
+12
*
possible fix for 11604 - also related to a fix TML sent for win32
Dom Lachowicz
2008-06-19
2
-4
/
+4
*
bump version # before a release
Dom Lachowicz
2008-06-19
1
-1
/
+1
*
#11621 - enchant-lsmod duplicates modules
Dom Lachowicz
2008-06-19
1
-16
/
+43
[next]