diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-06-22 04:27:27 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-06-22 04:27:27 +0800 |
commit | f2fae48a4e29badd24c96501633764faa7ccd1e7 (patch) | |
tree | 9d75ca9c2b2d3d524cca2f35f2e6391223f821d4 | |
parent | 3a9622dc01243eb969a06dc9087cc1913ddf9fe2 (diff) | |
download | gsoc2013-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
-rw-r--r-- | NEWS | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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. |