commit 287903eed04a3bc6628b8f2c970a848cc106fe10
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jul 30 13:47:19 2013 +0200

    3.9.5

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

commit d72deafa8bd03198c0003d18a8409d4edb072e21
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jul 30 13:10:35 2013 +0200

    Bump libgd requirements

 libgd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 51e23b7e2eaf4a0c6e1caf24d3081abf5f8d28c0
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Sat Jul 27 22:18:17 2013 +0300

    Updated Lithuanian translation

 po/lt.po | 1450 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 688 insertions(+), 762 deletions(-)

commit 78647aa74f9da05fe3929d519d2db704ba9b53b0
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Thu Jul 25 21:40:18 2013 -0400

    search-provider: Use a serialized gicon instead of a to_string'd one
    
    This improves deserialization performance in gnome-shell.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704948

 search-provider/cc-search-provider.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit d83e0ff5c1b9aa6e9ee6d69932d01086b61c00d2
Author: Joaquim Rocha <jrocha@redhat.com>
Date:   Fri Jul 26 17:29:20 2013 +0200

    wacom: Call the OSD window for assigning the tablets' buttons
    
    It falls back to the listbox view in case the OSD cannot be shown.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704798

 panels/wacom/cc-wacom-page.c  | 96 ++++++++++++++++++++++++++++++++++++++++---
 panels/wacom/cc-wacom-panel.c | 49 ++++++++++++++++++++++
 panels/wacom/cc-wacom-panel.h |  5 +++
 panels/wacom/test-wacom.c     |  8 ++++
 4 files changed, 153 insertions(+), 5 deletions(-)

commit 5d957cd597006b47126e09260a66cba79a250153
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Fri Jul 26 17:22:24 2013 +0100

    Tajik translation updated

 po/tg.po | 177 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 93 insertions(+), 84 deletions(-)

commit a18807851df3afcdd32a9713b83d5e42680cca0f
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Thu Jul 25 20:59:03 2013 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 2367 ++++++++++++++++++++++++++++++++++------------------------
 po/zh_TW.po | 2372 +++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 2825 insertions(+), 1914 deletions(-)

commit aeb81754f5e855853d2ffb2abac2034dc0df49ff
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Jul 25 13:21:34 2013 +0200

    Updated Spanish translation

 po/es.po | 116 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 62 insertions(+), 54 deletions(-)

commit c5451b7f1da04d98e09ff63c5379f2bf1f261d62
Author: Marek Černocký <marek@manet.cz>
Date:   Wed Jul 24 22:47:00 2013 +0200

    Updated Czech translation

 po/cs.po | 172 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 89 insertions(+), 83 deletions(-)

commit 9d5ffa4f89c9b6f7b1ae80931df8a4d04d837612
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Wed Jul 24 20:10:37 2013 +0200

    Updated POTFILES.in

 po/POTFILES.in | 3 +++
 1 file changed, 3 insertions(+)

commit 83fdff79bbdd6304438a81563cd1904ed6f4d2ce
Author: Joaquim Rocha <jrocha@redhat.com>
Date:   Wed Jul 24 14:40:03 2013 +0200

    wacom: Add missing cc-wacom-button-row

 panels/wacom/cc-wacom-button-row.c | 478 +++++++++++++++++++++++++++++++++++++
 panels/wacom/cc-wacom-button-row.h |  68 ++++++
 2 files changed, 546 insertions(+)

commit df161dba1845e79bb83498ba0c8d193b4c742e43
Author: Joaquim Rocha <jrocha@redhat.com>
Date:   Tue Jul 23 12:45:20 2013 +0200

    wacom: Use a GtkListBox for the buttons' mapping instead of a GtkTreeView
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703148

 panels/wacom/Makefile.am       |   8 +
 panels/wacom/button-mapping.ui |   9 +-
 panels/wacom/cc-wacom-page.c   | 588 ++---------------------------------------
 3 files changed, 35 insertions(+), 570 deletions(-)

commit afea7e93f0c2fe17ac3a18b321fb82b75ff76c2e
Author: Joaquim Rocha <jrocha@redhat.com>
Date:   Wed Jul 24 11:17:52 2013 +0200

    wacom: Update from gnome-settings-daemon

 panels/wacom/gsd-wacom-key-shortcut-button.c | 635 +++++++++++++++++++++++++++
 panels/wacom/gsd-wacom-key-shortcut-button.h |  70 +++
 2 files changed, 705 insertions(+)

commit d12550526696adfa3f56a71531310f32ecdbf6d5
Author: Joaquim Rocha <jrocha@redhat.com>
Date:   Tue Jul 23 11:43:08 2013 +0200

    wacom: Add gsd-wacom-key-shortcut-button to be updated from g-s-d

 panels/wacom/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2d6d6e2d27baa084cabd9db82cd8f4666f3ad6c3
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Jul 24 10:29:07 2013 +0200

    Updated Spanish translation

 po/es.po | 113 ++++++++++++++++++++-------------------------------------------
 1 file changed, 36 insertions(+), 77 deletions(-)

