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