commit 0c8a7891f75a9f41cd36fc0efe2ad506a53d0a15
Author: Michael Natterer <mitch@gimp.org>
Date:   Sun Oct 4 19:31:29 2020 +0200

    configure.ac: bump versions for the 2.10.22 release

 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit dd9a426fa48fd1db8f5e50340933a1010f9b74a9
Author: Jehan <jehan@girinstud.io>
Date:   Sun Oct 4 18:52:25 2020 +0200

    desktop: update appdata with date and additional release note items.

    This commit should have gone in master first, but appdata already
    diverged in both gimp-2-10 and master branch. I'll sync again later.

 desktop/org.gimp.GIMP.appdata.xml.in.in | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

commit 2cfdeaeb1f10059171994a2176b89f4118445010
Author: Jehan <jehan@girinstud.io>
Date:   Sun Oct 4 18:32:09 2020 +0200

    plug-ins: change export dialog title when exporting as AVIF.

    Similar to commit 5ec3293fee on master.

 plug-ins/common/file-heif.c | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

commit 2c8e2599acf2b4390020a4795aacdc00b07fe66e
Author: Andika Triwidada <atriwidada@gnome.org>
Date:   Sun Oct 4 09:13:36 2020 +0000

    Update Indonesian translation

 po-script-fu/id.po | 1650
 +++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 1105 insertions(+), 545 deletions(-)

commit 7b49f881fbe6c058a458221e806e5a59163925aa
Author: lillolollo <4179-lillolollo@users.noreply.gitlab.gnome.org>
Date:   Sat Oct 3 20:28:08 2020 +0000

    NEWS: add fixed bugs

 NEWS | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 5e7928560fcca05e7b8ae1110bfb1ec973bd8866
Author: Jehan <jehan@girinstud.io>
Date:   Thu Jun 25 11:19:20 2020 +0200

    desktop: add a <developer_name> tag.

    It just says "The GIMP team" so it's kind of redundant/useless, but I
    noticed that Flathub would just display an empty "Developer" section
    because the tag is absent. Well at least it emphasizes the
    community-developed side of GIMP.

    (cherry picked from commit 257ada495fbf70621c5dc2b1302f0c76ec0b95d9)

 desktop/org.gimp.GIMP.appdata.xml.in.in | 1 +
 1 file changed, 1 insertion(+)

commit e97d46e48b6f4e8a9190a4418024ca1530138bd4
Author: Alexandre Prokoudine <alexandre.prokoudine@gmail.com>
Date:   Thu Oct 1 22:07:58 2020 +0000

    2.10.22: update NEWS to list recent bug fixes

 NEWS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit daeb3ebe17dc1e84decdc172056aa1dec10c6b4d
Author: Marco Ciampa <ciampix@posteo.net>
Date:   Wed Sep 30 13:53:41 2020 +0200

    Updated Italian translation

 po-plug-ins/it.po | 206
 +++++++++++++++++++++++++++++++++---------------------
 1 file changed, 128 insertions(+), 78 deletions(-)

commit 48b52eb5b732ea1e16b65707dae43fc4d5b5c339
Author: Marco Ciampa <ciampix@posteo.net>
Date:   Wed Sep 30 13:46:24 2020 +0200

    Updated Italian translation

 po/it.po | 1024
 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 520 insertions(+), 504 deletions(-)

commit 5dd80acd07260c32fa7a077228b89d575764893c
Author: Jehan <jehan@girinstud.io>
Date:   Sun Sep 27 14:06:09 2020 +0200

    NEWS: update.

 NEWS | 12 ++++++++++++
 1 file changed, 12 insertions(+)

commit 0a55c44705beb16d60f90ce6ed3192b6790ad67f
Author: Sebastian Rasmussen <sebras@gmail.com>
Date:   Thu Oct 31 16:41:36 2019 +0100

    plug-ins: When exporting BMP with color space info, always include
    color masks.

    This fixes issue #4155.

    (cherry picked from commit 9727a38977c0880dc54a7bd6615c8448fd477492)

 plug-ins/file-bmp/bmp-save.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit 761e93a49e0c378f996c65edb5f3f4a62b9acdcb
