aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-06-22 04:27:27 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-06-22 04:27:27 +0800
commitf27f72937ebba43451324118c3bda6b5ff1d821d (patch)
tree9d75ca9c2b2d3d524cca2f35f2e6391223f821d4 /NEWS
parent209d3a1e5965dcb1845e72aa77160af33cb75a57 (diff)
downloadgsoc2013-empathy-f27f72937ebba43451324118c3bda6b5ff1d821d.tar
gsoc2013-empathy-f27f72937ebba43451324118c3bda6b5ff1d821d.tar.gz
gsoc2013-empathy-f27f72937ebba43451324118c3bda6b5ff1d821d.tar.bz2
gsoc2013-empathy-f27f72937ebba43451324118c3bda6b5ff1d821d.tar.lz
gsoc2013-empathy-f27f72937ebba43451324118c3bda6b5ff1d821d.tar.xz
gsoc2013-empathy-f27f72937ebba43451324118c3bda6b5ff1d821d.tar.zst
gsoc2013-empathy-f27f72937ebba43451324118c3bda6b5ff1d821d.zip
Updated NEWS
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@166 4ee84921-47dd-4033-b63a-18d7a039a3e4
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.