commit 8c43927d8324ed7a56a3af50d826a234de96710c
Author: Ondrej Holy <oholy@redhat.com>
Date:   Tue Jul 23 14:19:43 2013 +0200

    user-accounts: fix compilation warning and function name
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704741

 panels/user-accounts/pw-utils.c           | 2 +-
 panels/user-accounts/pw-utils.h           | 2 +-
 panels/user-accounts/um-account-dialog.c  | 2 +-
 panels/user-accounts/um-password-dialog.c | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

commit f342aa4254144e8186fca6fdb13edffa86eb0d55
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jul 24 10:05:21 2013 +0200

    sharing: Hide the Bluetooth bits if Bluetooth is disabled
    
    If gnome-bluetooth is unavailable, hide the ObexFTP and ObexPush
    sections of the sharing panel.

 panels/sharing/cc-sharing-panel.c | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

commit 611eb340289fcb416f766e4acedfbfdcaaa2ceed
Author: Jonh Wendell <jonh.wendell@intel.com>
Date:   Mon Jul 22 16:15:57 2013 -0300

    info: show disk info even if there's no /etc/fstab file
    
    the g_unix_mount_points_get() function checks for entry mount
    points. if there are none, it returns NULL and we end up showing
    no information about disks.
    
    if that's the case, this patch calls g_unix_mounts_get() which
    checks for mounted filesystems in /etc/mtab.
    
    also we need to update the list of ignored filesystems to
    include rootfs, which is always present and is a duplicate of
    an actual filesystem mount point.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704702

 panels/info/cc-info-panel.c         | 5 +++++
 panels/info/gsd-disk-space-helper.c | 1 +
 2 files changed, 6 insertions(+)

commit 30faa5e1d98bf2b19de142515466957a43b160cc
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Tue Jul 23 14:19:53 2013 +0500

    Tajik translation updated

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

commit 86b95a81d059e461994b6f8d2e2a21ba46b9b8a5
Author: Ondrej Holy <oholy@redhat.com>
Date:   Tue Jul 23 10:42:46 2013 +0200

    mouse: Add scroll to keywords
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704673

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

commit 09efbc4e29bc3c537628de171826d4e717c1ed8b
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Tue Jul 23 00:19:27 2013 +0200

    Updated Galician translations

 po/gl.po | 1135 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 612 insertions(+), 523 deletions(-)

commit db96d1bf375ce4b3cf1d04785d6e23f9ca0955c8
Author: Dimitris Spingos <dmtrs32@gmail.com>
Date:   Mon Jul 22 17:26:58 2013 +0300

    Updated Greek translation

 po/el.po | 1488 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 801 insertions(+), 687 deletions(-)

commit 81eb0f5c08d05345667f87597b1c20a27e6c7093
Author: Marek Černocký <marek@manet.cz>
Date:   Mon Jul 22 14:33:30 2013 +0200

    Updated Czech translation

 po/cs.po | 991 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 484 insertions(+), 507 deletions(-)

commit 2cbdc5fc8d63f9cb2546973378c8e78abf7768b0
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Jul 22 13:49:54 2013 +0200

    Updated Spanish translation

 po/es.po | 1248 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 682 insertions(+), 566 deletions(-)

commit 711755b1ab2b3682ec2cf3a769eebc2550b53b7d
Author: Benjamin Steinwender <b@stbe.at>
Date:   Sun Jul 21 17:53:25 2013 +0200

    Updated German translation

 po/de.po | 1085 ++++++++++++++++++--------------------------------------------
 1 file changed, 311 insertions(+), 774 deletions(-)

commit 24607f89d1e2bd50d703e7ad0ca7a90d16996acb
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Sun Jul 21 11:22:58 2013 +0500

    Tajik translation updated

 po/tg.po | 165 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 77 insertions(+), 88 deletions(-)

commit 32a00a066aea3a5987d8ca17896bca06b63e75f8
Author: Thomas Wood <thomas.wood@intel.com>
Date:   Fri Jul 19 17:07:56 2013 +0100

    display: prevent the built-in display being turned on if the lid is closed
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704487

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

commit 48789d617e7eb7cc05bc786e47a0459a8f062b6c
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Fri Jul 19 17:30:28 2013 +0300

    shell: Use GtkButton instead GdHeaderButton
    
    remove header-bar from LIBGD_INIT in configure.ac
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704170

 configure.ac      |  2 +-
 shell/cc-window.c | 11 ++++++++---
 2 files changed, 9 insertions(+), 4 deletions(-)

