aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2007-07-26 00:40:10 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-07-26 00:40:10 +0800
commite872cf69bb6dbae8b08e8747a8a0c7061eb76822 (patch)
treefe3f227d382964b485b5e943055f6ddf9b0b397d
parent46dc4b38e7c6a255c4180ddcd8e0d32524a232eb (diff)
downloadgsoc2013-empathy-e872cf69bb6dbae8b08e8747a8a0c7061eb76822.tar
gsoc2013-empathy-e872cf69bb6dbae8b08e8747a8a0c7061eb76822.tar.gz
gsoc2013-empathy-e872cf69bb6dbae8b08e8747a8a0c7061eb76822.tar.bz2
gsoc2013-empathy-e872cf69bb6dbae8b08e8747a8a0c7061eb76822.tar.lz
gsoc2013-empathy-e872cf69bb6dbae8b08e8747a8a0c7061eb76822.tar.xz
gsoc2013-empathy-e872cf69bb6dbae8b08e8747a8a0c7061eb76822.tar.zst
gsoc2013-empathy-e872cf69bb6dbae8b08e8747a8a0c7061eb76822.zip
svn path=/trunk/; revision=193
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f3b89bfd9..64e249b14 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+NEW in 0.9:
+===========
+ - Initial room list support. It doesn't work yet but most of the code is ready.
+ - Tell the user when a message can't be sent.
+ - Set all contacts from salut protocol to the "Local Network" group.
+ - Fix NetworkManager support.
+ - Iconify main window to the status icon like in rhythmbox.
+ - Show avatars in chatrooms.
+ - Fix avatar not being requested when empathy starts.
+ - Remove unused nickname entry and use a GtkTable for room information.
+ - Set a window title and fix alignment of widgets for contact related dialogs
+ (add, edit/view info).
+ - Adding initial API documentation using gtk-doc.
+ - Auto-accept to publish presence to contacts that are in our subscribe list.
+ When accepting a pending contact add it to publish and subscribe list.
+ - Filter incoming text channels and make status icon flash when there we
+ receive a new message. Dispatch the channel only when we get a message and
+ the user click on the icon.
+ - Install libempathy and libempathy-gtk and make their API public. The API is
+ NOT STABLE AT ALL !!!
+
NEW in 0.8:
===========
- Fixed contact list handling.