commit d67bba0abef5b9292ebe98172e585bfee6d31ce6
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Oct 8 11:38:39 2012 +0200

    prepare 3.6.0.2

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

commit 1f9d768687c91fb89be8ed73a2300038cfb38ede
Author: Sjoerd Simons <sjoerd@luon.net>
Date:   Sun Oct 7 19:31:10 2012 +0200

    Fix planet gnome theme when using a non-default font

    https://bugzilla.gnome.org/show_bug.cgi?id=685663

 .../Contents/Resources/Incoming/Content.html         | 18
 ++++++++++--------
 .../Contents/Resources/main.css                      | 20
 +++++++++++++-------
 2 files changed, 23 insertions(+), 15 deletions(-)

commit 7cd89efd0e2a7257298d8305d397469a53e63461
Author: Sjoerd Simons <sjoerd@luon.net>
Date:   Sun Oct 7 15:46:17 2012 +0200

    Don't set the DefaultFont{Size,Family} in the themes

    For Adium themes Empathy prefers using the default font settings in a
    theme above the system font settings. So lets not set default
    fonts for
    the builtin themes, so these will follow the system instead.

    https://bugzilla.gnome.org/show_bug.cgi?id=685663

 data/themes/Boxes.AdiumMessageStyle/Contents/Info.plist       | 6 ------
 data/themes/Classic.AdiumMessageStyle/Contents/Info.plist     | 6 ------
 data/themes/PlanetGNOME.AdiumMessageStyle/Contents/Info.plist | 6 ------
 3 files changed, 18 deletions(-)

commit 63c548da561529db7d69251ff8ba089d0b73938a
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Oct 5 13:28:04 2012 +0200

    deal if ag_manager_new_for_service_type() returns NULL

    Looks like it may happen because of Ubuntu's apparmor policy. We
    can't do much
    in this case but best to not crash MC at least.

    https://bugzilla.gnome.org/show_bug.cgi?id=685498

 .../mc-plugin/mcp-account-manager-uoa.c               | 19
 +++++++++++++++++++
 1 file changed, 19 insertions(+)

commit 537ac5a986ea5b3959ae42f5b87145451a81b9b3
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Oct 5 15:09:29 2012 +0200

    roster-window: fix event_activated_cb callback signature

    We receive the EmpathyEvent as the second signal argument, no as
    user_data
    pointer (which is 'self').

    https://bugzilla.gnome.org/show_bug.cgi?id=681725

 src/empathy-roster-window.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 9ad6ad6ddfed99c88567a29407cd481ac4cce9f4
Author: Pavel Vasin <rat4vier@gmail.com>
Date:   Sun Oct 7 14:00:52 2012 +0400

    empathy-spell: fix string leak

    https://bugzilla.gnome.org/show_bug.cgi?id=685652

 libempathy-gtk/empathy-spell.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f36171ef13831fbf2e7df7087e5899e05a37f2b2
Author: Pavel Vasin <rat4vier@gmail.com>
Date:   Sun Oct 7 13:56:42 2012 +0400

    theme-manager: fix GList leak

    g_hash_table_get_values() returns newly allocated list and it was lost

    https://bugzilla.gnome.org/show_bug.cgi?id=685652

 libempathy-gtk/empathy-theme-manager.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 3ca6b8a0f122833556e500c0dd0cfb3227180fa1
Author: Pavel Vasin <rat4vier@gmail.com>
Date:   Sun Oct 7 13:47:08 2012 +0400

    empathy_theme_manager_dup_theme_name_from_path(): fix mem leaks

    https://bugzilla.gnome.org/show_bug.cgi?id=685652

 libempathy-gtk/empathy-theme-manager.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit b46b9e3ec8dd67359b1e1b2b20678f6c322d41b3
Author: Pavel Vasin <rat4vier@gmail.com>
Date:   Sun Oct 7 13:36:23 2012 +0400

    contact-search-dialog: fix GtkSizeGroup leak

    GtkSizeGroup objects are referenced by each widget in the size group,
    so once you have added all widgets to a GtkSizeGroup, you can drop the
    initial reference to the size group with g_object_unref().

    https://bugzilla.gnome.org/show_bug.cgi?id=685652

 libempathy-gtk/empathy-contact-search-dialog.c | 1 +
 1 file changed, 1 insertion(+)

