]> git.0d.be Git - empathy.git/blobdiff - NEWS
Update NEWS for 0.21.5 release
[empathy.git] / NEWS
diff --git a/NEWS b/NEWS
index c59a4aa09fa17b6083f590e74462e2696cb373a0..6fb216366247615c8cc9982194441952eee0d8d2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,92 @@
+NEW in 0.21.5
+==============
+- Adding a release.py script that uses git.
+- Add SIP icon picked from pidgin.
+- Cleanup icons: Regenerate icons from SVG at 16, 22, 24, 32 and 48 size.
+  Change xmpp-link-local icon from apple's to the avahi icon. Still missing SVG
+  for im-message, im-message-new and user-typing.
+- Add avatar token in logs and load avatar from cache when getting logs messages.
+- Reset status message when coming back from away and the status was manually
+  set to away.
+- Update profiles based on N810's.
+- Remove ChangeLog and po/ChangeLog, new release script uses git logs and
+  generates ChangeLog file from git.
+- Add .gitignore files.
+- Chandlers leaves when there is no more channels to handle.
+- Set call window title to contact name
+- Import Gossip's chat theme system and simplify it a bit.
+
+Bugs fixed:
+- Fixed #466960, status icon tooltip doesn't change when status changes (xclaesse)
+- Fixed #508520, :0 smiley conversion shouldn't happen for times (xclaesse)
+- Fixed #499885, Automatically connect at session start (xclaesse)
+- Fixed #507656, "make valgrind" broken (xclaesse)
+- Fixed #459520, Can't remove a group (xclaesse)
+- Fixed #447851, Wider list of participants in group chat/IRC channel (xclaesse)
+- Fixed #505622, add "check" framework support (xclaesse)
+- Fixed #490153, Join _New... icon (xclaesse)
+- Fixed #502932, Text selection in Accounts window (xclaesse)
+
+Translations:
+- Updated Spanish Translation (jorgegonz).
+- Updated Norwegian bokmål Translation (kmaraas).
+- Updated Occitan Translation (ymarcheg).
+- Updated French Translation (claudep).
+- Updated Swedish Translation (dnylande).
+- Updated Spanish Translation (jorgegonz).
+- Updated Brazilian Portuguese Translation (leonardof).
+- Updated Basque Translation (dooteo).
+- Updated Arabic Translation (djihed).
+- Updated Norwegian bokmål Translation (kmaraas).
+
+NEW in 0.21.4:
+=============
+ - Cache avatar pixbuf in EmpathyChatView to avoid having a new pixbuf in memory
+   for each message a contact sends
+ - Generate ChangeLog from svn commits. Copy generator from epiphany.
+ - Correctly store/restore presence when NM state changes.
+ - Split EmpathyContactFactory to have one EmpathyTpContactFactory per account.
+ - When NM is in sleeping (=disabled) state, do just like if it was connected.
+   Add a gconf key to disable NM support completely.
+
+NEW in 0.21.3:
+=============
+ - Request new Text Channel if the contact is online again and CM don't support
+   offline message or if account gets reconnected.
+ - Depend on telepathy-glib and make use of his new API. Don't use deprecated
+   functions of libtelepathy.
+ - Better gtkdoc generator.
+
+NEW in 0.21.2:
+=============
+ - Display error message when an account failed to connect.
+ - Move chats to its own process.
+ - Move chandlers in $libexecdir
+ - Don't use the same bus name for filter and chandler programs. 
+
+NEW in 0.21.1:
+=============
+ - Cleanup licences and copyrights, Modules with 100% collabora code are now
+   relicenced to LGPL.
+ - Hide main window with ALT-F4.
+ - Set chat state to ACTIVE when receiving a message from a contact, avoid
+   staying in COMPOSING state forever for protocols like MSN that do not notify
+   when contact stoped writing.
+ - Don't use deprecated Gtk/GLib API. Mainly replace GtkTooltips by new
+   tooltip API from GTK 2.12.
+ - Use g_timeout_add_seconds when appropriated to avoid weaking the process too
+   much.
+ - Implement EmpathyAvatarChooser and EmpathyAvatarImage and make use of them in
+   contact information windows. That means we can now enlarge avatars when
+   clicking on it and we can set our own avatar if we edit our own contact.
+ - Implement edit personal information window, no vcard supported yet, but it's
+   not possible to set our own alias/avatar.
+ - Bump version to 0.21.1 for GNOME 2.21.1 release.
+
+NEW in 0.14:
+===========
+ - Megaphone applet now uses avatar cache.
+
 NEW in 0.13:
 ===========
  - Completely reworked ContactList API, new EmpathyContactFactory class.