aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-05-24 07:01:46 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-05-24 07:01:46 +0800
commit15366cb379d8d8e30617ba1dc639daf14eaa30a6 (patch)
treec69bb33a1a7c50dddc37cf1be09b26ba128bcf06 /ChangeLog
parentb182284c7997adb1e9a6b5798415965ae890a70d (diff)
downloadgsoc2013-empathy-15366cb379d8d8e30617ba1dc639daf14eaa30a6.tar
gsoc2013-empathy-15366cb379d8d8e30617ba1dc639daf14eaa30a6.tar.gz
gsoc2013-empathy-15366cb379d8d8e30617ba1dc639daf14eaa30a6.tar.bz2
gsoc2013-empathy-15366cb379d8d8e30617ba1dc639daf14eaa30a6.tar.lz
gsoc2013-empathy-15366cb379d8d8e30617ba1dc639daf14eaa30a6.tar.xz
gsoc2013-empathy-15366cb379d8d8e30617ba1dc639daf14eaa30a6.tar.zst
gsoc2013-empathy-15366cb379d8d8e30617ba1dc639daf14eaa30a6.zip
2007-05-24 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/gossip-account-chooser.c: * libempathy-gtk/gossip-new-chatroom-dialog.c: * libempathy-gtk/gossip-account-widget-jabber.c: * libempathy-gtk/gossip-account-chooser.h: * libempathy-gtk/gossip-new-chatroom-dialog.h: * libempathy-gtk/gossip-group-chat.c: * libempathy-gtk/empathy-main-window.c: * libempathy-gtk/gossip-new-chatroom-dialog.glade: * libempathy-gtk/gossip-account-widget-jabber.glade: * libempathy-gtk/Makefile.am: * libempathy/empathy-tp-chatroom.c: * data/gtalk.profile: * data/jabber.profile: * data/salut.profile: * data/Makefile.am: * data/empathy.desktop.in.in: * data/msn.profile: * data/irc.profile: New objects: GossipAccountChooser and GossipNewChatroom, we can now join any chatroom. Adding IRC profile. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@89 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d5212877..ab67c3deb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2007-05-24 Xavier Claessens <xclaesse@gmail.com>
+
+ * libempathy-gtk/gossip-account-chooser.c:
+ * libempathy-gtk/gossip-new-chatroom-dialog.c:
+ * libempathy-gtk/gossip-account-widget-jabber.c:
+ * libempathy-gtk/gossip-account-chooser.h:
+ * libempathy-gtk/gossip-new-chatroom-dialog.h:
+ * libempathy-gtk/gossip-group-chat.c:
+ * libempathy-gtk/empathy-main-window.c:
+ * libempathy-gtk/gossip-new-chatroom-dialog.glade:
+ * libempathy-gtk/gossip-account-widget-jabber.glade:
+ * libempathy-gtk/Makefile.am:
+ * libempathy/empathy-tp-chatroom.c:
+ * data/gtalk.profile:
+ * data/jabber.profile:
+ * data/salut.profile:
+ * data/Makefile.am:
+ * data/empathy.desktop.in.in:
+ * data/msn.profile:
+ * data/irc.profile: New objects: GossipAccountChooser and
+ GossipNewChatroom, we can now join any chatroom. Adding IRC profile.
+
2007-05-21 Xavier Claessens <xclaesse@gmail.com>
* libempathy/empathy-idle.c: If we are offline do not set away on idle.