Log message:
gspell: update to 1.14.3.
News in 1.14.3, 2026-03-17 (stable version)
-------------------------------------------
* Translation updates.
News in 1.14.2, 2025-11-28 (stable version)
-------------------------------------------
* Publish tarballs from CI.
News in 1.14.1, 2025-10-01 (stable version)
-------------------------------------------
* Documentation: update some URLs.
* Translation updates.
News in 1.14.0, 2024-09-13 (stable version)
-------------------------------------------
* Build: re-add support for macOS.
News in 1.13.2, 2024-08-29 (rc version)
---------------------------------------
This is a development snapshot (release candidate version). The stable versions
will be the 1.14.x.
* Re-add support for installed unit tests.
Modernize a bit the codebase:
* License headers: follow the REUSE way of applying licenses, with SPDX tags.
* Convert #include guards to #pragma once
Small improvements:
* Rename config.h to gspell-config.h
* Update gconstructor.h
* Re-organize files within the repository: have tests/interactive-tests/ and
tests/unit-tests/
News in 1.13.1, 2024-08-05 (beta version)
-----------------------------------------
This is a development snapshot (beta version). The stable versions will be the
1.14.x.
* Build systems:
- Add Meson.
- Remove Autotools.
- Add CMake experiment but reverted.
* Bump soversion because a symbol was exported by mistake with the Autotools.
* Translation updates.
News in 1.12.2, 2023-07-28
--------------------------
* Small code maintenance: don't use g_slice_*().
News in 1.12.1, 2023-04-30
--------------------------
* Build: remove gtk-mac-integration dependency.
* Documentation improvements.
* Translation updates.
News in 1.12.0, 2022-09-27
--------------------------
* Use G_MODULE_EXPORT instead of the custom _GSPELL_EXTERN macro.
* Small maintenance tasks, some minor simplifications.
* Translation updates.
News in 1.11.1, 2022-06-10
--------------------------
* Build: minor improvements, small change to how enum-types are built.
* A few documentation improvements.
News in 1.10.0, 2022-04-16
--------------------------
* Build from git: some updates, take newer version of autoconf-archive.
* Build: distribute more files in tarballs.
* Documentation improvements.
* Translation updates.
News in 1.9.1, 2020-10-10
-------------------------
* gspell_language_get_name() is now implemented with the ICU library, not with
the iso-codes package. As a result, gspell no longer depends on the
iso-codes, and has the ICU as a new dependency.
* Translation updates.
|