Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support parallel installation of different Enchant versions | Reuben Thomas | 2017-11-25 | 1 | -1/+4 |
| | | | | | | Fixes #162. Thanks to Sébastien Wilmet. Followed instructions at https://developer.gnome.org/programming-guidelines/unstable/parallel-installability.html.en | ||||
* | Makefile.am: since release target now writes the tag, don’t check tag | Reuben Thomas | 2017-09-05 | 1 | -1/+0 |
| | | | | | The release target was complaining if the repository was not tagged, but now it writes the tag itself. | ||||
* | Makefile.am: woger no longer uses github_dist_type, so remove it | Reuben Thomas | 2017-09-05 | 1 | -1/+0 |
| | |||||
* | Fixes #147: add a release target to Makefile.am and instructions to HACKING | Reuben Thomas | 2017-08-08 | 1 | -0/+12 |
| | |||||
* | Fix lines of code counting for bootstrap.conf (previously ignored) | Reuben Thomas | 2017-05-04 | 1 | -1/+1 |
| | |||||
* | Move unittests to tests directory | Reuben Thomas | 2017-04-15 | 1 | -1/+1 |
| | |||||
* | Add 'loc' target to count code size | Reuben Thomas | 2017-04-15 | 1 | -0/+14 |
| | |||||
* | Remove autogen.sh, just use bootstrap | Reuben Thomas | 2017-04-15 | 1 | -1/+0 |
| | |||||
* | Make library relocatable using gnulib’s relocatable-lib-lgpl module | Reuben Thomas | 2017-04-04 | 1 | -0/+1 |
| | | | | | | | | This adds a new API enchant_set_prefix_dir, which necessitated changing the C++ API so that rather than constructing a broker instance statically, which would pre-empt any setting of the prefix dir, the Broker object must now be explicitly created. This also gives an easier way to have multiple Brokers, if desired. | ||||
* | Simplify code layout: move providers into a single directory | Reuben Thomas | 2017-03-03 | 1 | -1/+1 |
| | | | | | Move READMEs from individual providers into comments at the top of the relevant source file. | ||||
* | Fix mingw32 build | Reuben Thomas | 2017-03-01 | 1 | -2/+0 |
| | | | | | | | | | Use libtool to build the resource file Add missing libgnu to LIBADD for libenchant Remove custom lt-compile-resource, and support for BUILDNUMBER, which is not very useful in the context of semantic versioning. | ||||
* | Move man page from doc/ to src/ | Reuben Thomas | 2017-03-01 | 1 | -1/+1 |
| | |||||
* | Move enchant.ordering to src/ | Reuben Thomas | 2017-03-01 | 1 | -1/+1 |
| | |||||
* | Remove unused BUGS and TODO files | Reuben Thomas | 2017-02-24 | 1 | -2/+0 |
| | |||||
* | Remove MAINTAINERS; current maintainers are noted elsewhere | Reuben Thomas | 2017-02-09 | 1 | -1/+0 |
| | |||||
* | Remove RPM specfile; leave that to packagers | Reuben Thomas | 2017-02-09 | 1 | -2/+0 |
| | |||||
* | Remove enchant-uninstalled.pc.in | Reuben Thomas | 2017-02-09 | 1 | -1/+0 |
| | | | | | | No longer support use of enchant from an uninstalled copy. These days, containerization means we can always use installed build-deps. | ||||
* | Use gnulib to get cross-platform flock, and use it | Reuben Thomas | 2017-02-09 | 1 | -2/+3 |
| | |||||
* | Run unittests, fixed for non-Windows systems | Reuben Thomas | 2017-02-01 | 1 | -1/+1 |
| | | | | Much of this work was done by Hubert Figuière. | ||||
* | Modernise autotools use: use configure.ac and autoreconf | Reuben Thomas | 2016-12-19 | 1 | -0/+2 |
| | | | | | Explain use of autoreconf in HACKING, and also make some other minor updates to that file. | ||||
* | Package missing file | J M Maurer | 2009-05-25 | 1 | -0/+1 |
| | | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@26530 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6 | ||||
* | win32 and cross compilation work | Rob Staudinger | 2007-05-15 | 1 | -0/+1 |
| | | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@21303 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6 | ||||
* | bug 10843 - Enchant should support uninstalled package. From Sun. | Dom Lachowicz | 2007-02-15 | 1 | -0/+1 |
| | | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@21211 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6 | ||||
* | fix make distcheck | Dom Lachowicz | 2006-04-01 | 1 | -2/+10 |
| | | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@21124 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6 | ||||
* | provide a default ordering file for enchant's providers with some 'sane' ↵ | Dom Lachowicz | 2005-07-29 | 1 | -1/+1 |
| | | | | | | defaults git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@21055 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6 | ||||
* | manpage - bug 5915 | Dom Lachowicz | 2003-10-13 | 1 | -1/+1 |
| | | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20869 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6 | ||||
* | s/libenchant/enchant | Dom Lachowicz | 2003-07-21 | 1 | -4/+4 |
| | | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20757 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6 | ||||
* | Spec fully works, takes advantage of rpm macros and dist tarballs are | Rui M. Silva Seabra | 2003-07-16 | 1 | -0/+1 |
| | | | | | | | rpm enabled. git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20739 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6 | ||||
* | initial checkin of enchant | Dom Lachowicz | 2003-07-13 | 1 | -0/+10 |
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20723 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6 |