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