]> git.0d.be Git - empathy.git/blobdiff - ChangeLog
Conflicts:
[empathy.git] / ChangeLog
index 7c41dd56003e24883d3419fd8631cfff9f1dd804..36fdbd3351964084381222b4705c807ac4dc06d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,97 @@
+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:
+       * libempathy-gtk/empathy-new-message-dialog.glade:
+       * libempathy-gtk/empathy-new-message-dialog.h:
+       * libempathy-gtk/empathy-status-icon.c: Implement New Message menu
+       entry. Fixes bug #489979.
+
+2007-11-30  Xavier Claessens  <xclaesse@gmail.com>
+
+       * data/empathy.schemas.in:
+       * libempathy-gtk/empathy-group-chat.c:
+       * libempathy-gtk/empathy-preferences.h: Add a gconf key to define the 
+       char to be added for tab completion.
+       Fixes bug #453418 (Matej Cepl, Xavier Claessens).
+
+2007-11-28  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-private-chat.c: Request new Text Channel if
+       the contact is online again and CM don't support offline message.
+
+2007-11-22  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-group-chat.c: use ":" instead of "," for nick
+       completion.
+
+2007-11-21  Xavier Claessens  <xclaesse@gmail.com>
+
+       * TODO: Updated.
+
+2007-11-21  Xavier Claessens  <xclaesse@gmail.com>
+
+       * configure.ac: Add x11 to build deps.
+
+2007-11-21  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-group-chat.c:
+       * libempathy-gtk/empathy-chat.c:
+       * libempathy-gtk/empathy-chat.h: Add nick completion for MUCs.
+       Fixes bug #453418.
+
+2007-11-15  Xavier Claessens  <xclaesse@gmail.com>
+
+       * docs/*:
+       * doc/*:
+       * configure.ac:
+       * Makefile.am: Remove doc directory and replace it with a better gtk-doc
+       in docs. More files are auto-generated, we have less files on SVN.
+
+2007-11-15  Xavier Claessens  <xclaesse@gmail.com>
+
+       * src/Makefile.am: Do not build voip chandler if building without voip
+       support. Fixes bug #496861.
+
+2007-11-13  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy/empathy-chandler.c:
+       * libempathy/empathy-filter.c: Do not use deprecated tp_conn_new(), use
+       tp_conn_new_without_connect() instead.
+
+2007-11-12  Xavier Claessens  <xclaesse@gmail.com>
+
+       * configure.ac: Bump version to 0.21.3.
+
 2007-11-12  Xavier Claessens  <xclaesse@gmail.com>
 
        * libempathy-gtk/empathy-status-icon.c: