commit 4abed47ac76f81ac8ef880859584b6ebc2e36605
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 29 02:04:28 2009 +0100

    2.28.1

 NEWS         |   12 ++++++++++++
 configure.ac |    2 +-
 2 files changed, 13 insertions(+), 1 deletions(-)

commit c3f50f477c057c38f351e96188440285103180bb
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Sat Sep 26 18:00:58 2009 +0200

    Fixed another typo in the Italian translation

 po/it.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 774afc5deb4fb02f7bbbbec001d88d2a61b8914b
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Sat Sep 26 17:56:54 2009 +0200

    Fixed a typo in the Italian translation

 po/it.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit c75c4c4c112e91024044e8149c0fef52207d31f4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Sep 26 12:53:51 2009 +0100

    Setup default value for the device type filter

 lib/bluetooth-chooser.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 3eee0dd0eaa609eb35c9792d1ef3c5e31d9fb6d8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Sep 25 16:42:43 2009 +0100

    Don't overwrite UUIDs when discovering known device
    
    The device is already known, but the discovery information won't
    include any UUIDs information, so don't overwrite the existing one.
    
    Also don't crash when the proxy isn't set in dump_devices().

 lib/bluetooth-client.c |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

commit c0fb1edaa2966d8efbdd08e24ffd87f707ff3366
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Sep 25 16:45:08 2009 +0100

    Use symbolic name for device-category-filter property minimum

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

commit 8939e96d3802bcad42d78ab731615c302dc248ed
Author: Joshua Lock <josh@linux.intel.com>
Date:   Thu Sep 24 17:11:18 2009 +0100

    Move the pin handling code into a new library, libwizard
    
    https://bugzilla.gnome.org/show_bug.cgi?id=596201

 wizard/Makefile.am |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

commit 43a3124226ebb63e25a6d0599d07dd478f4a516f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 23 17:43:36 2009 +0100

    Some API docs fixups

 lib/bluetooth-chooser.c |   23 +++++++++--------------
 1 files changed, 9 insertions(+), 14 deletions(-)

commit bf2a04c3ec7fdadac917177f4bfa1f7aa66114bb
Author: Joshua Lock <josh@linux.intel.com>
Date:   Wed Sep 23 17:15:20 2009 +0100

    Add a private header to expose some of the choosers members
    
    bluetooth-chooser-private.h is used to expose some of the choosers
    private member variables that may be useful within the gnome-bluetooth
    code
    
    https://bugzilla.gnome.org/show_bug.cgi?id=596090

 docs/reference/libgnome-bluetooth/Makefile.am |    2 +-
 lib/Makefile.am                               |    1 +
 lib/bluetooth-chooser-private.h               |   16 +++++++++++++
 lib/bluetooth-chooser.c                       |   29 +++++++++++++++++++++++++
 lib/gnome-bluetooth.symbols                   |    2 +
 5 files changed, 49 insertions(+), 1 deletions(-)

commit 3a776210771f11b85c9353f2ed973ff0cea5cda5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 23 17:21:12 2009 +0100

    Update API docs
    
    Add BluetoothClient and plugin documentations, update the others.

 .../libgnome-bluetooth/gnome-bluetooth-docs.sgml   |    2 +
 .../libgnome-bluetooth/tmpl/bluetooth-enums.sgml   |   86 ++++++++++++++++++++
 lib/bluetooth-chooser-button.c                     |    8 +-
 lib/bluetooth-chooser.c                            |    2 -
 lib/bluetooth-client.c                             |   84 +++++++++++++++++++-
 lib/bluetooth-enums.h                              |   61 ++++++++++++++
 lib/bluetooth-plugin-manager.c                     |    3 +
 lib/bluetooth-plugin.h                             |   31 ++++++--
 8 files changed, 263 insertions(+), 14 deletions(-)

commit 8f5046601212305a65bea1b61ed44fa9b21c2d2a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 23 16:03:20 2009 +0100

    Add AM_V_GEN to the typelib generation

 lib/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 736de27fab107d6b6af6810644429307a8241b79
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 23 11:11:52 2009 +0100

    Remove unused statements in enum generation

 lib/Makefile.am |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

