diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-06-09 20:47:48 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-06-09 20:47:48 +0800 |
commit | c36ed803c1d40b59e7b86051123f35b2062b95f7 (patch) | |
tree | e9013bdab1397d46c055bc8bdf0454b869499a29 /ChangeLog | |
parent | b2fea5050c4b89ec3d9d8589948dd85adc757778 (diff) | |
download | gsoc2013-empathy-c36ed803c1d40b59e7b86051123f35b2062b95f7.tar gsoc2013-empathy-c36ed803c1d40b59e7b86051123f35b2062b95f7.tar.gz gsoc2013-empathy-c36ed803c1d40b59e7b86051123f35b2062b95f7.tar.bz2 gsoc2013-empathy-c36ed803c1d40b59e7b86051123f35b2062b95f7.tar.lz gsoc2013-empathy-c36ed803c1d40b59e7b86051123f35b2062b95f7.tar.xz gsoc2013-empathy-c36ed803c1d40b59e7b86051123f35b2062b95f7.tar.zst gsoc2013-empathy-c36ed803c1d40b59e7b86051123f35b2062b95f7.zip |
We can now add a new contact. EmpathyContactWidget can change the contact
2007-06-09 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-main-window.c:
* libempathy-gtk/empathy-contact-widget.glade:
* libempathy-gtk/empathy-contact-dialogs.c:
* libempathy-gtk/empathy-contact-dialogs.h:
* libempathy-gtk/empathy-contact-widget.c: We can now add a new contact.
EmpathyContactWidget can change the contact it's displaying on-the-fly,
like that we can display info when typing the contact ID we want to
add to our contact list.
* libempathy/empathy-tp-contact-list.c: Fix a refcount bug.
svn path=/trunk/; revision=134
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2007-06-09 Xavier Claessens <xclaesse@gmail.com> + + * libempathy-gtk/empathy-main-window.c: + * libempathy-gtk/empathy-contact-widget.glade: + * libempathy-gtk/empathy-contact-dialogs.c: + * libempathy-gtk/empathy-contact-dialogs.h: + * libempathy-gtk/empathy-contact-widget.c: We can now add a new contact. + EmpathyContactWidget can change the contact it's displaying on-the-fly, + like that we can display info when typing the contact ID we want to + add to our contact list. + + * libempathy/empathy-tp-contact-list.c: Fix a refcount bug. + 2007-06-08 Xavier Claessens <xclaesse@gmail.com> * libempathy/gossip-chatroom-manager.c: Checks if the chatroom has |