commit 2373c95f59be6bcd4041c2258a6158095b44e2f3 Author: Guillaume Desmottes Date: Mon Oct 26 17:15:24 2009 +0000 prepare 2.28.1.1 release NEWS | 31 +++++++++++++++++++++++++++++++ 1 files changed, 31 insertions(+), 0 deletions(-) commit 054f27602448890116a67447e07032eb228bc82c Author: Guillaume Desmottes Date: Mon Oct 26 15:31:26 2009 +0000 dispatcher_request_handles_cb: use request_data->dispatcher to get the self pointer We don't pass a weak pointer to tp_cli_connection_call_request_handles so we can't rely on it (#599612). libempathy/empathy-dispatcher.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5869623467e5c7746a4ad857f6ff0a69447816e7 Author: Guillaume Desmottes Date: Mon Oct 26 14:40:37 2009 +0000 theme_adium_parse_body: escape text between links libempathy-gtk/empathy-theme-adium.c | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) commit 8ee73a8dd92a52c9a214fc6a62702638f1b0b84f Author: Guillaume Desmottes Date: Mon Oct 26 14:03:58 2009 +0000 theme_adium_parse_body: escape all the text if smileys are disabled (#599640) libempathy-gtk/empathy-theme-adium.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit b89e72122e3f27f1341a3536f464d0e5c0acde99 Author: Xavier Claessens Date: Mon Oct 26 12:58:11 2009 +0000 theme_adium_append_event: escape text libempathy-gtk/empathy-theme-adium.c | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) commit b354b0dfc20be06b15f32866be119beb4e93e027 Author: Leonid Kanter Date: Mon Oct 26 00:42:05 2009 +0200 Fixed hotkey po/ru.po | 124 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 62 insertions(+), 62 deletions(-) commit 024768c3ddf14234bb9ee7a8d4ab585aa4de0a3a Author: Xavier Claessens Date: Sun Oct 25 17:54:49 2009 +0100 Fix crash when joining a chat, GTK_WIDGET_VISIBLE is not NULL-safe src/empathy-chat-window.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 2331c9bf7995be07797a42c3ebc3f91aa03db529 Author: Rob Bradford Date: Fri Oct 23 17:18:05 2009 +0100 empathy-chat-window: Don't update the Contact menu if visible If the Contact menu is currently visible do not update it. Instead update it once the menu is hidden. Fixes: #591360 src/empathy-chat-window.c | 31 ++++++++++++++++++++++++++----- 1 files changed, 26 insertions(+), 5 deletions(-) commit 9ad94f9f96cb1b7aa438d264a6b8989279add8fd Author: Guillaume Desmottes Date: Fri Oct 23 11:17:23 2009 +0100 empathy-protocol-chooser: don't cache TpConnectionManagerProtocol in the store TpConnectionManagerProtocol are not garanteed to stay valid so we shouldn't cache them in the store. Instead, we cache the protocol name and call tp_connection_manager_get_protocol each time we need it. This should fix crashers as the ones reported in #599386. libempathy-gtk/empathy-protocol-chooser.c | 75 ++++++++++++++++++----------- 1 files changed, 47 insertions(+), 28 deletions(-) commit 6ffab6e98fb482399e8319c726c3a801c8ca7b5d Author: Guillaume Desmottes Date: Thu Oct 22 12:08:50 2009 +0100 fix a comment so the style checker is happy (#599243) libempathy-gtk/empathy-avatar-chooser.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ff53b31db29f8fac8ca19e9ee60c20e8bd32edbc Author: Tommi Vainikainen Date: Thu Oct 22 09:01:26 2009 +0300 Updated Finnish translation po/fi.po | 184 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 105 insertions(+), 79 deletions(-) commit 5cdb6fb6d19c743aac56218b914b98259c49812d Author: Theppitak Karoonboonyanan Date: Thu Oct 22 08:24:15 2009 +0700 Updated Thai translation. po/th.po | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 36496faf485d1f6f42ae2d13c6441a918a367cb2 Author: Ivar Smolin Date: Wed Oct 21 22:40:53 2009 +0300 Updating Estonian translation po/et.po | 37 ++++++++++++++++++++++++++++++------- 1 files changed, 30 insertions(+), 7 deletions(-) commit 73c42cf8b051a58244693f73f4a5646499636227 Author: Guillaume Desmottes Date: Wed Oct 21 18:00:00 2009 +0100 empathy-account-settings: fix CLAMP usage CLAMP syntax is (x, low, high), not (low, x, high). Also add some cast to fix compiler warnings. libempathy/empathy-account-settings.c | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-) commit d945b6607db76046ec736d41afa89f3c6368bc2b Author: Žygimantas Beručka Date: Wed Oct 21 12:43:49 2009 +0300 Updated Lithuanian translation po/lt.po | 175 ++++++++++++++++++++++++++------------------------------------ 1 files changed, 73 insertions(+), 102 deletions(-) commit 0e42dd141a98a8d328456804ee9b0ed5770b7411 Author: Felix Kaser Date: Tue Oct 20 10:20:02 2009 +0200 Ignoring non installed languages Languages which are in the gconf setting but are not installed any more are ignored, fixes bug #598954 libempathy-gtk/empathy-spell.c | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) commit 62a30389b6b945d0ed49af5f1cf4e1c7d06b18e3 Author: Guillaume Desmottes Date: Tue Oct 20 14:01:58 2009 +0100 start dev of 2.28.2 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 15d5a373c53360420849265bb9c5b440629c4e1c Author: Guillaume Desmottes Date: Tue Oct 20 12:05:43 2009 +0100 release.py: stop hardcoding the GNOME username used for uploads release.py | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) commit bc48535cbf84cb580641a4a95bec82df61bfda6d Author: Xavier Claessens Date: Tue Oct 20 12:30:17 2009 +0200 Correctly lookup project page for release notes release.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)