commit 3ac598277bb65f10dcb0c4f979c66e692cc089ce Author: Guillaume Desmottes Date: Mon Sep 9 15:39:43 2013 +0200 prepare 3.8.4 NEWS | 15 +++++++++++++++ configure.ac | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) commit fa72bed70086dc63d06577fde43dc6ed7196e0b9 Author: Guillaume Desmottes Date: Mon Sep 9 15:16:05 2013 +0200 debug-window: ellipsize the message text renderer Ridiculously long messages were crashing empathy-debugger because Pango weren't able to display them all. https://bugzilla.gnome.org/show_bug.cgi?id=696328 src/empathy-debug-window.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) commit a243fdeec4e1f6cb2aff0e7a821fd167f21932bf Author: Emilio Pozuelo Monfort Date: Wed Aug 7 19:29:15 2013 +0200 Don't dereference a NULL error libsecret returns FALSE without an error in some cases but we unconditionally dereference it, causing a crash. https://bugzilla.gnome.org/show_bug.cgi?id=692105 libempathy/empathy-keyring.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 1fc5a6fccf25ed44d39837125916f5282bf80abb Author: Marco Barisione Date: Thu Jul 18 15:09:35 2013 +0100 GOA: ignore non-Telepathy accounts This fixes a crash when trying to remove a GOA account without chat support. https://bugzilla.gnome.org/show_bug.cgi?id=704469 goa-mc-plugin/mcp-account-manager-goa.c | 6 ++++++ 1 file changed, 6 insertions(+) commit 76a11c06dae40c16d70c506b808bec51d5a1cd13 Author: Xavier Claessens Date: Wed Jun 26 15:28:26 2013 +0200 AccountsDialog: Ellipsize account dispaly name This fix gnome-shell crash if the name is too big, because it makes the window huge. https://bugzilla.gnome.org/show_bug.cgi?id=702095 src/empathy-accounts-dialog.c | 1 + 1 file changed, 1 insertion(+) commit 6bace22f3ffb9695870267e2a59858b3feeaa83e Author: Ryan Lortie Date: Sat Jun 8 12:19:39 2013 -0400 Fix escaping of text in empathy log window We insert text into the log window by using a javascript expression, with the text to insert quoted with single quotes. Ensure that we apply the correct escaping so that backslashes and quote characters are taken literally. https://bugzilla.gnome.org/show_bug.cgi?id=691085 libempathy-gtk/empathy-log-window.c | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) commit e23e2b8330f63207867224ab96ef11b2aedf9cfc Author: Guillaume Desmottes Date: Mon Jun 10 10:07:33 2013 +0200 debug-window: fix messages array leak https://bugzilla.gnome.org/show_bug.cgi?id=701914 src/empathy-debug-window.c | 1 + 1 file changed, 1 insertion(+) commit 69cd22c4b53c2b25cf5a22180bfddf0784c8db33 Author: Xavier Claessens Date: Mon Jun 10 17:34:01 2013 +0200 EmpathyNewChatroomDialog: Do not crash if the CM omitted handle-name https://bugzilla.gnome.org/show_bug.cgi?id=698742 src/empathy-new-chatroom-dialog.c | 6 ++++++ 1 file changed, 6 insertions(+) commit 351ba3a165a5c8e74cca0f8160c399d9bb669e29 Author: Xavier Claessens Date: Mon Jun 10 17:09:19 2013 +0200 EmpathyNewChatroomDialog: Make sure we use the TpRoomList that correspond to selected account When switching account before tp_room_list_new_async() finish, there is a race for which one will finish first. We ignore the new TpRoomList if it does not correspond to the currently selected account. https://bugzilla.gnome.org/show_bug.cgi?id=698742 src/empathy-new-chatroom-dialog.c | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) commit 6f3a33388a48a134142795540571f425ea165d26 Author: Xavier Claessens Date: Mon Jun 10 17:08:11 2013 +0200 EmpathyNewChatroom: Fix comment to correspond to the reality The comments where out of sync with the en COL_* enum. https://bugzilla.gnome.org/show_bug.cgi?id=698742 src/empathy-new-chatroom-dialog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit ec619f9805258aa9d623e2651fb604b80d49f795 Author: Guillaume Desmottes Date: Fri May 24 15:59:57 2013 +0200 remove released flag configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)