]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
enchant2: upgrade 2.3.4 -> 2.5.0
authorWang Mingyu <wangmy@fujitsu.com>
Thu, 1 Jun 2023 09:03:10 +0000 (17:03 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 2 Jun 2023 14:14:25 +0000 (15:14 +0100)
commitc21b5b930430f5fbf47866380f94c088dd809089
tree4d05036282deb50e1d33b5d3157feba7ee9298aa
parenta81874c8898ccd33c0c20260f2bfe9bcb2d75d69
enchant2: upgrade 2.3.4 -> 2.5.0

Changelog:
=========
  * A new dictionary method remove_from_session() allows providers to stay
    in sync with Enchant's personal wordlist, by removing as well as adding
    words in the spelling session.
  * The public API enchant_dict_store_replacement() is deprecated, and no
    longer does anything. It only previously had an effect with the Aspell
    provider.
  * The APIs enchant_dict_add() and enchant_dict_remove() also respectively
    add the word to the session or remove it.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-support/enchant/enchant2_2.5.0.bb [moved from meta/recipes-support/enchant/enchant2_2.3.4.bb with 92% similarity]