diff -Nru gelemental-2.0.1/ChangeLog gelemental-2.0.2/ChangeLog --- gelemental-2.0.1/ChangeLog 2021-09-26 11:22:33.000000000 +0200 +++ gelemental-2.0.2/ChangeLog 2023-04-07 11:01:40.000000000 +0200 @@ -1,12 +1,33 @@ +2023-04-07 Graham Inggs + + * NEWS, README, configure.ac, src/main.cc: Release 2.0.2. + * *: Update generated configuration files. + + * TRANSLATORS: Add Ser82-png + +2023-04-05 Graham Inggs + + * ru.po: Update Russian translation (Ser82-png). + + * src/buttons.cc: Force button colour for new Yaru themes in + Ubuntu 22.04 (S73f4n). + +2022-04-24 Graham Inggs + + * libelemental/value.cc: Fix build with Pango 1.50. + 2021-09-26 Graham Inggs + * NEWS, README, configure.ac, src/main.cc: Release 2.0.1. * *: Update generated configuration files. 2021-09-24 Graham Inggs + * src/buttons.cc: Force button colour for Yaru-MATE (N0rbert) and WhiteSur (aargar1) themes. 2021-08-30 Graham Inggs + * src/buttons.cc: Force button colour for Mint (artisticfox8), Adwaita and Yaru themes. diff -Nru gelemental-2.0.1/configure.ac gelemental-2.0.2/configure.ac --- gelemental-2.0.1/configure.ac 2021-09-26 11:22:33.000000000 +0200 +++ gelemental-2.0.2/configure.ac 2023-04-07 11:01:40.000000000 +0200 @@ -2,7 +2,7 @@ AC_PREREQ([2.59]) -AC_INIT([gElemental], [2.0.1], [], [gelemental]) +AC_INIT([gElemental], [2.0.2], [], [gelemental]) AC_CONFIG_SRCDIR([src/main.cc]) AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip]) diff -Nru gelemental-2.0.1/libelemental/value.cc gelemental-2.0.2/libelemental/value.cc --- gelemental-2.0.1/libelemental/value.cc 2021-09-26 11:22:33.000000000 +0200 +++ gelemental-2.0.2/libelemental/value.cc 2023-04-07 11:01:40.000000000 +0200 @@ -25,7 +25,7 @@ #include #include -#include +#include namespace Elemental { diff -Nru gelemental-2.0.1/NEWS gelemental-2.0.2/NEWS --- gelemental-2.0.1/NEWS 2021-09-26 11:22:33.000000000 +0200 +++ gelemental-2.0.2/NEWS 2023-04-07 11:01:40.000000000 +0200 @@ -1,6 +1,13 @@ gElemental NEWS =============== +Version 2.0.2 [stable] +====================== + +This is a maintenance release of gElemental which includes an updated Russian +translation, forces button colours for new Yaru themes in Ubuntu 22.04 and +fixes building with Pango 1.50. + Version 2.0.1 [stable] ====================== diff -Nru gelemental-2.0.1/README gelemental-2.0.2/README --- gelemental-2.0.1/README 2021-09-26 11:22:33.000000000 +0200 +++ gelemental-2.0.2/README 2023-04-07 11:01:40.000000000 +0200 @@ -8,7 +8,7 @@ For more information, see . -Copyright (C) 2016-2021 Graham Inggs . +Copyright (C) 2016-2023 Graham Inggs . Copyright (C) 2006-2007 Kevin Daughtridge . Chemical data are largely derived from the Blue Obelisk Data Repository diff -Nru gelemental-2.0.1/src/buttons.cc gelemental-2.0.2/src/buttons.cc --- gelemental-2.0.1/src/buttons.cc 2021-09-26 11:22:33.000000000 +0200 +++ gelemental-2.0.2/src/buttons.cc 2023-04-07 11:01:40.000000000 +0200 @@ -162,6 +162,24 @@ "Yaru-light", "Yaru-MATE-dark", "Yaru-MATE-light", + "Yaru-bark", + "Yaru-sage", + "Yaru-olive", + "Yaru-viridian", + "Yaru-prussiangreen", + "Yaru-blue", + "Yaru-purple", + "Yaru-magenta", + "Yaru-red", + "Yaru-bark-dark", + "Yaru-sage-dark", + "Yaru-olive-dark", + "Yaru-viridian-dark", + "Yaru-prussiangreen-dark", + "Yaru-blue-dark", + "Yaru-purple-dark", + "Yaru-magenta-dark", + "Yaru-red-dark", NULL }; diff -Nru gelemental-2.0.1/src/main.cc gelemental-2.0.2/src/main.cc --- gelemental-2.0.1/src/main.cc 2021-09-26 11:22:33.000000000 +0200 +++ gelemental-2.0.2/src/main.cc 2023-04-07 11:01:40.000000000 +0200 @@ -360,7 +360,7 @@ about.set_copyright ( - "Copyright © 2016-2021 Graham Inggs\n" + "Copyright © 2016-2023 Graham Inggs\n" "Copyright © 2006-2007 Kevin Daughtridge\n" "Copyright © 2003 Jonas Frantz" ); diff -Nru gelemental-2.0.1/TRANSLATORS gelemental-2.0.2/TRANSLATORS --- gelemental-2.0.1/TRANSLATORS 2021-09-26 11:22:33.000000000 +0200 +++ gelemental-2.0.2/TRANSLATORS 2023-04-07 11:01:40.000000000 +0200 @@ -13,3 +13,4 @@ Mauricio Rivera Michael Shigorin Marek Černocký +Ser82-png