commit dd1a0c8dce17f3f3c993331d54320a304ca03772
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Fri Jul 19 16:30:22 2013 +0300

    sharing: Fix stretched header bar switch
    
    and add padding of 4px
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703974

 panels/sharing/cc-sharing-panel.c | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit 2ebf5e7dd3474cd827fa6052faac73af893f119d
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Fri Jul 19 16:29:45 2013 +0300

    search: Fix stretched header bar switch
    
    and add padding of 4px
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703974

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

commit ff8a214c5f793419b5b8fae47043fabd10dee202
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Fri Jul 19 16:29:18 2013 +0300

    bluetooth: Fix stretched header bar switch
    
    and add padding of 4px
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703974

 panels/bluetooth/bluetooth.ui | 2 ++
 1 file changed, 2 insertions(+)

commit 0ca97710796874fd0ba29a07184c3c68f796ea08
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Fri Jul 19 16:02:31 2013 +0300

    user-accounts: drop GtkStock
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704178

 panels/user-accounts/um-fingerprint-dialog.c |  3 +--
 panels/user-accounts/um-photo-dialog.c       | 12 ++++++------
 panels/user-accounts/um-utils.c              |  6 +++---
 3 files changed, 10 insertions(+), 11 deletions(-)

commit cf81bc227f1ff1784a5f5a04cc58f61786d8eb53
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Fri Jul 19 15:59:26 2013 +0300

    wacom: drop GtkStock
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704178

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

commit 4fc66a57fad8bca77fd091e8f2f772180726e13a
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Fri Jul 19 15:58:30 2013 +0300

    sound: drop GtkStock
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704178

 panels/sound/gvc-mixer-dialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6926cf08b9b1c8be0e0c207f85aa917ce2581db3
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Fri Jul 19 15:58:09 2013 +0300

    search: drop GtkStock
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704178

 panels/search/cc-search-locations-dialog.c | 4 ++--
 panels/sharing/cc-sharing-panel.c          | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit d49a097b3e57d1d7a7f2e530c9357fc98ce70d5b
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Fri Jul 19 15:57:53 2013 +0300

    printer: drop GtkStock
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704178

 panels/printers/cc-printers-panel.c    | 4 ++--
 panels/printers/pp-ppd-option-widget.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 888db9b45382db0a5d1fdbb7f703ad2216d3cc41
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Fri Jul 19 15:57:37 2013 +0300

    bluetooth: drop GtkStock
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704178

 panels/bluetooth/cc-bluetooth-panel.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit a9f6f69f7029e8d00da6ce64baa3b1b33912aa36
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Fri Jul 19 15:57:12 2013 +0300

    online-accounts: drop GtkStock
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704178

 panels/online-accounts/cc-online-accounts-add-account-dialog.c | 2 +-
 panels/online-accounts/cc-online-accounts-panel.c              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit e611930dfb8d8d319f6e339a48d9de161e7dc42e
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Fri Jul 19 15:56:26 2013 +0300

    network: drop GtkStock
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704178

 panels/network/connection-editor/vpn-helpers.c | 8 ++++----
 panels/network/net-device-wifi.c               | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

commit 972648fd5fa3cf1bdf1ab17e99d079ab6219a655
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Fri Jul 19 15:56:11 2013 +0300

    color: drop GtkStock
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704178

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

commit 27e12bb7b0b679fc21b6c5e21adb4ac6ed87ecb9
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Fri Jul 19 15:55:48 2013 +0300

    background: drop GtkStock
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704178

 panels/background/cc-background-chooser-dialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 99d939e98acde156471f370e94f45a18ed1bb6ac
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Fri Jul 19 17:12:52 2013 +0500

    Tajik translation updated

 po/tg.po | 622 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 361 insertions(+), 261 deletions(-)

commit 145ffcbb550ae4f897ec8a5e397830ffbd565f04
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sun Mar 3 21:07:08 2013 -0500

    universal-access: Updated design
    
    A new design for the universal acccess panel:
    https://live.gnome.org/Design/SystemSettings/UniversalAccess
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695099

 panels/universal-access/cc-ua-panel.c   |  848 ++++---
 panels/universal-access/uap.ui          | 4056 +++++++++++++++----------------
 panels/universal-access/zoom-options.ui |    3 +-
 3 files changed, 2431 insertions(+), 2476 deletions(-)

commit 819f2d6969daa907bcbf68458a2af04c8f3880b4
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Fri Jul 19 07:50:15 2013 -0300

    Updated Brazilian Portuguese translation - fix Backspace mistranslation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704535

 po/pt_BR.po | 103 +++++++++++++++++++++++++++++-------------------------------
 1 file changed, 50 insertions(+), 53 deletions(-)

commit 2e53456bc6dcb79ce98d39098812ce64b84927cd
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jul 19 09:36:43 2013 +0200

    power: Fix crash with no batteries
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704486

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

