commit 9d54c02581f1b01d7dc90156b68dc6704c6258f8 Author: Guillaume Desmottes Date: Wed Jan 9 11:13:37 2013 +0100 prepare 3.6.3 NEWS | 22 ++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 24 insertions(+), 2 deletions(-) commit d626e269cd10cce37a1ca54ff7474ae6aee16df4 Author: Guillaume Desmottes Date: Fri Dec 28 14:29:40 2012 +0100 extensions: fix parallel build Based on a similar fix from Debarshi Ray: f1ab42c0c5332e47b33ecf905afd7fd6c2a344e8 https://bugzilla.gnome.org/show_bug.cgi?id=688132 extensions/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 796b0b439794ca55b7c4114787f80f830ad0e598 Author: Debarshi Ray Date: Fri Nov 30 19:29:13 2012 +0100 Make parallel builds work There is no need to execute glib-ginterface-gen.py twice because it generates both the .c and .h files in one shot. Therefore, merely having one of them (say the .c) depend on the other (say the .h) is enough. Moreover, running it twice breaks parallel builds because one glib-ginterface-gen.py process steps on the other. Based on a suggestion from Ryan Lortie. Fixes: https://bugzilla.gnome.org/688132 extensions/Makefile.am | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) commit d95a09bded20a2cccf0847f4663fd075536399ca Author: Guillaume Desmottes Date: Tue Jan 8 12:31:43 2013 +0100 tp-chat: prepare CONNECTED on the TpConnection first We have to make sure that tp_connection_get_self_contact() won't return NULL. https://bugzilla.gnome.org/show_bug.cgi?id=691006 libempathy/empathy-tp-chat.c | 58 ++++++++++++++++++++++++++++++++++++-------- 1 file changed, 48 insertions(+), 10 deletions(-) commit 620122e5b41b4ae529ffcdb927b6b4898d98b5f3 Author: Guillaume Desmottes Date: Tue Jan 8 10:39:11 2013 +0100 account-settings: early return if SASL earlier We should update the URI schemes and service even if the account uses SASL, so it has to be done *before* the early return. I did not hit this bug before as the only CM on which we use URI schemes (rakia) was not implementing SASL channel when I implemented this feature. https://bugzilla.gnome.org/show_bug.cgi?id=691195 libempathy/empathy-account-settings.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit 273ef9afeabc1de111d4b890dccb3e9153c8c3b1 Author: Guillaume Desmottes Date: Mon Jan 7 14:23:14 2013 +0100 roster-window: ellipsize infobar title This avoid to increase the width of the roster window when displaying the error. https://bugzilla.gnome.org/show_bug.cgi?id=691137 src/empathy-roster-window.c | 1 + 1 file changed, 1 insertion(+) commit 1e7449f5a14e2f031389808206c9991f65d3ade7 Author: Guillaume Desmottes Date: Fri Jan 4 16:08:39 2013 +0100 log-window: escape the body of the message https://bugzilla.gnome.org/show_bug.cgi?id=691085 libempathy-gtk/empathy-log-window.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) commit 1f58b2c7809a6489c069aff8b1b9d1e114bc3f2c Author: Gheyret Kenji Date: Fri Jan 4 16:46:52 2013 +0900 Updated Uyghur translation Signed-off-by: Gheyret Kenji po/ug.po | 3889 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 1980 insertions(+), 1909 deletions(-) commit a6f5c35e7b6b2e8a7d6a1f63f00b9adc01997889 Author: Dr.T.Vasudevan Date: Sun Dec 9 12:45:23 2012 +0530 Updated Tamil translation po/ta.po | 2231 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 1229 insertions(+), 1002 deletions(-) commit 4e24c14b1aaa4adb2e0f18bc683ac553ea9d0d03 Author: ManojKumar Giri Date: Mon Dec 3 16:39:32 2012 +0530 Updated Odia Translation with FUEL implementation. po/or.po | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) commit 173e4151ca7b04e6d4a04714efc296dae854d1e8 Author: Krishnababu Krothapalli Date: Wed Nov 28 15:15:15 2012 +0530 Updated Telugu Translations po/te.po | 226 +++++++++++++++++++++++++-------------------------------------- 1 file changed, 88 insertions(+), 138 deletions(-) commit 6afec09cc7b2abfd5fd196a3e0e24292d4216b4e Author: Ani Peter Date: Tue Nov 27 15:36:12 2012 +0530 Updated Malayalam translations po/ml.po | 153 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 77 insertions(+), 76 deletions(-) commit 771598c130be39e4a6884d5d4fe057f10d02e60b Author: Ani Peter Date: Tue Nov 27 15:31:26 2012 +0530 Updated Malayalam translations po/ml.po | 576 ++++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 381 insertions(+), 195 deletions(-) commit bb46360d0da2582688f99a44bff3a51a9a0ec2a6 Author: Rajesh Ranjan Date: Fri Nov 23 13:41:24 2012 +0530 hindi translation update po/hi.po | 174 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 90 insertions(+), 84 deletions(-) commit 68748b079908614ae9c1976b7fc2fa350df55772 Author: Shankar Prasad Date: Wed Nov 21 16:02:03 2012 +0530 Updated kn translation po/kn.po | 292 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 174 insertions(+), 118 deletions(-) commit 8272468f01ba232565a518bdd7c8893eca751495 Author: Guillaume Desmottes Date: Tue Nov 13 17:06:00 2012 +0100 remove released flag configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)