Skip to content

Commit

Permalink
libspelling: update 0.4.0 -> 0.4.2
Browse files Browse the repository at this point in the history
libspelling 0.4.2
=================

This is a bug-fix release for GNOME 47

 * Limit the number of corrections to 10 in enchant backend to help with
   dictionary configurations which produce many results.
 * Hide add/ignore menu items when disabled.
 * Don't show word corrections when spellcheck is disabled.

libspelling 0.4.1
=================

This is a bug-fix release for GNOME 47

 * Fixes an important issue tracking weak pointers from a GtkTextBuffer.
 * Fixes an important issue where we could get invalid text iters from
   GtkTextBuffer::delete-range() after the deletion occurred when other
   signal handlers are in play.

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
MarkusVolk authored and kraj committed Oct 12, 2024
1 parent 91e650a commit ba3a93d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ GIDOCGEN_MESON_OPTION = 'docs'
PACKAGECONFIG ?= ""
PACKAGECONFIG[sysprof] = "-Dsysprof=true,-Dsysprof=false,sysprof"

SRC_URI[archive.sha256sum] = "00c63970d708a0ef3bcba40e708a06d7030114cb9f210c74583ffad56d36e3dd"
SRC_URI[archive.sha256sum] = "b3e609b1a247e71bc097e262564f33f51fd7db566eeb0cd74ae5021536b878b5"

0 comments on commit ba3a93d

Please sign in to comment.