commit f438da7c3b7d0978e4f03d4d810d175ce9218e0f
Author: Jonh Wendell <jonh.wendell@intel.com>
Date:   Wed Jul 17 18:55:39 2013 -0300

    user-accounts: correctly selects the newly-created user
    
    don't compare pointers, as they can be different, given they
    can come from different sources. compare their UID's.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704426

 panels/user-accounts/um-user-panel.c | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

commit 6f02cc82442897c8a360281b68c82b9bad9cb8c6
Author: Enrico Nicoletto <liverig@gmail.com>
Date:   Thu Jul 18 11:33:33 2013 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 1773 ++++++++++-------------------------------------------------
 1 file changed, 277 insertions(+), 1496 deletions(-)

commit 085e7695133ae482cfbba78ab151a90a3960052d
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Mon May 27 17:30:46 2013 -0400

    network: Use gnome-settings-daemon interface for switching on/off Airplane Mode
    
    Having this in one place is a lot cleaner.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703411

 panels/network/Makefile.am        |   5 +-
 panels/network/cc-network-panel.c | 108 ++++++--------
 panels/network/rfkill-glib.c      | 299 --------------------------------------
 panels/network/rfkill-glib.h      |  65 ---------
 panels/network/rfkill.h           | 107 --------------
 5 files changed, 48 insertions(+), 536 deletions(-)

commit 76c30cd6effe684a610c3a76334e248b5125533e
Author: Thomas Wood <thomas.wood@intel.com>
Date:   Wed Jul 17 17:15:25 2013 +0100

    display: use the preferred width and height when moving inactive displays
    
    Inactive displays have a width and height of zero, so use the preferred
    width and height to allow correct positioning.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704404

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

commit 55b212075fd7f1b6801592a5e65e3d8fbf332f01
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Wed Jul 17 19:28:16 2013 +0300

    user-accounts: fix the look of the arrows in the history dialog
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704186

 panels/user-accounts/data/history-dialog.ui | 32 +++++++++++------------------
 panels/user-accounts/um-history-dialog.c    | 13 ++++++++++++
 2 files changed, 25 insertions(+), 20 deletions(-)

commit 35e3697b1d34fb21f1b08b0ea410713f45286c0c
Author: Joaquim Rocha <jrocha@redhat.com>
Date:   Tue Jun 25 14:23:33 2013 +0200

    wacom: Expand columns in buttons' assignment treeview
    
    Because the GtkCellRendererAccel can't almost be seen.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703043

 panels/wacom/cc-wacom-page.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 30f590952bd1db73c0d41fdc59af3d37b9a7404f
Author: Thomas Wood <thomas.wood@intel.com>
Date:   Wed Jul 17 11:38:13 2013 +0100

    display: Fix floating screens and subsequent errors
    
    While a screen is being dragged, use the previous position if no new
    snapped position was found.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704390

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

commit 0a938e815d5c988f8abf023663de9d12b9ba4d58
Author: Thomas Wood <thomas.wood@intel.com>
Date:   Wed Jul 17 11:05:11 2013 +0100

    display: prevent a crash if the screen being dragged is removed
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704389

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

commit 724279c06be7ca40147af38a4190667834466f4a
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Wed Jul 17 04:01:09 2013 -0400

    Update libgd

 libgd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2d03196966bb14bddbce5eee9e57bdc6ef1b7718
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Mon Jul 15 11:54:31 2013 -0400

    Update git.mk

 git.mk | 33 +++++++++++++++++++++------------
 1 file changed, 21 insertions(+), 12 deletions(-)

commit 97648fe80cefb8fd964c9b467a722dcec4ea9d0f
Author: Joaquim Rocha <jrocha@redhat.com>
Date:   Tue Apr 16 15:38:55 2013 +0200

    wacom: Reduce white-space between tablet and styli controls
    
    https://bugzilla.gnome.org/show_bug.cgi?id=698119

 panels/wacom/gnome-wacom-properties.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3708eab09d9d321fdec4770450f1a4317064d624
Author: Przemo Firszt <przemo@firszt.eu>
Date:   Fri May 17 19:42:56 2013 +0100

    wacom: Show hard-coded action names on OLED too
    
    Show hard-coded action names on OLED as well, not just
    for custom actions.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=700498

 panels/wacom/cc-wacom-page.c | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

commit 26c44b2221786b9f9711cbf4240ce3a23ce771f3
Author: Philippe Coval <philippe.coval@eurogiciel.fr>
Date:   Tue Jun 25 16:07:51 2013 +0200

    user-accounts: do not display system accounts
    
    This prevents the user panel from displaying system accounts
    and allowing the user to remove them.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=701514

 panels/user-accounts/um-user-panel.c | 4 ++++
 1 file changed, 4 insertions(+)