commit df2fd62a06c4ca2028f6910f428f698f41fc8b5a
Author: F Wolff <friedel@translate.org.za>
Date:   Tue Sep 22 20:06:32 2009 -0300

    Added Afrikaans translation

 po/LINGUAS |    1 +
 po/af.po   |  742 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 743 insertions(+), 0 deletions(-)

commit 80a71e8825ca7e897c4a62a702d2d7dc3bcc3c86
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Sep 21 16:59:18 2009 +0100

    Bug 595845 - The applet shows wrong connection information
    
    Fix status information in the applet not matching the service status.
    https://bugzilla.gnome.org/show_bug.cgi?id=595845

 applet/main.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 74de31bcceb8b6f4ecef49a906c3d79726926db7
Author: Mohammad Anwari <mdamt@mnots.eu>
Date:   Mon Sep 21 15:36:22 2009 +0300

    Updated Indonesian translation, contributed by Andika Triwidada

 po/id.po |  610 +++++++++++++++-----------------------------------------------
 1 files changed, 149 insertions(+), 461 deletions(-)

commit 10c6b18a553099056ff51e0f32a20363cdf41bc2
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Sep 21 10:28:48 2009 +0200

    Updated Norwegian bokmål translation.

 po/nb.po |   36 ++++++++++++++++++------------------
 1 files changed, 18 insertions(+), 18 deletions(-)

commit 38a25390508c4bce214642ecc176746da71a0aeb
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Sep 19 16:54:45 2009 +0100

    Fixed a conflict in the translation.

 po/nb.po |   82 ++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 46 insertions(+), 36 deletions(-)

commit 89e5c49f510306092d9a7776f9a80c0d1af9fd16
Author: Amitakhya Phukan <aphukan@fedoraproject.org>
Date:   Mon Sep 21 12:03:39 2009 +0530

    Updating Assamese translations

 po/as.po |  334 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 188 insertions(+), 146 deletions(-)

commit d8592b3ee4088959fd80336a216aa6eb4bd52290
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Sep 19 16:54:45 2009 +0100

    Bug 595593 - Make sure pairing agents only bind to default adapter
    
    By monitoring the default adapter
    https://bugzilla.gnome.org/show_bug.cgi?id=595593

 applet/agent.c        |   73 +++++++++++++++++++++++++++----------------------
 lib/bluetooth-agent.c |   14 ++++++---
 2 files changed, 49 insertions(+), 38 deletions(-)

commit e4032ca31457d7772989ffbcb4379f3b1aebd161
Author: Philip Withnall <bugzilla@tecnocode.co.uk>
Date:   Sat Sep 19 16:18:55 2009 +0100

    s/setup/set up/
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=593564

 po/ar.po       |    2 +-
 po/be.po       |    2 +-
 po/bg.po       |    2 +-
 po/bn.po       |    2 +-
 po/bn_IN.po    |    2 +-
 po/cs.po       |    2 +-
 po/da.po       |    2 +-
 po/de.po       |    2 +-
 po/el.po       |    2 +-
 po/en_GB.po    |    2 +-
 po/es.po       |    2 +-
 po/et.po       |    2 +-
 po/eu.po       |    2 +-
 po/fi.po       |    2 +-
 po/fr.po       |    2 +-
 po/ga.po       |    2 +-
 po/gl.po       |    2 +-
 po/gu.po       |    2 +-
 po/hi.po       |    2 +-
 po/hu.po       |    2 +-
 po/id.po       |    2 +-
 po/it.po       |    2 +-
 po/kn.po       |    2 +-
 po/ko.po       |    2 +-
 po/lt.po       |    2 +-
 po/lv.po       |    2 +-
 po/mai.po      |    2 +-
 po/ml.po       |    2 +-
 po/mr.po       |    2 +-
 po/nb.po       |    2 +-
 po/or.po       |    2 +-
 po/pa.po       |    2 +-
 po/pl.po       |    2 +-
 po/pt.po       |    2 +-
 po/pt_BR.po    |    2 +-
 po/ro.po       |    2 +-
 po/sl.po       |    2 +-
 po/sr.po       |    2 +-
 po/sr@latin.po |    2 +-
 po/sv.po       |    2 +-
 po/ta.po       |    2 +-
 po/te.po       |    2 +-
 po/th.po       |    2 +-
 po/tr.po       |    2 +-
 po/uk.po       |    2 +-
 po/zh_CN.po    |    2 +-
 po/zh_HK.po    |    2 +-
 po/zh_TW.po    |    2 +-
 wizard/main.c  |    2 +-
 49 files changed, 49 insertions(+), 49 deletions(-)

