commit 7cba06fd24784dbc4ac08faae57b2a72c58c4be2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Aug 8 15:32:18 2012 +0100

    3.5.5

 NEWS         |    5 +++++
 configure.ac |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit cf49bd157b5cc160d9271179adc2b9a28ad77db3
Author: Andika Triwidada <andika@gmail.com>
Date:   Tue Aug 7 19:08:25 2012 +0700

    Added Indonesian translation of User Guide

 help/Makefile.am |    2 +-
 help/id/id.po    |  670 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 671 insertions(+), 1 deletion(-)

commit aa52dba18398a02eb8dee14114a0120942fa2fd1
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Sun Aug 5 21:48:35 2012 +0200

    docs: document more symbols
    
    96% symbol docs coverage.
    208 symbols documented.
    4 symbols incomplete.
    8 not documented.
    
    BluetoothChooser
    BluetoothChooserButton
    BluetoothChooserButtonClass (<items>)
    BluetoothChooserClass (<items>)
    BluetoothChooserCombo
    BluetoothChooserComboClass (<items>)
    BluetoothClient
    BluetoothClientClass (<items>)

 lib/bluetooth-chooser-combo.h |    5 +++++
 lib/bluetooth-client.c        |   40 +++++++++++++++++++++++++++++++++++-----
 lib/bluetooth-enums.h         |   10 ++++++++++
 3 files changed, 50 insertions(+), 5 deletions(-)

commit 29b6a6405523ed6e24aa778d9191665949894941
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Sun Aug 5 18:31:40 2012 +0200

    docs: ignore built file
    
    Ignores gnome-bluetooth-enum-types.h
    Documentation for those symbols is in bluetooth-enums.h

 docs/reference/libgnome-bluetooth/Makefile.am            |    2 +-
 .../libgnome-bluetooth/gnome-bluetooth-sections.txt      |   14 --------------
 2 files changed, 1 insertion(+), 15 deletions(-)

commit eb0749d47654b425715059b5a9af43216ef65ff5
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Wed Aug 1 19:31:01 2012 +0200

    docs: no need to ignore files that are no more present
    
    Removes: bluetooth-agent-glue.h bluetooth-instance-glue.h
    bluetooth-instance.h helper.h marshal.h obex-agent-glue.h

 docs/reference/libgnome-bluetooth/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit dac645eece8c2c8f48249f58b7d3017431a78208
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Wed Aug 1 18:35:42 2012 +0200

    docs: fix gtk-doc warning
    
    Fixes:
    ./gnome-bluetooth-unused.txt:1: warning: 1 unused declarations.They should be added to gnome-bluetooth-sections.txt in the appropriate place.

 docs/reference/libgnome-bluetooth/gnome-bluetooth-sections.txt |    1 +
 1 file changed, 1 insertion(+)

commit bc63e9d6dfdfd3e301f242e995940ddcb622eb6c
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Aug 1 17:38:37 2012 +0200

    applet: Fix introspection warnings
    
    The invalid doc comments in applet/bluetooth-applet.c cause
    warnings when building the .gir file.

 applet/bluetooth-applet.c |   18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)

commit 9e0b676140425ac7093aea00c3c75a9299926a04
Author: Daniel Șerbănescu <daniel@serbanescu.dk>
Date:   Tue Jul 31 18:39:23 2012 +0200

    Updated Romanian Translation

 help/Makefile.am                         |    2 +-
 help/ro/figures/bluetooth-applet.png     |  Bin 0 -> 99414 bytes
 help/ro/figures/bluetooth-properties.png |  Bin 0 -> 40132 bytes
 help/ro/figures/bluetooth-wizard.png     |  Bin 0 -> 42844 bytes
 help/ro/ro.po                            |  685 ++++++++++++++++++++++++++++++
 5 files changed, 686 insertions(+), 1 deletion(-)

commit 793aeaefc023b8adc431262765f69acb79adee36
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Tue Jul 31 01:57:22 2012 +0200

    Updated Galician translations

 po/gl.po |   64 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

