Jean-Marc Lasgouttes
2849127f44
Run autoupdate to remove many warnings
...
Autoconf 2.71 now show all warnings. Instead of cherry picking the 2.4
patch, the choice was made to apply autoupdate directly.
Additionally, AC_INIT now clearly indicates that automake >= 1.14 is required.
2022-11-08 23:59:58 +01:00
Jean-Marc Lasgouttes
8e53243514
Do nothing if hunspell support is disabled
...
(cherry picked from commit 031720b66a40bd7b520b4b01d894a0244cdcc32a)
2020-12-19 20:58:42 +01:00
Jean-Marc Lasgouttes
f5ae00132a
Update the in-source hunspell to version 1.7.0
...
(cherry picked from commit c3484fa6c81e14bc2a4df92c4cf0bb043ac4b99a)
2020-12-19 20:48:26 +01:00
Richard Heck
bcb002039b
Merge branch '2.3.2-staging' into 2.3.x
2018-04-14 23:52:31 -04:00
Juergen Spitzmueller
10335b93b4
Support new hunspell C++ ABI if LyX is built against hunspell >= 1.5
...
Fixes : #10547
2018-04-14 10:35:59 +02:00
Juergen Spitzmueller
27a871499f
Change lookup order for enchant-2 vs. enchant (prefer the former)
...
(cherry picked from commit 1ae537c5437d0f1abbf877e40a09ad59385f621b)
2018-03-19 17:45:00 +01:00
Juergen Spitzmueller
2d647cb0e6
check for enchant-2
...
Fixes rest of #10986
(cherry picked from commit 71977769ec5168eda6f49697b570bbd1dd6991d8)
2018-03-19 17:34:06 +01:00
Jean-Marc Lasgouttes
b3cca8086d
Add support for enchant 2.x
...
As of enchant 2.x, it is required to create a Broker instance instead
of relying on a static one provided by the library.
Add autoconf and cmake (courtesy of Kornel) tests that check whether
one can indeed instantiate a Broker object, and act on the result in a
new broker() helper function.
Fixes bug #10986 .
(cherry picked from commit 63a4e82874fddcec00a1733c14ad4525d155f19f)
2018-03-19 17:33:17 +01:00
Juergen Spitzmueller
cf1a276ec4
Update internal Hunspell to latest release (1.6.2)
...
(cherry picked from commit 3b89cd9c283d1daadfbf1d7367aa103450a276ae)
2017-09-19 19:16:52 +02:00
Juergen Spitzmueller
2c9fd212fd
Do not disable the other spellers when compiling against internal hunspell
...
Users might still want to have a selection.
(cherry picked from commit 561d36a19e849d7410d8e5eb9e6898810ff237c0)
2017-09-18 18:08:37 +02:00
Juergen Spitzmueller
3de5218e63
Define USE_HUNSPELL when compiling against included hunspell.
...
Otherwise, the speller is disabled.
(cherry picked from commit be36fe6e62a3dd614419a4dc5df5cb059421c595)
2017-09-18 18:08:37 +02:00
Jean-Marc Lasgouttes
2f701e6a1c
Clarify configure help for 3rd party code
...
The configure code suggests that the default for
--with-included-(iconv|zlib|hunspell) is "yes", which is wrong: by
default is indeed to use the system libraries.
Change the MyThes detection to use the system version by default.
Also add to the verison information a line which lists the bundled libraries.
2017-03-02 14:35:39 +01:00
Georg Baum
f434fd22b1
Configure included hunspell with autotools
...
The included hunspell should not be used on Linux or OS X, but (depending on
local configuration) it might be needed for crosscompiling a mingw target
from Linux. Now the user can choose whether to use the included hunspell or not.
cmake does already support that.
Now the only other dependency you need to cross-compile for mingw on debian
or ubuntu is qt.
2016-05-29 17:55:44 -04:00
Stephan Witt
c29d13569e
restore old hunspell library detection code as fallback when pkg-config is not available - for Mac OS X
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39484 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-14 07:17:12 +00:00
Pavel Sanda
9359d73dde
Using pkgconfig to configure hunspell.
...
(hunspell 1.3 is not correctly recognized otherwise).
Patch from Rex Dieter, posted by Jose.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39040 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-14 14:32:42 +00:00
Jean-Marc Lasgouttes
6b88f5bcb7
streamline hunspell checking
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37988 a592a061-630c-0410-9148-cb99ea01b6c8
2011-03-21 22:30:36 +00:00
Stephan Witt
45e4c6b94b
do not check for hunspell libraries if header is not present
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37887 a592a061-630c-0410-9148-cb99ea01b6c8
2011-03-09 15:40:03 +00:00
José Matox
b8836fcd19
Fix config detection for hunspell-1.2
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37850 a592a061-630c-0410-9148-cb99ea01b6c8
2011-03-04 20:47:05 +00:00
Stephan Witt
1812984b42
finally ASPELL_FRAMEWORK is not used anymore
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36844 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-12 18:43:02 +00:00
Stephan Witt
042e8bb4d0
consolidate dictionary lookup of spellchecker and thesaurus, prepare builtin distribution of dictionaries
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34540 a592a061-630c-0410-9148-cb99ea01b6c8
2010-05-29 14:36:51 +00:00
Stephan Witt
fb43bbbf6c
tiger support on mac snow leopard, include Qt4 frameworks, smart build script with parameters
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34132 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-14 13:22:00 +00:00
Jean-Marc Lasgouttes
2425391657
remove variables initializations that are immediately overridden
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33317 a592a061-630c-0410-9148-cb99ea01b6c8
2010-02-02 19:26:04 +00:00
Jürgen Spitzmüller
7746747506
* add support for the enchant spell checker (bug 6226).
...
SCons might be broken.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33157 a592a061-630c-0410-9148-cb99ea01b6c8
2010-01-22 15:26:38 +00:00
Jean-Marc Lasgouttes
89dde39404
clarify message for spelling libs
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31545 a592a061-630c-0410-9148-cb99ea01b6c8
2009-10-06 15:21:24 +00:00
Abdelrazak Younes
97a33c4f51
New support files for Hunspell support. Only autotools for now.
...
Hunspell is not used yet, don't try it.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30527 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-12 22:46:01 +00:00
Pavel Sanda
1457b2c107
ispell leftover.
...
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg146777.html
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27892 a592a061-630c-0410-9148-cb99ea01b6c8
2008-12-16 11:43:08 +00:00
André Pönitz
8e2f971ada
remove ispell and pspell
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27472 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-15 18:47:25 +00:00
Enrico Forestieri
90ef6ed709
Fix typo due to the massive rename.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18053 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-26 21:50:16 +00:00
Bo Peng
00e305c9d9
Rename .C ==> .cpp for files in src, part one
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18018 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-26 04:41:58 +00:00
Angus Leeming
251f834995
Ensure that the grammar used to invoke the spellchecker is consistent.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10425 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-08 09:20:16 +00:00
Angus Leeming
70572847e2
Whitespace, only whitespace. s/ +$//
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10024 a592a061-630c-0410-9148-cb99ea01b6c8
2005-06-09 09:58:08 +00:00
Angus Leeming
9302177325
Test for things that MSVC doesn't have, rather than for things it does.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9896 a592a061-630c-0410-9148-cb99ea01b6c8
2005-05-02 19:54:36 +00:00
Angus Leeming
201e5bdf70
Fully enable compilation of LyX 1.4.x on Windows with MinGW/MinSYS.
...
Break compilation with MSVC. See accompanying mail on the lyx-devel list.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9895 a592a061-630c-0410-9148-cb99ea01b6c8
2005-05-02 13:35:30 +00:00