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