aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
blob: f3b89bfd9898de7bdbd4f838a3b90c8f656d5098 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
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.
 - Accept/Reject contacts who wants to get our presence.
 - Edit/View contacts information.
 - Get name and topic properties for chatrooms.
 - Log chats and display 10 last messages when opening a new chat.
 - Set presence to available for protocols that do not supports presence
   (SIP, IRC).
 - Lots of bugs fixed.

NEW in 0.6:
===========
 - Join room when clicking on favorite rooms.
 - Do not restore away presence message when coming back after the user set
   manually to away.
 - Set parent window when poping a new window/dialog.
 - Implement favorite chatroom menu.
 - Do not highlight contacts already known when creating the contact list.
 - Do not set status message to "Extended autoaway", let user's message
   unchanged.
 - Many bugs and leaks fixed.

NEW in 0.5:
===========
 - Do not highlight groups when adding them in the roster.
 - Do not create new GossipContact object in presence/avatar/alias changed
   signal if we don't already know that contact from a contact list channel.
   This should fix DBus max pending calls limit reached in some cases.
 - New icon for empathy-new-message, empathy-group-message and
   empathy-proto-irc.
 - Chatroom support. New objects: GossipNewChatroomDialog, GossipAccountChooser,
   GossipGroupChat
 - If we are offline do not set away on idle. If we are already away restore to
   available when we are no mode idle. Do no modify status message.
 - Fixed message displaying with fancy themes.
 - Many bugs fixed.

NEW in 0.4:
===========
 - contact list refactoring: EmpathyContactList is an iface implemented by
   EmpathyTpContactList, EmpathyContactManager and EmpathyTpChatroom.
   GossipContactList splitted into GossipContactListStore and
   GossipContactListView, it can display any object implementing the
   EmpathyContactList iface. Make possible to set custom functions to define
   the groups of a contact, by default it gets the "group" property of the
   GossipContact object. This make possible to reuse the contact list UI from
   the main window for chatrooms where groups are the role/affiliation of the
   contact on that room.
 - Auto away when gnome-screensaver says the session is idle and extended away
   30min after that.
 - Display ChatState when the contact is composing.
 - Bugbuddy now reports crashes to GNOME Bugzilla.
 - New program icon.
 - Setting i18n support and importing po files from gossip.
 - Add an example label for jid.
 - Do not open chat window twice for the same conversation.