commit fe0924d063d03637331fefe39cbb8b024342ed44
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Oct 4 08:30:25 2012 +0100

    core: Fix comparison of updated local IDs

    We should be comparing a set of strings, not a set of
    AbstractFieldDetails.
    This fixes a crash in the link-personas-via-local-ids Tracker test.

 folks/individual.vala | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 43d690d0aa4ceb6702cc179c5f75d10bcfeb8f72
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Oct 4 00:50:38 2012 +0100

    tests: Fix creation/deletion of E.Sources in EDS test backend

    The E.Sources for testing were being created by calling `cp` in
    the wrapper
    script running around the entire test suite. However, each test
    case was
    tearing down the E.Sources by deleting them. This meant that no
    E.Source
    existed for anything except the first test case in a given test suite.

    The fix is to move the file copying inside the test suite’s
    setup method.

 tests/lib/eds/backend.vala | 59
 +++++++++++++++++++++++++++++++++++++++-------
 tests/tools/Makefile.am    |  2 --
 tests/tools/eds.sh         |  2 --
 tests/tools/other.source   |  6 -----
 tests/tools/test.source    |  6 -----
 5 files changed, 51 insertions(+), 24 deletions(-)

commit 7c0ad68e75c5ab98abe348ce51b9479ce5ff6074
Author: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
Date:   Tue Oct 2 22:33:31 2012 +0200

    build: fix disabling telepathy backend

    fixes 855803a62b3a89ddb3c6abd3fa316d80cd036baf

    Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>

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

commit c6e7980430f5c9c3a43aad68aa6070300d3f90f1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Sep 28 18:27:27 2012 +0100

    Bug 684954 — Debug message claim that Individual are created with
    no personas

    Fix the debug message in the Individual constructor.

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

 NEWS                  | 1 +
 folks/individual.vala | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

commit ee359e89f3332d2c8cb1bd29e8ea54e62798d65b
Author: Seif Lotfy <seif@lotfy.com>
Date:   Tue Sep 11 12:10:40 2012 +0200

    telepathy: Update behaviour of Zeitgeist properties

    Counter works for last 30 days instead of all time since it can
    mess up calculations easily.
    Reduce query size to Zeitgeist since events are filtered in the
    Persona class.

    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=672709 (again)

 NEWS                                          |  2 ++
 backends/telepathy/lib/tpf-persona-store.vala | 17 +++++++----------
 2 files changed, 9 insertions(+), 10 deletions(-)

commit 0f078082df220a2de767887d2050875612eea939
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Sep 8 23:32:32 2012 +0100

    telepathy: Always notify of persona changes when disconnecting

    This reverts commit af500a4bd9fe88ae9f3832a37e19a86a4273ba5d and
    applies
    a different fix. The problem was that persona changes could get
    away without
    being notified when disconnecting due to an account being
    disabled. This
    is because, after storing the cache, an additional check is
    performed for
    whether the account was enabled. If it is, the cache is loaded
    (and persona
    changes notified). If not, the cache is not loaded, *and persona
    changes
    were not notified*.

    This situation could occur when a Telepathy account is disabled:
     1. _notify_connection_cb() is called, but the TpAccount::enabled
     property
        is still true.
     2. While in store_cache(), the TpAccount::enabled property goes
     false.
     3. The check before load_cache() would fail, so load_cache()
     would never
        be called.

    Similarly, it could occur when a Telepathy account is removed, with
    TpAccountManager:account-removed being emitted while in store_cache().

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

 NEWS                                          |  2 +
 backends/telepathy/lib/tpf-persona-store.vala | 58
 ++++++++++++++++++++-------
 2 files changed, 46 insertions(+), 14 deletions(-)

commit f18a7c8e60598395a473b741c3592ee69921dba6
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Sep 24 17:05:49 2012 +0100

    individual-aggregator: Clarify that is-quiescent never changes true
    → false

 folks/individual-aggregator.vala | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 3f550e32be0fbe4f24db6f265ec16426dbca1842
