]> git.0d.be Git - empathy.git/blobdiff - NEWS
Update NEWS file
[empathy.git] / NEWS
diff --git a/NEWS b/NEWS
index cb680baaa20a2cb6181eb6afbe192582cfd72bdc..3a29d13670ba1943c7f9681ece1b41a3bb6ebc91 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,190 @@
+NEW in 2.23.6
+==============
+ - Remove empathy-accounts binary, it is replaced by empathy --accounts (Xavier Claessens).
+ - Added empathy-properties desktop file to configure MC accounts from the GNOME panel -> System -> Preferences. (Jonny Lamb)
+ - Replace the preview button by a cancel button when creating a new account (Xavier Claessens).
+ - Move event code from EmpathyStatusIcon to EmpathyEventManager (Xavier Claessens).
+ - Make the icon blink in the contact list when a contact has an event like new message, incoming call, etc. (Xavier Claessens)
+
+Bugs fixed:
+ - Fixed #462880, Can't register a new account on Jabber servers (Xavier Claessens)
+ - Fixed #486801, Unable to rename the account (change the account name) (Xavier Claessens)
+ - Fixed #544964, Button "Add Gruop" not translatable (Milo Casagrande)
+ - Fixed #546154, translation issues (Xavier Claessens)
+ - Fixed #546218, Bad message when a call is refused (Xavier Claessens)
+
+Translations:
+ - Updated es translation  (Jorge Gonzalez).
+ - Updated Arabic Translation (Youssef Chahibi).
+ - Updated de translation  (Andre Klapper).
+ - Updated Galician translation (icq).
+ - Updated Norwegian bokmål translation. (kmaraas).
+ - Updated sv translation  (Daniel Nylander).
+ - Updated Bulgarian translation (Alexander Shopov).
+ - Updated ja translation  (Takeshi AIHANA).
+ - Updated Polish translation (Tomasz Dominikowski).
+
+NEW in 0.23.4
+==============
+ - Save avatar to file when right click on the avatar image (Guillaume Desmottes).
+ - Made the Close button the default widget in the contact edit dialog. (Jonny Lamb)
+ - Made account removal confirmation dialog modal. (Jonny Lamb)
+ - Set an smiley icon for the "Insert smiley" menu item. (Xavier Claessens).
+ - Set an icon for the spellcheck menu item (Xavier Claessens).
+ - Fix the bug "Incoming call from (null)" (Alban Crequy)
+ - Do not show the keypad when the media channel does not have the DTMF interface  (Alban Crequy).
+ - Better dialog message when a call is rejected (Alban Crequy)
+ - Use empathy.foo() instead of empathy_foo() for functions binding (Xavier Claessens).
+ - EmpathyCallWindow: Get a new video preview when pushing a new call into the window.  (Sjoerd Simons).
+ - Fix chatroom listing with salut accounts. (Xavier Claessens).
+
+Bugs fixed:
+ - Fixed #537690, crash in Empathy Instant Messenger: Adding new SIP contact t... (Xavier Claessens)
+ - Fixed #540360, crash in Empathy Instant Messenger: starting empathy (Xavier Claessens)
+ - Fixed #526892, Should set the buddy icon as window icon (Xavier Claessens)
+ - Fixed #532622, No way to send a message with the mouse. (Xavier Claessens)
+ - Fixed #534425, Username is full ID (should it detect missing @ekiga.net?) (Xavier Claessens)
+ - Fixed #535080, Add a --silent option (Marco Pesenti Gritti)
+ - Fixed #536391, Existing chat window moves when a new chat window is opened (Ross Burton)
+ - Fixed #536628, Close contact list when Escape is pressed (Ross Burton)
+ - Fixed #536984, Should select the right account when reconfigure a bugged account (Xavier Claessens)
+ - Fixed #537129, Does not build with gcc 4.3.0 (Cosimo Cecchi)
+ - Fixed #537249, Use function to check GTK+ version instead of mangling directly (Ross Burton)
+ - Fixed #541431, Feature to save a contact's display picture (Guillaume Desmottes)
+ - Fixed #542196, Reverse order of buttons on the dialog box to delete a contact (or a group) (Gaëtan Podevijn)
+ - Fixed #542231, Tubes: memory freed with tp_g_value_slice_free instead of g_free() (Alban Crequy)
+
+Translations:
+ - Updated de translation  (Andre Klapper).
+ - Updated Galician Translation. (icq).
+ - Updated es translation  (Jorge Gonzalez).
+ - Updated Norwegian bokmål translation. (kmaraas).
+ - Updated Occitan translation (ymarcheg).
+ - Updated sv translation  (Daniel Nylander).
+ - Updated vi translation  (Clytie Siddall).
+ - Updated Russian translation. (Il'ya Mertsalov).
+ - Updated fr translation. (claudep).
+ - Updated Arabic Translation. (Abou Manal).
+
+NEW in 0.23.3
+==============
+ - Updated manual (Milo Casagrande).
+ - Set a tooltip on contact list view showing EmpathyContactWidget information.
+   Only enabled if running with GTK+ >= 2.12.10 because of
+   bug #504087 (Xavier Claessens).
+ - Move avatar cache to ~/.cache and don't mix avatar from different contacts,
+   tokens are not garanteed to be different. (Xavier Claessens).
+
+Bugs fixed:
+ - Fixed #465928, The status icon keep blinking when opening a chat with the contact list (Xavier Claessens)
+ - Fixed #527970, don't permit to call several time the same personn (Xavier Claessens)
+ - Fixed #531414, The "menu" key doesn't work in the contact list (Baptiste Mille-Mathias)
+ - Fixed #533541, Schema short description improved (Claude Paroz)
+ - Fixed #533732, Help button missing from the Accounts dialog (Milo Casagrande)
+ - Fixed #533840, BaconMessageConnection and D-Bus interaction (Xavier Claessens)
+
+Translations:
+ - Updated es translation  (Jorge Gonzalez).
+ - Updated ja translation  (Takeshi AIHANA).
+ - Updated Norwegian bokmål translation. (kmaraas).
+ - Updated Arabic Translation by Abou Manal. (djihed).
+ - Updated French translation (claudep).
+
+NEW in 0.23.2
+==============
+ - Keep a priv pointer in the object struct instead of using
+   G_TYPE_INSTANCE_GET_PRIVATE all the time. (Xavier Claessens).
+ - If self presence message is "" do like if it was NULL. (Xavier Claessens).
+ - Do not request video stream until the user click on the 'send video' box. (Xavier Claessens).
+ - Implement DTMF and add a keypad on call window. (Xavier Claessens).
+ - Make use of tp-glib debug system. (Xavier Claessens).
+ - Rework call window: Use GtkVolumeButton, only one button to hang up calls,
+   let s-e add black borders to keep good video ration and add a confirmation
+   dialog to accept/reject incoming calls. (Xavier Claessens).
+ - Remove conditional build of VOIP. (Xavier Claessens).
+ - Do not apply different theme to chat and chatrooms (Xavier Claessens).
+
+Bugs fixed:
+ - Fixed #460624, Use enchant instead of aspell (Frederic Peters)
+ - Fixed #523918, Empathy sometimes loose messages (Xavier Claessens)
+ - Fixed #526926, "This call will be ended. Continue?" dialog should be rephrased (Elliot Fairweather, Xavier Claessens)
+ - Fixed #529049, Empathy should know when an apt:// link appears (Gaëtan Podevijn)
+ - Fixed #529436, Lacking string hyphenation (Baptiste Mille-Mathias)
+ - Fixed #529437, Incorrect spacing in some strings (Baptiste Mille-Mathias)
+ - Fixed #529439, Incorrect capitalisation in some strings (Baptiste Mille-Mathias)
+ - Fixed #529552, Please incorporate the man pages written for Debian (Simon McVittie)
+ - Fixed #529651, 0.23.1: Compilation (Linking) Failure (Xavier Claessens)
+ - Fixed #530090, Stock ids marked for translation (Gabor Kelemen)
+
+Translations:
+ - Updated Galician Translation and POTFILES.in (icq).
+ - Updated cs translation  (Lucas Lommer).
+ - Updated Norwegian bokmål translation. (kmaraas).
+ - updated he translation (yairhr).
+ - Updated Slovenian translation (mateju).
+ - Updated es translation  (Jorge Gonzalez).
+ - Updated Slovenian translation (mateju).
+ - Updated hu translation (kelemeng).
+ - Updated sv translation  (Daniel Nylander).
+ - Updated en_GB translation  (Philip Withnall).
+
+NEW in 0.23.1
+==============
+ - Show contact list when a chat becomes a chatroom. (Xavier Claessens).
+ - Dispatch each Tube to the application handling its service. (Elliot Fairweather, Xavier Claessens).
+ - Added introduction and started the Getting Started section of help manual (Milo Casagrande).
+ - Add build system for help manual (Xavier Claessens).
+ - Some code cleanup (Xavier Claessens).
+ - Already open channels are considered OUTGOING. (Xavier Claessens).
+ - Drop Chandler and Filter, do not use MC for dispatching channels, do it ourself. Everything is now in the same process. (Xavier Claessens).
+ - Remove libtelepathy dep and use telepathy-glib instead. (Xavier Claessens).
+ - Remove Room menu, chatrooms will be handled in a dedicated program. (Xavier Claessens).
+ - Unify EmpathyPrivateChat and EmpathyGroupChat. (Xavier Claessens).
+ - Unify EmpathyTpChatroom and EmpathyTpChat. (Xavier Claessens).
+ - Do not autoconnect if networkmanager says we are not connected at startup. (Xavier Claessens).
+ - Move modules that make no sense to be used in other applicaton from libempathy-gtk/ to src/ (Xavier Claessens).
+ - Convert all files to glade3 (Laurent Bigonville).
+
+Bugs fixed:
+ - Fixed #526145, crash in Empathy Instant Messenger: Tryint to persuade Zdra,... (Xavier Claessens)
+ - Fixed #475789, Compact mode + avatars = bad padding (Marco Barisione)
+ - Fixed #479697, no sounds (Frederic Peters)
+ - Fixed #489978, Removing NotHere applet from panel (Frederic Peters)
+ - Fixed #496309, empathy translation issues (Andre Klapper)
+ - Fixed #513676, Need a widget to configure AIM accounts (Andreas Henriksson)
+ - Fixed #513679, Need a widget to configure SIP accounts (Baptiste Mille-Mathias)
+ - Fixed #514380, Drop gnome-vfs dependency (Cosimo Cecchi)
+ - Fixed #517776, Groupwise profile (Vincent Untz)
+ - Fixed #519946, Confirmation dialog on remove contact/group (Bruno Dusausoy)
+ - Fixed #521554, Diplay all the favourite rooms in the favourite room dialog (Marco Barisione)
+ - Fixed #521570, Set to unsensitive the 'show avatars' option when using compact mode (Marco Barisione)
+ - Fixed #522297, libempathy-gtk Python binding: cannot create a ContactListStore (Juan Pizarro)
+ - Fixed #522528, Missing files in POTFILES.in (nshmyrev)
+ - Fixed #522780, Couldn't build latest Empathy trunk (rev. 807) (Xavier Claessens)
+ - Fixed #522862, Need a GUI to configure groupwise account (Vincent Untz)
+ - Fixed #523703, Deprecated glib symbols used. (Frederic Peters)
+ - Fixed #525039, Should not be started automatically via /etc/xdg/autostart (Frederic Peters)
+ - Fixed #525084, Crash at GNOME startup (Xavier Claessens)
+ - Fixed #525562, Empathy should not require python-config (Frederic Peters)
+ - Fixed #526374, Crash in EmpathyContactListStore (Xavier Claessens)
+ - Fixed #526927, "This call will be ended. Continue?" has no purpose when call status is disconnected (Frederic Peters)
+ - Fixed #527452, Too difficult SIP configure UI (Frederic Peters)
+ - Fixed #527454, Better call dialog (Naba Kumar)
+ - Fixed #527713, crash when opening a chat with the keyboard (Frederic Peters)
+ - Fixed #527876, "registrar" misspelled (Frederic Peters)
+ - Fixed #527924, NotHere applet doesn't find icons (Frederic Peters)
+ - Fixed #528229, chat dialogs way too large (Xavier Claessens)
+ - Fixed #528287, Contact not shown in the contact list when he comes online (Xavier Claessens)
+ - Fixed #528529, escaping text in strings using Pango markup (Frederic Peters)
+ - Fixed #528542, Help is displayed on stderr, but stderr may go to log file (Frederic Peters)
+ - Fixed #528596, Missing l10n for strings in call window (Frederic Peters)
+
+Translations:
+ - Updated es translation (Jorge Gonzalez).
+ - Updated el translation (Giannis Katsampirhs).
+ - Updated ca translation (Gil Forcada).
+ - Updated Basque translation (Inaki Larranaga Murgoitio).
+
 NEW in 0.22.0
 ==============
  - Queue received messages until the sender got his alias. (Xavier Claessens).