Author: Liam Quin <liam@fromoldbooks.org>
Date:   Sun Sep 27 01:07:24 2020 +0200

    plug-ins: The plugin can leak the "tif" file descriptor as written...

    ... and also doesn't write out all the data, if it does a "goto
    out" for
    any reason. A leaked file descriptor can prevent a file from being
    renamed or deleted on Windows.
    See also #3740.

    Reviewer note (Jehan): this may not be the main issue as reporters
    were
    not writing about export failure. So there is probably another
    case even
    when the plug-in successfully wrote the TIFF image.

    (cherry picked from commit fe340c822af1cedf4377c49dcde8e04de839dc4a)

 plug-ins/file-tiff/file-tiff-save.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit df6e13a5607af46c1dd58334bca466bb866a8cdd
Author: Jehan <jehan@girinstud.io>
Date:   Sat Sep 26 12:40:54 2020 +0200

    app: GimpFilterTool displays a "Sample merged" checkbox.

    In several GeglOperation filters, it is possible to pick a color. Up
    to
    now, it was only possible to pick a color from the active layer
    (the one
    you run the operation on). With this change, we can also pick
    in Sample
    merged mode, same as Color Picker tool and other color tools.

    (cherry picked from commit 578c078590ca8f7a1c687515ac14e4b042a2a36e)

 app/tools/gimpcoloroptions.c       |  6 ++++++
 app/tools/gimpcolorpickeroptions.c |  5 -----
 app/tools/gimpfiltertool.c         | 15 +++------------
 3 files changed, 9 insertions(+), 17 deletions(-)

commit 4d74802521443662d12d7af174bee3c2000abf82
Author: Jehan <jehan@girinstud.io>
Date:   Fri Sep 25 21:39:07 2020 +0200

    Issue #5630: Sample Merged as defaults in Color Picker tool.

    The rational: advanced users won't really care about defaults
    (they know
    to switch this option on/off depending on situation) but maybe
    beginners
    would be less confused to pick "what they see" on first use,
    rather than
    picking on the active layer? Now whatever is the default won't change
    anyone's daily usage of GIMP. Clearly every image and use case is
    different, so both with or without sample merged are useful one
    time or
    another (this is why the option exists). It's really about the less
    surprising option for beginners, based on usage statistics.

    I ran a small poll on Twitter/Reddit/Patreon/Tipeee and ended up with
    numbers of 131 for switching to "Sample merged" as default and 43
    against, which is about 75% in favor. So let's just switch. It makes
    sense anyway.

    (cherry picked from commit 578e3b0bd9423adfa9e0b0db15a312b198b8205b)

 app/tools/gimpcoloroptions.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 171ec7c24f4b183cc77b7ac9e7223a07fa18d5f9
Author: Jehan <jehan@girinstud.io>
Date:   Tue Sep 22 17:52:32 2020 +0200

    app: NULL log domain is not a bug.

    A log error can have a NULL domain (apparently equivalent to ""
    default
    domain, according to g_log_set_handler() docs and we even explicitly
    list the NULL domain in the log_domains array in app/gimp-log.c.

    Yet our log handler was not expecting such possibility and was
    running a
    g_str_has_prefix() on NULL. Not sure why it aborted there. It might be
    because outputting a new warning inside the warning handler did not go
    well. Anyway this seems to fix our side of the bug #5358. The main fix
    will likely be on GEGL side (UMFPACK_ERROR_out_of_memory error).

    (cherry picked from commit 5fb057776847c576c94484bd431b87793c66f040)

 app/errors.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 9dcd0de28c0ef963c8dd1b540922f593442d89b8
Author: Yuri Chornoivan <yurchor@ukr.net>
Date:   Thu Sep 24 18:06:25 2020 +0000

    Update Ukrainian translation

 po/uk.po | 745
 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 372 insertions(+), 373 deletions(-)

commit 85656b2365a059a12a1debddc83f55f031de3266
Author: Jehan <jehan@girinstud.io>
Date:   Thu Sep 24 17:54:15 2020 +0200

    Issue #4505: Adjust the Preferences size to fit on smaller displays.

    Make some of the bigger Preferences pages automatically scrollable if
    needed. Based on my tests, this should be enough to fit on quite small
    displays, at least with the default themes, even the 1366×768
    reported
    as too small. It should even fit in 1280×720 (in my tests, it did).

    Targetting even smaller screens may be overdoing it for an image
    manipulation software. We'll see if people still ask for a smaller
    dialog.

    (cherry picked from commit 2ec65109731401aa57c1337947d633ee15a35259)

 app/dialogs/preferences-dialog.c | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 7a0634fa4957fb1502f2d42d65186ee0c1454402
Author: Alexandre Prokoudine <alexandre.prokoudine@gmail.com>
Date:   Mon Sep 21 23:44:17 2020 +0000

    2.10.22: NEWS update (bug fixes, translations)

 NEWS | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

commit 5ade6acb5607b943335c19fd97129c41730f9c94
Author: Jehan <jehan@girinstud.io>
Date:   Sun Sep 20 19:25:04 2020 +0200

    Issue #3481: Cannot paste images into GIMP copied from Telegram.

    Adding patch by Massimo Valentini (@Massimo) for what is seemingly
    a bug
    in GTK+2.24 in Windows.

    The bug does not seem to happen on GIMP 3 (according to contributor
    tests), so the bug/patch is likely not relevant anymore on GTK+3. So
    let's just add this patch in our official GIMP build and be done with
    it.

 build/windows/patches/gtk+-2.24-issue-3481.patch | 38
 ++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

commit b7b6612a4c64726e8082e603b261d8dfda1ba7ad
Author: Julien Hardelin <jhardlin@orange.fr>
Date:   Sun Sep 20 08:48:24 2020 +0000

    Update French translation

 po-python/fr.po | 268
 +++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 167 insertions(+), 101 deletions(-)

commit a2b70bad604fea8c0a360f5fb0e43d3ac9fb41e8
Author: Julien Hardelin <jhardlin@orange.fr>
Date:   Sun Sep 20 08:38:15 2020 +0000

    Update French translation

 po/fr.po | 1520
 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 821 insertions(+), 699 deletions(-)

commit f0a3e76e2a4def37da7039ab5bbce4a2d9900b49
Author: Jehan <jehan@girinstud.io>
Date:   Sun Sep 20 02:28:55 2020 +0200

    NEWS: update.

 NEWS | 3 +++
 1 file changed, 3 insertions(+)

commit 0a9bb2839eddfc272d78ce63626665f2810b80f4
Author: space pudim <rogi@skylittlesystem.org>
Date:   Sat Feb 1 17:00:07 2020 +0000

    Fix #4560 - file-xpm saving unused transparency

    The XPM export plugin was saving the color `None` (transparency)
    to the
    exported image palette for all images with an alpha channel, even
    if the
    color was not used on any pixel.

    Since it's nice to have `None` as the first color on the palette,
    mapped
    to character ' ', and it could be too wasteful to scan all pixels
    twice,
    the approach taken was to just undo it's premature insertion.

 plug-ins/common/file-xpm.c | 33 ++++++++++++++++++++++++++++-----
 1 file changed, 28 insertions(+), 5 deletions(-)

commit 7e4d4f9d60d547782107f4ed463c6d496c644881
Author: Jehan <jehan@girinstud.io>
Date:   Sat Sep 19 19:12:13 2020 +0200

    Issue #2275: rotate commands not actually applied to the image.

    Similar change as commit 8dcf258ffc on master.

 libgimp/gimpimagemetadata.c | 5 +++++
 1 file changed, 5 insertions(+)

commit 757e741991609422b855a484bbe029c8ae317a20
Author: Jordi Mas <jmas@softcatala.org>
Date:   Fri Sep 18 11:28:18 2020 +0200

    Update Catalan translation

 po/ca.po | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

commit b5ba019f33940279578f71d2dc527b9878e60d50
Author: Jordi Mas <jmas@softcatala.org>
Date:   Fri Sep 18 11:17:02 2020 +0200

    Update Catalan translation

 po/ca.po | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit c97e8dd3a53bb3725f4043abc85c95f61e7d286e
Author: Jordi Mas <jmas@softcatala.org>
Date:   Mon Sep 7 21:51:38 2020 +0200

    Update Catalan translation

 po/ca.po | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

commit a413a7950ed246ab8e7b368ecd0d7c64fe9fff18
Author: Christian Kirbach <Christian.Kirbach@gmail.com>
Date:   Thu Sep 17 07:00:46 2020 +0000

    Update German translation

 po/de.po | 371
 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 192 insertions(+), 179 deletions(-)

commit 3ca4c44062cd454957b49c2939908541e1612612
Author: Jehan <jehan@girinstud.io>
Date:   Tue Sep 15 20:48:22 2020 +0200

    gitlab-ci: fixing CI (hopefully) on gimp-2-10 branch.

    According to the apt error, apparently python-dev has been renamed
    python2-dev.

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 8b306eea7c195d65104f18eeee54fb82ffca1ecc
Author: Jehan <jehan@girinstud.io>
Date:   Sat Sep 12 12:31:28 2020 +0200

    NEWS: update.

 NEWS | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 32bedc7fa6b002c172e728c571495c7284f9864a
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:   Mon Sep 14 16:59:00 2020 +0000

    Update Swedish translation

 po/sv.po | 276
 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 156 insertions(+), 120 deletions(-)

commit 0923ad63ef63510d14f925e4ae20485157ecabb3
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:   Mon Sep 14 16:50:25 2020 +0000

    Update Swedish translation

 po-python/sv.po | 147
 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 73 insertions(+), 74 deletions(-)

commit 8d0fe7151f02b7e2335668d0c527582be838d368
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon Sep 14 18:02:57 2020 +0200

    Update Polish translation

 po-plug-ins/pl.po | 15 +++++++++------
 po/pl.po          |  8 ++++----
 2 files changed, 13 insertions(+), 10 deletions(-)

commit c969c8fc03ae4dca933fbcef9d12b72f6b1c9232
Author: Yuri Chornoivan <yurchor@ukr.net>
Date:   Mon Sep 14 09:15:37 2020 +0000

    Update Ukrainian translation

 po-plug-ins/uk.po | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

commit 1f2bb44bc91dfb9934b0c33f5440db4222238c0a
Author: Yuri Chornoivan <yurchor@ukr.net>
Date:   Mon Sep 14 09:14:33 2020 +0000

    Update Ukrainian translation

 po/uk.po | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit f43f0546df003b854d8c6bb15c2f9e937cdcc3d4
Author: Daniel Novomesky <dnovomesky@gmail.com>
Date:   Mon Sep 14 08:50:50 2020 +0200

    Rename misleading Lossless string

    The lossless option does not provide true lossless encoding yet,
    unfortunately.
    We must rename the string to correctly inform users that the
    compression is not 100% lossless,
    Technically the image gets converted from RGB to YUV420 format
    (which is lossy operation itself) and only afterwards the data are
    compressed lossless-ly.

 plug-ins/common/file-heif.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3a7ab25c7a7c365acf1129e987a51ba57c34db80
Author: Rodrigo Lledó <rodhos92@gmail.com>
Date:   Mon Sep 14 07:28:10 2020 +0000

    Update Spanish translation

 po/es.po | 36 +++++++++++++++++-------------------
 1 file changed, 17 insertions(+), 19 deletions(-)

commit 096cd27f499fe977d0d3a2a81aac89fe1fa86066
Author: Alexandre Prokoudine <alexandre.prokoudine@gmail.com>
Date:   Sun Sep 13 23:48:15 2020 +0300

    Update Russian translation

 po/ru.po | 1269
 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 669 insertions(+), 600 deletions(-)

commit 8237fa5bba80199167556a0074bc9cca7aac7b90
Author: Alexandre Prokoudine <alexandre.prokoudine@gmail.com>
Date:   Sun Sep 13 20:01:24 2020 +0000

    2.10.22: we don't know how many more bug fixes we do before we tag
    the release, so let's not annoy translators as much

 desktop/org.gimp.GIMP.appdata.xml.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c7cdb5912560d5d4b8dac8affb4ee3d0c66cd76e
Author: Alexandre Prokoudine <alexandre.prokoudine@gmail.com>
Date:   Sun Sep 13 19:58:54 2020 +0000

    2.10.22: HEIF and PSP support updates, more contributors and
    translators, more bug fixes

 NEWS | 28 ++++++++++++++++++----------
 1 file changed, 18 insertions(+), 10 deletions(-)

commit 1b91757332a794db581de27ef0bcf45c70ef24d9
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sun Sep 13 14:06:27 2020 +0200

    Update Polish translation

 po-plug-ins/pl.po | 161 ++++++++++++++++++++++------------
 po/pl.po          | 258
 ++++++++++++++++++++++++++++--------------------------
 2 files changed, 239 insertions(+), 180 deletions(-)

commit c0b0a47a9014a2ca9a20cf949c14527da179be97
Author: Yuri Chornoivan <yurchor@ukr.net>
Date:   Sun Sep 13 09:44:56 2020 +0000

    Update Ukrainian translation

 po/uk.po | 250
 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 127 insertions(+), 123 deletions(-)

commit 31867ac2f2f91d9164caf4709990518adbd71aeb
Author: Alexandre Prokoudine <alexandre.prokoudine@gmail.com>
Date:   Sun Sep 13 08:57:26 2020 +0000

    2.10.22: mention PSP support improvements

 desktop/org.gimp.GIMP.appdata.xml.in.in | 3 +++
 1 file changed, 3 insertions(+)

commit 9854327e9af5e65b3dcfec590f3add23f86ec1a5
Author: Ell <ell_se@yahoo.com>
Date:   Sun Sep 13 10:24:09 2020 +0300

    libgimp: link libgimpui against GEGL

    Needed since commit 4c8ee413eb06ca5584c7fae0a250f9560b69e7ad.

    (cherry picked from commit 25aefa972e7b3b284a243cea42bcc7b54a32aa62)

 libgimp/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit 6005652b210ae211c30a300f8a5c7655e6d444dc
Author: Yuri Chornoivan <yurchor@ukr.net>
Date:   Sun Sep 13 05:59:18 2020 +0000

    Update Ukrainian translation

 po/uk.po | 257
 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 129 insertions(+), 128 deletions(-)

commit 51ada32d07c81b10e6c85e8bfbd64448dc467e3c
Author: Yuri Chornoivan <yurchor@ukr.net>
Date:   Sun Sep 13 05:55:52 2020 +0000

    Update Ukrainian translation

 po-plug-ins/uk.po | 49 ++++++++++++++++++++++++++++++-------------------
 1 file changed, 30 insertions(+), 19 deletions(-)

commit 5e4e073b48d0e561ef6bdd2b15b2ebfd0a0c6abd
Author: Alexandre Prokoudine <alexandre.prokoudine@gmail.com>
Date:   Sun Sep 13 04:57:03 2020 +0300

    2.10.22: mention HEIF changes in AppData

 desktop/org.gimp.GIMP.appdata.xml.in.in | 4 ++++
 1 file changed, 4 insertions(+)

commit ea725ba523c266689cf8271573dc8ea2e31058c2
Author: Alexandre Prokoudine <alexandre.prokoudine@gmail.com>
Date:   Sun Sep 13 04:40:20 2020 +0300

    Update Russian translation

 po-plug-ins/ru.po | 1077
 +++++++++++++++++++++++++++--------------------------
 1 file changed, 548 insertions(+), 529 deletions(-)

commit 11f7c6fabf7e96fc2b8d36d011385147badd39a1
Author: Daniel Novomesky <dnovomesky@gmail.com>
Date:   Sat Sep 12 17:24:29 2020 +0200

    Make strings translateable in HEIF/AVIF export dialog

 plug-ins/common/file-heif.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

commit ae23c9ac553c06c4bfb82b19875c12323bdef6fa
Author: Yuri Chornoivan <yurchor@ukr.net>
Date:   Sat Sep 12 13:57:50 2020 +0000

    Update Ukrainian translation

 po-plug-ins/uk.po | 160
 +++++++++++++++++++++++++++++++++---------------------
 1 file changed, 98 insertions(+), 62 deletions(-)

commit 52b3194fd4f5ce1ddfe5863616d06f4b7c4498d5
Author: Jacob Boerema <jgboerema@gmail.com>
Date:   Fri Sep 11 23:43:48 2020 -0400

    plug-ins: add support for indexed images in psp reader.

    (cherry picked from commit bf66a07d207bc09f222e56c398760478a3a057fa)

 plug-ins/common/file-psp.c | 154
 +++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 141 insertions(+), 13 deletions(-)

commit 9ec44fd835ee806c11c807b2031e378f271de6a9
Author: Jacob Boerema <jgboerema@gmail.com>
Date:   Tue Sep 8 22:29:45 2020 -0400

    plug-ins: add support for grayscale images in psp reader.

    (cherry picked from commit 2054f9f1634480890cf457d9037eff064bae100c)

 plug-ins/common/file-psp.c | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

commit 712063a5ebce2f7d4b4b12d82450c1d951147e2c
Author: Jacob Boerema <jgboerema@gmail.com>
Date:   Tue Sep 8 22:14:50 2020 -0400

    plug-ins: add support for 16 bit integer images in psp reader.

    (cherry picked from commit 7863d668e0adda097112417353c3e2f6a4f7e482)

 plug-ins/common/file-psp.c | 182
 ++++++++++++++++++++++++++++++++++++---------
 1 file changed, 145 insertions(+), 37 deletions(-)

commit 256292d514180d58ec2a9cc0f8f28282d267ccca
Author: Jacob Boerema <jgboerema@gmail.com>
Date:   Sun Sep 6 11:58:59 2020 -0400

    plug-ins: show descriptive layer type name for psp layers we can't
    convert.

    (cherry picked from commit 84f06e976a79795d5bb707d1ef8248a7c0562e2d)

 plug-ins/common/file-psp.c | 27 ++++++++++++++++++++++++++-
 1 file changed, 26 insertions(+), 1 deletion(-)

commit 8a85af71fc9508c0b1bde7effd18d95fdf84259e
Author: Jacob Boerema <jgboerema@gmail.com>
Date:   Sat Sep 5 23:25:35 2020 -0400

    plug-ins: add defines for psp reader to include  new things up to
    psp file version 8.

    This also fixes the incorrect existing define for a mask layer.

    (cherry picked from commit d7abb774a9bc1ad8ff78284cce1113973f36f7da)

 plug-ins/common/file-psp.c | 81
 ++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 78 insertions(+), 3 deletions(-)

commit 6421a05549d3f65afe33d70ad1dc8bf2e950edc3
Author: Jacob Boerema <jgboerema@gmail.com>
Date:   Sat Sep 5 22:41:59 2020 -0400

    plug-ins: replace a few occurrences of g_message with g_set_error
    in psp reader.

    (cherry picked from commit 0a8f5b99f562f8726af8c260fe7f03185a5d9758)

 plug-ins/common/file-psp.c | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

commit 7670e7980a55fc729e5f49bd55f60e7caf1525aa
Author: Yuri Chornoivan <yurchor@ukr.net>
Date:   Fri Sep 11 06:40:04 2020 +0000

    Update Ukrainian translation

 po-python/uk.po | 165
 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 83 insertions(+), 82 deletions(-)

commit e2f2a3f23ced5df7e285452678e849c7086b234c
Author: Daniel Novomesky <dnovomesky@gmail.com>
Date:   Wed Sep 9 12:37:29 2020 +0200

    Updated HEIF plug-in in 2.10 branch

    Backported features from master:
    AVIF export (when built with >= libheif 1.8.0)
    High bit export
    User can select save bit depth (8, 10, 12) during export

    Minor fixes in import

 plug-ins/common/file-heif.c | 390
 +++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 346 insertions(+), 44 deletions(-)

commit a710fa59e9ff4402240638e57caa9b0a92d6657b
Author: sabri ünal <yakushabb@gmail.com>
Date:   Sat Feb 9 01:38:19 2019 +0000

    Typo - Put a blank after the fullstop.

    (cherry picked from commit 4b3b22812beeda7a90246be6992e1d2b46ce0b7b)

 plug-ins/pygimp/plug-ins/spyro_plus.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d9b102e1969a160187b10828bfbb45021bbe40b9
Author: luz.paz <luzpaz@users.noreply.github.com>
Date:   Mon Jul 15 12:25:35 2019 +0000

    Misc typo fixes in plug-ins/



    (cherry picked from commit c1585d609bd1e71766de85f5300aaa85000d5d27)

 plug-ins/common/cml-explorer.c                      | 2 +-
 plug-ins/common/nl-filter.c                         | 2 +-
 plug-ins/file-dds/README.dxt                        | 8 ++++----
 plug-ins/file-dds/color.h                           | 2 +-
 plug-ins/file-dds/dxt.c                             | 2 +-
 plug-ins/file-psd/psd-layer-res-load.c              | 6 +++---
 plug-ins/file-psd/psd.h                             | 6 +++---
 plug-ins/file-tiff/file-tiff-save.c                 | 4 ++--
 plug-ins/gimpressionist/repaint.c                   | 2 +-
 plug-ins/pygimp/doc/pygimp.sgml                     | 2 +-
 plug-ins/pygimp/plug-ins/spyro_plus.py              | 4 ++--
 plug-ins/script-fu/scripts/blend-anim.scm           | 2 +-
 plug-ins/script-fu/scripts/test-sphere.scm          | 2 +-
 plug-ins/script-fu/tinyscheme/MiniSCHEMETribute.txt | 2 +-
 plug-ins/script-fu/tinyscheme/hack.txt              | 2 +-
 plug-ins/selection-to-path/selection-to-path.c      | 2 +-
 16 files changed, 25 insertions(+), 25 deletions(-)

commit a830ce5bb3349616b97c17b3c99663801f778edd
Author: Jehan <jehan@girinstud.io>
Date:   Tue Sep 8 21:12:34 2020 +0200

    Issue #5623: https://gimp.org/gimp_versions.json is redirected…

    … to www.gimp.org.

    (cherry picked from commit 68a7431a10f90fe102a7266846775ba1b005cdeb)

 app/gimp-update.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3bc240d0f599ab973b5271d0182bba1ec29931bd
Author: Daniel Novomesky <dnovomesky@gmail.com>
Date:   Tue Sep 8 10:47:54 2020 +0200

    Fix compilation with old libheif 1.3.2

    High bit depth import enabled only for >= libheif 1.8.0

 plug-ins/common/file-heif.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit 2a1c76a251f0b479ff2cfa31a4e9006a82d94142
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Sep 7 09:43:55 2020 +0200

    Updated Spanish translation

 po-plug-ins/es.po |  241 ++++++-----
 po/es.po          | 1243
 ++++++++++++++++++++++++++++-------------------------
 2 files changed, 776 insertions(+), 708 deletions(-)

commit 71ac378d1772e9cb58729bdf06f44e3c9b0a0e7f
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Sep 7 07:18:31 2020 +0000

    Update Spanish translation

 po-libgimp/es.po | 199
 ++++++++++++++++++++++++++++++-------------------------
 1 file changed, 108 insertions(+), 91 deletions(-)

commit 14546cf8b71674ae925054c74d17b8712ee23eec
Author: Daniel Novomesky <dnovomesky@gmail.com>
Date:   Sun Sep 6 18:33:13 2020 +0200

    Updated HEIF plug-in

    Back-porting some of the features from master:
    AVIF import (need libheif >= 1.8.0)
    High bit (10/12) import
    NCLX color profile import (link with lcms)
    Metadata import (link with gexiv2)

 plug-ins/common/Makefile.am |   2 +
 plug-ins/common/file-heif.c | 568
 ++++++++++++++++++++++++++++++++++++++++----
 2 files changed, 520 insertions(+), 50 deletions(-)

commit 95fcd80466ae5258a08a391d71c4f93d80af2493
Author: Stephan Woidowski <swoidowski@t-online.de>
Date:   Sat Sep 5 14:34:08 2020 +0000

    Update German translation

 po-libgimp/de.po | 125
 ++++++++++++++++++++++++++++++-------------------------
 1 file changed, 69 insertions(+), 56 deletions(-)

commit 8aaa0e15f57fd0c33ddbc1deec8ddb0509cd3972
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sat Sep 5 12:37:57 2020 +0200

    Update Polish translation

 po-plug-ins/pl.po | 59
 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 30 insertions(+), 29 deletions(-)

commit 48493914287dc6a67112562f1d68e6507834d748
Author: Marco Ciampa <ciampix@posteo.net>
Date:   Thu Sep 3 12:07:41 2020 +0200

    Updated Italian translation

 po-libgimp/it.po  | 115 +++++++++++++-----------
 po-plug-ins/it.po | 177 +++++++++++++++++++------------------
 po/it.po          | 258
 +++++++++++++++++++++++++++++-------------------------
 3 files changed, 294 insertions(+), 256 deletions(-)

commit bd57def8400f86c6070defeef257801a4023c372
Author: Marco Ciampa <ciampix@posteo.net>
Date:   Thu Sep 3 11:47:04 2020 +0200

    Typo fixed in Italian translation.

 po-plug-ins/it.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 987101df362c546b1b8a04c2fb7ca2aa1303ed91
Author: Jacob Boerema <jgboerema@gmail.com>
Date:   Thu Aug 27 13:31:17 2020 -0400

    plug-ins: add most likely blend modes for certain psp blend modes.

    This adds a blend mode for all known psp blend modes that were not
    converted yet except for adjust.
    I couldn't find any information about adjust and it's value of
    255 suggests that it is not a normal blend mode.

    (cherry picked from commit 19b261f3c6025ba17852d542da331935b73ffaa2)

 plug-ins/common/file-psp.c | 27 +++++++++++++++++----------
 1 file changed, 17 insertions(+), 10 deletions(-)

commit 146a8d644bcaeb33c6f45d70ce7eb6edbd2d0d8b
Author: Jacob Boerema <jgboerema@gmail.com>
Date:   Wed Aug 26 19:09:28 2020 -0400

    plug-ins: fix reading of psp tubes when psp file version >= 4.

    (cherry picked from commit b968a93ab2d196a81729dd1b2cbfa47351c0c47c)

 plug-ins/common/file-psp.c | 46
 ++++++++++++++++++++++++++++++++++------------
 1 file changed, 34 insertions(+), 12 deletions(-)

commit a42cf4fb7fd0e84554ad7702eaad5ae75a703c4e
Author: Jehan <jehan@girinstud.io>
Date:   Tue Sep 1 12:38:11 2020 +0200

    NEWS: update.

 NEWS | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 8caa5e93de3557834514a58cb86c815776289645
Author: Elad Shahar <dawn.ever@gmail.com>
Date:   Tue Sep 1 03:42:34 2020 +0300

    plug-ins: backport spyrogimp Issue #5043 - reduce undos

    Reduce number of undo steps created by Spryrogimp previews.
    The implementation adds a function for clearing the
    incremental preview drawing that is being executed as an idle task,
    and closing an undo group in case the preview left it open (which
    would usually be the case).

 plug-ins/pygimp/plug-ins/spyro_plus.py | 31
 +++++++++++++++++--------------
 1 file changed, 17 insertions(+), 14 deletions(-)

commit b1334bc40cb18fad9c4246e8e5a6edd941b9202f
Author: Yuri Chornoivan <yurchor@ukr.net>
Date:   Mon Aug 31 12:19:17 2020 +0000

    Update Ukrainian translation

 po-plug-ins/uk.po | 60
 +++++++++++++++++++++++++++----------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

commit 94bea61b1092fde7d8f6e76160ca7a1886fc09df
Author: Jacob Boerema <jgboerema@gmail.com>
Date:   Sun Aug 30 16:46:07 2020 -0400

    plug-ins: add support for reading raster layers of newer psp versions.

    (cherry picked from commit fa40bc7)

 plug-ins/common/file-psp.c | 38 +++++++++++++++++++++++++++++++++++++-
 1 file changed, 37 insertions(+), 1 deletion(-)

commit 7746e829c2d7a1164297e39bd019f80d09630ef4
Author: Jacob Boerema <jgboerema@gmail.com>
Date:   Sun Aug 30 16:45:10 2020 -0400

    plug-ins: enable reading of psp images with file versions > 6.

    (cherry picked from commit 85241a2)

 plug-ins/common/file-psp.c | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

commit a4344fff7b1f06758a257a94adfbf9771cd90468
Author: Jacob Boerema <jgboerema@gmail.com>
Date:   Sun Aug 30 16:44:04 2020 -0400

    plug-ins: refactor reading of raster layer extension info for
    psp images.

    (cherry picked from commit 0666f7a)

 plug-ins/common/file-psp.c | 65
 ++++++++++++++++++++++++++++++----------------
 1 file changed, 42 insertions(+), 23 deletions(-)

commit 3765f80652c6ac1d8cbdf9ee21e86efc2bf22949
Author: Jacob Boerema <jgboerema@gmail.com>
Date:   Sun Aug 30 16:34:03 2020 -0400

    plug-ins: Take zero length layer names into account in psp reader.

    (cherry picked from commit d7089c9)

 plug-ins/common/file-psp.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 6b4f0490f5281d2fdce5367924d0a7dab53a32b9
Author: Elad Shahar <dawn.ever@gmail.com>
Date:   Mon Mar 23 19:55:51 2020 +0200

    Issue #4816: fix spyrogimp to work with grayscale images

 plug-ins/pygimp/plug-ins/spyro_plus.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit feda32a4367e7306ab5d852435057a14a45af748
Author: Michael Schumacher <schumaml@gmx.de>
Date:   Mon Aug 31 00:05:03 2020 +0200

    gitlab-ci: update dependencies to add libraw20

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 81ca0de44d3da83cf45455b9f2033f6a72402dd2
Author: Alexandre Prokoudine <alexandre.prokoudine@gmail.com>
Date:   Sun Aug 30 09:25:40 2020 +0300

    2.10.22: update NEWS re plugins, add the developers/contributors
    section

 NEWS | 21 ++++++++++++++++-----
 1 file changed, 16 insertions(+), 5 deletions(-)

commit 8439dc3fcd7a618390e610c03184907021df11ac
Author: Alexandre Prokoudine <alexandre.prokoudine@gmail.com>
Date:   Sun Aug 30 09:16:07 2020 +0300

    2.10.22: update NEWS

 NEWS | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit 2871367f9ac6b1fa1fd89d3b2260edfb73ebcff4
Author: Boyuan Yang <073plan@gmail.com>
Date:   Sun Aug 30 00:55:13 2020 +0000

    Update Chinese (China) translation

 po-libgimp/zh_CN.po | 347
 ++++++++++++++++++++++++++++------------------------
 1 file changed, 184 insertions(+), 163 deletions(-)

commit d2e1596fed960ce759216c60ad3d77e6d29f43c7
Author: Boyuan Yang <073plan@gmail.com>
Date:   Sat Aug 29 14:35:18 2020 +0000

