commit 106bfb0043995ad179fa9f1277e83e4cec1c62cc Author: Guillaume Desmottes Date: Mon Apr 26 16:39:49 2010 +0200 actually set the empathy_released flag configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ac829226a529d38b5964db2f5224512eed427271 Author: Guillaume Desmottes Date: Mon Apr 26 16:21:02 2010 +0200 prepare 2.30.1 NEWS | 25 +++++++++++++++++++++++++ configure.ac | 6 +++--- 2 files changed, 28 insertions(+), 3 deletions(-) commit a25c8b705401f9d8dfd6037263780427824b4615 Author: Rob Bradford Date: Fri Apr 23 16:23:52 2010 +0100 cc-empathy-accounts-panel: Enable gettext when the panel is created Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=616660 src/Makefile.am | 1 + src/cc-empathy-accounts-panel.c | 4 ++++ 2 files changed, 5 insertions(+), 0 deletions(-) commit e4576d4e7f1770df597c55ff356d6f52cc0c101d Author: Guillaume Desmottes Date: Mon Apr 26 09:42:14 2010 +0200 irc-networks.xml: properly spell 'freenode' (#616711) libempathy/irc-networks.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bc576bc85801f877db75f80481895f2a3c918c08 Author: Sjoerd Simons Date: Sat Apr 24 16:13:50 2010 +0100 Fix X display connection leak Use gdk_x11_get_server_time instead our own function for getting the X server time. This also fixes a leak of one X connection each time empathy_window_present is used without a timestamp. libempathy-gtk/empathy-ui-utils.c | 64 +++++++------------------------------ 1 files changed, 12 insertions(+), 52 deletions(-) commit 155c1ad42bed1b46d6d85b92005112e26d1e3df8 Author: Claude Paroz Date: Mon Apr 26 08:40:41 2010 +0200 Fix French translation (fixes bug #615719) po/fr.po | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit d0703a7a5be0235d2de9778b86aa75b5df5e0b0a Author: Ivar Smolin Date: Mon Apr 26 08:15:45 2010 +0300 Estonian translation updated po/et.po | 38 +++----------------------------------- 1 files changed, 3 insertions(+), 35 deletions(-) commit f7b433c4607c50e649e0e6902d1bd169efa6c532 Author: Milo Casagrande Date: Sun Apr 25 15:30:21 2010 +0200 Updated Italian help translation help/it/it.po | 296 ++++++++++++++++++++++++++++++++------------------------- 1 files changed, 165 insertions(+), 131 deletions(-) commit ea8471b6b738989414c396ce39f4a53de26c6b75 Author: Cheng-Chia Tseng Date: Sun Apr 25 19:29:53 2010 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 267 +++++++++++++++++++++++++++++----------------------------- po/zh_TW.po | 270 +++++++++++++++++++++++++++++------------------------------ 2 files changed, 264 insertions(+), 273 deletions(-) commit fb3b51749db3e0eb4db0f74faed3c68a11743a6e Author: Ask H. Larsen Date: Fri Apr 23 12:08:38 2010 +0200 Updated Danish translation po/da.po | 76 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 38 insertions(+), 38 deletions(-) commit 8f61c9e8f82f76c4663fbfef5d976ceae86ba378 Author: Xandru Armesto Date: Fri Apr 23 07:12:32 2010 +0200 Updated asturian translation po/ast.po | 2601 ++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 1718 insertions(+), 883 deletions(-) commit eb19e841e7db9dfb5ba65e3304759fc65601dd61 Author: Petr Kovar Date: Fri Apr 23 00:15:47 2010 +0200 Fix Czech translation po/cs.po | 266 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 130 insertions(+), 136 deletions(-) commit fb036185c13aba985df71e430590e89541c77de2 Author: Carles Ferrando Date: Thu Apr 22 22:58:34 2010 +0200 Updated Catalan (Valencian) translation po/ca@valencia.po | 5311 +++++++++++++++++++++++++++++++++++++++++------------ 1 files changed, 4154 insertions(+), 1157 deletions(-) commit ab845071a85d6776cafa7e59b8ece198a2f9c0a6 Author: Milo Casagrande Date: Thu Apr 22 21:50:23 2010 +0200 [help] Some updates to the help based on the new version help/C/account-irc.page | 8 +++++--- help/C/account-jabber.page | 2 +- help/C/add-account.page | 3 ++- help/C/audio-call.page | 4 +++- help/C/create-account.page | 17 ++++++++++++++++- help/C/irc-manage.page | 6 ++++++ help/C/remove-account.page | 3 ++- help/C/video-call.page | 4 +++- 8 files changed, 38 insertions(+), 9 deletions(-) commit ab0e8f605cc781f8eda275babc47c1e3cc98545a Author: David Laban Date: Tue Apr 20 15:51:30 2010 +0100 disconnect empathy_call_window_bus_message() in dispose (#616301) Otherwise, we will crash because priv->handler is not there. src/empathy-call-window.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-)