diff options
author | László Németh <nemeth@numbertext.org> | 2017-11-02 09:51:36 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2017-11-06 17:50:04 +0100 |
commit | f037207675010fdff2c1968a67fae5b0c2c34331 (patch) | |
tree | da0e0d233368adc67063e024a72b2391db8a3d03 /external/hunspell/UnpackedTarball_hunspell.mk | |
parent | a7cd63df37144eba8544f6b10b83737fa0496461 (diff) |
fix spell checking issues using recent Hunspell patches
Test: English word "Ian" are "item" are not allowed as "İan", "İtem" now.
Patch list with commit ids in Hunspell repository:
commit 66badb7449c2053c89456f11a7f71f3f5916b550
Extend dotless i and dotted I rules to Crimean Tatar language
commit 88cf975c295e3ec808efb77bb1a2a031d77f0c89
Allow dotted I in dictionary, and disable bad capitalization
commit 39b785a6b03b35cc8a27f43f6005dcaa432694e1
FORBIDDENWORD precedes BREAK
commit 0f691abe68788d0a58e72ab66877a9f670cd2741
Remove forbidden words from dash suggestion list
commit 15b2cde4f01706f0a648518a5cfc57394d015448
tdf#95024 fix compound handling for new Hungarian orthography
commit de3ae6844af62300e473f7b7b66a56e54153b4b9
fix compound word part "pa:"
Change-Id: Id12b5629b0c975464072b5b144743cbe40fe45a3
Reviewed-on: https://gerrit.libreoffice.org/44200
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'external/hunspell/UnpackedTarball_hunspell.mk')
-rw-r--r-- | external/hunspell/UnpackedTarball_hunspell.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/external/hunspell/UnpackedTarball_hunspell.mk b/external/hunspell/UnpackedTarball_hunspell.mk index 3bb7e5e42dc7..23d3aca47131 100644 --- a/external/hunspell/UnpackedTarball_hunspell.mk +++ b/external/hunspell/UnpackedTarball_hunspell.mk @@ -21,6 +21,12 @@ $(eval $(call gb_UnpackedTarball_set_patchlevel,hunspell,1)) $(eval $(call gb_UnpackedTarball_add_patches,hunspell, \ external/hunspell/0001-Revert-Remove-autotools-autogenerated-files.patch \ + external/hunspell/0001-Extend-dotless-i-and-dotted-I-rules-to-Crimean-Tatar.patch \ + external/hunspell/0001-Allow-dotted-I-in-dictionary-and-disable-bad-capital.patch \ + external/hunspell/0001-FORBIDDENWORD-precedes-BREAK.patch \ + external/hunspell/0001-Remove-forbidden-words-from-dash-suggestion-list.patch \ + external/hunspell/0001-fix-compound-handling-for-new-Hungarian-orthography.patch \ + external/hunspell/0001-fix-compound-word-part-pa.patch \ )) # vim: set noet sw=4 ts=4: |