commit 363093acbfc662c999cf67d6abfee13446a1ce6b
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Wed Sep 4 02:01:34 2013 +0200

    3.9.91

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

commit c4eda74d4f0599c20c267ac62da80947b6155be4
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Wed Sep 4 02:03:44 2013 +0200

    Updated Polish translation

 po/pl.po | 44 +++++++++++++++++++++++++++-----------------
 1 file changed, 27 insertions(+), 17 deletions(-)

commit be35af45c9556ee9cb9ab0498ae83fc8da869678
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Tue Sep 3 20:52:15 2013 +0200

    shell: Make sure we don't start with a selected icon
    
    If focus ends up in the icon view we get an ugly selection so avoid
    that at least initially.

 shell/cc-window.c | 13 +++++++++++++
 1 file changed, 13 insertions(+)

commit 04b24631abec3efa7050a2baaa35380ae0f55ec9
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Tue Sep 3 20:53:40 2013 +0200

    Revert "shell: Make sure we don't focus the icon view when starting"
    
    This reverts commit 8e0f4e7be0e532d33105962e7f49d0e47d29ddfb - there's
    a better fix in the next commit.

 shell/cc-window.c | 1 -
 1 file changed, 1 deletion(-)

commit 19d13334fea80e96da4fd358da7c2f13e7ef17c3
Author: Luca Ferretti <lferrett@gnome.org>
Date:   Wed Sep 4 01:02:32 2013 +0200

    Updated Italian translation

 po/it.po | 2200 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 1306 insertions(+), 894 deletions(-)

commit 03c23f23a3d22067d271dc2c9cf5bbfea54bc8d7
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Tue Sep 3 23:46:29 2013 +0200

    Update French translation

 po/fr.po | 24 +++++++++++++++++-------
 1 file changed, 17 insertions(+), 7 deletions(-)

commit 990b0e5a0d89e19c607e063663f37c8b4bbe171e
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Wed Sep 4 00:30:42 2013 +0300

    Updated Lithuanian translation

 po/lt.po | 94 ++++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 53 insertions(+), 41 deletions(-)

commit ba00fabc185412506f6419565d5db484150708ae
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Tue Sep 3 22:49:20 2013 +0200

    Updated Slovenian translation

 po/sl.po | 22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)

commit 3acc39d2435d2aefe23ab479e3ead5e299c3be98
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Tue Sep 3 22:44:59 2013 +0200

    Updated Slovenian translation

 po/sl.po | 31 ++++++++++++++++---------------
 1 file changed, 16 insertions(+), 15 deletions(-)

commit fa5ed6cd41855b2d0cbb64b04045970ab8beb35a
Author: Marek Kasik <mkasik@redhat.com>
Date:   Tue Sep 3 18:18:56 2013 +0200

    printers: Show authenticated Samba servers in the list of new devices
    
    When a Samba server which needs authentication is discovered, add
    it to the list of new devices and allow user to authenticate against it
    by pressing new "Authenticate" button.
    Show only printers available on such a server when authenticated and
    remove the server from the list.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=698532

 panels/printers/new-printer-dialog.ui   |  54 ++++++-
 panels/printers/pp-new-printer-dialog.c | 261 ++++++++++++++++++++++++++++++--
 2 files changed, 300 insertions(+), 15 deletions(-)

commit 03d463379f85f30505665b074fa844da67adefb8
Author: Marek Kasik <mkasik@redhat.com>
Date:   Tue Sep 3 18:14:30 2013 +0200

    printers: Simplify freeing of lists of found printers
    
    Create a dedicated function for freeing of PpDevicesList.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=698532

 panels/printers/pp-new-printer-dialog.c | 38 ++++++++++++++++-----------------
 1 file changed, 18 insertions(+), 20 deletions(-)

