commit 7f8aae81980340ed0fd035385b016904cc46eaed Author: Matthias Clasen Date: Mon Feb 15 20:47:00 2016 -0500 3.19.4 M NEWS M configure.ac commit 104fb3d9397d7834762cf3b49e01c3f80d69af49 Author: Rui Matos Date: Tue Feb 9 18:11:58 2016 +0100 gnome-languages: Capitalize language and territory names Translations in iso-codes are inconsistent in their capitalization of language and territory names. That's not under our control, but we can automatically capitalize them since that's how our API consumers expect them to be. https://bugzilla.gnome.org/show_bug.cgi?id=761776 M libgnome-desktop/gnome-languages.c commit 389a3761cf70b20be40894ce3dbb2e81b25a1a79 Author: Rui Matos Date: Tue Feb 9 17:38:21 2016 +0100 gnome-languages: Use g_auto* macros where applicable https://bugzilla.gnome.org/show_bug.cgi?id=761776 M libgnome-desktop/gnome-languages.c commit 9aab0e241f50cb51babb461671ef4a8a6d7c90f7 Author: Sam Spilsbury Date: Tue Jul 21 13:12:05 2015 +0800 Makefile: Move to AM_DISTCHECK_CONFIGURE_FLAGS Since automake 1.11.2 it is recommended that packages use AM_DISTCHECK_CONFIGURE_FLAGS instead of DISTCHECK_CONFIGURE_FLAGS as the latter is intended to be a user variable. https://bugzilla.gnome.org/show_bug.cgi?id=761888 M Makefile.am M configure.ac commit 5dca798ff9d6979a7b8c76892b0c6a5df0dabed7 Author: Cosimo Cecchi Date: Mon Nov 4 17:22:20 2013 -0800 Add default keyboard layout for Guatemala and Mexico Use the "latam" keyboard for these. https://bugzilla.gnome.org/show_bug.cgi?id=761886 M libgnome-desktop/default-input-sources.h commit 6f50c8a1e13169f7d748580517c48a27bdf32e5c Author: Cosimo Cecchi Date: Thu Jan 28 16:58:54 2016 +0100 libgnome-desktop: add an option to disable gnome-rr-debug Not everyone needs to have this program installed - e.g. when gnome-desktop is bundled in an xdg-app. https://bugzilla.gnome.org/show_bug.cgi?id=761258 M configure.ac M libgnome-desktop/Makefile.am commit 80a0acada5c96f4addf9cce4cef240a2d7875fc7 Author: Matthias Clasen Date: Sun Jan 31 17:56:26 2016 -0500 Rename reftest binary It is somewhat weird to have this in gnome-desktop with the same name as the test in GTK+. Rename it wallclock-reftest, to indicate what it tests. M tests/Makefile.am R100 tests/gtk-reftest.c tests/wallclock-reftest.c commit 97900f23a83a5701f9a2dfca312cabd28128c4cb Author: Matthias Clasen Date: Sun Jan 31 17:52:43 2016 -0500 Fix en_us reftest The reference was not correct here. M tests/en_US.utf-8.ref.ui commit 189aa173933aaeb3430556e13581921c7558e4c1 Author: Fabio Tomat Date: Wed Jan 27 10:07:19 2016 +0000 Updated Friulian translation M po/fur.po commit f32c389194289633e3569f4dcf5c728e73981cbd Author: Matthias Clasen Date: Sun Jan 24 12:07:25 2016 -0500 thumbnail factory: Disconnect signal handlers in finalize We are seeing crashes in Fedora that point at the settings signal handlers getting run after the thumbnail factory is finalized. Explicitly disconnecting the handlers in finalize is the right thing to do, anyway. While we are at it, replace some of the cleanup code in finalize with g_clear_pointer and g_clear_object, as suggested by Colin. https://bugzilla.gnome.org/show_bug.cgi?id=761049 M libgnome-desktop/gnome-desktop-thumbnail.c commit be70c67c7697c356561ea94199594daefe1adca2 Author: Rafael Fontenelle Date: Tue Jan 26 18:20:28 2016 +0000 Updated Brazilian Portuguese translation M desktop-docs/fdl/pt_BR/pt_BR.po commit 4d9a6ebda438bc556af98baa7014fb6067c34bb9 Author: Koop Mast Date: Fri Jan 8 01:46:37 2016 +0100 gnome-languages: Check if language is !NULL in construct_language_name Language can't be NULL for this function since its purpose is to get us a normalized locale string and a locale string without language doesn't make sense. https://bugzilla.gnome.org/show_bug.cgi?id=760304 M libgnome-desktop/gnome-languages.c commit 571db6a870f3d83013d321745ac4e997f853a6c6 Author: Rui Matos Date: Fri Jan 8 14:59:26 2016 +0100 gnome-languages: Return early if the locale didn't parse correctly There's no point in going further if we can't parse the locale and we can prevent crashes in some corner cases this way. https://bugzilla.gnome.org/show_bug.cgi?id=760304 M libgnome-desktop/gnome-languages.c commit a07c8ce05a431d3e9b69ddaeef3d6407ab921bea