libspelling/libspelling.changes
Dominique Leuenberger 98f9b23cde - Update to version 0.4.5:
+ Various robustness fixes for weak ref tracking
  + Various GObject Introspection fixes
  + A new build option to install a static library
    (libspelling-1.a)
  + Fix a minor leak of extra_word_chars for a language dictionary
  + Fix ICU success check
  + Updated translations.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libspelling?expand=0&rev=9
2024-11-25 14:18:22 +00:00

130 lines
5.4 KiB
Plaintext

-------------------------------------------------------------------
Fri Nov 22 20:11:27 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.4.5:
+ Various robustness fixes for weak ref tracking
+ Various GObject Introspection fixes
+ A new build option to install a static library
(libspelling-1.a)
+ Fix a minor leak of extra_word_chars for a language dictionary
+ Fix ICU success check
+ Updated translations.
-------------------------------------------------------------------
Sat Oct 19 09:17:08 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.4.4:
+ Adds a few dozen translations for menu items.
- Add lang subpackage and macros. Also provide libspelling from the
shared lib, allow install of lang subpackage.
-------------------------------------------------------------------
Wed Oct 16 06:03:32 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.4.3:
+ Fix build to disable assertions in release builds
+ Fix an off-by-one in assertion
+ Add i18n for translations of menu entries
+ Ignore empty strings when building job list
-------------------------------------------------------------------
Fri Oct 4 19:02:50 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.4.2:
+ 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.
- Switch to source service for tarball.
-------------------------------------------------------------------
Fri Sep 27 12:57:18 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 0.4.1:
+ 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.
-------------------------------------------------------------------
Tue Sep 10 10:30:12 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.4.0:
+ This is a stable release for GNOME 47.0.
+ Protect the SpellingEngine from systems with misconfigured
dictionaries.
+ Protect the SpellingTextBufferAdapter from NULL language codes.
+ Protect the SpellingJob from uncooperative break chars which
could result in zero length runs.
+ Fix some incorrect licenses.
- Changes from version 0.3.1:
+ Immediately clear tags for invalidated regions without
round-tripping to the checker thread.
+ Bump soname for ABI changes in 0.3
+ Fix licenses to be LGPLv2.1+
+ Add sysprof profiler marks for performance profiling
+ Update example so people know to copy the button-press work to
update the menu immediately.
+ Fix pkg-config fields
+ Fix libspelling usage from subproject
+ Make introspection building optional
+ Documentation improvements
- Pass sysprof=false to meson configure, do not build the profiler
support at this time.
- Add so_ver and api_ver define, and set them to 1-2 and 1
respectivly.
- Add myspell-en_US BuildRequires: Needed for tests.
-------------------------------------------------------------------
Thu Aug 8 19:54:43 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.3.0:
+ This is an unstable release for GNOME 47.beta.
+ The highlight for this release is a new threaded spellchecking
engine. It performs text analysis and dictionary lookups in
bulk off the UI thread. Care is taken to catch collisions in
the face of user editing while spellchecking operations are in
flight.
+ I expect a significant reduction in initial spellchecking time
after opening a document. Opening `gtktextbuffer.c` in Text
Editor was more than 8x faster.
+ Currently, libspelling relies on GTK main until 4.15.5 is
released so do keep this in mind if you are a distributor.
+ Some API has changed, though that is unlikely to affect any
known applications using libspelling.
+ Many new unit tests are part of the testsuite
+ SpellingLanguage was renamed to SpellingDictionary
+ SpellingLanguageInfo was renamed to SpellingLanguage
+ Various helpers were added to SpellingTextBufferAdapter so
that they can update spelling menus. Applications that update
the cursor position on clicks before showing menus may want to
force the menu updating before `menu.popup`.
+ SpellingTextBufferAdapter now uses the new
GtkTextBufferCommitNotify API in GTK 4.15.5 and newer.
-------------------------------------------------------------------
Mon Mar 4 08:46:51 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 0.2.1:
+ Fix licenses to all be LGPLv2.1+.
+ Fix handling of cursor-moved signal.
- Drop 6d26ffd30c78b7f255b1665fac3fb88960ea01ba.patch: fixed
upstream.
-------------------------------------------------------------------
Tue Nov 7 08:54:59 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Fix build with RPM 4.19: unnumbered patches are no longer
supported.
-------------------------------------------------------------------
Thu Oct 5 06:51:58 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Add check section, run meson_test macro during build.
-------------------------------------------------------------------
Sun Sep 17 07:34:45 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Initial packaging for openSUSE.