From d00adf45ea54086a8d1d29090639b5beb3f88b34 Mon Sep 17 00:00:00 2001 From: Xavier Claessens <xclaesse@gmail.com> Date: Sat, 13 Oct 2007 13:00:29 +0000 Subject: Don't use deprecated GtkTooltips API. Add commented out lines in 2007-10-13 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-chat-view.h: * libempathy-gtk/empathy-main-window.c: * libempathy-gtk/empathy-chat.c: * libempathy-gtk/empathy-chat-window.c: * libempathy-gtk/empathy-chat-view.c: * libempathy/empathy-log-manager.c: * libempathy/empathy-time.c: * libempathy/empathy-tp-chat.c: * libempathy/empathy-time.h: * libempathy/empathy-message.c: * libempathy/empathy-message.h: * libempathy/empathy-presence.c: * configure.ac: Don't use deprecated GtkTooltips API. Add commented out lines in configure.ac to disable GLib and GTK deprecated symbols. Replace EmpathyTime by time_t which is more appropriate for timestamps. * doc/*: Updated. svn path=/trunk/; revision=371 --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5edcf1260..34011cc5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2007-10-13 Xavier Claessens <xclaesse@gmail.com> + + * libempathy-gtk/empathy-chat-view.h: + * libempathy-gtk/empathy-main-window.c: + * libempathy-gtk/empathy-chat.c: + * libempathy-gtk/empathy-chat-window.c: + * libempathy-gtk/empathy-chat-view.c: + * libempathy/empathy-log-manager.c: + * libempathy/empathy-time.c: + * libempathy/empathy-tp-chat.c: + * libempathy/empathy-time.h: + * libempathy/empathy-message.c: + * libempathy/empathy-message.h: + * libempathy/empathy-presence.c: + * configure.ac: Don't use deprecated GtkTooltips API. Add commented out + lines in configure.ac to disable GLib and GTK deprecated symbols. + Replace EmpathyTime by time_t which is more appropriate for timestamps. + + * doc/*: Updated. + 2007-10-13 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-main-window.c: -- cgit