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