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