]> git.0d.be Git - empathy.git/blobdiff - NEWS
add help/fi/*.xml in gitignore
[empathy.git] / NEWS
diff --git a/NEWS b/NEWS
index cb2dbbaf92beb625d9b3c1099c8e3f4f5590d1bf..b5e73ac94ebfbe3a711e8527bb81ce7d0c0c82b4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,105 @@
+NEW in 2.25.91
+==============
+ - Set the intial volume button level to a more correct one (Sjoerd Simons).
+ - Set the camera button insensitive after a call (Sjoerd Simons).
+ - Hook up the volume button (Sjoerd Simons).
+ - Hook up DTFM support (Sjoerd Simons).
+ - Notify when receiving an invitation to join a MUC (Guillaume Desmottes).
+ - Save status message on NetworkManager disconnect and restore on reconnect (Davyd Madeley).
+
+Bugs fixed:
+ - Fixed #525559, Ignore muc invitations (Guillaume Desmottes)
+ - Fixed #562109, Spacing in contact information dialog (Frédéric Peters)
+ - Fixed #570357, make install fails on master (tkaroonb)
+ - Fixed #570397, Menu icon for 'Hang Up' is too large in call UI window (Jonathon Jongsma)
+ - Fixed #571184, Event toolip displayes (null) if no message was provided (Guillaume Desmottes)
+ - Fixed #571635, Minor string fixes (Bruce Cowan)
+
+Translations:
+ - Updated Bulgarian translation (Alexander Shopov)
+ - Updated ro translation (Alexandru Szasz, Mișu Moldovan).
+ - Updated ja translation  (Takeshi AIHANA).
+ - Updated Danish translation (Knneth Nielsen).
+ - Updated Polish translation (Tomasz Dominikowski).
+ - Updated sv translation  (Daniel Nylander).
+ - Updated es translation  (Jorge Gonzalez).
+ - Updated Vietnamese translation (Clytie Siddall).
+ - Updated Hungarian translation (kelemeng).
+ - Updated Basque translation  (Inaki Larranaga Murgoitio).
+ - Updated Swedish translation  (Daniel Nylander).
+ - Updated pt_BR translation  (Andre Gondim).
+ - Updated Norwegian bokmål translation. (kmaraas).
+
+NEW in 2.25.90
+==============
+ - Rewrite Voice/Video call UI, and use farsight2 instead of stream-engine. (Sjoerd Simons).
+ - Add libnotify support (Jonny Lamb, Elliot Fairweather).
+ - Add EmpathyContactSelector (Jonny Lamb, Elliot Fairweather).
+ - Renamed G_STR_EMPTY to EMP_STR_EMPTY (Jonny Lamb).
+ - Update the user documentation  (Milo Casagrande).
+ - Rename _new -> _dup_singleton. (Cosimo Cecchi).
+ - Remove usage of EmpathyTpGroup from EmpathyTpCall. (Xavier Claessens).
+ - Remove some usage of EmpathyTpGroup from EmpathyTpChat (Xavier Claessens).
+ - Rework internal dispatcher (Sjoerd Simons).
+
+Bugs fixed:
+ - Fixed #548768, You can open several avatar file pickers for the same account (Frederic Peters)
+ - Fixed #562554, "Chat -> View Previous Conversations" should be disabled if no account (fpeters)
+ - Fixed #566549, Please remove trailing space (Leonardo Ferreira Fontenelle)
+ - Fixed #566676, There should not be any "gtk-ok", "gtk-cancel" etc. string in .pot (Lucas Lommer)
+ - Fixed #569884, no --version command-line option (Bruce Cowan)
+ - Fixed #569901, i18n problems in main() (Cosimo Cecchi)
+ - Fixed #570066, Missing file from POTFILES.in (Gabor Kelemen )
+ - Fixed #570080, empathy fails to build outside source tree (Theppitak Karoonboonyanan)
+
+Translations:
+ - Updated pt_BR translation  (Michel Recondo).
+ - Updated Hungarian translation (kelemeng).
+ - Updated es translation  (Jorge Gonzalez).
+ - Updated ca translation  (Gil Forcada).
+ - Updated Greek translation  (Marios Zindilis).
+ - Updated Spanish translation (jorgegonz).
+ - Updated ko translation. (cwryu).
+ - updated hebrew translation (yairhr).
+ - Updated gr translation  (Marios Zindilis).
+ - Updated Slovenian translation (mateju).
+ - Updated Norwegian bokmål translation. (kmaraas).
+ - Updated th translation  (Theppitak Karoonboonyanan).
+ - Updated sv translation  (Daniel Nylander).
+
+NEW in 2.25.4
+==============
+ - Add sound notifications using libcanberra-gtk (Cosimo Cecchi)
+
+Bugs fixed:
+
+Translations:
+ - Updated Norwegian bokmål translation. (kmaraas).
+ - Updated pt_BR translation  (Taylon Silmer).
+
+NEW in 2.25.3
+==============
+ - Refactor EmpathyChatView to make possible to use other backends than
+   GtkTextView. Required to use Webkit and adium themes.
+ - Use gi18n-lib.h instead of gi18n.h for libraries. (Xavier Claessens).
+ - Add empathy_init(), empathy_gtk_init(). They have to be called by any process
+   using libempathy and libempathy-gtk. (Xavier Claessens).
+ - Do not make allow to add a contact to accounts that do not have contact list,
+   like IRC or SIP. (Guillaume Desmottes)
+ - Improve URI regex. (Xavier Claessens).
+ - Drop libgnomeui dependency  (Cosimo Cecchi).
+ - Use GTK+ 2.14.0 and gtk_show_uri  (Cosimo Cecchi).
+
+Bugs fixed:
+ - Fixed #552296, Autocompletion on contact names for "new message" dialog box (Emmanuel Bretelle, Xavier Claessens)
+ - Fixed #562873, doesn't build with werror on x86_64 (Xavier Claessens)
+ - Fixed #563713, linkifies "@name", and captures the next word (Xavier Claessens)
+
+Translations:
+ - Updated it translation  (Milo Casagrande).
+ - Updated ca translation  (Joan Duran).
+ - Added Catalan translation (Joan Duran).
+
 NEW in 2.25.2
 ==============
  - Use GRegex instead of custom code and use a new regex to detect URIs (Xavier Claessens).