commit b37bfb578b5ddd3dcca2eb4e00f414b5b32e1f06
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Mon Jul 15 10:03:28 2013 +0200

    [l10n] Updated Italian translation: fix for bug #704201.

 po/it.po | 1827 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 1071 insertions(+), 756 deletions(-)

commit bb20efb78fd45266a22e6be38f54bd765241e78a
Author: Benjamin Steinwender <b@stbe.at>
Date:   Sun Jul 14 07:40:36 2013 +0200

    Updated German translation

 po/de.po | 538 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 272 insertions(+), 266 deletions(-)

commit 09453b84cbc6c3eb4814b1f9bc58d86eb87bebc0
Author: 甘露(Gan  Lu) <rhythm.gan@gmail.com>
Date:   Sat Jul 13 09:29:22 2013 +0800

    Update Chinese simplified translation

 po/zh_CN.po | 1735 ++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 930 insertions(+), 805 deletions(-)

commit c93f08a609ef9472f0599200d202492f87ec6764
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Fri Jul 12 15:57:22 2013 +0500

    Tajik translation updated

 po/tg.po | 547 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 274 insertions(+), 273 deletions(-)

commit 4678863a0fe6ff7d9a0a344b64333d6910737333
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Fri Jul 12 11:18:46 2013 +0300

    mouse: Fix the look of test button
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703769

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

commit 720f1b4a87bd40cb6f9fd0a6a69cd3cce5d8b6aa
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Fri Jul 12 11:18:17 2013 +0300

    region: Fix the look of login button
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703769

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

commit 79d2fc73a3e0b600d8585b7a8d04e86d5db5f95c
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Fri Jul 12 11:17:55 2013 +0300

    shell: Fix the look of lock button
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703769

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

commit ab650efdd78c7ef23da035a95e7b9380683862c7
Author: Chris Cummins <christopher.e.cummins@intel.com>
Date:   Tue Jul 9 14:06:43 2013 +0100

    user-accounts: Use Enter key on password dialog
    
    This allows the use of the enter key in the password setting dialog to
    complete the action.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703607

 panels/user-accounts/data/password-dialog.ui | 3 +++
 1 file changed, 3 insertions(+)

commit e0fb22e384bfa8a9d5cbfff21a25995df25e375d
Author: Srinivasa Ragavan <srinivasa.ragavan.venkateswaran@intel.com>
Date:   Wed Jul 10 19:06:34 2013 +0530

    Fix the build break due to the last cherrypicking.

 libgd                                 | 2 +-
 panels/mouse/gnome-mouse-properties.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit d855a80bf60e43978fedd4737ff9941b969ae10c
Author: Srinivasa Ragavan <srinivasa.ragavan.venkateswaran@intel.com>
Date:   Wed Jul 10 18:42:07 2013 +0530

    mouse: show enable trackpad slider button even if mouse is not present.
    
    On touchscreen machine, if the trackpad was previously disabled using mouse
    which isn't present now, there is no way to enable it. It now shows the slider
    when trackpad is disable or if mouse/touchscreen is present.
    
    Fixes bug #703946

 panels/mouse/gnome-mouse-properties.c | 26 ++++++++++++++++++++++++--
 1 file changed, 24 insertions(+), 2 deletions(-)

commit 62e0666d25d00201943de18f05f28b6dc7cb7f54
Author: Trần Ngọc Quân <vnwildman@gmail.com>
Date:   Sat Jul 6 18:15:42 2013 +0700

    Updated Vietnamese translation

 po/vi.po | 3404 +++++++++++---------------------------------------------------
 1 file changed, 582 insertions(+), 2822 deletions(-)

commit ff41518b3df92d16211a99a5d814646adde2dc27
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Sat Jul 6 18:06:15 2013 +0700

    po/vi: import from Damned Lies

 po/vi.po | 1966 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 1187 insertions(+), 779 deletions(-)

commit a51cab3bff5028629e8abcc824966bda1552f506
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Jul 4 11:08:30 2013 +0200

    Updated Norwegian bokmål translation

 po/nb.po | 576 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 294 insertions(+), 282 deletions(-)

commit 92a2d5bdaebc6e080ec8d620104bbabbde846c7a
Author: Andika Triwidada <andika@gmail.com>
Date:   Wed Jul 3 20:46:16 2013 +0700

    Updated Indonesian translation

 po/id.po | 818 ++++++++++++++++++++++++---------------------------------------
 1 file changed, 315 insertions(+), 503 deletions(-)

commit 620bc4bb1f9092448abf3570ecc498f41dec2a77
Author: Kalev Lember <kalevlember@gmail.com>
Date:   Fri Jun 21 20:18:49 2013 +0200

    build: Drop EggListBox
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702164

 .gitmodules      |  4 ----
 Makefile.am      |  4 ++--
 autogen.sh       |  4 ----
 configure.ac     | 15 ++-------------
 egg-list-box     |  1 -
 po/POTFILES.skip |  1 -
 6 files changed, 4 insertions(+), 25 deletions(-)