Author: Nishio Futoshi <fut_nis@d3.dion.ne.jp>
Date:   Tue Sep 25 00:03:31 2012 +0900

    [l10n] Add Japanese translation

 po/LINGUAS |   1 +
 po/ja.po   | 670
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 671 insertions(+)

commit 4a243cfddb5b518f6b342ad615250133fc650547
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:   Sun Sep 23 17:48:49 2012 +0300

    Updated Latvian translation

 po/lv.po | 220
 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 121 insertions(+), 99 deletions(-)

commit 1243f80b2a80ce7b9d24356ada53fa9817a9aa57
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Sun Sep 23 13:13:00 2012 +0200

    [l10n] Updated German translation

 po/de.po | 63
 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 33 insertions(+), 30 deletions(-)

commit ce47d339660c0216ad69da92a5a05dadf2243885
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Sun Sep 23 13:16:03 2012 +0300

    Updated Belarusian translation.

 po/be.po | 35 +++++++++++++++++++++--------------
 1 file changed, 21 insertions(+), 14 deletions(-)

commit 3c38d8b781e9cd34ed287588bf07c7b19ef3d4aa
Author: Ani Peter <apeter@redhat.com>
Date:   Thu Sep 20 21:53:20 2012 +0530

    Updated Malayalam file

 po/LINGUAS | 1 +
 1 file changed, 1 insertion(+)

commit 1285b0de17391e2fcad78a2cc653c5b101f40b7c
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sun Sep 23 15:44:33 2012 +0900

    Updated Korean translation

 po/ko.po | 107
 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 56 insertions(+), 51 deletions(-)

commit 6041e8eabeb418da2e578168fd6f78001390db41
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Sun Sep 23 00:56:12 2012 +0200

    [l10n]Added Catalan (Valencian) translation

 po/LINGUAS        |   1 +
 po/ca@valencia.po | 734
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 735 insertions(+)

commit bb92da91ea339c6fd4b54e2ca83c948c2a51ae4d
Author: Gil Forcada <gforcada@gnome.org>
Date:   Sun Sep 23 00:55:26 2012 +0200

    [l10n] Added Catalan translation

 po/LINGUAS |   1 +
 po/ca.po   | 735
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 736 insertions(+)

commit 7c57771050271705d06595f34ad08ab1ed71643f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Sep 21 15:19:46 2012 +0100

    individual: Clarify that Individuals must contain at least one Persona

 folks/individual.vala | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 4403eece60772f677bccf7ecc568e5781f03ce0b
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Fri Sep 21 12:43:16 2012 +0530

    Updated kn translation

 po/kn.po | 83
 +++++++++++++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 59 insertions(+), 24 deletions(-)

commit ef5b3706615861dfaa1fa6b11b5973fb1486152a
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu Sep 20 15:14:31 2012 +0200

    Add hu to LINGUAS

 po/LINGUAS | 1 +
 1 file changed, 1 insertion(+)

commit f92ccc50a5c313a97d8dfc8e06d37775d5de3aca
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu Sep 20 15:14:05 2012 +0200

    Added Hungarian translation

 po/hu.po | 704
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 704 insertions(+)

commit dc48930cec53673b0b703e40ceb113278d46f03c
Author: Rajesh Ranjan <rranjan@redhat.com>
Date:   Thu Sep 20 13:14:02 2012 +0530

    hindi updated file by Chandan Kumar

 po/hi.po | 196
 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 108 insertions(+), 88 deletions(-)

commit a1de0d7e8e412468edcdd0e7d7f9038326eb6aa2
Author: A S Alam <aalam@users.sf.net>
Date:   Wed Sep 19 20:21:38 2012 +0530

    update Punjabi Translation

 po/pa.po | 224
 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 120 insertions(+), 104 deletions(-)

commit 668e7dd64cf830ea2815d8d72877ad1c6ec74beb
Author: Dr.T.Vasudevan <agnihot3@gmail.com>
Date:   Wed Sep 19 17:26:08 2012 +0530

    added Tamil translation

 po/ta.po | 232
 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 118 insertions(+), 114 deletions(-)

