commit e7aebe14c38782867e67ad11949a5db1d53a21b8 Author: Guillaume Desmottes Date: Tue Apr 20 12:10:08 2010 +0200 NEWS: fix typo NEWS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3d9c6a6232cae237645985ba747682ab51d9c60c Author: Guillaume Desmottes Date: Tue Apr 20 12:06:28 2010 +0200 prepare 2.30.0.2 release NEWS | 23 +++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 25 insertions(+), 2 deletions(-) commit c540250dd9a84efcc84330ed82e7e1e87255bbeb Author: Guillaume Desmottes Date: Tue Apr 20 11:47:26 2010 +0200 fix show_offline gconf key (#616267) The key is /ui/show_offline not /contacts/show_offline libempathy-gtk/empathy-conf.h | 2 +- src/empathy-main-window.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) commit badfcea7164e9b12916c77c21456d4b382b7cdc9 Author: Guillaume Desmottes Date: Mon Apr 19 15:30:23 2010 +0200 call cb with an error if dispatcher_chat_with_contact* fails libempathy/empathy-dispatcher.c | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) commit f2f939e82822df06bcf35914888d4cb6c1158d99 Author: Guillaume Desmottes Date: Mon Apr 19 15:11:59 2010 +0200 dispatcher_connection_invalidated_cb: terminate pending requests libempathy/empathy-dispatcher.c | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) commit 9b3759d6a7c7ce4ec9c49cce1f7424270f19999d Author: Guillaume Desmottes Date: Mon Apr 19 11:13:17 2010 +0200 empathy_dispatcher_chat_with_contact: check if connection_data is NULL If the connection has been invalidated, it has been removed from priv->connections so we should check to avoid using a NULL pointer (#615970). libempathy/empathy-dispatcher.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit e095c83e79fed15c8bb42edf5fc8e872e6006bcf Author: Mike Ruprecht Date: Sat Apr 17 03:31:04 2010 -0500 Update the Tabs menu when a tab is moved. Previously when a tab was moved, the Tabs menu didn't update regarding the directions the tab could further be moved. If wrapping is off, a tab on the edge moved one way couldn't be moved back. Fixes #616012 src/empathy-chat-window.c | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) commit 8f21b88eadef0136385386185ee0fd260a733dfe Author: Mirsal Ennaime Date: Mon Apr 12 18:31:02 2010 +0200 src/empathy-chat-window.ui: Swap keyboard controls for moving tabs Closes: bgo#615164 Keyboard shortcuts for moving tabs and for changing tabs work in the opposite direction. Users may expect them to work in the same direction and to be consistant with other GNOME applications. The mapping is now Ctrl + Shift + PageUp / PageDown for moving tabs left / right respectively, as it is in GNOME Terminal for instance. src/empathy-chat-window.ui | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 328cdf4c7520b1526b1aac245791f1e97be2d3a5 Author: Guillaume Desmottes Date: Thu Apr 15 17:19:56 2010 +0200 protocol-chooser: return NULL if for some reason we can't find the procol any more This could eventually happen if a CM claims to support a protocol in its manager file but actually don't. Should fix #61582 libempathy-gtk/empathy-protocol-chooser.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit b1a7119082e71351bf2fce3a850206fb322f6096 Author: Guillaume Desmottes Date: Thu Apr 15 14:00:51 2010 +0200 account-widget-generic: embed the advanced section in a GtkScrolledWindow (#615827) libempathy-gtk/empathy-account-widget-generic.ui | 36 +++++++++++++++------- 1 files changed, 25 insertions(+), 11 deletions(-) commit 8e97af466c5385b3fe0f8a16195fe9cdcca2af8c Author: David Laban Date: Wed Apr 14 15:57:54 2010 +0100 account-assistant: make impl_signal_apply() behave more like impl_signal_prepare() Fixes b.g.o#615734 current_page only seems to be == PAGE_ENTER_CREATE the first time you visit the page. After that, it has been seen to be 4 or larger. impl_signal_prepare() currently checks for >=, so I'm copying that, and also dealing with refs in the same way. This patch probably probably actually hides a bug in how current_page is set, because I can't see how it should be set >= 4 because the enum only goes up to 3. I'll look into that now, but the patch is tested and works. src/empathy-account-assistant.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 88ba99c8a14c666106c097a4dd8cd227f07b54cc Author: Žygimantas Beručka Date: Sat Apr 10 21:36:18 2010 +0300 Updated Lithuanian translation po/lt.po | 942 ++++++++++++++++++++++++++------------------------------------ 1 files changed, 390 insertions(+), 552 deletions(-) commit 5cf97e936cf58b94b9a250421a79cc966da5d088 Author: Guillaume Desmottes Date: Fri Apr 9 14:56:09 2010 +0200 remove released flag configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)