commit a14e52b9eddb1060fdb1f3f7a8d8508fb22e6374
Author: Kalev Lember <kalevlember@gmail.com>
Date:   Fri Jun 21 20:14:38 2013 +0200

    main: Drop the use of EggListBox
    
    Now that all panels have been ported, we no longer need to do
    g_type_ensure.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702164

 shell/main.c | 3 ---
 1 file changed, 3 deletions(-)

commit 62f18a2e32fab1b2129ae5f8cb58be840a63fcb6
Author: Kalev Lember <kalevlember@gmail.com>
Date:   Fri Jun 21 20:03:53 2013 +0200

    network: Convert connection editor to GtkListBox
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702164

 panels/network/connection-editor/ce-page-ip4.c     | 142 ++++++++++++---------
 panels/network/connection-editor/ce-page-ip6.c     | 140 +++++++++++---------
 .../connection-editor/net-connection-editor.c      |  84 ++++++------
 3 files changed, 204 insertions(+), 162 deletions(-)

commit b0356fdfc7e46a66b3ab1154740c725c901e858c
Author: Alexander Larsson <alexl@redhat.com>
Date:   Thu Jun 13 12:22:01 2013 +0200

    network: Convert to GtkListBox
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702164

 panels/network/net-device-ethernet.c | 27 +++++++-------
 panels/network/net-device-wifi.c     | 69 +++++++++++++++++++-----------------
 2 files changed, 50 insertions(+), 46 deletions(-)

commit 0f77c516b8841b809d0b92a03739b026ee42121a
Author: Alexander Larsson <alexl@redhat.com>
Date:   Thu Jun 13 12:21:48 2013 +0200

    online-accounts: Convert to GtkListBox
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702164

 .../cc-online-accounts-add-account-dialog.c        | 74 ++++++++++++----------
 1 file changed, 41 insertions(+), 33 deletions(-)

commit c0abad92e16a2fc63fbb286856e21175e0c527e9
Author: Alexander Larsson <alexl@redhat.com>
Date:   Thu Jun 13 12:21:30 2013 +0200

    sharing: Convert to GtkListBox
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702164

 panels/sharing/cc-sharing-panel.c | 47 +++++++++++++++++++--------------------
 panels/sharing/sharing.ui         | 39 ++++++++++++++++++++++++++------
 2 files changed, 55 insertions(+), 31 deletions(-)

commit a46a652093f2860a07bda056f569122c3165c7ac
Author: Alexander Larsson <alexl@redhat.com>
Date:   Thu Jun 13 12:21:18 2013 +0200

    search: Convert to GtkListBox
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702164

 panels/search/cc-search-locations-dialog.c | 89 +++++++++++++++---------------
 panels/search/cc-search-panel.c            | 67 +++++++++++-----------
 2 files changed, 78 insertions(+), 78 deletions(-)

commit 1db26b435aef98037232ed1899b4387457e1214f
Author: Alexander Larsson <alexl@redhat.com>
Date:   Thu Jun 13 12:21:06 2013 +0200

    region: Convert to GtkListBox
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702164

 panels/region/cc-format-chooser.c | 178 ++++++---------
 panels/region/cc-input-chooser.c  | 468 ++++++++++++++++++--------------------
 panels/region/cc-region-panel.c   | 108 ++++-----
 panels/region/format-chooser.ui   |   2 +-
 panels/region/input-chooser.ui    |   2 +-
 panels/region/region.ui           | 138 +++++------
 6 files changed, 431 insertions(+), 465 deletions(-)

commit eac949bd918c1e6d15e7de7e938ae72cba0f02cb
Author: Alexander Larsson <alexl@redhat.com>
Date:   Thu Jun 13 12:20:50 2013 +0200

    privacy: Convert to GtkListBox
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702164

 panels/privacy/cc-privacy-panel.c | 49 +++++++++++++++++++++------------------
 1 file changed, 26 insertions(+), 23 deletions(-)

commit 7a07b22dc47307cd39503d24402c5339ef5c09eb
Author: Alexander Larsson <alexl@redhat.com>
Date:   Thu Jun 13 12:20:33 2013 +0200

    power: Convert to GtkListBox
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702164

 panels/power/cc-power-panel.c | 185 ++++++++++++++++++++++++------------------
 1 file changed, 106 insertions(+), 79 deletions(-)

commit 41b04d551fc51e55556f9775b111622fa8d1e3e4
Author: Alexander Larsson <alexl@redhat.com>
Date:   Thu Jun 13 12:20:20 2013 +0200

    notifications: Convert to GtkListBox
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702164

 panels/notifications/cc-notifications-panel.c | 61 +++++++++++++++------------
 1 file changed, 33 insertions(+), 28 deletions(-)

