diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-12-03 06:38:02 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-12-03 06:38:02 +0800 |
commit | 7bf5562a19ecac3c59dc23ebe507112e2745b635 (patch) | |
tree | 9fccd6613f968d0fc40b518399d7858cb3c609fe /ChangeLog | |
parent | d54baf1615b3d019878f7dac66303de77737a6f0 (diff) | |
download | gsoc2013-empathy-7bf5562a19ecac3c59dc23ebe507112e2745b635.tar gsoc2013-empathy-7bf5562a19ecac3c59dc23ebe507112e2745b635.tar.gz gsoc2013-empathy-7bf5562a19ecac3c59dc23ebe507112e2745b635.tar.bz2 gsoc2013-empathy-7bf5562a19ecac3c59dc23ebe507112e2745b635.tar.lz gsoc2013-empathy-7bf5562a19ecac3c59dc23ebe507112e2745b635.tar.xz gsoc2013-empathy-7bf5562a19ecac3c59dc23ebe507112e2745b635.tar.zst gsoc2013-empathy-7bf5562a19ecac3c59dc23ebe507112e2745b635.zip |
Conflicts:
ChangeLog
svn path=/trunk/; revision=455
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,5 +1,33 @@ 2007-12-02 Xavier Claessens <xclaesse@gmail.com> + * configure.ac: + * libempathy-gtk/empathy-account-chooser.c: + * libempathy-gtk/empathy-accounts-dialog.c: + * libempathy-gtk/empathy-chat.c: + * libempathy-gtk/empathy-contact-dialogs.c: + * libempathy-gtk/empathy-group-chat.c: + * libempathy-gtk/empathy-main-window.c: + * libempathy-gtk/empathy-presence-chooser.c: + * libempathy-gtk/empathy-status-presets.c: + * libempathy/empathy-avatar.c: + * libempathy/empathy-contact-factory.c: + * libempathy/empathy-contact-manager.c: + * libempathy/empathy-tp-call.c: + * libempathy/empathy-tp-chat.c: + * libempathy/empathy-tp-chat.h: + * libempathy/empathy-tp-contact-list.c: + * libempathy/empathy-tp-group.c: + * libempathy/empathy-tp-roomlist.c: + * libempathy/empathy-utils.c: + * libempathy/empathy-utils.h: + * python/pyempathy/pyempathy.defs: + * src/empathy.c: Do not use deprecated symbols from libtelepathy. We + now link on telepathy-glib, make use of tp_strdiff and + tp_escape_as_identifier instead of using our own copy of those + functions. + +2007-12-02 Xavier Claessens <xclaesse@gmail.com> + * libempathy-gtk/Makefile.am: * libempathy-gtk/empathy-main-window.c: * libempathy-gtk/empathy-new-message-dialog.c: |