commit 55d9f18f19a448f19c960db2816be0a30892efb9
Author: Uwe Scholz <u.scholz83@gmx.de>
Date:   2022-06-18

    Update appdata and docbook for next release

M	data/org.gnome.gnome-commander.appdata.xml.in
M	doc/C/index.docbook

commit 785985491e21c51ece2c4db89bccaecbdcbead60
Author: Uwe Scholz <u.scholz83@gmx.de>
Date:	2022-05-23

    Reduce logging if file was not found in the file_collection when
    it changed

M	src/gnome-cmd-dir.cc

commit 46e07c105dc0a66835187a6f96a3b2102dfeb213
Author: Uwe Scholz <u.scholz83@gmx.de>
Date:	2022-05-22

    Remove obsolete remote-id type in metadata.xml, used in Gentoo Linux

M	data/metadata.xml

commit e704060db885a77bb14133fa2c534b9abdaa7d58
Author: Rafael Fontenelle <rafaelff@gnome.org>
Date:	2022-06-15

    Update Brazilian Portuguese translation

M	po/pt_BR.po

commit 838c342a133799d043eae8b07eaf0e01a11a9ce6
Author: Kukuh Syafaat <kukuhsyafaat@gnome.org>
Date:	2022-05-09

    Update Indonesian translation

M	po/id.po

commit 2369ea2ce84392ea27a9cf07e1d73c63f47ce386
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2022-05-08

    Update Polish translation

M	po/pl.po

commit 6ff9c0ec4fe3f4af01b9e38ffaa04223265e1152
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:	2022-05-06

    Update Swedish translation

M	doc/sv/sv.po

commit e9ab046ab681144a76e5c6280a0f1210defcd239
Author: Yuri Chornoivan <yurchor@ukr.net>
Date:	2022-05-06

    Update Ukrainian translation

M	po/uk.po

commit 66f90db1ccbf1b923d93ab3f91030bce58537db1
Author: Uwe Scholz <u.scholz83@gmx.de>
Date:	2022-05-06

    Fixing typos in the documentation, fixing indentation

M	doc/C/index.docbook

commit 3b2780dcacd6c6ec054dd94b9085ccd5b901b883
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:	2022-05-05

    Update Swedish translation

M	po/sv.po

commit 85be8d19104cad588026e719cddd0e82a9629c10
Author: Uwe Scholz <u.scholz83@gmx.de>
Date:	2022-05-03

    Update documentation

D	doc/C/figures/dev_cd.png
M	doc/C/index.docbook
M	doc/Makefile.am

commit d1613b79c20ad49ea3479045429edb8fbe1834ab
Author: Uwe Scholz <u.scholz83@gmx.de>
Date:	2022-05-05

    Adjust legacy mounting, validate input values of devices dialog

M	src/dialogs/gnome-cmd-options-dialog.cc
M	src/gnome-cmd-con-device.cc

commit 0290711135beaac814ff7949385dc80804c640d9
Author: Uwe Scholz <u.scholz83@gmx.de>
Date:	2022-05-02

    Update appdata file

M	data/org.gnome.gnome-commander.appdata.xml.in

commit 8ee05f1a61a07fafe80f94aaa67e58fcde26fd20
Author: Uwe Scholz <u.scholz83@gmx.de>
Date:	2022-05-01

    Updating appdata file

M	data/org.gnome.gnome-commander.appdata.xml.in

commit 2d5186e548ad40955d83e4ce6514b1bca2061383
Author: Uwe Scholz <u.scholz83@gmx.de>
Date:	2022-05-01

    Fix for legacy mounting a device: do not stop if no GMount is
    available

M	src/gnome-cmd-con-device.cc

commit 98b82369480029619fcf064d5625a5b58c81176f
Author: Uwe Scholz <u.scholz83@gmx.de>
Date:	2022-05-01

    Save empty string when device filename is null

M	src/gnome-cmd-con-device.cc

commit 4f1ae4f31745695248db838a47596810cbf5fce4
Author: Uwe Scholz <u.scholz83@gmx.de>
Date:	2022-04-13

    Do not warn when directory is not existing at startup

M	src/gnome-cmd-main-win.cc

commit a4a2ec56a4a40ae9b89f2ec331eb32c3a8b1b480
Author: Uwe Scholz <u.scholz83@gmx.de>
Date:	2022-04-03

    Update of appdata file

M	data/org.gnome.gnome-commander.appdata.xml.in

commit 60b8c587bd76eb6071b533363bfb7e60e9bd3189
Author: Uwe Scholz <u.scholz83@gmx.de>
Date:	2022-04-03

    Fix when doing a file rename: Unref the correct GFile instance

M	src/gnome-cmd-file.cc

commit 56fccc6b88c31ab3d5cba7da9dbaa958e8e6e8ca
Author: Uwe Scholz <u.scholz83@gmx.de>
Date:	2022-04-03

    Do not unref GFile member of GnomeCmdDir received via
    gnome_cmd_dir_get_gfile

M	src/dialogs/gnome-cmd-mkdir-dialog.cc

commit 4f3a044330daea4fa33f37c4e33d3b7b0876ad70
Author: Uwe Scholz <u.scholz83@gmx.de>
Date:	2022-04-03

    Do utf8 normalization before string comparison

    Also make a copy of the filename to focus and free it later

    This is needed to fix a valgrind warning

M	src/gnome-cmd-file-list.cc

commit 4e24515b19cf0cc1ee94fba048ccd8d077af4c65
Author: Asier Sarasua Garmendia <asiersarasua@ni.eus>
Date:	2022-04-03

    Update Basque translation

M	po/eu.po

commit f538495de10ca9b79eb9ff9eaa1484596cd96c4b
Author: Marek Černocký <marek@manet.cz>
Date:	2022-04-03

    Updated Czech translation

M	doc/cs/cs.po

commit 4af5e76c8627b5d256b0012789e49167f27a5aa9
Author: Uwe Scholz <u.scholz83@gmx.de>
Date:	2022-04-02

    Do not use extra variable for storing file name in comparison

M	src/gnome-cmd-file-list.cc

commit 827f875b355b8ace579b7f48a3705adc208eb2b0
Author: Uwe Scholz <u.scholz83@gmx.de>
Date:	2022-03-28

    Remove GNOME2_LA_PUNT setting in gentoo ebuild

M	data/gnome-commander.ebuild.in

commit e6ba3c0fdf1f536654a1d19965f9e518a9ded8af
Author: Marek Černocký <marek@manet.cz>
Date:	2022-04-01

    Updated Czech translation

M	doc/cs/cs.po
M	po/cs.po

commit 6ca0bb8970827d7818321584b355078d3d5f9d2c
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:	2022-03-27

    Update Swedish translation

M	doc/sv/sv.po

commit 1249ac5f015dae844d750f5e5dc56f02da709ddc
Author: Uwe Scholz <u.scholz83@gmx.de>
Date:	2022-03-27

    Post release version bump

M	configure.ac
M	data/org.gnome.gnome-commander.appdata.xml.in
M	doc/C/index.docbook