diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-09-28 21:48:01 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-09-28 21:48:01 +0800 |
commit | 0ec4d338002a89c3968677c6eba3baa915d01c12 (patch) | |
tree | 65c125d87056aa177759ed4d5a5010e5464753ee /NEWS | |
parent | 1e47adb32ebeb88cdf9435fbed4d1fd25ee2f844 (diff) | |
download | gsoc2013-empathy-0ec4d338002a89c3968677c6eba3baa915d01c12.tar gsoc2013-empathy-0ec4d338002a89c3968677c6eba3baa915d01c12.tar.gz gsoc2013-empathy-0ec4d338002a89c3968677c6eba3baa915d01c12.tar.bz2 gsoc2013-empathy-0ec4d338002a89c3968677c6eba3baa915d01c12.tar.lz gsoc2013-empathy-0ec4d338002a89c3968677c6eba3baa915d01c12.tar.xz gsoc2013-empathy-0ec4d338002a89c3968677c6eba3baa915d01c12.tar.zst gsoc2013-empathy-0ec4d338002a89c3968677c6eba3baa915d01c12.zip |
Updated for 0.13 release.EMPATHY_0_13
2007-09-28 Xavier Claessens <xclaesse@gmail.com>
* ChangeLog:
* configure.ac:
* NEWS: Updated for 0.13 release.
svn path=/trunk/; revision=331
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +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 |