commit c886d2bb046c4545886f064a2dec7d89adfb58fd
Author: Dr.T.Vasudevan <agnihot3@gmail.com>
Date:   Wed Sep 19 17:13:48 2012 +0530

    Added ta translation

 po/LINGUAS | 1 +
 1 file changed, 1 insertion(+)

commit 6b9a5e2054b98443a344a0549c117268c2237a99
Author: Dr.T.Vasudevan <agnihot3@gmail.com>
Date:   Wed Sep 19 17:11:52 2012 +0530

    Updated Tamil translation

 po/ta.po | 697
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 697 insertions(+)

commit 1b87a4234ab245b85defbc9d506df144adf67a69
Author: Gianvito Cavasoli <gianvito@gmx.it>
Date:   Wed Sep 19 13:37:41 2012 +0200

    [l10n] Updated Italian translation.

 po/it.po | 511
 +++++++++++++++++++++++++--------------------------------------
 1 file changed, 206 insertions(+), 305 deletions(-)

commit 6e3e414f73c46cc6c713a7be859459cd87dd0da6
Author: Marek Černocký <marek@manet.cz>
Date:   Wed Sep 19 13:18:59 2012 +0200

    Updated Czech translation

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

commit 0c1c98631e6a8e6c343e40d2fa32eec30c5c1de9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Sep 18 16:49:32 2012 +0100

    Bug 684014 — A few outstanding issues in the internationalisation

    Add/Expand some translator comments in the EDS backend.

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

 NEWS                                     | 1 +
 backends/eds/lib/edsf-persona-store.vala | 6 +++++-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit fd91cba6a129f5d97b0d4573a8c2cb059fdfc94a
Author: Djavan Fagundes <djavanf@gnome.org>
Date:   Mon Sep 17 23:05:12 2012 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 30 +++++++++++++++++++-----------
 1 file changed, 19 insertions(+), 11 deletions(-)

commit 1e96383e3522f1a1addfeae44cd2965cd523be73
Author: Djavan Fagundes <djavanf@gnome.org>
Date:   Mon Sep 17 22:57:03 2012 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 622
 ++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 330 insertions(+), 292 deletions(-)

commit 51879699719db4fc0df93b14f9decb5ec1a91cfd
Author: Chris Leonard <cjl@laptop.org>
Date:   Mon Sep 17 20:26:55 2012 +0100

    Updated British English translation

 po/en_GB.po | 57
 ++++++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 38 insertions(+), 19 deletions(-)

commit fe2d89956e74fc2988c5a253b1a3ec5518834567
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Mon Sep 17 20:43:21 2012 +0400

    Updated Russian translation

 po/ru.po | 46 ++++++++++++++++++++++++++++------------------
 1 file changed, 28 insertions(+), 18 deletions(-)

commit c5485255407e08173ba373c99fd22adc91ec695f
Author: Ani Peter <apeter@redhat.com>
Date:   Mon Sep 17 19:43:41 2012 +0530

    Updated Malayalam file

 po/ml.po | 728
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 728 insertions(+)

commit 3a04c447a549be295991d59d3a75792b0a5852eb
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Sun Sep 16 14:52:12 2012 +0200

    Updated Danish translation

 po/da.po | 706
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 706 insertions(+)

commit 5254ef6cad971843c78384b732537e1628248c43
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Sun Sep 16 14:52:12 2012 +0200

    Added da to list of languages

 po/LINGUAS | 1 +
 1 file changed, 1 insertion(+)

commit e61536a2b73829e854e788c547510d6bf1e55d02
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Sun Sep 16 17:13:10 2012 +0900

    Added Korean translation

 po/LINGUAS |   1 +
 po/ko.po   | 695
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 696 insertions(+)

commit 5e08df4663cff3df06f57ec3895287228464d926
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sat Sep 15 12:45:17 2012 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 208
 ++++++++++++++++++++++++++++++++----------------------------
 po/zh_TW.po | 208
 ++++++++++++++++++++++++++++++++----------------------------
 2 files changed, 224 insertions(+), 192 deletions(-)