commit 59ea9e4abe4525b86615f404d4f493e9e4752a35
Author: Pavel Vasin <rat4vier@gmail.com>
Date:   Sun Oct 7 13:34:51 2012 +0400

    individual-menu: fix another GeeIterator leak

    https://bugzilla.gnome.org/show_bug.cgi?id=685652

 libempathy-gtk/empathy-individual-menu.c | 2 ++
 1 file changed, 2 insertions(+)

commit f5486dce8dbb842ad9edfcd89db6573f9f308ab8
Author: Sjoerd Simons <sjoerd@luon.net>
Date:   Sun Oct 7 11:21:00 2012 +0200

    [nst] Link against libempathy

    As the nautilus-sendto-plugin uses functions from libempathy it should
    link directly against it otherwise the build fails when using
    -Wl,--as-needed:

    .libs/empathy-nautilus-sendto.o: In function
    `dup_contact_from_individual':
    /tmp/buildd/empathy-3.6.0.1/nautilus-sendto-plugin/empathy-nautilus-sendto.c:73:
    undefined reference to `empathy_contact_dup_best_for_action'
    /tmp/buildd/empathy-3.6.0.1/nautilus-sendto-plugin/empathy-nautilus-sendto.c:78:
    undefined reference to `empathy_contact_can_do_action'

 nautilus-sendto-plugin/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d847e6b17a357fed2a9ed7f2008a99ea522c73d7
Author: RÅ«dolfs Mazurs <rudolfsm@src.gnome.org>
Date:   Sun Oct 7 11:30:55 2012 +0300

    Updated Latvian translation

 po/lv.po | 145
 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 76 insertions(+), 69 deletions(-)

commit cf7f96c7fb819c510ea6b7570077ecf7c60c59e4
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Fri Oct 5 10:59:57 2012 +0200

    Updated Hebrew tranlation.

 po/he.po | 602
 ++++++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 404 insertions(+), 198 deletions(-)

commit 74c12fef91f67d8f68943e3b985b02c5f168818b
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Fri Oct 5 05:13:55 2012 +0200

    Minor fixes

 po/ar.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 0d9f46c89deb311548d8b5879f005db662ee3a2a
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Thu Oct 4 15:40:37 2012 +0200

    Typos

 po/ar.po | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit f112ae55a694b4130f985ec92f4edad990a80042
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Thu Oct 4 15:29:10 2012 +0200

    Updated Arabic translation

 po/ar.po | 165
 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 81 insertions(+), 84 deletions(-)

commit 8f3848c56c2592ee9aedce4766a2a032add9ebfe
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Oct 4 15:05:54 2012 +0200

    remove empathy-av old service and client files

    They are not used since a while.

 data/.gitignore                                     |  1 -
 data/Empathy.AudioVideo.client                      | 21
 ---------------------
 ...p.Telepathy.Client.Empathy.AudioVideo.service.in |  3 ---
 3 files changed, 25 deletions(-)

commit 29970745de26fa75c90672df74fb574300524dea
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Thu Oct 4 12:46:20 2012 +0200

    Update French translation

 po/fr.po | 53 +++++++++++++++++++++++++++++++----------------------
 1 file changed, 31 insertions(+), 22 deletions(-)

commit ae155f9e69e9db87bbd78f4d149223b15667ad3a
Author: Khoem Sokhem <khoemsokhem@khmeros.info>
Date:   Wed Oct 3 17:45:07 2012 +0200

    [l10n] Added Khmer translation

 po/LINGUAS |    1 +
 po/km.po   | 4723
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 4724 insertions(+)

commit 6d81ab8897e71e4476a45864c20ec7584732d3d2
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Oct 3 16:38:49 2012 +0200

    print a warning if pulsesrc is missing

 src/empathy-audio-src.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit b8c1f913ff156003f147c1a68ca28b8145f01e99
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Wed Oct 3 18:40:55 2012 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 702
 ++++++++++++++++++++++++++++++------------------------------
 po/zh_TW.po | 702
 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 710 insertions(+), 694 deletions(-)

commit 68f3bd3c25d18226d69a36320e098630bd5607fe
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Oct 3 12:21:17 2012 +0200

    remove released flag

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