aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2007-10-29 04:00:59 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-10-29 04:00:59 +0800
commit91a6dbf919ca3d916b5077f186333235757ea0d1 (patch)
tree870ded9c8b16db822876748b1eda84334187cbc3 /NEWS
parent2c032925a59bf26386bd0f98dbd1f3dc9457f149 (diff)
downloadgsoc2013-empathy-91a6dbf919ca3d916b5077f186333235757ea0d1.tar
gsoc2013-empathy-91a6dbf919ca3d916b5077f186333235757ea0d1.tar.gz
gsoc2013-empathy-91a6dbf919ca3d916b5077f186333235757ea0d1.tar.bz2
gsoc2013-empathy-91a6dbf919ca3d916b5077f186333235757ea0d1.tar.lz
gsoc2013-empathy-91a6dbf919ca3d916b5077f186333235757ea0d1.tar.xz
gsoc2013-empathy-91a6dbf919ca3d916b5077f186333235757ea0d1.tar.zst
gsoc2013-empathy-91a6dbf919ca3d916b5077f186333235757ea0d1.zip
Updated for releaseEMPATHY_0_21_1
svn path=/trunk/; revision=406
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f296eca39..9c0ac559b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+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.