X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=NEWS;h=820eb23946c2854c4e56dccf2413de6d37012fb3;hp=037efa45483f7c7f56a4da9acf4ef78aa128c040;hb=cb967b4780dd2f0df87a448fee0a47b25df0cce1;hpb=05e7fd96abe45069bb18a12456d30ca73e96e139 diff --git a/NEWS b/NEWS index 037efa45..820eb239 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,55 @@ +NEW in 0.21.2: +============= + + - Display error message when an account failed to connect. + - Move chats to its own process. + - Move chandlers in $libexecdir + - Don't use the same bus name for filter and chandler programs. + +NEW in 0.21.1: +============= + - Cleanup licences and copyrights, Modules with 100% collabora code are now + relicenced to LGPL. + - Hide main window with ALT-F4. + - Set chat state to ACTIVE when receiving a message from a contact, avoid + staying in COMPOSING state forever for protocols like MSN that do not notify + when contact stoped writing. + - Don't use deprecated Gtk/GLib API. Mainly replace GtkTooltips by new + tooltip API from GTK 2.12. + - Use g_timeout_add_seconds when appropriated to avoid weaking the process too + much. + - Implement EmpathyAvatarChooser and EmpathyAvatarImage and make use of them in + contact information windows. That means we can now enlarge avatars when + clicking on it and we can set our own avatar if we edit our own contact. + - Implement edit personal information window, no vcard supported yet, but it's + not possible to set our own alias/avatar. + - Bump version to 0.21.1 for GNOME 2.21.1 release. + +NEW in 0.14: +=========== + - Megaphone applet now uses avatar cache. + +NEW in 0.13: +=========== + - Completely reworked ContactList API, new EmpathyContactFactory class. + - Update to new Telepathy avatar spec. + - Dynamic smiley managment and more efficient algorithm to detect smileys in + messages. New EmpathySmileyManager class. + - Adding capabilities contact property for Audio/Video. + - Adding UI to start a VoIP call. Atm it only shows a microphone icon for + contacts supporting voice or video but does not make the call. See + EMPATHY_VOIP branch for more complete support. + - "interactive" property on EmpathyContactListView to enable/disable context + menu and action when double-click on a contact. + - Add 2 properties to EmpathyIdle to activate auto-away and auto-disconnect, + default to off. Only empathy main client will turn them on, like that if + other processes are running with an EmpathyIdle instance they won't change + presence in the same time than Empathy client. + - Cache avatars in ~/.gnome2/Empathy/avatars. + - Adding a test program, useful to use with valgrind. + - Free return value for async DBus calls, they are not owned by dbus-glib. + This fix big leaks. + NEW in 0.12: =========== - Only update the topic of it has really be changed, avoid diplaying many