commit 0222f411405e76a033526358014200499d38ee1b
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Tue Oct 11 16:25:40 2016 +0200

    3.20.2

 NEWS         | 26 ++++++++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 27 insertions(+), 1 deletion(-)

commit c4d42afb0c8e9da1c12999da8d7a42c9dd01da6e
Author: gogo <trebelnik2@gmail.com>
Date:   Mon Oct 10 18:17:45 2016 +0000

    Update Croatian translation

 po/hr.po | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 493479bf6ee0c2e6fbc21592f5c31f25daef4b96
Author: Marius Gedminas <marius@gedmin.as>
Date:   Mon Oct 10 11:40:47 2016 -0400

    Fix bad 'ssh %s' translation in lt.po
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772409

 po/lt.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 66a6f1d4725793333df3020d352088a39606799f
Author: gogo <trebelnik2@gmail.com>
Date:   Sun Oct 9 14:37:35 2016 +0000

    Update Croatian translation

 po/hr.po | 9199 ++++++++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 6495 insertions(+), 2704 deletions(-)

commit f1e77f023726f40463ab6debac9a1c0796975857
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Sep 23 13:36:20 2016 +0200

    display: Fix possible crash on startup
    
    If no items are added to the GVariantBuilder, g_variant_builder_close()
    would throw a critical, g_variant_builder_end() would throw a
    segmentation fault.
    
    As this can only happen when there are no items added to the output_ids
    hashtable, this should only happen if there are no displays known to
    libgnome-desktop (and therefore mutter).
    
    See https://bugzilla.redhat.com/show_bug.cgi?id=1280075
    
    https://bugzilla.gnome.org/show_bug.cgi?id=771875

 panels/display/cc-display-panel.c | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

commit 201e696567cbbf9480e8fe862479416660770a72
Author: Marek Kasik <mkasik@redhat.com>
Date:   Tue Sep 20 12:29:09 2016 +0200

    printers: Fix compilation warning
    
    We need to include cups/ppd.h explicitly due to some modification
    of structure of CUPS headers

 panels/printers/cc-printers-panel.c | 1 +
 1 file changed, 1 insertion(+)

commit ed31adb4fc6984a4d1736438c9bce6219daa25d5
Author: Michael Catanzaro <mcatanzaro@gnome.org>
Date:   Fri Sep 16 19:47:23 2016 -0500

    power: Fix wifi device state when opening power panel
    
    This toggle is always set to off when the panel is opened. We should
    check whether it's on or not when opening the panel. Currently we are
    only subscribed to changes, so we don't check the wifi state until it's
    toggled on or off after the panel has been opened the first time.
    
    Alternate patch for gnome-3-20 branch.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=771564

 panels/power/cc-power-panel.c | 1 +
 1 file changed, 1 insertion(+)

commit 601164dec82300e1d0ef7ef9b82eba0ec05bd5d3
Author: Michael Catanzaro <mcatanzaro@gnome.org>
Date:   Fri Sep 9 21:38:46 2016 -0500

    power: Fix hiding wi-fi, mobile broadband toggles
    
    We check with NetworkManager whether a wireless device exists to decide
    whether or not to display these toggles. NetworkManager says no, we hide
    the toggles, then we call gtk_widget_show_all() and undo our work. Sad!
    Actually pressing the toggles triggers the check again, and causes both
    listbox rows to shockingly disappear.
    
    This fix is not needed on the master branch because, since the port to
    libnm 1.2, the check is now scheduled on the main loop, to run after
    this function completes, inadvertantly fixing this bug.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=771148

 panels/power/cc-power-panel.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 2b911465c7f97ebdfe3e9e8a938cbb2c51a8f6be
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Aug 29 11:46:53 2016 +0200

    privacy: Fix quoting of distro name and privacy URL
    
    Unquote the distribution name and the privacy policy url in
    the Problem Reporting dialogue, as those can be shell-quoted (the format
    used by /etc/os-release is "shell-compatible").
    
    https://bugzilla.gnome.org/show_bug.cgi?id=770260

 panels/privacy/cc-privacy-panel.c | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit 96d0ba4540e9a72bd72e29ce84e93debd170eff4
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Aug 26 22:58:37 2016 +0200

    Updated Slovenian translation

 po/sl.po | 2697 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 1592 insertions(+), 1105 deletions(-)

