]> git.0d.be Git - empathy.git/blob - NEWS
265bf9cc4bf2a5a19404f4c4cf9d70565b4a2665
[empathy.git] / NEWS
1 NEW in 0.21.1:
2 =============
3
4  - Display error message when an account failed to connect.
5  - Move chats to its own process.
6  - Move chandlers in $libexecdir
7  - Don't use the same bus name for filter and chandler programs. 
8
9 NEW in 0.21.1:
10 =============
11  - Cleanup licences and copyrights, Modules with 100% collabora code are now
12    relicenced to LGPL.
13  - Hide main window with ALT-F4.
14  - Set chat state to ACTIVE when receiving a message from a contact, avoid
15    staying in COMPOSING state forever for protocols like MSN that do not notify
16    when contact stoped writing.
17  - Don't use deprecated Gtk/GLib API. Mainly replace GtkTooltips by new
18    tooltip API from GTK 2.12.
19  - Use g_timeout_add_seconds when appropriated to avoid weaking the process too
20    much.
21  - Implement EmpathyAvatarChooser and EmpathyAvatarImage and make use of them in
22    contact information windows. That means we can now enlarge avatars when
23    clicking on it and we can set our own avatar if we edit our own contact.
24  - Implement edit personal information window, no vcard supported yet, but it's
25    not possible to set our own alias/avatar.
26  - Bump version to 0.21.1 for GNOME 2.21.1 release.
27
28 NEW in 0.14:
29 ===========
30  - Megaphone applet now uses avatar cache.
31
32 NEW in 0.13:
33 ===========
34  - Completely reworked ContactList API, new EmpathyContactFactory class.
35  - Update to new Telepathy avatar spec.
36  - Dynamic smiley managment and more efficient algorithm to detect smileys in
37    messages. New EmpathySmileyManager class.
38  - Adding capabilities contact property for Audio/Video.
39  - Adding UI to start a VoIP call. Atm it only shows a microphone icon for
40    contacts supporting voice or video but does not make the call. See
41    EMPATHY_VOIP branch for more complete support.
42  - "interactive" property on EmpathyContactListView to enable/disable context
43    menu and action when double-click on a contact.
44  - Add 2 properties to EmpathyIdle to activate auto-away and auto-disconnect,
45    default to off. Only empathy main client will turn them on, like that if
46    other processes are running with an EmpathyIdle instance they won't change
47    presence in the same time than Empathy client.
48  - Cache avatars in ~/.gnome2/Empathy/avatars.
49  - Adding a test program, useful to use with valgrind.
50  - Free return value for async DBus calls, they are not owned by dbus-glib.
51    This fix big leaks.
52
53 NEW in 0.12:
54 ===========
55  - Only update the topic of it has really be changed, avoid diplaying many
56    times "Topic set to:" message.
57  - Some Jabber chatroom sends messages received before we joined the room, avoid
58    displaying those messages if we already logged them last time we joined that
59    room. Previous workaround prevented Empathy to log offline messages.
60
61 NEW in 0.11:
62 ===========
63  - Change main window's title to "Contact list".
64  - Do not list profiles that don't have the corresponding CM installed when
65    creating a new account.
66
67 NEW in 0.10:
68 ===========
69  - Align param names on the left in the generic account settings widget.
70  - Try to guess the server from the jid if we are using the jabber profile.
71
72 NEW in 0.9:
73 ===========
74  - Initial room list support. It doesn't work yet but most of the code is ready.
75  - Tell the user when a message can't be sent.
76  - Set all contacts from salut protocol to the "Local Network" group.
77  - Fix NetworkManager support.
78  - Iconify main window to the status icon like in rhythmbox.
79  - Show avatars in chatrooms.
80  - Fix avatar not being requested when empathy starts.
81  - Remove unused nickname entry and use a GtkTable for room information.
82  - Set a window title and fix alignment of widgets for contact related dialogs
83    (add, edit/view info).
84  - Adding initial API documentation using gtk-doc.
85  - Auto-accept to publish presence to contacts that are in our subscribe list.
86    When accepting a pending contact add it to publish and subscribe list.
87  - Filter incoming text channels and make status icon flash when there we
88    receive a new message. Dispatch the channel only when we get a message and
89    the user click on the icon.
90  - Install libempathy and libempathy-gtk and make their API public. The API is
91    NOT STABLE AT ALL !!!
92
93 NEW in 0.8:
94 ===========
95  - Fixed contact list handling.
96  - Make use of NetworkManager to set presence to OFFILE when we are disconnected
97    and restore presence once we are reconnected.
98  - UI for searching in conversation history and to view all conversations with
99    a given contact.
100  - Do not use 2 different processes (empathy and empathy-chat), merge them
101    into one client. This is easier for debugging and share data.
102  - Do not create log directory for a chat if there is no messages to put in.
103  - Do not set active contacts when creating the store, and when contact groups
104    changed.
105  - Fix warning when using command-line options.
106  - Ignore ssl errors by default. This is needed to connect jabber accounts
107    using ssl.
108  - Adding spellcheck support using aspell.
109  - Lots of bugs fixed.
110
111 NEW in 0.7:
112 ===========
113  - Adding new contacts.
114  - Accept/Reject contacts who wants to get our presence.
115  - Edit/View contacts information.
116  - Get name and topic properties for chatrooms.
117  - Log chats and display 10 last messages when opening a new chat.
118  - Set presence to available for protocols that do not supports presence
119    (SIP, IRC).
120  - Lots of bugs fixed.
121
122 NEW in 0.6:
123 ===========
124  - Join room when clicking on favorite rooms.
125  - Do not restore away presence message when coming back after the user set
126    manually to away.
127  - Set parent window when poping a new window/dialog.
128  - Implement favorite chatroom menu.
129  - Do not highlight contacts already known when creating the contact list.
130  - Do not set status message to "Extended autoaway", let user's message
131    unchanged.
132  - Many bugs and leaks fixed.
133
134 NEW in 0.5:
135 ===========
136  - Do not highlight groups when adding them in the roster.
137  - Do not create new GossipContact object in presence/avatar/alias changed
138    signal if we don't already know that contact from a contact list channel.
139    This should fix DBus max pending calls limit reached in some cases.
140  - New icon for empathy-new-message, empathy-group-message and
141    empathy-proto-irc.
142  - Chatroom support. New objects: GossipNewChatroomDialog, GossipAccountChooser,
143    GossipGroupChat
144  - If we are offline do not set away on idle. If we are already away restore to
145    available when we are no mode idle. Do no modify status message.
146  - Fixed message displaying with fancy themes.
147  - Many bugs fixed.
148
149 NEW in 0.4:
150 ===========
151  - contact list refactoring: EmpathyContactList is an iface implemented by
152    EmpathyTpContactList, EmpathyContactManager and EmpathyTpChatroom.
153    GossipContactList splitted into GossipContactListStore and
154    GossipContactListView, it can display any object implementing the
155    EmpathyContactList iface. Make possible to set custom functions to define
156    the groups of a contact, by default it gets the "group" property of the
157    GossipContact object. This make possible to reuse the contact list UI from
158    the main window for chatrooms where groups are the role/affiliation of the
159    contact on that room.
160  - Auto away when gnome-screensaver says the session is idle and extended away
161    30min after that.
162  - Display ChatState when the contact is composing.
163  - Bugbuddy now reports crashes to GNOME Bugzilla.
164  - New program icon.
165  - Setting i18n support and importing po files from gossip.
166  - Add an example label for jid.
167  - Do not open chat window twice for the same conversation.
168