commit 457048f56e37dfd404f31e4f0e41ef14853c104c
Author: Philip Withnall <bugzilla@tecnocode.co.uk>
Date:   Sat Sep 19 16:16:02 2009 +0100

    Bug 593565 - Use "cell phone" instead of "mobile phone"
    
    And update all the translations.

 lib/plugins/test.c |    2 +-
 po/ar.po           |    2 +-
 po/as.po           |    2 +-
 po/be.po           |    2 +-
 po/bg.po           |    2 +-
 po/bn.po           |    2 +-
 po/bn_IN.po        |    2 +-
 po/ca.po           |    2 +-
 po/cs.po           |    2 +-
 po/da.po           |    2 +-
 po/de.po           |    2 +-
 po/el.po           |    2 +-
 po/en_GB.po        |    2 +-
 po/es.po           |    2 +-
 po/et.po           |    2 +-
 po/eu.po           |    2 +-
 po/fi.po           |    2 +-
 po/fr.po           |    2 +-
 po/ga.po           |    2 +-
 po/gl.po           |    2 +-
 po/gu.po           |    2 +-
 po/he.po           |    2 +-
 po/hi.po           |    2 +-
 po/hu.po           |    2 +-
 po/id.po           |    2 +-
 po/it.po           |    2 +-
 po/kn.po           |    2 +-
 po/ko.po           |    2 +-
 po/lt.po           |    2 +-
 po/lv.po           |    2 +-
 po/mai.po          |    2 +-
 po/ml.po           |    2 +-
 po/mr.po           |    2 +-
 po/nb.po           |    2 +-
 po/nl.po           |    2 +-
 po/or.po           |    2 +-
 po/pa.po           |    2 +-
 po/pl.po           |    2 +-
 po/pt.po           |    2 +-
 po/pt_BR.po        |    2 +-
 po/ro.po           |    2 +-
 po/sl.po           |    2 +-
 po/sr.po           |    2 +-
 po/sr@latin.po     |    2 +-
 po/sv.po           |    2 +-
 po/ta.po           |    2 +-
 po/te.po           |    2 +-
 po/th.po           |    2 +-
 po/tr.po           |    2 +-
 po/uk.po           |    2 +-
 po/vi.po           |    2 +-
 po/zh_CN.po        |    2 +-
 po/zh_HK.po        |    2 +-
 po/zh_TW.po        |    2 +-
 54 files changed, 54 insertions(+), 54 deletions(-)