commit 7fe99cf6db0b372391c41baea938958e4e7c69c7
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Fri Sep 14 09:38:20 2012 +0200

    Updated Serbian translation

 po/sr.po       | 36 ++++++++++++++++++++++--------------
 po/sr@latin.po | 36 ++++++++++++++++++++++--------------
 2 files changed, 44 insertions(+), 28 deletions(-)

commit 12e28f2206974656c69c4f777dffa1bdf1e50c28
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Fri Sep 14 11:31:34 2012 +0530

    Updated gujarati file

 po/gu.po | 202
 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 105 insertions(+), 97 deletions(-)

commit cb7a152bd023ba41d54d7c779f4cb0482f165cd8
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Thu Sep 13 22:48:55 2012 +0300

    Updated Lithuanian translation

 po/lt.po | 37 +++++++++++++++++++++++--------------
 1 file changed, 23 insertions(+), 14 deletions(-)

commit f6b57feeaf07d6d7950e5e84ea08f3a0edd84843
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Thu Sep 13 17:59:55 2012 +0530

    Updated kn translation

 po/LINGUAS | 1 +
 1 file changed, 1 insertion(+)

commit f89c9948a5aa7bc3232d9805170aa54755c46a42
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Thu Sep 13 17:56:57 2012 +0530

    Updated kn translation

 po/kn.po | 102
 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 53 insertions(+), 49 deletions(-)

commit 7c2195e0fe83218b0dff535d182ca16919421991
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Thu Sep 13 12:50:27 2012 +0200

    Update French translation

 po/fr.po | 37 +++++++++++++++++++++++--------------
 1 file changed, 23 insertions(+), 14 deletions(-)

commit e0c65cbe20399b55c2c3d4865f4a41a43312a8e5
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Thu Sep 13 14:21:26 2012 +0530

    Updated kn translation

 po/kn.po | 670
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 670 insertions(+)

commit efe15a48a3d070af44304b7509c41a855a8fe5ac
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:   Thu Sep 13 05:02:26 2012 +0300

    Updated Greek translation

 po/el.po | 286
 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 149 insertions(+), 137 deletions(-)

commit 7b339c0d1bed9f6d84d2189431d2ceb4fececbb6
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Sep 12 13:25:36 2012 +0200

    Updated Slovenian translation

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

commit 2623f6c52870c7c0f33f49ca1babb5d2e019371b
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Sep 12 11:20:07 2012 +0200

    Updated Spanish translation

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

commit 2255977474a26b9c61475d909e98390536c90d0b
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
Date:   Wed Sep 12 14:34:51 2012 +0530

    Assamese translation updated

 po/as.po | 35 +++++++++++++++++++++--------------
 1 file changed, 21 insertions(+), 14 deletions(-)

commit 3cfd38b85316f094de457aec6c4a2f5dd143d55e
Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
Date:   Wed Sep 12 13:57:14 2012 +0530

    Updated Marathi Translations

 po/mr.po | 140
 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 79 insertions(+), 61 deletions(-)

commit ee8703bbc25c32c9b9f41457d7bb0ccb06d3d09a
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Wed Sep 12 02:02:41 2012 +0200

    Updated Galician translations

 po/gl.po | 37 +++++++++++++++++++++++--------------
 1 file changed, 23 insertions(+), 14 deletions(-)

commit 80d9fb5f3c850ec632379b031a9495ffaa0a0ceb
Author: Andika Triwidada <andika@gmail.com>
Date:   Wed Sep 12 06:30:39 2012 +0700

    Updated Indonesian translation

 po/id.po | 35 +++++++++++++++++++++--------------
 1 file changed, 21 insertions(+), 14 deletions(-)

commit b5c45b08f5da71be172efd01e57e1ef63d0f1067
Author: Jeremy Whiting <jpwhiting@kde.org>
Date:   Tue Sep 11 17:00:33 2012 -0600

    Added changes in 0.7.4.1 to NEWS file.

 NEWS | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit de9e7f6377bb385dc6b3af685f8b921a08dc3568
Author: Jeremy Whiting <jpwhiting@kde.org>
Date:   Tue Sep 11 16:58:01 2012 -0600

    Post release bump in configure.ac

 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 2bbb36ebade9dc6d315ec72beedfb449bddffe30