commit 3a811defed4353c8de7a2aa699b18c7d48131b72
Author: Alexander Larsson <alexl@redhat.com>
Date:   Thu Jun 13 12:19:54 2013 +0200

    color panel: Convert to GtkListBox
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702164

 panels/color/cc-color-device.c  |   4 +-
 panels/color/cc-color-device.h  |   4 +-
 panels/color/cc-color-panel.c   | 143 +++++++++++++++++-----------------------
 panels/color/cc-color-profile.c |   5 +-
 panels/color/cc-color-profile.h |   4 +-
 5 files changed, 71 insertions(+), 89 deletions(-)

commit a07825a58e42d508015be089f58146b42d518ff4
Author: Alexander Larsson <alexl@redhat.com>
Date:   Thu Jun 13 12:19:28 2013 +0200

    language-chooser: Convert to GtkListBox
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702164

 panels/common/cc-language-chooser.c | 183 +++++++++++++++---------------------
 panels/common/language-chooser.ui   |   2 +-
 2 files changed, 75 insertions(+), 110 deletions(-)

commit c492349be861811ab6c9c7a126e7933f38fb3363
Author: Alexander Larsson <alexl@redhat.com>
Date:   Thu Jun 13 12:18:59 2013 +0200

    Require Gtk 3.9.1 for GtkListBox
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702164

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1fd7812154d1116a31fe9373c17059c8b7eaaf1a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 1 09:04:54 2013 +0200

    privacy: Fix default "Retain history" value
    
    Our loop to set the combo box to the current value of
    recent-files-max-age didn't work properly for the negative (and default)
    -1 value that means "Forever". This fixes the default display value.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703359

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

commit e4412e7e805f2e6db45cdefaa465d53eb0d5c216
Author: Marek Černocký <marek@manet.cz>
Date:   Fri Jun 28 18:46:03 2013 +0200

    Updated Czech translation

 po/cs.po | 370 +++++++++++++++++++++++++--------------------------------------
 1 file changed, 145 insertions(+), 225 deletions(-)

commit f68f8e25f983ef5d7a5016cf938dbfada6df606d
Author: Thomas Wood <thomas.wood@intel.com>
Date:   Fri Jun 28 12:22:16 2013 +0100

    sharing: avoid conflicts with the sensitivity of the remote control options
    
    Resolve the conflict between the GSettings bindings and the "Remote
    Control" switch both attempting to set the sensitivity of the remote
    control options by allowing the "Remote Control" switch to set the
    sensitivity on the container of the other switches.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703189

 panels/sharing/cc-sharing-panel.c |  10 +-
 panels/sharing/sharing.ui         | 244 +++++++++++++++++++++-----------------
 2 files changed, 135 insertions(+), 119 deletions(-)

commit 53270e96fba446c7b15da6b01222b9eede3cf445
Author: Thomas Wood <thomas.wood@intel.com>
Date:   Wed Jun 26 17:23:01 2013 +0100

    sound: don't show applications playing event sounds
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702093

 panels/sound/gvc-mixer-dialog.c | 1 +
 1 file changed, 1 insertion(+)

commit 0221ffefa1ab7200f1793a171aa61203f8a5f85f
Author: Thomas Wood <thomas.wood@intel.com>
Date:   Wed Jun 26 15:46:19 2013 +0100

    common: ensure the current language has a display name in the model
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702344

 panels/common/cc-common-language.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit 790d2132199aad204fd79aff45d8b4c3a441e06a
Author: Colin Walters <walters@verbum.org>
Date:   Thu Jun 27 19:50:37 2013 -0400

    Previous commit reverted submodules accidentally; fix that

 egg-list-box | 2 +-
 libgd        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit c87483acb4cce36ffad215396dbaa4cea801c970
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Fri Jun 28 01:32:48 2013 +0200

    Updated Galician translations

 egg-list-box |   2 +-
 libgd        |   2 +-
 po/gl.po     | 393 +++++++++++++++++++++++++++++------------------------------
 3 files changed, 194 insertions(+), 203 deletions(-)

commit 342bdb226b84d7d05b65f751ca4f4598f9d9cb9d
Author: Enrico Nicoletto <liverig@gmail.com>
Date:   Wed Jun 26 22:15:53 2013 -0300

    Updated Brazilian Portuguese translation

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

commit 62ce02e1791c7c0f5a270e6e69f17424c09a95c9
Author: Georges Basile Stavracas Neto <georges.stavracas@gmail.com>
Date:   Wed Jun 26 20:05:53 2013 -0300

    Updated partial Brazilian Portuguese translation

 po/pt_BR.po | 1158 +++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 681 insertions(+), 477 deletions(-)

commit 81b7c01e29e09a50bc0b8d81a0687accc165d2a0
Author: Michael Wood <michael.g.wood@intel.com>
Date:   Tue Jun 25 17:24:26 2013 +0100

    sharing: Mark sharing button labels as translatable

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

