]> git.0d.be Git - empathy.git/blob - NEWS
updated
[empathy.git] / NEWS
1 NEW in 0.9:
2 ===========
3  - Initial room list support. It doesn't work yet but most of the code is ready.
4  - Tell the user when a message can't be sent.
5  - Set all contacts from salut protocol to the "Local Network" group.
6  - Fix NetworkManager support.
7  - Iconify main window to the status icon like in rhythmbox.
8  - Show avatars in chatrooms.
9  - Fix avatar not being requested when empathy starts.
10  - Remove unused nickname entry and use a GtkTable for room information.
11  - Set a window title and fix alignment of widgets for contact related dialogs
12    (add, edit/view info).
13  - Adding initial API documentation using gtk-doc.
14  - Auto-accept to publish presence to contacts that are in our subscribe list.
15    When accepting a pending contact add it to publish and subscribe list.
16  - Filter incoming text channels and make status icon flash when there we
17    receive a new message. Dispatch the channel only when we get a message and
18    the user click on the icon.
19  - Install libempathy and libempathy-gtk and make their API public. The API is
20    NOT STABLE AT ALL !!!
21
22 NEW in 0.8:
23 ===========
24  - Fixed contact list handling.
25  - Make use of NetworkManager to set presence to OFFILE when we are disconnected
26    and restore presence once we are reconnected.
27  - UI for searching in conversation history and to view all conversations with
28    a given contact.
29  - Do not use 2 different processes (empathy and empathy-chat), merge them
30    into one client. This is easier for debugging and share data.
31  - Do not create log directory for a chat if there is no messages to put in.
32  - Do not set active contacts when creating the store, and when contact groups
33    changed.
34  - Fix warning when using command-line options.
35  - Ignore ssl errors by default. This is needed to connect jabber accounts
36    using ssl.
37  - Adding spellcheck support using aspell.
38  - Lots of bugs fixed.
39
40 NEW in 0.7:
41 ===========
42  - Adding new contacts.
43  - Accept/Reject contacts who wants to get our presence.
44  - Edit/View contacts information.
45  - Get name and topic properties for chatrooms.
46  - Log chats and display 10 last messages when opening a new chat.
47  - Set presence to available for protocols that do not supports presence
48    (SIP, IRC).
49  - Lots of bugs fixed.
50
51 NEW in 0.6:
52 ===========
53  - Join room when clicking on favorite rooms.
54  - Do not restore away presence message when coming back after the user set
55    manually to away.
56  - Set parent window when poping a new window/dialog.
57  - Implement favorite chatroom menu.
58  - Do not highlight contacts already known when creating the contact list.
59  - Do not set status message to "Extended autoaway", let user's message
60    unchanged.
61  - Many bugs and leaks fixed.
62
63 NEW in 0.5:
64 ===========
65  - Do not highlight groups when adding them in the roster.
66  - Do not create new GossipContact object in presence/avatar/alias changed
67    signal if we don't already know that contact from a contact list channel.
68    This should fix DBus max pending calls limit reached in some cases.
69  - New icon for empathy-new-message, empathy-group-message and
70    empathy-proto-irc.
71  - Chatroom support. New objects: GossipNewChatroomDialog, GossipAccountChooser,
72    GossipGroupChat
73  - If we are offline do not set away on idle. If we are already away restore to
74    available when we are no mode idle. Do no modify status message.
75  - Fixed message displaying with fancy themes.
76  - Many bugs fixed.
77
78 NEW in 0.4:
79 ===========
80  - contact list refactoring: EmpathyContactList is an iface implemented by
81    EmpathyTpContactList, EmpathyContactManager and EmpathyTpChatroom.
82    GossipContactList splitted into GossipContactListStore and
83    GossipContactListView, it can display any object implementing the
84    EmpathyContactList iface. Make possible to set custom functions to define
85    the groups of a contact, by default it gets the "group" property of the
86    GossipContact object. This make possible to reuse the contact list UI from
87    the main window for chatrooms where groups are the role/affiliation of the
88    contact on that room.
89  - Auto away when gnome-screensaver says the session is idle and extended away
90    30min after that.
91  - Display ChatState when the contact is composing.
92  - Bugbuddy now reports crashes to GNOME Bugzilla.
93  - New program icon.
94  - Setting i18n support and importing po files from gossip.
95  - Add an example label for jid.
96  - Do not open chat window twice for the same conversation.
97