aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2007-06-22 04:27:27 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-06-22 04:27:27 +0800
commitf2fae48a4e29badd24c96501633764faa7ccd1e7 (patch)
tree9d75ca9c2b2d3d524cca2f35f2e6391223f821d4 /NEWS
parent3a9622dc01243eb969a06dc9087cc1913ddf9fe2 (diff)
downloadgsoc2013-empathy-f2fae48a4e29badd24c96501633764faa7ccd1e7.tar
gsoc2013-empathy-f2fae48a4e29badd24c96501633764faa7ccd1e7.tar.gz
gsoc2013-empathy-f2fae48a4e29badd24c96501633764faa7ccd1e7.tar.bz2
gsoc2013-empathy-f2fae48a4e29badd24c96501633764faa7ccd1e7.tar.lz
gsoc2013-empathy-f2fae48a4e29badd24c96501633764faa7ccd1e7.tar.xz
gsoc2013-empathy-f2fae48a4e29badd24c96501633764faa7ccd1e7.tar.zst
gsoc2013-empathy-f2fae48a4e29badd24c96501633764faa7ccd1e7.zip
Updated NEWSEMPATHY_0_8
svn path=/trunk/; revision=166
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 40b55ebe0..f3b89bfd9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+NEW in 0.8:
+===========
+ - Fixed contact list handling.
+ - Make use of NetworkManager to set presence to OFFILE when we are disconnected
+ and restore presence once we are reconnected.
+ - UI for searching in conversation history and to view all conversations with
+ a given contact.
+ - Do not use 2 different processes (empathy and empathy-chat), merge them
+ into one client. This is easier for debugging and share data.
+ - Do not create log directory for a chat if there is no messages to put in.
+ - Do not set active contacts when creating the store, and when contact groups
+ changed.
+ - Fix warning when using command-line options.
+ - Ignore ssl errors by default. This is needed to connect jabber accounts
+ using ssl.
+ - Adding spellcheck support using aspell.
+ - Lots of bugs fixed.
+
NEW in 0.7:
===========
- Adding new contacts.