commit 646c4b818b783d94e91d727f8e6cb6cc1332958b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Sep 19 16:10:29 2009 +0100

    Update translations for typo fix
    
    s/occured/occurred/

 po/ar.po       |    2 +-
 po/as.po       |    2 +-
 po/be.po       |    2 +-
 po/bg.po       |    2 +-
 po/bn.po       |    2 +-
 po/bn_IN.po    |    2 +-
 po/ca.po       |    2 +-
 po/cs.po       |    2 +-
 po/da.po       |    2 +-
 po/de.po       |    2 +-
 po/el.po       |    2 +-
 po/en_GB.po    |    2 +-
 po/es.po       |    2 +-
 po/et.po       |    2 +-
 po/eu.po       |    2 +-
 po/fi.po       |    2 +-
 po/fr.po       |    2 +-
 po/fy.po       |    2 +-
 po/ga.po       |    2 +-
 po/gl.po       |    2 +-
 po/gu.po       |    2 +-
 po/he.po       |    2 +-
 po/hi.po       |    2 +-
 po/hr.po       |    2 +-
 po/hu.po       |    2 +-
 po/id.po       |    2 +-
 po/it.po       |    2 +-
 po/ja.po       |    2 +-
 po/ka.po       |    2 +-
 po/kn.po       |    2 +-
 po/ko.po       |    2 +-
 po/lt.po       |    2 +-
 po/lv.po       |    2 +-
 po/mai.po      |    2 +-
 po/ml.po       |    2 +-
 po/mn.po       |    2 +-
 po/mr.po       |    2 +-
 po/ms.po       |    2 +-
 po/nb.po       |    2 +-
 po/nl.po       |    2 +-
 po/oc.po       |    2 +-
 po/or.po       |    2 +-
 po/pa.po       |    2 +-
 po/pl.po       |    2 +-
 po/pt.po       |    2 +-
 po/pt_BR.po    |    2 +-
 po/ro.po       |    2 +-
 po/ru.po       |    2 +-
 po/sk.po       |    2 +-
 po/sl.po       |    2 +-
 po/sr.po       |    2 +-
 po/sr@latin.po |    2 +-
 po/sv.po       |    2 +-
 po/ta.po       |    2 +-
 po/te.po       |    2 +-
 po/th.po       |    2 +-
 po/tr.po       |    2 +-
 po/uk.po       |    2 +-
 po/vi.po       |    2 +-
 po/zh_CN.po    |    2 +-
 po/zh_HK.po    |    2 +-
 po/zh_TW.po    |    2 +-
 62 files changed, 62 insertions(+), 62 deletions(-)

commit c7ffa4af095d4fa1b027c6aa01805eb714fe384a
Author: Bruce Cowan <bcowan@fastmail.co.uk>
Date:   Wed Aug 26 14:20:06 2009 +0100

    Bug 593170 - Minor string fixes
    
    Changed "occured" to "occurred"

 sendto/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 99b975a732522a538c4d297c4d975b3ba9ed0deb
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 17 17:47:37 2009 +0100

    Fix invalid memory access in agent.c
    
    Which would happen when long name isn't requested, and there's
    no name for the device, just the address.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595486

 applet/agent.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1bfdfc0b09e620cd7937637ee7087e4cf24bae4e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 17 17:45:39 2009 +0100

    Remove unused variable in device selection test
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595486

 lib/test-deviceselection.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit f0d6ac041df311f5434e34bae130f3afa86d900d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 17 17:44:35 2009 +0100

    Remove unused button variable in applet
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595486

 applet/main.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 29a077f75708150b9d526d429ff7a97fbb4044a4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 17 17:43:17 2009 +0100

    Add FIXME in obex_agent_request()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595486

 lib/obex-agent.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit d272168bb80df349f79e14ee5d8c78b85762ab4c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 17 17:34:56 2009 +0100

    Move _dump_device() to BluetoothClient
    
    and use it in the test-client when a device is selected
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595486

 lib/bluetooth-client-private.h |    4 ++
 lib/bluetooth-client.c         |   94 ++++++++++++++++++++++++++++++++++++++++
 lib/test-client.c              |    8 +++-
 properties/main.c              |   92 +-------------------------------------
 4 files changed, 107 insertions(+), 91 deletions(-)

commit a1c95242a7bb23b2be34b1976af98156d79665e7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 17 17:16:28 2009 +0100

    Remove unused variable in create_adapter()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595486

 properties/adapter.c |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

commit 8bb8f089cec6239f385b2def96de434e65c63bd7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 17 17:14:02 2009 +0100

    Remove unused variable in bluetooth_client_create_device()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595486

 lib/bluetooth-client.c |   21 ++++++++++-----------
 1 files changed, 10 insertions(+), 11 deletions(-)

commit bf5fb81bd6440a09e6b3a77220599afa2f12750e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 17 17:11:28 2009 +0100

    Remove unused variable in spinner
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595486

 lib/bling-spinner.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)