commit 075893a2db799b14bfb79ee49d6b2974d1d816fd
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Fri Aug 12 14:25:25 2016 +0000

    Updated Icelandic translation

 po/is.po | 1914 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 1082 insertions(+), 832 deletions(-)

commit 9264a9574173bc9d65963b85c285aaa949bc3e6c
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Mon May 30 21:30:38 2016 +0100

    privacy: Update for PermissionStore DBus API changes
    
    As xdg-app has been renamed to Flatpak, the permission store's bus name
    and interface name have been changes as well.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=766603

 panels/privacy/cc-privacy-panel.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit f62ad5d0aaaf90c46337654e0660ca8318cc22f6
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Wed Apr 13 17:13:33 2016 +0100

    privacy: React to changes in permissions store
    
    Currently if control-center is already running with privacy panel in
    foreground and user authorizes a new application to gain access to
    location information from gnome-shell dialog, this change doesn't get
    reflected in the privacy panel to user until they exit privacy panel.
    
    This change fixes this by reacting to changes to permissions store.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=765006

 panels/privacy/cc-privacy-panel.c | 110 ++++++++++++++++++++++++++++----------
 1 file changed, 81 insertions(+), 29 deletions(-)

commit 165e3486d7d916fdd54bff6c621796364be9f098
Author: Christian Kirbach <Christian.Kirbach@gmail.com>
Date:   Tue Jul 12 21:06:33 2016 +0000

    Updated German translation

 po/de.po | 354 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 177 insertions(+), 177 deletions(-)

commit 178d169d1f7edd20d0955200be728284a31741ef
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Sat Jul 9 07:39:08 2016 +0000

    Updated Slovak translation

 po/sk.po | 358 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 179 insertions(+), 179 deletions(-)

commit a7801217d174553b9e6e023ea9d5e9cd92d8d068
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon Jul 4 03:30:37 2016 +0200

    Updated Polish translation

 po/pl.po | 204 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 102 insertions(+), 102 deletions(-)

commit 8b224edf64352f71157c363686e2832a9bf6f5f6
Author: Ondrej Holy <oholy@redhat.com>
Date:   Mon Mar 7 13:54:55 2016 +0100

    user-accounts: Fix missing records in the history dialog
    
    "Session Ended" record may miss if "Session Started" isn't in the
    same week, which is caused by a wrong order of conditions.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762346

 panels/user-accounts/um-history-dialog.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit eadf4867385884cf2b453b490839702bdda50b01
Author: Andika Triwidada <atriwidada@gnome.org>
Date:   Sun Jun 26 09:26:08 2016 +0000

    Updated Indonesian translation

 po/id.po | 2180 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 1165 insertions(+), 1015 deletions(-)

commit 8ca7aca07d7e9794439b4000a5a937e4f1b49877
Author: Dan Williams <dcbw@redhat.com>
Date:   Fri Jun 3 11:47:07 2016 -0500

    network: fix some SSID escaping issues
    
    nm_utils_escape_ssid() should only be used for debugging purposes,
    but was used in one place for UI display and another place
    for doing actual AP comparison.  Instead, the comparison should
    just operate on the SSID bytes, and the UI display should use
    nm_utils_ssid_to_utf8() which tries to interpret non-ASCII
    characters for better display.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=767205
    https://bugzilla.redhat.com/show_bug.cgi?id=1336714

 panels/network/net-device-wifi.c | 27 +++++++++++++--------------
 1 file changed, 13 insertions(+), 14 deletions(-)

commit 0bbbc8a8890878fdf262b87a70d9e97c79eb81f9
Author: Reinout van Schouwen <reinouts@gnome.org>
Date:   Wed Jun 1 23:15:55 2016 +0200

    Updated Dutch translation by Justin van Steijn, Reinout van Schouwen

 po/nl.po | 5042 ++++++++++++--------------------------------------------------
 1 file changed, 934 insertions(+), 4108 deletions(-)

commit e060fcf05b5fb972cb14c950d66a13a6559c3696
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Sun May 29 13:26:11 2016 +0000

    Updated Italian translation

 po/it.po | 252 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 126 insertions(+), 126 deletions(-)

commit 1f949e99bc046ee3c735325c8225eb9361b035b5
Author: Tiago Santos <tiagofsantos81@sapo.pt>
Date:   Fri May 20 21:32:06 2016 +0000

    Updated Portuguese translation

 po/pt.po | 1496 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 695 insertions(+), 801 deletions(-)

