aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-06-21 23:19:49 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-06-21 23:19:49 +0800
commita99f8748ce3497140adb4a1d49ed05735661ac73 (patch)
tree81603b1efcd16b7aa5e45b47a9c902804d2e439d /ChangeLog
parent14601c985caec72a7237efddac54c9fe07955ae9 (diff)
downloadgsoc2013-empathy-a99f8748ce3497140adb4a1d49ed05735661ac73.tar
gsoc2013-empathy-a99f8748ce3497140adb4a1d49ed05735661ac73.tar.gz
gsoc2013-empathy-a99f8748ce3497140adb4a1d49ed05735661ac73.tar.bz2
gsoc2013-empathy-a99f8748ce3497140adb4a1d49ed05735661ac73.tar.lz
gsoc2013-empathy-a99f8748ce3497140adb4a1d49ed05735661ac73.tar.xz
gsoc2013-empathy-a99f8748ce3497140adb4a1d49ed05735661ac73.tar.zst
gsoc2013-empathy-a99f8748ce3497140adb4a1d49ed05735661ac73.zip
2007-06-21 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-contact-dialogs.c: * libempathy-gtk/gossip-contact-list-store.c: * libempathy-gtk/gossip-contact-list-view.c: * libempathy/empathy-contact-manager.c: * libempathy/empathy-tp-contact-list.c: * libempathy/empathy-contact-list.c: * libempathy/empathy-contact-list.h: * libempathy/gossip-contact.c: We show in our roster all contacts members and remote-pending of subscribe list. Adding/Removing a contact only add/remove from subscribe list. Accept/Reject a contact in local-pending of publish list is done using _process_pending(). git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@164 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b7ef27693..b62a77f0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2007-06-21 Xavier Claessens <xclaesse@gmail.com>
+
+ * libempathy-gtk/empathy-contact-dialogs.c:
+ * libempathy-gtk/gossip-contact-list-store.c:
+ * libempathy-gtk/gossip-contact-list-view.c:
+ * libempathy/empathy-contact-manager.c:
+ * libempathy/empathy-tp-contact-list.c:
+ * libempathy/empathy-contact-list.c:
+ * libempathy/empathy-contact-list.h:
+ * libempathy/gossip-contact.c: We show in our roster all contacts
+ members and remote-pending of subscribe list. Adding/Removing a contact
+ only add/remove from subscribe list. Accept/Reject a contact in
+ local-pending of publish list is done using _process_pending().
+
2007-06-15 Xavier Claessens <xclaesse@gmail.com>
* src/empathy.c: