diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-07-09 23:44:58 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-07-09 23:44:58 +0800 |
commit | c1ea2e3b533fea657d90a3b6e263675526f192e5 (patch) | |
tree | c5c87fd084b2847170aac010b40268ec663cd5cc /ChangeLog | |
parent | 3677c23545f7e549c72096112159eecd895a4270 (diff) | |
download | gsoc2013-empathy-c1ea2e3b533fea657d90a3b6e263675526f192e5.tar gsoc2013-empathy-c1ea2e3b533fea657d90a3b6e263675526f192e5.tar.gz gsoc2013-empathy-c1ea2e3b533fea657d90a3b6e263675526f192e5.tar.bz2 gsoc2013-empathy-c1ea2e3b533fea657d90a3b6e263675526f192e5.tar.lz gsoc2013-empathy-c1ea2e3b533fea657d90a3b6e263675526f192e5.tar.xz gsoc2013-empathy-c1ea2e3b533fea657d90a3b6e263675526f192e5.tar.zst gsoc2013-empathy-c1ea2e3b533fea657d90a3b6e263675526f192e5.zip |
Add MSN setting UI. Fixes bug #443162 (Cosimo Cecchi).
2007-07-09 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-account-widget-msn.glade:
* libempathy-gtk/empathy-account-widget-msn.c:
* libempathy-gtk/empathy-account-widget-msn.h:
* libempathy-gtk/empathy-accounts-dialog.c:
* libempathy-gtk/Makefile.am: Add MSN setting UI. Fixes bug #443162
(Cosimo Cecchi).
* libempathy-gtk/empathy-chat-view.c:
* libempathy/empathy-log-manager.c:
* libempathy/empathy-log-manager.h: Add needed API to show chat logs in
Tracker. Fixes bug #452536.
svn path=/trunk/; revision=178
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -1,7 +1,21 @@ +2007-07-09 Xavier Claessens <xclaesse@gmail.com> + + * libempathy-gtk/empathy-account-widget-msn.glade: + * libempathy-gtk/empathy-account-widget-msn.c: + * libempathy-gtk/empathy-account-widget-msn.h: + * libempathy-gtk/empathy-accounts-dialog.c: + * libempathy-gtk/Makefile.am: Add MSN setting UI. Fixes bug #443162 + (Cosimo Cecchi). + + * libempathy-gtk/empathy-chat-view.c: + * libempathy/empathy-log-manager.c: + * libempathy/empathy-log-manager.h: Add needed API to show chat logs in + Tracker. Fixes bug #452536. + 2007-07-07 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-account-widget-generic.c: Workaround to fix a - commonly reported crash. + commonly reported crash. Fixes bug #454277 * libempathy/empathy-tp-group.c: Add a missing check. 2007-06-30 Xavier Claessens <xclaesse@gmail.com> |