commit d996cb86b774cb5c3658a5d5be64f55d6e8248d3
Author: Jonh Wendell <jonh.wendell@intel.com>
Date:   Wed Jun 26 09:07:14 2013 -0300

    sharing: screen sharing password should be limited to 8 bytes
    
    vino (and vnc protocol) only recognizes the 8 first bytes. also,
    vinagre, gnome vnc client limits its entries to 8 bytes as well.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703002

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

commit 07cc9f1c3a7f22560823e37d53a18ea8b75dba34
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Jun 26 12:55:06 2013 +0200

    Updated Spanish translation

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

commit f1d52d7b3fc7da8912d0b66c40e1687e9e0ff264
Author: Jonh Wendell <jonh.wendell@intel.com>
Date:   Mon Jun 24 16:31:58 2013 -0300

    sharing: hides the vino password by default
    
    if the user clicks on 'show password' check box, close
    the dialog and open it again, make sure to hide it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703010

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

commit a98b939e47a8caa25c3e58cd0e92f409f08ca8ed
Author: Thomas Wood <thomas.wood@intel.com>
Date:   Tue Jun 25 12:00:19 2013 +0100

    mouse: use a dialog window for the mouse test
    
    This avoids using a toggle button to switch to the test area and makes the
    interaction more consistent with other panels.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702986

 panels/mouse/cc-mouse-panel.c    | 67 +++++++++++++++++++++++-----------------
 panels/mouse/gnome-mouse-test.ui |  6 ++--
 2 files changed, 41 insertions(+), 32 deletions(-)

commit 1a085fe68c8d177d513c4a4775cce6fa8fb1b827
Author: Thomas Wood <thomas.wood@intel.com>
Date:   Thu Jun 20 14:32:21 2013 +0100

    power: remove the primary battery from the battery label size group
    
    The primary battery box has a different layout from other battery items
    and therefore shouldn't be included in the same size group. Including it
    in the size group was causing the other items to be resized when the
    battery status changed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702098

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

commit fba28b612cd2eb2b74e690b7af5df1b0eca8666d
Author: Benjamin Steinwender <b@stbe.at>
Date:   Mon Jun 24 22:08:29 2013 +0200

    Updated German translation

 po/de.po | 1512 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 905 insertions(+), 607 deletions(-)

commit 175dccd132b09c5030951fbe1d8a02667bd8c310
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Jun 24 14:19:44 2013 +0200

    Updated Spanish translation

 po/es.po | 65 ++++++++++++++++++++++++++++++----------------------------------
 1 file changed, 30 insertions(+), 35 deletions(-)

commit e5c0be9d55d02d0fa9675da52f2150bcf64d4fe5
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Tue Apr 23 21:32:56 2013 -0400

    power: Adapt to new DBus interface for setting screen brightness
    
    https://bugzilla.gnome.org/show_bug.cgi?id=698757

 panels/power/cc-power-panel.c | 102 ++++++++++++++----------------------------
 1 file changed, 34 insertions(+), 68 deletions(-)

commit 137a0508e364711f192518d23e6483ec7e76099e
Author: Andika Triwidada <andika@gmail.com>
Date:   Fri Jun 21 19:01:54 2013 +0800

    Updated Indonesian translation

 po/id.po | 5108 ++++++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 3495 insertions(+), 1613 deletions(-)

commit 3d6efb12a389a655ff56bfacbeb94225507ff74f
Author: Kalev Lember <kalevlember@gmail.com>
Date:   Fri Jun 21 00:34:07 2013 +0200

    build: bump gnome-bluetooth dependency to 3.9.3
    
    gnome-bluetooth 3.9.3 is needed for bluetooth_client_get_connectable.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702784

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit aaa0630f806488cb41e86fe9eb5a2792a8475baf
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Jun 20 15:43:03 2013 +0200

    Fix Slovenian translation

 po/sl.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 6ba01ef3b20721c7e6f9087abace079c97fdc2f3
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu Jun 20 09:32:48 2013 +0200

    Fix a typo in hungarian translation

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

commit fa89c66aa6cce423022f3e7d5b4a8702a9f5ab38
Author: Joshua Lock <joshua.lock@intel.com>
Date:   Tue Jun 18 18:19:05 2013 +0100

    user-accounts: fix counting of administrators in num_admin_accounts ()
    
    Don't count inactive administrator accounts when trying to prevent the
    user from disabling or deleting the only administrator account.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=690246

 panels/user-accounts/um-utils.c | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit da4b2f0a899f00a0e5b9e66d4d6d92ea9637a38a
Author: Thomas Wood <thomas.wood@intel.com>
Date:   Wed Jun 19 10:14:02 2013 +0100

    shell: ensure a search is in progress before activating a panel
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702469

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