commit 144c5b0358cd19ac00653081989c0fb87f35572b Author: Guillaume Desmottes Date: Wed Mar 20 11:34:37 2013 +0100 3.7.92 NEWS | 31 +++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) commit 431a47f452e94988624c1722242fbb09fae08c2b Author: Victor Ibragimov Date: Tue Mar 19 20:45:57 2013 +0100 [l10n] Added Tadjik translation po/LINGUAS | 1 + po/tg.po | 4412 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 4413 insertions(+) commit 1ddcf5f6762b7c9195134ddb59707c951678adbd Author: Pavol Klačanský Date: Mon Mar 18 20:52:14 2013 +0100 Updated slovak translation po/sk.po | 116 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 55 insertions(+), 61 deletions(-) commit b5e32eae194c605da2fe792c2b262d885995f29a Author: Carles Ferrando Date: Sun Mar 17 19:53:18 2013 +0100 [l10n] Updated Catalan (Valencian) translation po/ca@valencia.po | 599 ++++++++++++++++++++++++++++++------------------------ 1 file changed, 334 insertions(+), 265 deletions(-) commit 22326271c76ca114a338acbef6ec12ae626e95a9 Author: Changwoo Ryu Date: Sun Mar 17 00:56:44 2013 +0900 Updated Korean translation po/ko.po | 431 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 248 insertions(+), 183 deletions(-) commit 8d0b661c544650ddd96477693d902d0431b257f9 Author: Duarte Loreto Date: Thu Mar 14 23:29:48 2013 +0000 Updated Portuguese translation and converted to New Spelling (Novo AO) po/pt.po | 811 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 439 insertions(+), 372 deletions(-) commit 4e62d516e5b2e71b5a276120cc93f4efdb01d1e4 Author: Alexandre Franke Date: Thu Mar 14 16:39:59 2013 +0100 Update French translation po/fr.po | 461 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 268 insertions(+), 193 deletions(-) commit 7dbb5fa93477aa5446e5ae01d26af716d320f5f4 Author: Xavier Claessens Date: Wed Mar 13 15:02:19 2013 +0100 Fix link issue when UOA is enabled src/empathy-sanity-cleaning.c uses libaccounts-glib directly, so we have to pass UOA build flags. src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) commit 0ec0c9df698a23124480af847048835252f83177 Author: Xavier Claessens Date: Wed Mar 13 15:01:33 2013 +0100 Bump required Folks version to 0.9.0 We depend on libgee 0.8 so we have to ensure that we build with a folks that uses libgee 0.8 as well. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5231e24958bc5748dfdd17c17fa4d01a7859001b Author: Mattias Põldaru Date: Wed Mar 13 13:05:29 2013 +0200 [l10n] Updated Estonian translation po/et.po | 33 +++++++++++++++++++++++++-------- 1 file changed, 25 insertions(+), 8 deletions(-) commit 89f2bc8547d0018779d122820ba5ee1f94ddcc9f Author: KennethNielsen Date: Tue Mar 12 23:34:04 2013 +0100 Updated Danish translation po/da.po | 429 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 231 insertions(+), 198 deletions(-) commit 7f9043fbe37d458a86615bef27b6fb6202395402 Author: Milo Casagrande Date: Tue Mar 12 18:46:54 2013 +0100 [l10n] Updated Italian translation. po/it.po | 274 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 134 insertions(+), 140 deletions(-) commit 657d8a71f015a9ff53a81578df47d328fce35cb0 Author: Andika Triwidada Date: Tue Mar 12 11:57:59 2013 +0700 Updated Indonesian translation po/id.po | 417 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 227 insertions(+), 190 deletions(-) commit d92045f4f26989efa3690af3c7cd8fd0698fdb45 Author: Gil Forcada Date: Mon Mar 11 23:06:20 2013 +0100 [l10n] Updated Catalan translation po/ca.po | 591 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 330 insertions(+), 261 deletions(-) commit 675246b6e9edc3bb940ba73e1050eae08d53308f Author: Guillaume Desmottes Date: Mon Mar 11 16:54:45 2013 +0100 irc-network-chooser-dialog: break live search references cycle https://bugzilla.gnome.org/show_bug.cgi?id=692105 libempathy-gtk/empathy-irc-network-chooser-dialog.c | 8 ++++++++ 1 file changed, 8 insertions(+) commit de9e3bab4f3cf6fc2eaacd78c1bb91b62ceefeed Author: Guillaume Desmottes Date: Mon Mar 11 16:50:46 2013 +0100 irc-network-chooser-dialog: disconnect live search signals in dispose The 'destroyed' signal is called to late, we have to disconnect those signals before destroying the live search object. https://bugzilla.gnome.org/show_bug.cgi?id=692105 .../empathy-irc-network-chooser-dialog.c | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) commit 34fc9df7c2d660ff29250e25ca3441f571863146 Author: Guillaume Desmottes Date: Mon Mar 11 16:46:57 2013 +0100 live_search_unmap: check if priv->hook_widget is not NULL https://bugzilla.gnome.org/show_bug.cgi?id=692105 libempathy-gtk/empathy-live-search.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 6549ab3005c67b222f1f9d244cb9f7d551b3e325 Author: Guillaume Desmottes Date: Mon Mar 11 15:19:41 2013 +0100 explicitely depends on cogl We use cogl directly in some empathy-call files. https://bugzilla.gnome.org/show_bug.cgi?id=695556 configure.ac | 1 + 1 file changed, 1 insertion(+) commit 2954a620271e3eca04da06af60d825d13339542a Author: Shankar Prasad Date: Mon Mar 11 16:34:51 2013 +0530 Updated kn translations po/kn.po | 287 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 146 insertions(+), 141 deletions(-) commit ffd825437c28ac1d1abfa8bb59f23b6f24c818f2 Author: Shankar Prasad Date: Mon Mar 11 15:07:57 2013 +0530 Updated kn translations po/kn.po | 383 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 200 insertions(+), 183 deletions(-) commit 745894a915fc855de26c0cdce52919956b68e811 Author: Gabor Kelemen Date: Sun Mar 10 15:57:27 2013 +0100 Updated Hungarian translation by Péter Bojtos po/hu.po | 676 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 391 insertions(+), 285 deletions(-) commit 3850ec0640600d3794eaa7e0b2a2872d751031d0 Author: Dimitris Spingos Date: Sun Mar 10 06:16:35 2013 +0200 Updated Greek translation help/el/el.po | 169 +++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 145 insertions(+), 24 deletions(-) commit ac60ced9fed081db7ba2418c7cd0f2bc1c8d0b84 Author: Ihar Hrachyshka Date: Thu Mar 7 17:00:00 2013 +0300 Updated Belarusian translation. po/be.po | 455 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 263 insertions(+), 192 deletions(-) commit 8862581359222f3409a722f581c249f812c6b29a Author: Rafael Ferreira Date: Tue Mar 5 10:30:18 2013 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 582 ++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 327 insertions(+), 255 deletions(-)