commit d2cacee065b1412e913e3b38d043e71966a29ceb Author: Guillaume Desmottes Date: Wed Nov 18 17:18:21 2009 +0000 prepare 2.28.1.2 release NEWS | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) commit 8bd6a4dff83ee44e0bbe8268de71f79df864274e Author: Sjoerd Simons Date: Tue Nov 17 11:04:07 2009 +0000 We should ensure, not create muc channels libempathy/empathy-dispatcher.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 56b335a54f4ee007bbb5bc7c70f8f4c04dfc0c41 Author: Aron Xu Date: Mon Nov 16 19:25:40 2009 +0800 Updated Simplified Chinese translation. po/zh_CN.po | 636 +++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 381 insertions(+), 255 deletions(-) commit 5c99eaa8f14e248d8113de516e3550231b652337 Author: Jonny Lamb Date: Thu Nov 12 10:58:34 2009 +0000 Force an unset presence type to appear as offline in the presence chooser and status icon. An unset presence type *does* make sense, but not in these contexts. As an aside, there is no icon for an unset presence, so nothing is displayed, which is bad. Fixes bug #597819 libempathy-gtk/empathy-presence-chooser.c | 6 ++++++ src/empathy-status-icon.c | 7 +++++++ 2 files changed, 13 insertions(+), 0 deletions(-) commit 05138abca45f3a9cb21112ac5ce32dda5f978061 Author: Guillaume Desmottes Date: Wed Nov 11 15:58:37 2009 +0000 empathy-tp-contact-factory: ensure that empathy_tp_contact_factory_get_from_handle always return an error if the contact hasn't been created libempathy/empathy-tp-contact-factory.c | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) commit 5b3eb9d3062cbc50d9b18c75b349e9094c6924f9 Author: Guillaume Desmottes Date: Wed Nov 11 16:20:01 2009 +0000 empathy_dispatch_operation_dispose: fix crash when disconnecting the ready signal We were trying to disconnect the wrong signal and it should be disconnected before unrefing channel_wrapper. libempathy/empathy-dispatch-operation.c | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) commit 0c48f36a0cddfec954ed6c4e41c7dfff2743cd7f Author: Rudolfs Mazurs Date: Mon Nov 9 19:43:33 2009 +0200 Updated Latvian translation. po/lv.po | 3037 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 1997 insertions(+), 1040 deletions(-) commit 9c821df37df1247c515c1e9b0a5406b1915324e2 Author: Guillaume Desmottes Date: Mon Nov 9 12:32:32 2009 +0000 main-window: save the size of the window when destroyed src/empathy-main-window.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit ee887925b62bc81ded2b5e8a8c229ac97a837fea Author: Guillaume Desmottes Date: Mon Nov 9 12:24:32 2009 +0000 empathy-ft-manager: save the size of the window when disposing src/empathy-ft-manager.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit 600d83dd99a280aea36a444b443d14fdc4742994 Author: Guillaume Desmottes Date: Mon Nov 9 12:20:51 2009 +0000 chat-window: save the size of the window when disposing The size wasn't saved when the window was closed before the timeout was fired (#601190). src/empathy-chat-window.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 94c7648a40743ba95bdcb0c9125d679f7d3e88b6 Author: Milo Casagrande Date: Fri Nov 6 21:35:17 2009 +0100 Updated Italian translation po/it.po | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) commit 68cc1a1fa69ee2e84881f85651b8bafd7e6eb264 Author: Reşat SABIQ Date: Fri Nov 6 01:59:09 2009 -0600 Updated Crimean Tatar (Crimean Turkish) translation po/crh.po | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 files changed, 75 insertions(+), 14 deletions(-) commit 66bbc642855b9dafe392c06a37c598a75145a07e Author: Reşat SABIQ Date: Fri Nov 6 01:48:30 2009 -0600 Added Crimean Tatar (Crimean Turkish) translation po/LINGUAS | 1 + po/crh.po | 2912 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 2913 insertions(+), 0 deletions(-) commit 724cd69e9e60f6057f1ea0f95a1fdfb127140f5d Author: Guillaume Desmottes Date: Wed Nov 4 16:59:31 2009 +0000 Empathy should link on Farsight2 Empathy uses some Farsight2 API but doesn't explicitely link on it (#600671). configure.ac | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 0e57e53aae124087c0a37afc699a70b40aaba55a Author: Guillaume Desmottes Date: Tue Nov 3 16:41:25 2009 +0000 empathy-dispatch-operation: ensure that the operation stays alive while tp_channel_call_when_ready is running libempathy/empathy-dispatch-operation.c | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) commit 691ca3a025341d1ccff5a6058961cd4cdad8d0f1 Author: Guillaume Desmottes Date: Tue Nov 3 16:33:50 2009 +0000 empathy-dispatch-operation: ensure that the operation stays alive while tp_connection_call_when_ready is running (#600551) libempathy/empathy-dispatch-operation.c | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) commit 54179096d53c0f18a36ac56982853af10ed47bbd Author: Guillaume Desmottes Date: Tue Nov 3 15:15:08 2009 +0000 get_default_display_name: use the real protocol name to check if it's IRC or not src/empathy-accounts-dialog.c | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) commit cfa11df7819b22f86e5130905e20ffb42f0f077f Author: Milo Casagrande Date: Sun Nov 1 21:22:08 2009 +0100 Updated Italian translation of the help * Updated the screenshot help/it/figures/empathy-main-window.png | Bin 9768 -> 10232 bytes help/it/it.po | 4949 ++++++++++++++++++++++++------- 2 files changed, 3938 insertions(+), 1011 deletions(-) commit ab6cdf918ec2d92cc5f4570c8657a3d36f4f9a9a Author: Guillaume Desmottes Date: Thu Oct 29 14:56:51 2009 +0100 empathy-accounts-dialog: do_constructor: always return a new reference This fix is cleaner than the previous commmit. The constructor now always returns a new reference to the caller. It also now has an extra reference that it will release once the dialog as been destroyed. src/empathy-accounts-dialog.c | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) commit 120fc9120a2de2d0c3064d5aef10a62fe6993d35 Author: Guillaume Desmottes Date: Thu Oct 29 14:18:51 2009 +0100 empathy-accounts-dialog: do_constructor: don't ref the dialog if it already exists (#600023) This breaks the concept of a constructor but the caller isn't supposed to unref it itself anyway (it's unreffed in accounts_dialog_destroy_cb). src/empathy-accounts-dialog.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 90aeac3daa6f7e4939d79609750ab46b64532f00 Author: Guillaume Desmottes Date: Thu Oct 29 12:17:04 2009 +0100 Escape the header of the notification (#599431) src/empathy-status-icon.c | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) commit 9540dd5880e41ed0adea48908402c4725a3209ca Author: Guillaume Desmottes Date: Mon Oct 26 17:52:38 2009 +0000 start dev of next release configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)