commit b7b6da895c60cd3d719e3b9c29779c25429eb823 (HEAD -> master) Author: Michael Catanzaro Date: Mon Aug 13 20:54:29 2018 -0500 Prepare 3.29.91 M NEWS M configure.ac commit 6271db6bbda01805cbec6fed44e481ca7a11dd79 (origin/master, origin/HEAD) Author: Robert Ancell Date: Mon Aug 13 15:11:27 2018 +1200 gnome-language: Use g_autofree Replace some g_free calls with g_autofree. Most of the rest of the g_frees were removed in 389a3761 M libgnome-desktop/gnome-languages.c commit 555b6275e9f6f87886fd7a6c69fd1984b53adef4 Author: Robert Ancell Date: Mon Aug 13 12:01:21 2018 +1200 gnome-languages: Add missing glib include Include glib.h at the start of the language header, otherwise a program using this header will get errors if it hasn't already included it. M libgnome-desktop/gnome-languages.h commit d8ebb9a8a64797db0824edb4a6bbf616a97d14d4 Author: Robert Ancell Date: Mon Aug 13 14:54:51 2018 +1200 gnome-language: Fix potential crash due to freeing unallocated memory g_autofree support was added in commit 389a3761c, but in this case if is_utf8 was NULL then this would free memory that wasn't allocated. Note that the current code always has is_utf8 non-NULL, but this could break future code. M libgnome-desktop/gnome-languages.c commit 3fe546b30d11395d6fa2c07b409b1589dff996f2 Author: Yi-Jyun Pan Date: Sun Aug 12 17:36:22 2018 +0000 Update Chinese (Taiwan) translation M po/zh_TW.po commit b57d6accdacb1af414492189af5673e4e7c05d1f Author: Yi-Jyun Pan Date: Sun Aug 12 10:33:37 2018 +0000 Update Chinese (Taiwan) translation M po/zh_TW.po commit 878601d13970226c7452fbfef4b35eceeae3aa49 Author: Emin Tufan Çetin Date: Sun Aug 12 10:22:06 2018 +0000 Update Turkish translation M po/tr.po commit 4da2790b54a87d439d8711b6affd2f81a597dc9c Author: Matej Urbančič Date: Thu Aug 9 20:13:29 2018 +0200 Updated Slovenian translation M po/sl.po commit 0149540faaefbfe695c3e136c65fd4539da541c7 Author: Claude Paroz Date: Thu Aug 9 10:30:40 2018 +0200 Updated French translation M po/fr.po commit 2c9bb11570ef18421dc9fbf03f0365820c064370 Author: Fabio Tomat Date: Wed Aug 8 04:44:35 2018 +0000 Update Friulian translation M po/fur.po commit d5d4d7ee7222cba873dddc20b65189e77f9723e2 Author: Ting-Wei Lan Date: Wed Aug 8 00:46:02 2018 +0800 Fix locale data path after removing AM_GLIB_GNU_GETTEXT Commit c7a1cf3c4ccd1a0155b00deb4153459394b8e20d removes the usage of AM_GLIB_GNU_GETTEXT, but a variable set by it, DATADIRNAME, is used in libgnome-desktop/Makefile.am to specify the path to locale data, which causes bindtextdomain to be called with a wrong path so all translations are ignored. To fix it, we simply set GNOMELOCALEDIR to localedir. M libgnome-desktop/Makefile.am commit 18a1f772e2fc0eb120beed438bba85437e2b9678 Author: Fabio Tomat Date: Tue Aug 7 09:53:59 2018 +0000 Update Friulian translation M po/fur.po commit d6ca09a0f66afa8c21cd264cab5c3f79df59a83c Author: Emin Tufan Çetin Date: Mon Aug 6 07:17:21 2018 +0000 Update Turkish translation M po/tr.po commit a19d6eb1990673a3bbfeb50eb7e44de47bd7ae38 Author: Aurimas Černius Date: Sun Aug 5 23:12:22 2018 +0300 Updated Lithuanian translation M po/lt.po commit 65f41f4cdbe0990169e78e3b9b4a76c6d67555c9 Author: Piotr Drąg Date: Sat Aug 4 23:31:57 2018 +0200 Update Polish translation M po/pl.po commit a99d7f39541ad28df0558216ce8f52dccdfb6d62 Merge: 6b7b62c9 0a9d3aeb Author: Michael Catanzaro Date: Sat Aug 4 21:21:09 2018 +0000 Merge branch 'wip/fmuellner/no-padding' into 'master' wall-clock: Request no padding in day of month See merge request GNOME/gnome-desktop!8 commit 6b7b62c9b3ea35dd8a273f49619ca590a260815f Author: Florian Müllner Date: Fri Aug 3 16:52:09 2018 +0200 ci: Remove itstool workaround The build made it into rawhide now. M .gitlab-ci.yml commit 0a9d3aebf2fa060837f94cf1056fa3be07e20584 Author: Florian Müllner Date: Fri Aug 3 15:32:40 2018 +0200 wall-clock: Request no padding in day of month After switching to whitespace to separate date and time, that separation becomes less clear when the date format itself injects an additional space through padding. Address this by explicitly opting out of padding. https://gitlab.gnome.org/GNOME/gnome-desktop/merge_requests/8 M libgnome-desktop/gnome-wall-clock.c commit 8649af42aec79e651c0d840c6dea8f120d980bdf Author: Matej Urbančič Date: Fri Aug 3 12:01:48 2018 +0200 Added Slovenian translation M po/sl.po commit 22155cbfd44a718ea4256cbb505a6a697d93434f Author: Florian Müllner Date: Thu Aug 2 16:09:48 2018 +0200 po: Fix translation domain PACKAGE is gnome-desktop, but the domain is gnome-desktop-3.0. M po/Makevars commit 7819954cdeeee3ba690a9d7977c47154a71f0a9b Author: Florian Müllner Date: Thu Aug 2 00:19:54 2018 +0200 wall-clock: Fix missing "date separator" We now expect date and time to be separated by underscore, which we replace by either en-space or double space. With so many format strings by now, one of them slipped through though ... M libgnome-desktop/gnome-wall-clock.c commit ced42110848a625148b4a3ea891bb072226cb908 (tag: 3.29.90.1)