]> git.0d.be Git - empathy.git/blob - NEWS
Update NEWS
[empathy.git] / NEWS
1 NEW in 0.23.4
2 ==============
3  - Save avatar to file when right click on the avatar image (Guillaume Desmottes).
4  - Made the Close button the default widget in the contact edit dialog. (Jonny Lamb)
5  - Made account removal confirmation dialog modal. (Jonny Lamb)
6  - Set an smiley icon for the "Insert smiley" menu item. (Xavier Claessens).
7  - Set an icon for the spellcheck menu item (Xavier Claessens).
8  - Fix the bug "Incoming call from (null)" (Alban Crequy)
9  - Do not show the keypad when the media channel does not have the DTMF interface  (Alban Crequy).
10  - Better dialog message when a call is rejected (Alban Crequy)
11  - Use empathy.foo() instead of empathy_foo() for functions binding (Xavier Claessens).
12  - EmpathyCallWindow: Get a new video preview when pushing a new call into the window.  (Sjoerd Simons).
13
14 Bugs fixed:
15  - Fixed #537690, crash in Empathy Instant Messenger: Adding new SIP contact t... (Xavier Claessens)
16  - Fixed #540360, crash in Empathy Instant Messenger: starting empathy (Xavier Claessens)
17  - Fixed #526892, Should set the buddy icon as window icon (Xavier Claessens)
18  - Fixed #532622, No way to send a message with the mouse. (Xavier Claessens)
19  - Fixed #534425, Username is full ID (should it detect missing @ekiga.net?) (Xavier Claessens)
20  - Fixed #535080, Add a --silent option (Marco Pesenti Gritti)
21  - Fixed #536391, Existing chat window moves when a new chat window is opened (Ross Burton)
22  - Fixed #536628, Close contact list when Escape is pressed (Ross Burton)
23  - Fixed #536984, Should select the right account when reconfigure a bugged account (Xavier Claessens)
24  - Fixed #537129, Does not build with gcc 4.3.0 (Cosimo Cecchi)
25  - Fixed #537249, Use function to check GTK+ version instead of mangling directly (Ross Burton)
26  - Fixed #541431, Feature to save a contact's display picture (Guillaume Desmottes)
27  - Fixed #542196, Reverse order of buttons on the dialog box to delete a contact (or a group) (Gaëtan Podevijn)
28  - Fixed #542231, Tubes: memory freed with tp_g_value_slice_free instead of g_free() (Alban Crequy)
29
30 Translations:
31  - Updated de translation  (Andre Klapper).
32  - Updated Galician Translation. (icq).
33  - Updated es translation  (Jorge Gonzalez).
34  - Updated Norwegian bokmål translation. (kmaraas).
35  - Updated Occitan translation (ymarcheg).
36  - Updated sv translation  (Daniel Nylander).
37  - Updated vi translation  (Clytie Siddall).
38  - Updated Russian translation. (Il'ya Mertsalov).
39  - Updated fr translation. (claudep).
40  - Updated Arabic Translation. (Abou Manal).
41
42 NEW in 0.23.3
43 ==============
44  - Updated manual (Milo Casagrande).
45  - Set a tooltip on contact list view showing EmpathyContactWidget information.
46    Only enabled if running with GTK+ >= 2.12.10 because of
47    bug #504087 (Xavier Claessens).
48  - Move avatar cache to ~/.cache and don't mix avatar from different contacts,
49    tokens are not garanteed to be different. (Xavier Claessens).
50
51 Bugs fixed:
52  - Fixed #465928, The status icon keep blinking when opening a chat with the contact list (Xavier Claessens)
53  - Fixed #527970, don't permit to call several time the same personn (Xavier Claessens)
54  - Fixed #531414, The "menu" key doesn't work in the contact list (Baptiste Mille-Mathias)
55  - Fixed #533541, Schema short description improved (Claude Paroz)
56  - Fixed #533732, Help button missing from the Accounts dialog (Milo Casagrande)
57  - Fixed #533840, BaconMessageConnection and D-Bus interaction (Xavier Claessens)
58
59 Translations:
60  - Updated es translation  (Jorge Gonzalez).
61  - Updated ja translation  (Takeshi AIHANA).
62  - Updated Norwegian bokmål translation. (kmaraas).
63  - Updated Arabic Translation by Abou Manal. (djihed).
64  - Updated French translation (claudep).
65
66 NEW in 0.23.2
67 ==============
68  - Keep a priv pointer in the object struct instead of using
69    G_TYPE_INSTANCE_GET_PRIVATE all the time. (Xavier Claessens).
70  - If self presence message is "" do like if it was NULL. (Xavier Claessens).
71  - Do not request video stream until the user click on the 'send video' box. (Xavier Claessens).
72  - Implement DTMF and add a keypad on call window. (Xavier Claessens).
73  - Make use of tp-glib debug system. (Xavier Claessens).
74  - Rework call window: Use GtkVolumeButton, only one button to hang up calls,
75    let s-e add black borders to keep good video ration and add a confirmation
76    dialog to accept/reject incoming calls. (Xavier Claessens).
77  - Remove conditional build of VOIP. (Xavier Claessens).
78  - Do not apply different theme to chat and chatrooms (Xavier Claessens).
79
80 Bugs fixed:
81  - Fixed #460624, Use enchant instead of aspell (Frederic Peters)
82  - Fixed #523918, Empathy sometimes loose messages (Xavier Claessens)
83  - Fixed #526926, "This call will be ended. Continue?" dialog should be rephrased (Elliot Fairweather, Xavier Claessens)
84  - Fixed #529049, Empathy should know when an apt:// link appears (Gaëtan Podevijn)
85  - Fixed #529436, Lacking string hyphenation (Baptiste Mille-Mathias)
86  - Fixed #529437, Incorrect spacing in some strings (Baptiste Mille-Mathias)
87  - Fixed #529439, Incorrect capitalisation in some strings (Baptiste Mille-Mathias)
88  - Fixed #529552, Please incorporate the man pages written for Debian (Simon McVittie)
89  - Fixed #529651, 0.23.1: Compilation (Linking) Failure (Xavier Claessens)
90  - Fixed #530090, Stock ids marked for translation (Gabor Kelemen)
91
92 Translations:
93  - Updated Galician Translation and POTFILES.in (icq).
94  - Updated cs translation  (Lucas Lommer).
95  - Updated Norwegian bokmål translation. (kmaraas).
96  - updated he translation (yairhr).
97  - Updated Slovenian translation (mateju).
98  - Updated es translation  (Jorge Gonzalez).
99  - Updated Slovenian translation (mateju).
100  - Updated hu translation (kelemeng).
101  - Updated sv translation  (Daniel Nylander).
102  - Updated en_GB translation  (Philip Withnall).
103
104 NEW in 0.23.1
105 ==============
106  - Show contact list when a chat becomes a chatroom. (Xavier Claessens).
107  - Dispatch each Tube to the application handling its service. (Elliot Fairweather, Xavier Claessens).
108  - Added introduction and started the Getting Started section of help manual (Milo Casagrande).
109  - Add build system for help manual (Xavier Claessens).
110  - Some code cleanup (Xavier Claessens).
111  - Already open channels are considered OUTGOING. (Xavier Claessens).
112  - Drop Chandler and Filter, do not use MC for dispatching channels, do it ourself. Everything is now in the same process. (Xavier Claessens).
113  - Remove libtelepathy dep and use telepathy-glib instead. (Xavier Claessens).
114  - Remove Room menu, chatrooms will be handled in a dedicated program. (Xavier Claessens).
115  - Unify EmpathyPrivateChat and EmpathyGroupChat. (Xavier Claessens).
116  - Unify EmpathyTpChatroom and EmpathyTpChat. (Xavier Claessens).
117  - Do not autoconnect if networkmanager says we are not connected at startup. (Xavier Claessens).
118  - Move modules that make no sense to be used in other applicaton from libempathy-gtk/ to src/ (Xavier Claessens).
119  - Convert all files to glade3 (Laurent Bigonville).
120
121 Bugs fixed:
122  - Fixed #526145, crash in Empathy Instant Messenger: Tryint to persuade Zdra,... (Xavier Claessens)
123  - Fixed #475789, Compact mode + avatars = bad padding (Marco Barisione)
124  - Fixed #479697, no sounds (Frederic Peters)
125  - Fixed #489978, Removing NotHere applet from panel (Frederic Peters)
126  - Fixed #496309, empathy translation issues (Andre Klapper)
127  - Fixed #513676, Need a widget to configure AIM accounts (Andreas Henriksson)
128  - Fixed #513679, Need a widget to configure SIP accounts (Baptiste Mille-Mathias)
129  - Fixed #514380, Drop gnome-vfs dependency (Cosimo Cecchi)
130  - Fixed #517776, Groupwise profile (Vincent Untz)
131  - Fixed #519946, Confirmation dialog on remove contact/group (Bruno Dusausoy)
132  - Fixed #521554, Diplay all the favourite rooms in the favourite room dialog (Marco Barisione)
133  - Fixed #521570, Set to unsensitive the 'show avatars' option when using compact mode (Marco Barisione)
134  - Fixed #522297, libempathy-gtk Python binding: cannot create a ContactListStore (Juan Pizarro)
135  - Fixed #522528, Missing files in POTFILES.in (nshmyrev)
136  - Fixed #522780, Couldn't build latest Empathy trunk (rev. 807) (Xavier Claessens)
137  - Fixed #522862, Need a GUI to configure groupwise account (Vincent Untz)
138  - Fixed #523703, Deprecated glib symbols used. (Frederic Peters)
139  - Fixed #525039, Should not be started automatically via /etc/xdg/autostart (Frederic Peters)
140  - Fixed #525084, Crash at GNOME startup (Xavier Claessens)
141  - Fixed #525562, Empathy should not require python-config (Frederic Peters)
142  - Fixed #526374, Crash in EmpathyContactListStore (Xavier Claessens)
143  - Fixed #526927, "This call will be ended. Continue?" has no purpose when call status is disconnected (Frederic Peters)
144  - Fixed #527452, Too difficult SIP configure UI (Frederic Peters)
145  - Fixed #527454, Better call dialog (Naba Kumar)
146  - Fixed #527713, crash when opening a chat with the keyboard (Frederic Peters)
147  - Fixed #527876, "registrar" misspelled (Frederic Peters)
148  - Fixed #527924, NotHere applet doesn't find icons (Frederic Peters)
149  - Fixed #528229, chat dialogs way too large (Xavier Claessens)
150  - Fixed #528287, Contact not shown in the contact list when he comes online (Xavier Claessens)
151  - Fixed #528529, escaping text in strings using Pango markup (Frederic Peters)
152  - Fixed #528542, Help is displayed on stderr, but stderr may go to log file (Frederic Peters)
153  - Fixed #528596, Missing l10n for strings in call window (Frederic Peters)
154
155 Translations:
156  - Updated es translation (Jorge Gonzalez).
157  - Updated el translation (Giannis Katsampirhs).
158  - Updated ca translation (Gil Forcada).
159  - Updated Basque translation (Inaki Larranaga Murgoitio).
160
161 NEW in 0.22.0
162 ==============
163  - Queue received messages until the sender got his alias. (Xavier Claessens).
164
165 Bugs fixed:
166  - Fixed #466521, Add an advanced expander in the generic setting widget (Marco Barisione)
167  - Fixed #479534, remember conversation window sizes (Marco Barisione)
168  - Fixed #501805, empathy should prevent to run multiple instances (Marco Barisione)
169  - Fixed #505616, linkability of URL broken on _ (Marco Barisione)
170  - Fixed #520788, Wrong button order in the favourite rooms dialog (Marco Barisione)
171  - Fixed #521051, empathy_main_window_show() should use empathy_window_present() (Marco Barisione)
172
173 Translations:
174  - Updated Finnish translation (ituohela).
175  - Updated en_GB translation  (Philip Withnall).
176  - Updated sv translation  (Daniel Nylander).
177  - Updated it translation  (Milo Casagrande).
178  - Updated Spanish translation  (Jorge Gonzalez).
179  - Updated fr translation  (Robert-André Mauchin).
180
181 NEW in 0.21.91
182 ==============
183  - Blink the status icon for new incoming calls. (Xavier Claessens).
184  - Close the media channel if stream engine crashes. (Xavier Claessens).
185  - Change status to closed if stream engine dies or if a call fails. (Xavier Claessens).
186  - Make use of generated code for using stream engine. (Xavier Claessens).
187  - Add a GUI to configure IRC accounts (Guillaume Desmottes).
188  - accounts-dialog: swap the create and previous button (Guillaume Desmottes).
189  - save when adding/removing networks (Guillaume Desmottes).
190  - check if network !=  NULL before trying to set its charset (Guillaume Desmottes).
191  - New call code, should be more usable (Elliot Fairweather).
192  - Try to create salut account if getting the gconf key fails. (Xavier Claessens).
193  - Add a generic UI to make easy building UI for protocol specific settings. (Xavier Claessens).
194  - Fix setting avatar on salut.  (Sjoerd Simons).
195  - Use EMPATHY_SRCDIR environment variable to load uninstalled glade/xml/dtd files (Xavier Claessens).
196
197 Bugs fixed:
198  - Fixed #505585, Improve .gitignore (Guillaume Desmottes)
199  - Fixed #505622, add "check" framework support (Guillaume Desmottes)
200  - Fixed #507515, "has come online" is printed even if peer has been online the whole time (Xavier Claessens)
201  - Fixed #507656, "make valgrind" broken (Guillaume Desmottes)
202  - Fixed #513673, Need a GUI to configure ICQ accounts (Andreas Henriksson)
203  - Fixed #513674, Need a GUI to configure Yahoo! accounts (Susana)
204  - Fixed #516198, Thinks contacts come online each time a chat dialog is opened (Xavier Claessens)
205  - Fixed #517098, Critical warnings viewing previous conversations (Xavier Claessens)
206
207 Translations:
208  - Updated pt_BR translation  (Og Maciel).
209  - Updated sv translation (Daniel Nylander).
210  - Updated Spanish translation  (Jorge Gonzalez).
211  - Updated Arabic Translation (Abou Manal).
212  - Updated eu translation  (Inaki Larranaga Murgoitio).
213  - Updated Occitan translation (ymarcheg).
214  - Updated Basque translation. (dooteo).
215  - Updated Finnish translation (ituohela).
216  - Updated ja translation  (Takeshi AIHANA).
217  - Updated Nepali Translation (pachimho).
218  - Updated Finnish translation (ituohela).
219  - Updated Galician Translation. (icq).
220  - Added Hebrew translation (yairhr).
221
222 NEW in 0.21.90
223 ==============
224  - Change "new message" dialog to "new conversation" and make possible to do voip call. (Xavier Claessens).
225  - Try to load dtd and glade files from the srcdir. (Xavier Claessens).
226  - Add a property to have or not groups on EmpathyContactListStore (Xavier Claessens).
227  - Add a features property on EmpathyContactListView to enable/disable each action. (Xavier Claessens).
228  - Add a program to show chat logs (Xavier Claessens).
229  - Add a cancel button on the custom message diaog (Xavier Claessens).
230  - Unset account parameter if user gives an empthy value. (Xavier Claessens).
231  - Show/Hide main window when changing corresponding gcong key. (Xavier Claessens).
232
233 Bugs fixed:
234  - Fixed #501467, improve accounts dialog (Xavier Claessens)
235  - Fixed #507840, New UI for Jabber accounts (Xavier Claessens)
236  - Fixed #509906, empathy is showing off-line contacts before on-line ones (Xavier Claessens)
237  - Fixed #511048, Ellipsize error button (Xavier Claessens)
238  - Fixed #511841, account has to be selected to (un)check its checkbox (Carl-Anton Ingmarsson)
239  - Fixed #515008, Nickname should be in the main section of the preferences for salut accounts (Marco Barisione)
240  - Fixed #515010, Do not be automatically set published name for new salut accounts (Marco Barisione)
241  - Fixed #511679, Empathy HEAD doesn't build (Guillaume Desmottes)
242
243 Translations:
244  - Updated eu translation (Inaki Larranaga Murgoitio).
245  - Updated Arabic Translation (Djihed Afifi).
246  - Updated Galician Translation. (icq).
247  - Updated Spanish translation (Jorge Gonzalez).
248
249 NEW in 0.21.5.2
250 ==============
251  - Update API documentation generator. (Xavier Claessens).
252  - Update python binding for new API. (Xavier Claessens).
253  - Rename BlockType to EMPATHY_CHAT_VIEW_BLOCK to respect namespace (Xavier Claessens).
254  - Change EMPATHY_AVATAR_CHOOSER_TYPE to EMPATHY_TYPE_AVATAR_CHOOSER (Xavier Claessens).
255  - Ignore ssl errors for gtalk profile by default otherwise it won't connect. (Xavier Claessens).
256
257 Bugs fixed:
258  - Fixed #509656, crash in Empathy Instant Messenger: Nothing. I was viewing s... (Xavier Claessens)
259
260 Translations:
261  - Updated ja Translation (Takeshi AIHANA).
262  - Updated sv Translation (Daniel Nylander).
263
264 NEW in 0.21.5.1
265 ==============
266  - Fix release.py script to give correct author of fixed bug.
267  - Fix NEWS file with correct authors
268  - BUMP ABI version, forgot that for release 0.21.5
269
270 NEW in 0.21.5
271 ==============
272  - Adding a release.py script that uses git.
273  - Add SIP icon picked from pidgin.
274  - Cleanup icons: Regenerate icons from SVG at 16, 22, 24, 32 and 48 size.
275    Change xmpp-link-local icon from apple's to the avahi icon. Still missing SVG
276    for im-message, im-message-new and user-typing.
277  - Add avatar token in logs and load avatar from cache when getting logs messages.
278  - Reset status message when coming back from away and the status was manually
279    set to away.
280  - Update profiles based on N810's.
281  - Remove ChangeLog and po/ChangeLog, new release script uses git logs and
282    generates ChangeLog file from git.
283  - Add .gitignore files.
284  - Chandlers leaves when there is no more channels to handle.
285  - Set call window title to contact name
286  - Import Gossip's chat theme system and simplify it a bit.
287
288 Bugs fixed:
289  - Fixed #466960, status icon tooltip doesn't change when status changes (Xavier Claessens)
290  - Fixed #508520, :0 smiley conversion shouldn't happen for times (Xavier Claessens)
291  - Fixed #499885, Automatically connect at session start (Carl-Anton Ingmarsson)
292  - Fixed #507656, "make valgrind" broken (Guillaume Desmottes)
293  - Fixed #459520, Can't remove a group (David Turner)
294  - Fixed #447851, Wider list of participants in group chat/IRC channel (Rohit Agrawal)
295  - Fixed #505622, add "check" framework support (Guillaume Desmottes)
296  - Fixed #490153, Join _New... icon (Michael Monreal)
297  - Fixed #502932, Text selection in Accounts window (Xavier Claessens)
298
299 Translations:
300  - Updated Spanish Translation (jorgegonz).
301  - Updated Norwegian bokmål Translation (kmaraas).
302  - Updated Occitan Translation (ymarcheg).
303  - Updated French Translation (claudep).
304  - Updated Swedish Translation (dnylande).
305  - Updated Brazilian Portuguese Translation (leonardof).
306  - Updated Basque Translation (dooteo).
307  - Updated Arabic Translation (djihed).
308
309 NEW in 0.21.4:
310 =============
311  - Cache avatar pixbuf in EmpathyChatView to avoid having a new pixbuf in memory
312    for each message a contact sends
313  - Generate ChangeLog from svn commits. Copy generator from epiphany.
314  - Correctly store/restore presence when NM state changes.
315  - Split EmpathyContactFactory to have one EmpathyTpContactFactory per account.
316  - When NM is in sleeping (=disabled) state, do just like if it was connected.
317    Add a gconf key to disable NM support completely.
318
319 NEW in 0.21.3:
320 =============
321  - Request new Text Channel if the contact is online again and CM don't support
322    offline message or if account gets reconnected.
323  - Depend on telepathy-glib and make use of his new API. Don't use deprecated
324    functions of libtelepathy.
325  - Better gtkdoc generator.
326
327 NEW in 0.21.2:
328 =============
329  - Display error message when an account failed to connect.
330  - Move chats to its own process.
331  - Move chandlers in $libexecdir
332  - Don't use the same bus name for filter and chandler programs. 
333
334 NEW in 0.21.1:
335 =============
336  - Cleanup licences and copyrights, Modules with 100% collabora code are now
337    relicenced to LGPL.
338  - Hide main window with ALT-F4.
339  - Set chat state to ACTIVE when receiving a message from a contact, avoid
340    staying in COMPOSING state forever for protocols like MSN that do not notify
341    when contact stoped writing.
342  - Don't use deprecated Gtk/GLib API. Mainly replace GtkTooltips by new
343    tooltip API from GTK 2.12.
344  - Use g_timeout_add_seconds when appropriated to avoid weaking the process too
345    much.
346  - Implement EmpathyAvatarChooser and EmpathyAvatarImage and make use of them in
347    contact information windows. That means we can now enlarge avatars when
348    clicking on it and we can set our own avatar if we edit our own contact.
349  - Implement edit personal information window, no vcard supported yet, but it's
350    not possible to set our own alias/avatar.
351  - Bump version to 0.21.1 for GNOME 2.21.1 release.
352
353 NEW in 0.14:
354 ===========
355  - Megaphone applet now uses avatar cache.
356
357 NEW in 0.13:
358 ===========
359  - Completely reworked ContactList API, new EmpathyContactFactory class.
360  - Update to new Telepathy avatar spec.
361  - Dynamic smiley managment and more efficient algorithm to detect smileys in
362    messages. New EmpathySmileyManager class.
363  - Adding capabilities contact property for Audio/Video.
364  - Adding UI to start a VoIP call. Atm it only shows a microphone icon for
365    contacts supporting voice or video but does not make the call. See
366    EMPATHY_VOIP branch for more complete support.
367  - "interactive" property on EmpathyContactListView to enable/disable context
368    menu and action when double-click on a contact.
369  - Add 2 properties to EmpathyIdle to activate auto-away and auto-disconnect,
370    default to off. Only empathy main client will turn them on, like that if
371    other processes are running with an EmpathyIdle instance they won't change
372    presence in the same time than Empathy client.
373  - Cache avatars in ~/.gnome2/Empathy/avatars.
374  - Adding a test program, useful to use with valgrind.
375  - Free return value for async DBus calls, they are not owned by dbus-glib.
376    This fix big leaks.
377
378 NEW in 0.12:
379 ===========
380  - Only update the topic of it has really be changed, avoid diplaying many
381    times "Topic set to:" message.
382  - Some Jabber chatroom sends messages received before we joined the room, avoid
383    displaying those messages if we already logged them last time we joined that
384    room. Previous workaround prevented Empathy to log offline messages.
385
386 NEW in 0.11:
387 ===========
388  - Change main window's title to "Contact list".
389  - Do not list profiles that don't have the corresponding CM installed when
390    creating a new account.
391
392 NEW in 0.10:
393 ===========
394  - Align param names on the left in the generic account settings widget.
395  - Try to guess the server from the jid if we are using the jabber profile.
396
397 NEW in 0.9:
398 ===========
399  - Initial room list support. It doesn't work yet but most of the code is ready.
400  - Tell the user when a message can't be sent.
401  - Set all contacts from salut protocol to the "Local Network" group.
402  - Fix NetworkManager support.
403  - Iconify main window to the status icon like in rhythmbox.
404  - Show avatars in chatrooms.
405  - Fix avatar not being requested when empathy starts.
406  - Remove unused nickname entry and use a GtkTable for room information.
407  - Set a window title and fix alignment of widgets for contact related dialogs
408    (add, edit/view info).
409  - Adding initial API documentation using gtk-doc.
410  - Auto-accept to publish presence to contacts that are in our subscribe list.
411    When accepting a pending contact add it to publish and subscribe list.
412  - Filter incoming text channels and make status icon flash when there we
413    receive a new message. Dispatch the channel only when we get a message and
414    the user click on the icon.
415  - Install libempathy and libempathy-gtk and make their API public. The API is
416    NOT STABLE AT ALL !!!
417
418 NEW in 0.8:
419 ===========
420  - Fixed contact list handling.
421  - Make use of NetworkManager to set presence to OFFILE when we are disconnected
422    and restore presence once we are reconnected.
423  - UI for searching in conversation history and to view all conversations with
424    a given contact.
425  - Do not use 2 different processes (empathy and empathy-chat), merge them
426    into one client. This is easier for debugging and share data.
427  - Do not create log directory for a chat if there is no messages to put in.
428  - Do not set active contacts when creating the store, and when contact groups
429    changed.
430  - Fix warning when using command-line options.
431  - Ignore ssl errors by default. This is needed to connect jabber accounts
432    using ssl.
433  - Adding spellcheck support using aspell.
434  - Lots of bugs fixed.
435
436 NEW in 0.7:
437 ===========
438  - Adding new contacts.
439  - Accept/Reject contacts who wants to get our presence.
440  - Edit/View contacts information.
441  - Get name and topic properties for chatrooms.
442  - Log chats and display 10 last messages when opening a new chat.
443  - Set presence to available for protocols that do not supports presence
444    (SIP, IRC).
445  - Lots of bugs fixed.
446
447 NEW in 0.6:
448 ===========
449  - Join room when clicking on favorite rooms.
450  - Do not restore away presence message when coming back after the user set
451    manually to away.
452  - Set parent window when poping a new window/dialog.
453  - Implement favorite chatroom menu.
454  - Do not highlight contacts already known when creating the contact list.
455  - Do not set status message to "Extended autoaway", let user's message
456    unchanged.
457  - Many bugs and leaks fixed.
458
459 NEW in 0.5:
460 ===========
461  - Do not highlight groups when adding them in the roster.
462  - Do not create new GossipContact object in presence/avatar/alias changed
463    signal if we don't already know that contact from a contact list channel.
464    This should fix DBus max pending calls limit reached in some cases.
465  - New icon for empathy-new-message, empathy-group-message and
466    empathy-proto-irc.
467  - Chatroom support. New objects: GossipNewChatroomDialog, GossipAccountChooser,
468    GossipGroupChat
469  - If we are offline do not set away on idle. If we are already away restore to
470    available when we are no mode idle. Do no modify status message.
471  - Fixed message displaying with fancy themes.
472  - Many bugs fixed.
473
474 NEW in 0.4:
475 ===========
476  - contact list refactoring: EmpathyContactList is an iface implemented by
477    EmpathyTpContactList, EmpathyContactManager and EmpathyTpChatroom.
478    GossipContactList splitted into GossipContactListStore and
479    GossipContactListView, it can display any object implementing the
480    EmpathyContactList iface. Make possible to set custom functions to define
481    the groups of a contact, by default it gets the "group" property of the
482    GossipContact object. This make possible to reuse the contact list UI from
483    the main window for chatrooms where groups are the role/affiliation of the
484    contact on that room.
485  - Auto away when gnome-screensaver says the session is idle and extended away
486    30min after that.
487  - Display ChatState when the contact is composing.
488  - Bugbuddy now reports crashes to GNOME Bugzilla.
489  - New program icon.
490  - Setting i18n support and importing po files from gossip.
491  - Add an example label for jid.
492  - Do not open chat window twice for the same conversation.
493