commit 7293197843692abcbcbf59f5b71e56039ee47b33 Author: Jonathan Kang Date: Tue Jul 17 06:54:14 2018 +0800 update NEWS for 3.29.4 release M NEWS M configure.ac M meson.build commit eb12387245f40f647da360b2ad42c8afcfe69a8a Author: Jonathan Kang Date: Wed Jul 11 22:43:47 2018 +0800 meson: Drop dogtail tests in meson build system Dogtail tests have been droped in previous commit. Drop dogtail detection in meson build system as well. M meson.build M tests/meson.build commit 27cbda1a1c1dc2eaae8f66f866ff516a7f831326 Author: Jonathan Kang Date: Wed Jul 11 22:33:08 2018 +0800 Revert "Added dogtail test for sidebar item click" Dogtail doesn't support wayland, so these dogtail test fails. And we should remove them. This reverts commit 81f44c881d5e40310c789790d3fe2f20756f11db. M Makefile.am M configure.ac D tests/basic.py commit ca876a05781a2a619b7de2dcb7b46841e482ef3e Author: Daniel Șerbănescu Date: Sun Jul 1 13:55:05 2018 +0000 Update Romanian translation M po/ro.po commit 85e2b42f70c77aa28a7ff8b5ad3392f1a6b0c5ed Merge: 59d2bf7 02b782f Author: Jonathan Kang Date: Tue Jun 19 08:28:43 2018 +0000 Merge branch 'Fix-typo-gnoem' into 'master' Fix obvious typo See merge request GNOME/gnome-logs!1 commit 02b782fcd64d4773e2dadbdb9ea74bf3923003b3 Author: Bjørn Lie Date: Fri Jun 15 09:13:27 2018 +0000 Fix obvious typo Fix obvious typo gnoem-logs.1 to gnome-logs.1 M data/meson.build commit 59d2bf7b02607cc35c1b996080621fdeaeb29fcf Author: Jonathan Kang Date: Fri Jun 15 15:08:15 2018 +0800 meson: fix undefined function in meson_post_install.py join_paths() is a function defined in meson. Use os.path.join() instead. M meson_post_install.py commit 439d89072b1e884d343ae4348fbe5db0ad850a08 Author: Jonathan Kang Date: Thu Jun 14 15:20:54 2018 +0800 Distribute meson files in tarball M Makefile.am commit a2804bd9de70293ff887c6c5f916edfd6ee7254e Author: Jonathan Kang Date: Wed May 23 10:02:00 2018 +0800 update GTK+ requirement in README M README commit 2fb0a84c5bcdd0a73ab66c8f6d731c7dbd7708ed Author: Piotr Drąg Date: Tue May 22 20:51:37 2018 +0200 Fix desktop icon in the Greek translation M po/el.po commit c4d9a2aec854e430bf3a7e942c64aa4d3b7f00e0 Author: Dz Chen Date: Mon May 21 16:11:26 2018 +0000 Update Chinese (China) translation M po/zh_CN.po commit 93bb0931b29942310df7edfb83ccd18d1a9b8a4b Author: ankritisachan Date: Fri Apr 20 09:15:31 2018 +0530 Disable 'export' action when the logs are empty To prevent creation of empty file on export, it is better to disable 'export' action when there are no logs to display. https://bugzilla.gnome.org/show_bug.cgi?id=795349 M src/gl-eventviewlist.c M src/gl-eventviewlist.h M src/gl-journal-model.c M src/gl-window.c M src/gl-window.h