]> git.0d.be Git - empathy.git/blobdiff - NEWS
Fixed headers in galician translation file
[empathy.git] / NEWS
diff --git a/NEWS b/NEWS
index 52d1814e844d86c92419ab81a0559bcf44992430..f1b586e25f452959d8c5347209769d60ca157adf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,444 @@
+NEW in 2.31.5.1 (13/07/2010)
+===============
+
+A small release fixing detection of libnm-glib which was accidentally
+broken in 2.31.5.
+
+Bugs fixed:
+ - Fixed #624202, empathy requires libnm_glib instead of libnm-glib (Laurent Bigonville)
+
+Translations:
+ - Updated gl Translation (Fran Diéguez)
+ - Updated he Translation (Yaron Shahrabani)
+
+NEW in 2.31.5 (12/07/2010)
+=============
+
+The "Please popup chats in my face!" release.
+
+Empathy finally gained an option to automatically present incoming events
+rather than making the status icon blink.
+
+The notifications bubbles now contain more buttons (if your notify server
+supports actions) allowing you to quickly accept or decline incoming events.
+
+The audio/video client now lives in its own process: 'empathy-av'.
+
+Empathy can now build with GTK+ 3. If GTK+ 3 is present during configure it
+will be used and Empathy will requier updated versions of other dependencies:
+  - libcanberra-gtk3 ≥ 0.25
+  - libnotify ≥ 0.5.1
+  - libunique ≥ 2.90.1
+  - WebKitGTK+ ≥ 1.3.2 (optional)
+  - nautilus-sendto ≥ 2.90.0 (optional)
+If GTK+ 3 is not detected or if --enable-gtk3=no is passed to configure, then
+GTK+ 2 is used and the other dependencies are unchanged.
+
+
+Bugs fixed:
+ - Fixed #585914, Notification icon must be clicked before user can see new messages (Guillaume Desmottes)
+ - Fixed #597124, Should make better use of libnotify actions (Guillaume Desmottes)
+ - Fixed #599161, Audio/Video client should be a separated process (Guillaume Desmottes)
+ - Fixed #617405, Empathy's short (menu) description should focus on its use, not the technology (Guillaume Desmottes)
+ - Fixed #621753, Should be able to build with GTK+3 (Guillaume Desmottes)
+ - Fixed #622729, duplicated messages when opening chat (Guillaume Desmottes)
+ - Fixed #623054, Should re-add data/org.gnome.Empathy.gschema.xml.in to POTFILES.in (Danielle Madeley)
+ - Fixed #623112, Bip backlog are not displayed any more (Guillaume Desmottes)
+ - Fixed #623117, Debug window should look for TP clients (Guillaume Desmottes)
+ - Fixed #623358, Use TpSimpleHandler to handle text channels (Guillaume Desmottes)
+ - Fixed #623396, Fixed some leaks (Guillaume Desmottes)
+ - Fixed #623679, /join broken (Guillaume Desmottes)
+ - Fixed #623756, empathy-CRITICAL **: empathy_chatroom_is_always_urgent: assertion `EMPATHY_IS_CHATROOM (chatroom)' failed (Sjoerd Simons)
+ - Fixed #623817, Sync man pages with Debian (Laurent Bigonville, Guillaume Desmottes)
+ - Fixed #623914, since tp-logger history is shown as normal messages in adium themes (Guillaume Desmottes)
+ - Fixed #623937, empathy -h does not start hidden (Guillaume Desmottes)
+ - Fixed #623972, Toggling [ ] Enabled in the accounts dialog with the keyboard doesn't work (Will Thompson)
+ - Fixed #624054, Fix a memory leak in EmpathyAvatar (Philip Withnall)
+
+Translations:
+ - Updated es Translation (Jorge González)
+ - Updated et Translation (Ivar Smolin)
+ - Updated gl Translation (Fran Diéguez)
+ - Updated he Translation (Yaron Shahrabani)
+ - Updated nb Translation (Kjartan Maraas)
+ - Updated sl Translation (Matej Urbančič)
+
+NEW in 2.31.4 (28/06/2010)
+=============
+
+A lot of new things in this release!
+
+Empathy now has an awesome contact live search feature.
+See http://kaserf.blogspot.com/2010/06/empathy-live-search.html for details.
+
+Empathy doesn't log messages any more but relies on a new component,
+the telepathy-logger, to do so. As a result the feature allowing you to tag
+contacts as favourites is now built-in.
+
+The contact list and status icon are now a proper Telepathy Approver. That
+means external applications can now approve channels as well and Empathy will
+handle them nicely.
+
+This release makes a few steps forward to the bright GNOME 3 future by removing
+deprecated GTK+ symbols and switching from GConf to GSettings.
+
+Dependencies:
+
+* telepathy-logger ≥ 0.1.2 (0.1.3 recommended)
+* telepathy-glib ≥ 0.11.7
+* libunique ≥ 0.1.2
+* GTK+ ≥ 2.21.2
+
+Bugs fixed:
+ - Fixed #586476, Use accessor functions instead direct access (Danielle Madeley)
+ - Fixed #588922, Empathy should use ContactInfo (Xavier Claessens)
+ - Fixed #589225, We should check if the contact supports vnc stream tube for Share my desktop (Guillaume Desmottes)
+ - Fixed #599158, Contact list and status icon should be an Approver (Guillaume Desmottes)
+ - Fixed #608166, Add contacts live search bar (Felix Kaser, Xavier Claessens)
+ - Fixed #610956, Should depend on telepathy-logger (Guillaume Desmottes)
+ - Fixed #616362, Port Empathy to GSettings (Danielle Madeley)
+ - Fixed #619873, search-as-you-type should only match beginnings of words (Xavier Claessens)
+ - Fixed #620903, some messages get dropped when using adium themes (Guillaume Desmottes)
+ - Fixed #621023, empathy does not set geoclue requirements before asking for address/position (Laurent Bigonville)
+ - Fixed #621089, The live search don't always have focus in main window (Xavier Claessens)
+ - Fixed #621409, empathy-2.30.1.1: tests fail (Guillaume Desmottes)
+ - Fixed #621545, Stable empathy passes GTK_DISABLE_SINGLE_INCLUDES and doesn't require libunique that is fine with that (Xavier Claessens)
+ - Fixed #621703, Here come a couple of UI tweaks (Will Thompson)
+ - Fixed #621789, crash when closing chat with still-open notification bubble (Guillaume Desmottes)
+ - Fixed #621797, Doesn't display outgoing message (Guillaume Desmottes)
+ - Fixed #621894, Should port to new tp-logger API (Guillaume Desmottes)
+ - Fixed #621998, Should stop using ShareWithTube() (Guillaume Desmottes)
+ - Fixed #622201, Can't connect chatroom if space after adress (Guillaume Desmottes)
+ - Fixed #622266, Should decide which default font to use for chat view (Xavier Claessens)
+ - Fixed #622273, Crash when closing the log viewer while searching (Guillaume Desmottes)
+ - Fixed #622368, Audio/Video: Use TpSimpleHandler (Guillaume Desmottes)
+ - Fixed #622370, Should bold dates having logs (Guillaume Desmottes)
+ - Fixed #622381, Debug dialog: display Logger logs (Guillaume Desmottes)
+ - Fixed #622491, port EmpathyMainWindow to GtkWindow subclass (Danielle Madeley)
+ - Fixed #622557, port EmpathyPreferences to GtkDialog subclass (Danielle Madeley)
+ - Fixed #622578, Remove MC4 import (Guillaume Desmottes)
+ - Fixed #622714, 'previous conversations' on a contact brings up generic dialog (Guillaume Desmottes)
+
+Translations:
+ - Updated eo Translation (Kristjan Schmidt)
+ - Updated es Translation (Jorge González)
+ - Updated et Translation (Mattias Põldaru)
+ - Updated fr Translation (Claude Paroz)
+ - Updated gl Translation (Fran Diéguez)
+ - Updated he Translation (Yaron Shahrabani)
+ - Updated lv Translation (Rudolfs Mazurs)
+ - Updated nb Translation (Kjartan Maraas)
+ - Updated zh_HK Translation (Cheng-Chia Tseng)
+ - Updated zh_TW Translation (Cheng-Chia Tseng)
+
+NEW in 2.31.3 (07/06/2010)
+=============
+
+The "Curtain required call" release.
+
+This new release brings significant improvements to the spell checker.
+It should also fix connection issues with Facebook accounts. If you
+experienced issues with previous versions you should recreate your account and
+give it another try.
+
+Empathy now depends on telepathy-glib 0.11.6.
+
+Bugs fixed:
+ - Fixed #520207, Edit favorite button doesn't work (Guillaume Desmottes)
+ - Fixed #579812, Use avatar data/cache from TpContact (Xavier Claessens)
+ - Fixed #604159, Spell checker breaks words incorrectly (on apostrophes, for example) (Mike Ruprecht)
+ - Fixed #611466, "Applications->Internet->Empathy IM client" title is sub-optimal (Paul Sladen)
+ - Fixed #611894, Add option to make chatroom "always urgent" (Jonas Bonn)
+ - Fixed #612523, display protocol names for configured accounts in the debug window (Danielle Madeley)
+ - Fixed #616603, Should use tp-glib API to get avatar requirements (Xavier Claessens)
+ - Fixed #616616, Possible to open multiple accounts dialog (Danielle Madeley)
+ - Fixed #617971, Empathy silently fails importing contacts from Pidgin (Guillaume Desmottes)
+ - Fixed #618993, Fix various channel handling issues (Guillaume Desmottes)
+ - Fixed #619378, Fix contact menu items' capitalization (Gabriel Burt)
+ - Fixed #619488, EmpathyTpContactFactort should be killed (Xavier Claessens)
+ - Fixed #619489, EmpathyContactMonitor should be killed (Xavier Claessens)
+ - Fixed #619678, "Invite" button not marked for translation (Guillaume Desmottes)
+ - Fixed #619701, Avatar chooser can enter infinite loop (Xavier Claessens)
+ - Fixed #619702, configure script not compatible with dash as /bin/sh (Simons McVittie)
+ - Fixed #619736, crash on 0-byte file in log search (Robert McQueen)
+ - Fixed #619862, "Network error" on connecting to Facebook Chat (Guillaume Desmottes)
+ - Fixed #619863, "Previous Conversations" Search entry is not activatable (Guillaume Desmottes)
+ - Fixed #619980, empathy hangs with high cpu load when changing avatar (Xavier Claessens)
+ - Fixed #620439, "Join favorites" should deal better with connecting accounts (Guillaume Desmottes)
+ - Fixed #620474, Status reported by account dialog is wrong in connman mode (Rob Bradford)
+ - Fixed #620476, accounts_dialog_update_status_infobar mixes const and allocated strings for message (Rob Bradford)
+ - Fixed #620657, Empathy should not requires that geoclue providers support updates (Laurent Bigonville)
+ - Fixed #620760, Switching from sending video to just preview makes my local preview jump out into its own window (Guillaume Desmottes)
+
+Translations:
+ - Updated es Translation (Jorge González)
+ - Updated et Translation (Mattias Põldaru)
+ - Updated gl Translation (Fran Diéguez)
+ - Updated he Translation (Yaron Shahrabani)
+ - Updated nb Translation (Kjartan Maraas)
+ - Updated nl Translation (Wouter Bolsterlee, Hannie Dumoleyn)
+ - Updated th Translation (Sira Nokyoongtong)
+
+Documentation translations:
+ - Updated de Documentation translation (Mario Blättermann)
+ - Updated es Documentation translation (Jorge González)
+
+NEW in 2.31.2 (24/05/2010)
+=============
+
+The "brand-new Telepathy store: http://is.gd/cjoQ8" release.
+
+Empathy now uses icons from gnome-icon-theme 2.30. You should consider
+to upgrade to this version if needed.
+
+Bugs fixed:
+ - Fixed #606738, empathy_dispatcher_join_muc: assertion failed: (connection_data != NULL) when joining favorites rooms while account is connecting (Guillaume Desmottes)
+ - Fixed #617909, Should call gtk_builder_set_translation_domain on GtkBuilder UI components (Rob Bradford)
+ - Fixed #618401, Empathy should use port 8001 to connect to freenode irc (Brian Curtis)
+ - Fixed #618753, In the preference dialog, "Automatically _connect..." and  the "_Close" button conflict. (ekspiulo)
+ - Fixed #618883, IRC account: don't allow to save changes when editing network details (Guillaume Desmottes)
+ - Fixed #618969, Incomplete localisation of g-c-c module (Rob Bradford)
+
+Translations:
+ - Updated cs Translation (Petr Kovar)
+ - Updated en@shaw Translation (Thomas Thurman)
+ - Updated gl Translation (Fran Diéguez)
+ - Updated id Translation (Andika Triwidada)
+ - Updated nb Translation (Kjartan Maraas)
+ - Updated si Translation (Danishka Navin)
+ - Updated zh_HK Translation (Cheng-Chia Tseng)
+ - Updated zh_TW Translation (Cheng-Chia Tseng)
+
+NEW in 2.31.1 (04/05/2010)
+=============
+
+The "This is not the calendar-based joke you're looking for" release.
+
+This the first release in the new 2.31 cycle. You should continue to use
+2.30.x releases for now if you don't feel adventurous.
+
+Empathy now depends on telepathy-glib 0.11.3 and GTK+ 2.20.0.
+
+This new releases now uses status icons from your icon theme.
+The conversation window is now able to "undo" the closing of a tab.
+
+
+Bugs fixed (since 2.30.1):
+ - Fixed #539765, Jabber contacts in the jabber roster with subscription=none are not shown (Guillaume Desmottes)
+ - Fixed #579813, Use capabilities from TpContact (Guillaume Desmottes)
+ - Fixed #579936, Different icon for hidden status
+ - Fixed #588955, Dont steal focus when join favourites clicked
+ - Fixed #598446, Use GtkSpinner (Xavier Claessens)
+ - Fixed #599162, Should use TpContact get Location (Guillaume Desmottes)
+ - Fixed #602420, Should use status icons from the theme (Guillaume Desmottes)
+ - Fixed #602937, Can't display video preview when there is no call (Guillaume Desmottes)
+ - Fixed #603606, Can't stop sending video to the echo bot
+ - Fixed #604475, new messages after a long time shouldnt be wrapped with the old ones (Felix Kaser)
+ - Fixed #607446, Support the append hint for notifications (Nicolò Chieffo)
+ - Fixed #608104, Use clear icon inside password entry (Guillaume Desmottes)
+ - Fixed #609823, the text in the infobar should stick to the left (Felix Kaser)
+ - Fixed #609832, “Undo close tab” would be nice. (Jonny Lamb)
+ - Fixed #610477, should hang up calls gracefully rather than calling StreamHandler.Error() (Guillaume Desmottes)
+ - Fixed #612020, Empathy fails to initiate a audio/video call over XMPP (Olivier Crête)
+ - Fixed #612185, Remove check for GTK version once we hard dep on 2.20 (Xavier Claessens)
+ - Fixed #612390, Add icon close to the People Nearby group
+ - Fixed #612409, Should depend on GTK+ 2.20
+ - Fixed #612864, Keep ordering of contacts consistent (Jonny Lamb)
+ - Fixed #612949, contact list is empty for a jabber account with a lot of contacts (Guillaume Desmottes)
+ - Fixed #613043, Should use Account.Interface.Avatar to set avatar (Guillaume Desmottes)
+ - Fixed #613044, Should set Account.Nickname instead of calling SetAlias (Guillaume Desmottes)
+ - Fixed #613243, Join room should be greyed out for AIM
+ - Fixed #613382, Previous/Next Tab menu items aren't disabled if at the first/last tab and gtk-keynav-wrap-around is 0 (Aaron Brown)
+ - Fixed #613558, make People Nearby a fake group like Favourites and Ungrouped
+ - Fixed #613583, Should use tp_g_signal_connect_object instead of empathy_signal_connect_weak (Guillaume Desmottes)
+ - Fixed #613603, [patch]Empathy should allow users to toggle auto-away mode on/off (Christian Kampka)
+ - Fixed #613930, empathy incorrectly updates our own IRC nick for /me (Guillaume Desmottes)
+ - Fixed #614002, Shouldn't request RoomList channel if not supported by connection (Guillaume Desmottes)
+ - Fixed #614012, New contacts don't appear on the map (Guillaume Desmottes)
+ - Fixed #614052, Show contacts' status messages in compact mode (Will Thompson)
+ - Fixed #614162, use JID for contact list if the alias of a contact is empty (Felix Kaser)
+ - Fixed #614236, Stop using NewChannel to get groups (Guillaume Desmottes)
+ - Fixed #614375, People Nearby group is gone if I don't build with tpl (Guillaume Desmottes)
+ - Fixed #614524, MUC contacts now appear as "Ungrouped"
+ - Fixed #614562, Contacts with no status message (e.g. IRC MUCs) have "(null)" as their status (Guillaume Desmottes)
+ - Fixed #614862, No need to create a model
+ - Fixed #614874, account-chooser crashes when setting a filter and has-all-option to TRUE (Guillaume Desmottes)
+ - Fixed #614944, GnomeGoal: Correct accounts .desktop file
+ - Fixed #615052, debug window: better default directory and name (Guillaume Desmottes)
+ - Fixed #615135, Crash IA__g_hash_table_unref, contact_finalize at empathy-contact.c line 311 (Guillaume Desmottes)
+ - Fixed #615976, empathy_dispatcher_handle_channels ignores timestamp
+ - Fixed #616439, URL should be highlighted in channel topics
+ - Fixed #616859, build failure due to missing header (Jasper Lievisse Adriaanse)
+ - Fixed #617262, Empathy accounts CC module calls textdomain
+ - Fixed #533638, Topic by expander (Xavier Claessens)
+ - Fixed #608103, Missing image icon shows up when contact has no avatar (Frédéric Péters)
+
+Translations:
+ - Updated ar Translation (Khaled Hosny)
+ - Updated ast Translation (Xandru Armesto)
+ - Updated bg Translation (Alexander Shopov)
+ - Updated bn Translation (Jamil Ahmed)
+ - Updated ca Translation (Jordi Serratosa, Gil Forcada)
+ - Updated ca@valencia Translation (Carles Ferrando)
+ - Updated crh Translation (Reşat SABIQ)
+ - Updated cs Translation (Petr Kovar, Jiri Eischmann)
+ - Updated da Translation (Ask H. Larsen)
+ - Updated de Translation (Mario Blättermann, Christian Kirbach, Christian.Kirbach)
+ - Updated el Translation (Simos Xenitellis, Kostas Papadimas)
+ - Updated en_GB Translation (Bruce Cowan)
+ - Updated es Translation (Jorge González)
+ - Updated et Translation (Ivar Smolin, Mattias Põldaru)
+ - Updated eu Translation (Inaki Larranaga Murgoitio)
+ - Updated fi Translation (Timo Jyrinki)
+ - Updated fr Translation (Claude Paroz, Bruno Brouard)
+ - Updated gl Translation (Francisco Diéguez, Fran Diéguez)
+ - Updated hu Translation (Gabor Kelemen)
+ - Updated it Translation (Milo Casagrande, Francesco Marlatta)
+ - Updated ko Translation (Changwoo Ryu)
+ - Updated ku Translation (Sîmurg56, simurg56)
+ - Updated lt Translation (Žygimantas Beručka)
+ - Updated lv Translation (Peteris Krisjanis)
+ - Updated nb Translation (Kjartan Maraas)
+ - Updated oc Translation (Yannig Marchegay)
+ - Updated pa Translation (A S Alam)
+ - Updated pl Translation (Piotr Drąg)
+ - Updated pt_BR Translation (Vladimir Melo, Djavan Fagundes)
+ - Updated pt Translation (Duarte Loreto)
+ - Updated ro Translation (Adi Roiban)
+ - Updated ru Translation (Leonid Kanter)
+ - Updated sl Translation (Matej Urbančič)
+ - Updated sr@latin Translation (Branko Kokanović)
+ - Updated sr Translation (Branko Kokanović)
+ - Updated sv Translation (Daniel Nylander)
+ - Updated ta Translation (vasudeven)
+ - Updated th Translation (Theppitak Karoonboonyanan)
+ - Updated uk Translation (Maxim V. Dziumanenko)
+ - Updated zh_CN Translation (Aron Xu)
+ - Updated zh_HK Translation (Cheng-Chia Tseng)
+ - Updated zh_TW Translation (Cheng-Chia Tseng)
+
+Documentation translations:
+ - Updated de Documentation translation (Mario Blättermann)
+ - Updated el Documentation translation (Simos Xenitellis, Marios Zindilis, Μάριος Ζηντίλης)
+ - Updated es Documentation translation (Jorge González)
+ - Updated fr Documentation translation (Bruno Brouard)
+ - Updated it Documentation translation (Milo Casagrande)
+
+NEW in 2.30.0 (29/03/2010)
+=============
+
+The "The Petri net cake" release.
+
+This is the first release in the new 2.30 stable branch. We strongly advise
+distributions to ship this version.
+
+Changes since 2.29.93 include a fix ensuring that the accounts dialog and
+debug windows are properly translated. We also fixed the accounts dialog to
+fit better on smaller screens.
+
+This release includes loads of translation updates from the GNOME translation
+team; many thanks to them!
+
+Bugs fixed:
+ - Fixed #613596, Account Assistant translations are not loaded (Guillaume Desmottes)
+ - Fixed #601693, Shouldn't cycle tab if gtk-keynav-wrap-around is 0 (Aaron Brown)
+ - Fixed #612557, empathy_sidebar_menu_position_under: assertion `gtk_widget_get_has_window (user_data)' failed (Guillaume Desmottes)
+ - Fixed #613117, Please fix escaping of UTF-chars in ui file (Gabor Kelemen)
+ - Fixed #613272, im settings capplet goes offscreen when advanced is expanded (Travis Reitter)
+ - Fixed #613437, Empathy fails to build (Guillaume Desmottes)
+ - Fixed #613793, remove non-standard notification capabilities (Nicolò Chieffo)
+ - Fixed #613892, Should start hidden when activated (Guillaume Desmottes)
+ - Fixed #614155, Move Tab Left/Right should have accelerator (Aaron Brown)
+ - Fixed #613772, Minor typo in Empathy documentation (Marios Zindilis)
+
+Translations:
+ - Updated ar Translation (Khaled Hosny)
+ - Updated bg Translation (Alexander Shopov)
+ - Updated bn Translation (Jamil Ahmed)
+ - Updated ca Translation (Gil Forcada)
+ - Updated crh Translation (Reşat SABIQ)
+ - Updated cs Translation (Petr Kovar, Jiri Eischmann)
+ - Updated da Translation (Ask H. Larsen)
+ - Updated de Translation (Christian Kirbach, Christian.Kirbach)
+ - Updated el Translation (Simos Xenitellis, Kostas Papadimas)
+ - Updated en_GB Translation (Bruce Cowan)
+ - Updated es Translation (Jorge González)
+ - Updated et Translation (Ivar Smolin, Mattias Põldaru)
+ - Updated eu Translation (Inaki Larranaga Murgoitio)
+ - Updated fi Translation (Timo Jyrinki)
+ - Updated fr Translation (Bruno Brouard, Claude Paroz)
+ - Updated gl Translation (Fran Diéguez)
+ - Updated hu Translation (Gabor Kelemen)
+ - Updated it Translation (Milo Casagrande, Francesco Marlatta)
+ - Updated ko Translation (Changwoo Ryu)
+ - Updated ku Translation (Sîmurg56, simurg56)
+ - Updated lt Translation (Žygimantas Beručka)
+ - Updated nb Translation (Kjartan Maraas)
+ - Updated pa Translation (A S Alam)
+ - Updated pl Translation (Piotr Drąg)
+ - Updated pt_BR Translation (Djavan Fagundes)
+ - Updated pt Translation (Duarte Loreto)
+ - Updated ro Translation (Adi Roiban)
+ - Updated ru Translation (Leonid Kanter)
+ - Updated sl Translation (Matej Urbančič)
+ - Updated sr@latin Translation (Branko Kokanović)
+ - Updated sr Translation (Branko Kokanović)
+ - Updated sv Translation (Daniel Nylander)
+ - Updated uk Translation (Maxim V. Dziumanenko)
+ - Updated zh_CN Translation (Aron Xu)
+ - Updated zh_HK Translation (Cheng-Chia Tseng)
+ - Updated zh_TW Translation (Cheng-Chia Tseng)
+
+Documentation translations:
+ - Updated de Documentation translation (Mario Blättermann)
+ - Updated el Documentation translation (Marios Zindilis, Μάριος Ζηντίλης)
+ - Updated es Documentation translation (Jorge González)
+ - Updated fr Documentation translation (Bruno Brouard)
+
+NEW in 2.29.93
+==============
+
+The "6 amp limitation" release.
+
+Empathy now supports marking contacts as favourite. This feature has to be
+turned on by passing --enable-favourite-contacts during configure and depends
+on the telepathy-logger. We discourage distributions shipping GNOME from
+enabling this feature for now. It will be enabled by default in 2.31.x.
+
+Empathy no longer removes a manually-set Away status when the screen is unlocked.
+It is now able to invite contacts to MSN multi-user chats if you have
+telepathy-butterfly 0.5.6 installed.
+
+Bugs fixed:
+ - Fixed #566832, Don't reset status to available unlocking the screen (Brian Curtis)
+ - Fixed #609001, Clicking on the tray icon should close roster when open (Guillaume Desmottes)
+ - Fixed #611525, Separate the debug window into its own process. (Mike Ruprecht)
+ - Fixed #611972, Support marking contacts as favorites (Travis Reitter, Guillaume Desmottes)
+ - Fixed #611998, Do not use constant in gettext expressions (Guillaume Desmottes)
+ - Fixed #612381, accounts pane is still twiddleable underneath assistant (Danielle Madeley)
+ - Fixed #612433, Window title for the accounts dialog should match the name in the launcher (Ken VanDine)
+ - Fixed #612448, Display offline contacts and sort by status by default (Guillaume Desmottes)
+ - Fixed #612450, Side bar should display the audio input page by default (Guillaume Desmottes)
+ - Fixed #612461, Deal with new butterfly using the conference interface (Jonny Lamb)
+ - Fixed #612519, Handle a butterfly network ID migration (Jonny Lamb)
+ - Fixed #612672, Wrong folder used for saving received files (Guillaume Desmottes)
+ - Fixed #612718, Invite participant dialog show contact on all network (Guillaume Desmottes)
+ - Fixed #612946, Receive note path via DnD from tomboy (Olivier Le Thanh Duong)
+
+Translations:
+ - Updated br Translation (deniarnuad)
+ - Updated es Translation (Jorge González)
+ - Updated gl Translation (Fran Diéguez)
+ - Updated it Translation (Luca Ferretti)
+ - Updated ru Translation (Leonid Kanter)
+ - Updated sl Translation (Matej Urbančič)
+ - Updated uk Translation (Maxim V. Dziumanenko)
+
+Documentation translations:
+ - Updated de Documentation translation (Mario Blättermann)
+ - Updated es Documentation translation (Jorge González)
+ - Updated it Documentation translation (Milo Casagrande)
+
 NEW in 2.29.92
 ==============