commit fb822842ea6bf07fd1f326eeae5e15764f705994
Author: Cosimo Cecchi <cosimo@endlessm.com>
Date:   Mon Jun 16 17:09:01 2014 -0700

    search: force GTK_ICON_SIZE_DIALOG icon size
    
    Force a pizel size too, so that we can work around applications not
    shipping icons at all sizes.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=764297

 panels/search/cc-search-panel.c | 3 +++
 1 file changed, 3 insertions(+)

commit 3eb4000554fa563f27c6d2c9cf7b9de0f581ffac
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Thu Mar 24 17:40:51 2016 +0100

    display: Ensure only one output is set as primary
    
    When switching an output to secondary we'd set all other outputs as
    primary. Instead, set only the first we find.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=764155

 panels/display/cc-display-panel.c | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

commit d15caf2484548e3f6e06a38e91e3fb2707d270d3
Author: Felipe Borges <felipeborges@gnome.org>
Date:   Tue May 10 14:23:12 2016 +0200

    mouse: allow focus on switches in the Touchpad section
    
    Enables the navigation/focus on the switches in the Touchpad
    section.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=766186

 panels/mouse/gnome-mouse-properties.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 15e6cd3bea2992c5ab60e44b2bf3de9f617d539a
Author: Felipe Borges <felipeborges@gnome.org>
Date:   Tue May 10 10:28:45 2016 +0200

    universal-access: allow focus on row switches
    
    This allows the navigation/focus to the settings switches.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=766186

 panels/universal-access/uap.ui | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 80560ef73c0e76c6ce330bcef025b57730db298e
Author: Cosimo Cecchi <cosimo@endlessm.com>
Date:   Mon Mar 28 20:47:19 2016 -0700

    editable-entry: use floats to avoid warning
    
    Or the code in g_object_set_valist() may treat the zero as a NULL, and
    trigger a warning.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=764296

 shell/cc-editable-entry.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 412eefd735388d73a88dd51e769364fa5ecd66a6
Author: Cosimo Cecchi <cosimo@endlessm.com>
Date:   Fri Sep 26 18:09:47 2014 -0700

    datetime: add -lm to libraries
    
    https://bugzilla.gnome.org/show_bug.cgi?id=764296

 panels/datetime/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 9ae8eb930c659f03a738cddbb21d22c708f56feb
Author: Cosimo Cecchi <cosimo@endlessm.com>
Date:   Mon Mar 28 17:30:10 2016 -0700

    display: remove unused code
    
    https://bugzilla.gnome.org/show_bug.cgi?id=764296

 panels/display/cc-display-panel.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

commit 2c2c68b47442e185b065c69462b8e8ad113ebc25
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue May 3 22:56:41 2016 +0200

    Updated Norwegian bokmål translation.

 po/nb.po | 1137 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 599 insertions(+), 538 deletions(-)

commit db5dcda0badd33b9aea576f4f3a45c8076f11b8c
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Mon May 2 14:35:33 2016 +0200

    mouse: Make touchpad capability checking on wayland work as intended
    
    We need to set the out variables otherwise the intended semantics as
    documented by the comment aren't enforced.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=765879

 panels/mouse/cc-mouse-caps-helper.c | 3 +++
 1 file changed, 3 insertions(+)

commit d40be8023a9e60f970770a92f5c2b12ddbc596f1
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Tue Apr 26 16:46:58 2016 +0200

    common: Fix search by skipping soft hyphens when normalizing
    
    Commit b3be07609a9bae43947ee3e59d8982a7715c9acf introduced soft
    hyphens in panel names which causes searches to fail. Fix this by
    skipping soft hyphen when normalizing strings.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=765617

 panels/common/cc-util.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 2b9a0ac274e99d96f58a9e69dc0a3af292a0d093
Author: GNOME Translation Robot <gnome-sysadmin@gnome.org>
Date:   Wed Apr 20 14:16:04 2016 +0000

    Updated Scottish Gaelic translation

 po/gd.po | 4139 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 2389 insertions(+), 1750 deletions(-)

commit cd40ce5e7e117ab742d9acae329d557ea4dcc028
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Fri Apr 15 23:18:33 2016 +0000

    Updated Friulian translation

 po/fur.po | 101 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 51 insertions(+), 50 deletions(-)

commit 68e11d616959a4c1486c3ce5f60f4088f9b55b81