aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-06-06 23:03:06 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-06-06 23:03:06 +0800
commitb1695c4a0881a60988b30dc03a71c166e73e5537 (patch)
tree5df8c2dc46ede948a234291709eff25ce44e3f55 /ChangeLog
parent05089ed22d62dc30ce6b03d65d37cb1cf53247ff (diff)
downloadgsoc2013-empathy-b1695c4a0881a60988b30dc03a71c166e73e5537.tar
gsoc2013-empathy-b1695c4a0881a60988b30dc03a71c166e73e5537.tar.gz
gsoc2013-empathy-b1695c4a0881a60988b30dc03a71c166e73e5537.tar.bz2
gsoc2013-empathy-b1695c4a0881a60988b30dc03a71c166e73e5537.tar.lz
gsoc2013-empathy-b1695c4a0881a60988b30dc03a71c166e73e5537.tar.xz
gsoc2013-empathy-b1695c4a0881a60988b30dc03a71c166e73e5537.tar.zst
gsoc2013-empathy-b1695c4a0881a60988b30dc03a71c166e73e5537.zip
2007-06-06 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-status-icon.c: * libempathy-gtk/empathy-contact-widget.glade: * libempathy-gtk/empathy-contact-widget.c: * libempathy-gtk/empathy-contact-widget.h: * libempathy-gtk/Makefile.am: New widget: EmpathyContactWidget. It displays information about a contact, it can be used in any kind of dialog which needs to display contact information like alias, groups, avatar, etc. If the contact is the selfcontact information are editable. * libempathy/empathy-tp-contact-list.c: Do not take care of subscription changes. * libempathy/gossip-contact.c: Use gossip_presence_state_get_default_status (MC_PRESENCE_OFFLINE) when there is no presence. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@124 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c7b9ecb8d..78d79ffff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
2007-06-06 Xavier Claessens <xclaesse@gmail.com>
+ * libempathy-gtk/empathy-status-icon.c:
+ * libempathy-gtk/empathy-contact-widget.glade:
+ * libempathy-gtk/empathy-contact-widget.c:
+ * libempathy-gtk/empathy-contact-widget.h:
+ * libempathy-gtk/Makefile.am: New widget: EmpathyContactWidget. It
+ displays information about a contact, it can be used in any kind of
+ dialog which needs to display contact information like alias, groups,
+ avatar, etc. If the contact is the selfcontact information are editable.
+
+ * libempathy/empathy-tp-contact-list.c: Do not take care of subscription
+ changes.
+
+ * libempathy/gossip-contact.c: Use
+ gossip_presence_state_get_default_status (MC_PRESENCE_OFFLINE)
+ when there is no presence.
+
+2007-06-06 Xavier Claessens <xclaesse@gmail.com>
+
* libempathy-gtk/empathy-status-icon.c: Add support for blinking when
there is an event. Make use of EmpathyIdle for presence handling. Add
an event when a contact requets subscription.