commit da28022da6590d4370a742ee17d340969180b208
Author: Marek Kasik <mkasik@redhat.com>
Date:   Mon Sep 2 16:50:56 2013 +0200

    printers: Handle cancelling of authentication dialog
    
    Add given Samba server to the list of found devices
    if authentication dialog was cancelled.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=698532

 panels/printers/pp-samba.c | 85 +++++++++++++++++++++++++++++-----------------
 1 file changed, 54 insertions(+), 31 deletions(-)

commit 22f508a7e1e65e0620c518b1186f9e7381071f1d
Author: Marek Kasik <mkasik@redhat.com>
Date:   Mon Sep 2 16:31:24 2013 +0200

    printers: Authenticate Samba servers only when enabled
    
    Add parameter which enables showing of authentication dialog
    for Samba servers which need authentication.
    Add samba server to the internal list of found devices if it needs
    authentication and the authentication is disabled.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=698532

 panels/printers/pp-new-printer-dialog.c |  3 ++-
 panels/printers/pp-samba.c              | 20 +++++++++++++++++---
 panels/printers/pp-samba.h              |  1 +
 panels/printers/pp-utils.h              | 26 ++++++++++++++------------
 4 files changed, 34 insertions(+), 16 deletions(-)

commit edcd8b1c13cdd6d86bc62163485697a32814b0f2
Author: Marek Kasik <mkasik@redhat.com>
Date:   Mon Sep 2 14:37:11 2013 +0200

    printers: Enable use of emblems for printer icons
    
    Use GIcon instead of icon names in PpNewPrinterDialog.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=698532

 panels/printers/new-printer-dialog.ui   |  4 ++--
 panels/printers/pp-new-printer-dialog.c | 15 ++++++++++++---
 2 files changed, 14 insertions(+), 5 deletions(-)

commit be6523b66cc04c1e7688b243c5598dbe56f77927
Author: Marek Kasik <mkasik@redhat.com>
Date:   Mon Sep 2 14:21:30 2013 +0200

    printers: Propagate cancellation of authentication dialog
    
    Return "response_id" of PpAuthenticationDialog in its "response" signal.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=698532

 panels/printers/authentication-dialog.ui   | 2 +-
 panels/printers/pp-authentication-dialog.c | 3 ++-
 panels/printers/pp-authentication-dialog.h | 1 +
 panels/printers/pp-samba.c                 | 1 +
 4 files changed, 5 insertions(+), 2 deletions(-)

commit 8e0f4e7be0e532d33105962e7f49d0e47d29ddfb
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Tue Aug 20 02:53:01 2013 +0100

    shell: Make sure we don't focus the icon view when starting
    
    If focus ends up in the icon view we get an ugly selection so avoid
    that at least initially.

 shell/cc-window.c | 1 +
 1 file changed, 1 insertion(+)

commit 0d4f0090165efe8a296b00af4c9f18aa7a67e8f3
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Mon Sep 2 21:51:49 2013 +0200

    Update French translation

 po/fr.po | 3297 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 1944 insertions(+), 1353 deletions(-)

commit e08cf0bd642819255394001bdb774aae248865a3
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Sep 3 16:10:25 2013 +0200

    Updated Spanish translation

 po/es.po | 4325 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2159 insertions(+), 2166 deletions(-)

commit 52a3f0a99e9a8ee3a4c52576fce646402a609917
Author: Debarshi Ray <debarshir@gnome.org>
Date:   Mon Sep 2 18:53:50 2013 +0200

    online-accounts: Increase the height of the "Add Account" dialog
    
    ... to accommodate the list of Chat providers.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707285

 panels/online-accounts/cc-online-accounts-add-account-dialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit bb68d8e165757e39a814cfa495e849c5a3245dec
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Tue Sep 3 12:55:59 2013 +0200

    Updated Galician translations

 po/gl.po | 70 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

commit afbf36bf89c5fdf0fdb22b6bdbd3b8b51374a09e
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Mon Sep 2 21:05:28 2013 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

commit 689b19d31c8d43fe00d3bd4efc605f91fd19256a
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Sep 2 23:01:24 2013 +0200

    Updated Slovenian translation

 po/sl.po | 78 ++++++++++++++++++++++++++++++----------------------------------
 1 file changed, 37 insertions(+), 41 deletions(-)

commit 16e251ea98d0fcca9084b79a04e57aef65353988
Author: Kalev Lember <kalevlember@gmail.com>
Date:   Mon Sep 2 00:46:18 2013 +0200

    datetime: Use new g_date_time %z format modifier
    
    Use new %:::z format string to display timezone offset in a slightly
    nicer way. This is also needed for consistency with the timezone
    notifications from gnome-settings-daemon.
    
    Also bump glib dependency to 2.37.7 for the new modifier.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707253

 configure.ac                        | 2 +-
 panels/datetime/cc-datetime-panel.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit c68f9eca501b662fd819bab1ae021098a7cdaf9b
Author: Kalev Lember <kalevlember@gmail.com>
Date:   Mon Sep 2 00:37:12 2013 +0200

    datetime: Show the automatic timezone switch
    
    The backend in gnome-settings-daemon is now functional, so we can expose
    the option in the UI.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707252

 configure.ac                        |  2 +-
 panels/datetime/cc-datetime-panel.c | 24 ++++++++++++++++++++++--
 panels/datetime/datetime.ui         |  1 +
 3 files changed, 24 insertions(+), 3 deletions(-)

commit 88f4c30c04af5fbd1ebf568f01accda8fb23fbb7
Author: Kalev Lember <kalevlember@gmail.com>
Date:   Mon Sep 2 00:14:22 2013 +0200

    datetime: Use GObject property binding for the NTP switch
    
    This makes it possible to remove the code for manually keeping the NTP
    switch and the timedated1 DBus proxy properties in sync, and also makes
    it easy to share code with the automatic timezone switch.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707252

 panels/datetime/cc-datetime-panel.c | 82 ++++++++++++++++++-------------------
 1 file changed, 39 insertions(+), 43 deletions(-)

commit 853fb8cc9083a20d8505a7caf885dc30d9a1d016
Author: Kalev Lember <kalevlember@gmail.com>
Date:   Mon Sep 2 00:13:18 2013 +0200

    datetime: Move polkit initialization earlier
    
    ... so that in the following commit, we can rely on the permissions
    being available.
    
    While at this, also create a DATETIME_PERMISSION for the PolicyKit
    action ID at the top of the file.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707252

 panels/datetime/cc-datetime-panel.c | 29 ++++++++++++++++-------------
 1 file changed, 16 insertions(+), 13 deletions(-)

commit d7847fe7a16e8d1939d34f953e10cf482c98f957
Author: Kalev Lember <kalevlember@gmail.com>
Date:   Sun Sep 1 22:23:25 2013 +0200

    datetime: Exit early if the timedate1 service isn't available
    
    We cannot meaningfully change (or display) any Date & Time system
    settings without the timedate1 DBus service, so just exit early.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707252

 panels/datetime/cc-datetime-panel.c | 32 ++++++++++++--------------------
 1 file changed, 12 insertions(+), 20 deletions(-)

commit a709ae41eb6a305be6dc6a432e1d4208e20414a1
Author: Kalev Lember <kalevlember@gmail.com>
Date:   Sun Sep 1 21:52:54 2013 +0200

    datetime: Rename settings to clock_settings
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707252

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

commit 8656934f1ecb37331b0b0fde448c3c80c1652c60
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Sep 2 18:08:36 2013 +0200

    Updated Spanish translation

 po/es.po | 4509 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2235 insertions(+), 2274 deletions(-)

commit 7d9568e86d12f1a622808cb5e99756da8c2a0d27
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Mon Sep 2 15:22:00 2013 +0500

    Tajik translation updated

 po/tg.po | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

commit 3d12dc676b11b8b04b8aa7611c3dff69930e63c6
Author: Andika Triwidada <andika@gmail.com>
Date:   Mon Sep 2 15:34:00 2013 +0700

    Updated Indonesian translation

 po/id.po | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

commit c7bda5467b8e7e5ea369e5b35d4abe5e524ac841
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sun Sep 1 15:03:38 2013 -0400

    region: Add a missing xalign in the format-chooser
    
    The 'Measurement' label wasn't right-aligned, and only worked
    because it is the longest. Pointed out in
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707162

 panels/region/format-chooser.ui | 1 +
 1 file changed, 1 insertion(+)

commit b2b04f82faafaf53fc5e9c13c34fea3edd063cba
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Sun Sep 1 21:20:54 2013 +0300

    Updated Lithuanian translation

 po/lt.po | 49 +++++++++++++------------------------------------
 1 file changed, 13 insertions(+), 36 deletions(-)

commit 52b2d76428537a5c603e3628cd054952f0434d75
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Sun Sep 1 19:00:30 2013 +0300

    Updated Belarusian translation.

 po/be.po | 2918 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 1568 insertions(+), 1350 deletions(-)

commit b4b005ea6805fa6f6dc6150753f74488752c7157
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sat Aug 31 22:32:30 2013 +0200

    Updated Polish translation

 po/pl.po | 108 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 59 insertions(+), 49 deletions(-)

commit 1fe4fce8e394828d0eba90aa8b668df3c20db54a
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Sat Aug 31 17:23:18 2013 +0600

    Update Kazakh translation

 po/kk.po | 4186 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 2208 insertions(+), 1978 deletions(-)

commit 9b00e443e1d6523d621e3c2d9345657b6505e23f
Author: Hannie Dumoleyn <hannie@ubuntu-nl.org>
Date:   Sat Aug 31 10:27:09 2013 +0200

    Update Dutch translation 3.10

 po/nl.po | 1178 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 736 insertions(+), 442 deletions(-)

commit 4151cf76b04f54d2591d9bef7ae10ac945493cf2
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Aug 30 23:37:19 2013 -0400

    network: Fix hover highlight in the wifi list
    
    Setting a margin on the list box row widget causes the highlight
    not to extend to the edge of the list. Instead, set the margin
    on the box inside the row.

 panels/network/net-device-wifi.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit e165efc6f9970eed601b17d9f489c4243069a76f
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Aug 30 23:12:44 2013 -0400

    network: Mark connection editor as changed when appropriate
    
    We were forgetting to do so when toggling the 'Only use for resources
    on its network' checkbox.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703959

 panels/network/connection-editor/ce-page-ip4.c | 1 +
 1 file changed, 1 insertion(+)

commit a9ee26f0aebf060d187394ed5fb4bc2404f20752
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Aug 30 23:07:21 2013 +0200

    Updated Slovenian translation

 po/sl.po | 634 ++++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 404 insertions(+), 230 deletions(-)

commit 3256161bd070d2d3c9feb7d58855ca329dc2bc10
Author: Enrico Nicoletto <liverig@gmail.com>
Date:   Fri Aug 30 11:04:27 2013 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 756 ++++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 484 insertions(+), 272 deletions(-)

commit 183e31801d7038d654961692e5d72afdb4158319
Author: Thomas Wood <thomas.wood@intel.com>
Date:   Tue Aug 27 11:52:20 2013 +0100

    display: improve the display previews
    
    Add the current background to the display previews and improve the
    display number indicators.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706429

 panels/display/cc-display-panel.c | 104 +++++++++++++++++++++++++++-----------
 1 file changed, 75 insertions(+), 29 deletions(-)

commit 5394e70f5891e412a6157a1208b39076e9652221
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Fri Aug 30 12:36:38 2013 +0200

    Updated Galician translations

 po/gl.po | 24 +++++++++++++++---------
 1 file changed, 15 insertions(+), 9 deletions(-)

commit 203cb82a672aa5dff0a6c1b5271c83487c371111
Author: Marek Kasik <mkasik@redhat.com>
Date:   Fri Aug 30 10:01:15 2013 +0200

    printers: Mark string translatable
    
    Mark string "Enter address of a printer or a text to filter results"
    as translatable.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707083

 panels/printers/new-printer-dialog.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f3e672bbfc6cd37ab1a18597799c844798977163
Author: Andika Triwidada <andika@gmail.com>
Date:   Fri Aug 30 09:10:27 2013 +0700

    Updated Indonesian translation

 po/id.po | 46 ++++++++++++++++++++++++++--------------------
 1 file changed, 26 insertions(+), 20 deletions(-)

commit 86d9bd4ec0609f0a2572e1010078e112ee06f7be
Author: Seán de Búrca <leftmostcat@gmail.com>
Date:   Thu Aug 29 15:17:53 2013 -0600

    Updated Irish translation

 po/ga.po | 295 ++++++++++++++++++++++++++-------------------------------------
 1 file changed, 123 insertions(+), 172 deletions(-)

commit ef7efb07c8293173013af9fc204ff6247e0bcb12
Author: Seán de Búrca <leftmostcat@gmail.com>
Date:   Thu Aug 29 12:52:58 2013 -0600

    Updated Irish translation

 po/ga.po | 268 +++++++++++++++++++++++++--------------------------------------
 1 file changed, 105 insertions(+), 163 deletions(-)

commit ab1d1b0c5407f2853522faf430e016fc2775697d
Author: Kalev Lember <kalevlember@gmail.com>
Date:   Sat Aug 24 19:43:53 2013 +0200

    datetime: Hide the NTP switch when the service is unavailable
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706378

 panels/datetime/cc-datetime-panel.c | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

commit d0f9982875830df9371ea2e156fd8be5fa7e61bd
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Thu Aug 29 21:51:52 2013 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 971 ++++++++++++++++++++++++++++++++++++------------------------
 po/zh_TW.po | 971 ++++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 1182 insertions(+), 760 deletions(-)

commit 7bfc2f64f4e812fd56fbeda7a8f82c856af1a254
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Aug 23 18:02:14 2013 +0200

    shell: Avoid width changes when searching
    
    In some locales, the description will be too long, so
    ellipsise it to avoid the window changing width.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706626

 shell/cc-window.c | 1 +
 1 file changed, 1 insertion(+)

commit 11c4844e56553789b8d257bc4c25efe047888528
Author: Marek Černocký <marek@manet.cz>
Date:   Wed Aug 28 11:26:32 2013 +0200

    Updated Czech translation

 po/cs.po | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

commit 8c60ef363c89aa926291d568a2e36f291f854418
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Aug 27 19:45:27 2013 +0200

    Updated Spanish Translation

 po/es.po | 256 ++++-----------------------------------------------------------
 1 file changed, 14 insertions(+), 242 deletions(-)

commit 10a569855a29282990aac85bef67f4180d93e10f
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Aug 27 19:43:11 2013 +0200

    Updated Spanish translation

 po/es.po | 437 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 390 insertions(+), 47 deletions(-)

commit 75369722b3954c1729c280d33021f94b0d95762e
Author: Seán de Búrca <leftmostcat@gmail.com>
Date:   Mon Aug 26 18:40:23 2013 -0600

    Updated Irish translation

 po/ga.po | 967 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 497 insertions(+), 470 deletions(-)

commit eaf6fb33d76971deab057543928cc7ade9fa275a
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Tue Aug 27 02:19:14 2013 +0200

    Updated Galician translations

 po/gl.po | 50 ++++++++++++++++++++++++++++----------------------
 1 file changed, 28 insertions(+), 22 deletions(-)

commit 484df46cfd56b6f560c6aae59a586fd00bffa9a8
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Mon Aug 26 22:42:25 2013 +0300

    Updated Lithuanian translation

 po/lt.po | 764 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 414 insertions(+), 350 deletions(-)

commit 55307ea8c64391091c785f8da6e6c3e16da70b60
Author: A S Alam <apreet.alam@gmail.com>
Date:   Sun Aug 25 20:08:41 2013 -0500

    Punjabi Translation updated by Aman

 po/pa.po | 3579 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 2140 insertions(+), 1439 deletions(-)

commit 826646f7fc1c9895bda08ace09d9c93b9f67401d
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Aug 23 14:57:55 2013 -0400

    Hide airplane mode completely
    
    Recently, code was added to hide the airplane mode switch
    when the funcitonality is not present. However, the 'Airplane mode'
    label was left behind. We already have a container that holds
    the entire header content of the network panel, just hide that
    instead.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706687

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

commit 0f31090bae89a10f90987614d40b12abdc782d98
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Fri Aug 23 15:50:25 2013 -0300

    Updated Brazilian Portuguese translation proofread by Enrico Nicoletto

 po/pt_BR.po | 1812 ++++++++++++++++++++++++++---------------------------------
 1 file changed, 807 insertions(+), 1005 deletions(-)

commit e5ea301940f6e92440f768c991f90d133f65f49b
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri Aug 23 19:49:59 2013 +0200

    Updated Norwegian bokmål translation

 po/nb.po | 52 ++++++++++++++++++++++++++++++----------------------
 1 file changed, 30 insertions(+), 22 deletions(-)

commit 6d1c00f209458f6b7b72393b5af9d13ce15d922b
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Fri Aug 23 22:17:39 2013 +0500

    Updated and committed

 po/tg.po | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

commit a33998885b2c89f9527ac9499cf7f8c9d4d10e8d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Aug 23 16:34:15 2013 +0200

    online-accounts: Fix missing ";" in keywords
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706668

 panels/online-accounts/gnome-online-accounts-panel.desktop.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 15b4c7a1bbc17a7d0c9b8ee5fc3a526a24f8c2c2
Author: Debarshi Ray <debarshir@gnome.org>
Date:   Fri Aug 23 16:12:58 2013 +0200

    online-accounts: Fix the use of GtkGrids for showing an account
    
    This has the nice side-effect that rows in the different grids can no
    longer get misaligned.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706645

 panels/online-accounts/cc-online-accounts-panel.c | 27 ++++++-----------------
 1 file changed, 7 insertions(+), 20 deletions(-)

commit 0e2fac94f29ba3403afc23c0da7b55ee02d45d0e
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Fri Aug 23 16:58:51 2013 +0500

    Tajik translation updated

 po/tg.po | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

commit e4d84706b0430f4769e676f54f4206e00d6c8d8f
Author: Baptiste Mille-Mathias <baptiste.millemathias@gmail.com>
Date:   Tue May 21 22:21:11 2013 +0200

    online-accounts: Add a bunch of keywords for missing providers
    
    Add keywords for Kerberos, SMTP and IMAP to ease search.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=700809

 panels/online-accounts/gnome-online-accounts-panel.desktop.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 24b367b66ff177162aa315f541026914239f4c86
Author: Marek Černocký <marek@manet.cz>
Date:   Fri Aug 23 07:19:18 2013 +0200

    Updated Czech translation

 po/cs.po | 378 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 219 insertions(+), 159 deletions(-)

commit 9745a6b128ff218405a4c3421dc47294d3e00f56
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Aug 22 19:15:18 2013 +0200

    network: Wrap the DNS list for mobile networks
    
    Word-wrap the DNS list as we do in other panels.

 panels/network/network-mobile.ui | 1 +
 1 file changed, 1 insertion(+)

commit add1adfdb7fb3c6390c0f0d47368f3023b507089
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Aug 22 19:14:37 2013 +0200

    network: Remove unused top-level widget
    
    The "window1" widget in the GtkBuilder file was never used.

 panels/network/connection-editor/ip6-page.ui | 6 ------
 1 file changed, 6 deletions(-)