commit 2e2dc2bae57d2e738ea96ec57e9b614814400771 Author: Jonathan Kang Date: Sat Jul 29 12:34:13 2017 +0100 Remove size group for the widgets in each row GtkSizeGroup is used to make sure widgets in diffirent rows request the same amount of space while implementing "Use a single row for each log entry" in commit 995bacac51ee84516e9d0c4950dcc1edd45cdd64. But adding too many widgets to GtkSizeGroup leads to poor performance, which make scrolling the list in Logs very slow. Fix that by removing the GtkSizeGroup. As there are not too many widgets in the "Important" category, keep the category size group to make category labels request the same amount of space. https://bugzilla.gnome.org/show_bug.cgi?id=784216 M src/gl-eventviewlist.c M src/gl-eventviewrow.c M src/gl-eventviewrow.h commit f9496858b999c87d6fbcc70f3d09fa7797c5b1a1 Author: gogo Date: Tue Apr 11 16:02:07 2017 +0000 Add Croatian translation M po/LINGUAS A po/hr.po commit 76532ddbab4c02c46ba17511dcb391c5a9ad7298 Author: Jonathan Kang Date: Mon Apr 10 21:16:59 2017 +0800 Update NEWS for 3.24.1 release M NEWS M configure.ac