]> git.0d.be Git - empathy.git/blob - NEWS
update NEWS file
[empathy.git] / NEWS
1
2 NEW in 0.5:
3 ===========
4  - Do not highlight groups when adding them in the roster.
5  - Do not create new GossipContact object in presence/avatar/alias changed
6    signal if we don't already know that contact from a contact list channel.
7    This should fix DBus max pending calls limit reached in some cases.
8  - New icon for empathy-new-message, empathy-group-message and
9    empathy-proto-irc.
10  - Chatroom support. New objects: GossipNewChatroomDialog, GossipAccountChooser,
11    GossipGroupChat
12  - If we are offline do not set away on idle. If we are already away restore to
13    available when we are no mode idle. Do no modify status message.
14  - Fixed message displaying with fancy themes.
15  - Many bugs fixed.
16
17 NEW in 0.4:
18 ===========
19  - contact list refactoring: EmpathyContactList is an iface implemented by
20    EmpathyTpContactList, EmpathyContactManager and EmpathyTpChatroom.
21    GossipContactList splitted into GossipContactListStore and
22    GossipContactListView, it can display any object implementing the
23    EmpathyContactList iface. Make possible to set custom functions to define
24    the groups of a contact, by default it gets the "group" property of the
25    GossipContact object. This make possible to reuse the contact list UI from
26    the main window for chatrooms where groups are the role/affiliation of the
27    contact on that room.
28  - Auto away when gnome-screensaver says the session is idle and extended away
29    30min after that.
30  - Display ChatState when the contact is composing.
31  - Bugbuddy now reports crashes to GNOME Bugzilla.
32  - New program icon.
33  - Setting i18n support and importing po files from gossip.
34  - Add an example label for jid.
35  - Do not open chat window twice for the same conversation.
36