commit 6f8bd954454016e91a6f3aea22c7c1a47f232fa1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 23 18:15:13 2012 +0100

    lib: Fix some bizarre use of curly braces
    
    Wrong place for a switch statement...

 lib/bluetooth-chooser-button.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 03974a241f11e2b17c0017b21b6680e9a52d2803
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 23 18:07:39 2012 +0100

    lib: Avoid duplicate state-changed signals
    
    Try to avoid sending a state-changed signal with the exact same
    state as we did earlier.

 lib/bluetooth-killswitch.c |   30 +++++++++++++++++++++++-------
 1 file changed, 23 insertions(+), 7 deletions(-)

commit d92256edbf6b4b2a99ae6b11e9aacd26cb2870a4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 23 17:57:20 2012 +0100

    lib: Add killswitch test

 lib/Makefile.am       |    4 +++-
 lib/test-killswitch.c |   30 ++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+), 1 deletion(-)

commit 06efa521814e8e383e05589093f0980ab2f11a3f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 23 17:48:15 2012 +0100

    lib: Print more debug for killswitches init

 lib/bluetooth-killswitch.c |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 14d56005fef8a567d8b514ee8f9dfeaddcc0dab4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 23 17:48:00 2012 +0100

    lib: Indent killswitch header

 lib/bluetooth-killswitch.h |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit 3f093aef0f8c8ae78d7a2e554a375320238a71a9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 23 17:41:09 2012 +0100

    applet: Fix g-i warning

 applet/bluetooth-applet.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit aaa6dac96a3d8468f1963ec870922f61f3490f44
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 23 17:34:21 2012 +0100

    applet: Update for killswitch API change

 applet/bluetooth-applet.c |    6 +++---
 applet/bluetooth-applet.h |   14 +-------------
 2 files changed, 4 insertions(+), 16 deletions(-)

commit 1c39fbaeaf782597857216430906a74865e7661b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 23 17:33:50 2012 +0100

    lib: Namespace the killswitch state enum

 lib/bluetooth-killswitch.c |   64 ++++++++++++++++++++++----------------------
 lib/bluetooth-killswitch.h |   18 ++++++-------
 2 files changed, 41 insertions(+), 41 deletions(-)

commit 55d675bf2c8a9125841562ac7add840b623f6a98
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 23 17:31:13 2012 +0100

    lib: Add guard for public killswitch function

 lib/bluetooth-killswitch.c |    1 +
 1 file changed, 1 insertion(+)

commit 88c81dcc4229f4c698683900e27c806337de0648
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 23 17:30:46 2012 +0100

    lib: Clean up priv assignments in killswitch

 lib/bluetooth-killswitch.c |   32 +++++++++++++++++++++++---------
 1 file changed, 23 insertions(+), 9 deletions(-)

commit ee4ef9a9b13235adf09047aedec739fbbe14216d
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Thu Jul 26 16:52:39 2012 +0530

    Updated Gujarati Translations

 po/gu.po |  123 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 63 insertions(+), 60 deletions(-)

commit b20e9bb4854d69aff6dec19c845c2c74f4179ebf
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Sun May 20 15:20:53 2012 +0200

    trivial: fix typos in comment

 lib/bluetooth-filter-widget.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 6c2f347c926e6c2b962049ba8635b10550a032b0
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Sun May 20 14:05:50 2012 +0200

    lib: move misplaced curly bracket

 lib/bluetooth-chooser-combo.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 1e4a93bf09a1f84eb917a54bfc498429711835a9
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Sun Jul 22 23:30:08 2012 +0200

    Updated Serbian translation

 po/sr.po       |  414 +++-----------------------------------------------------
 po/sr@latin.po |  414 +++-----------------------------------------------------
 2 files changed, 40 insertions(+), 788 deletions(-)

commit 855afd329b9d833c57b9652380b15ee5ab29c372
Author: Robert Ancell <robert.ancell@canonical.com>
Date:   Thu Jul 19 09:45:19 2012 +1200

    sendto: Allow building with nautilus-sendto 3.6
    
    Meaning that < 3.7 is required.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=680209

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

commit c66c13a21bdbccfdc8841441b88f17af175bbe6c
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Jul 19 10:09:39 2012 +0200

    Updated Slovenian translation

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