2017-08-07  Fran Dieguez  <frandieguez@gnome.org>

	Update Galician translation

2017-07-30  Marek Cernocky  <marek_cernocky@conel.cz>

	Updated Czech translation

2017-07-27  Piotr Drąg  <piotrdrag@gmail.com>

	Add Polish help translation

2017-07-25  Pawan Chitrakar  <chautari@gmail.com>

	Update Nepali translation

2017-07-25  Daniel Mustieles  <daniel.mustieles@gmail.com>

	Update Spanish translation

2017-07-09  Robert Roth  <robert.roth.off@gmail.com>

	Implemented disk io monitoring

2017-06-26  Benoît Dejean  <bdejean@gmail.com>

	Instead of using an Iterator adaptor as in f8761542 to avoid the use of the deleted copy-constructor of ProcInfo by g++ 5.4, use piecewise_construct version of std::emplace.

	I still don't understand if the normal emplace is valid or not, although it
	is accepted by g++ >= 6 and clang++ >= 3.4.

2017-06-26  Benoît Dejean  <bdejean@gmail.com>

	Revert "After 35d69c72, std::map<pid_t, ProcInfo> requires ProcInfo to be"

	This reverts commit f876154239d2ac92381c40cf5ed1e68362000717.

2017-06-22  Benoît Dejean  <bdejean@gmail.com>

	After 35d69c72, std::map<pid_t, ProcInfo> requires ProcInfo to be CopyConstructible for older compiler like gcc 5.4. Make it a std::map<pid_t, std::shared_ptr<ProcInfo>> and implement a wrapper to minimize code change.

	https://bugzilla.gnome.org/show_bug.cgi?id=783993

2017-06-22  Isak Östlund  <translate@catnip.nu>

	Update Swedish translation

2017-06-20  Robert Roth  <robert.roth.off@gmail.com>

	Prepared release 3.25.3