aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-10-13 21:00:29 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-10-13 21:00:29 +0800
commit46b36ddc5af420c903db28e8e1aa7c5c7b07f4b9 (patch)
tree9cc7756b93e51e5c9ba250e82164316e8778e3f3 /ChangeLog
parent72e5841e61bbbe883e407bf8d16868d99ab847cb (diff)
downloadgsoc2013-empathy-46b36ddc5af420c903db28e8e1aa7c5c7b07f4b9.tar
gsoc2013-empathy-46b36ddc5af420c903db28e8e1aa7c5c7b07f4b9.tar.gz
gsoc2013-empathy-46b36ddc5af420c903db28e8e1aa7c5c7b07f4b9.tar.bz2
gsoc2013-empathy-46b36ddc5af420c903db28e8e1aa7c5c7b07f4b9.tar.lz
gsoc2013-empathy-46b36ddc5af420c903db28e8e1aa7c5c7b07f4b9.tar.xz
gsoc2013-empathy-46b36ddc5af420c903db28e8e1aa7c5c7b07f4b9.tar.zst
gsoc2013-empathy-46b36ddc5af420c903db28e8e1aa7c5c7b07f4b9.zip
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. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@371 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5edcf1260..34011cc5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,25 @@
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:
* libempathy-gtk/empathy-presence-chooser.c:
* libempathy-gtk/empathy-contact-list-view.c: