]> git.0d.be Git - empathy.git/blobdiff - ChangeLog
Add python binding. Fixes bug #457660 (Michael Sheldon).
[empathy.git] / ChangeLog
index 6fc0bf6354ca65749c07d257c91515014f523246..9f2c7e0a524e7ca8b68f8344155373529e099e38 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,98 @@
+2007-08-19 Xavier Claessens  <xclaesse@gmail.com>
+
+       * python/pyempathy/pyempathy.defs:
+       * python/pyempathy/pyempathymodule.c:
+       * python/pyempathy/Makefile.am:
+       * python/pyempathy/pyempathy.override:
+       * python/pyempathygtk/pyempathygtk.override:
+       * python/pyempathygtk/pyempathygtk.defs:
+       * python/pyempathygtk/Makefile.am:
+       * python/pyempathygtk/pyempathygtkmodule.c:
+       * python/Makefile.am:
+       * libempathy/empathy-time.h:
+       * configure.ac:
+       * Makefile.am: Add python binding. Fixes bug #457660 (Michael Sheldon).
+
+2007-08-19 Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-main-window.glade: Edit menu should be second
+       from the left. Fixes bug #467827 (Cosimo Cecchi).
+
+2007-08-13 Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-group-chat.c: Only update the topic of it has
+       really be changed, avoid diplaying many times "Topic set to:" message.
+
+       * libempathy-gtk/empathy-chat.c: Some Jabber chatroom sends messages
+       received before we joined the room, this avoid displaying those messages
+       if we already logged them last time we joined that room. Previous
+       workaround prevented Empathy to log offline messages.
+
+2007-08-12 Xavier Claessens  <xclaesse@gmail.com>
+
+       * configure.ac: Bump version to 0.12.
+
+2007-08-12 Xavier Claessens  <xclaesse@gmail.com>
+
+       * configure.ac: Update libtool version.
+
+       * doc/libempathy-gtk/tmpl/empathy-images.sgml:
+       * doc/libempathy-gtk/tmpl/empathy-status-presets.sgml:
+       * NEWS: Updated.
+
+2007-08-12 Xavier Claessens  <xclaesse@gmail.com>
+
+       * data/irc.profile: Removed spaces in the SupportedPresences key to
+       workaround a MC warning SF bug 1772539.
+
+2007-08-11 Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-accounts-dialog.c: Make "Add account" button
+       insensitive when we are creating one. Fixes bug #459170
+       (Jaap A. Haitsma).
+
+2007-08-11 Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy/empathy-tp-contact-list.c: s/Local Network/People nearby/
+       (Sjoerd Simons)
+
+2007-08-10 Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-accounts-dialog.c: Unselect accounts when
+       clicking on "add" button. Fixes bug #459173 (Cosimo Cecchi).
+
+2007-08-10 Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-presence-chooser.glade: add some spacing in
+       "Custom message" dialog. Fixes bug #465360 (Frederic Peters).
+
+2007-08-10 Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-images.h:
+       * libempathy-gtk/empathy-presence-chooser.c:
+       * libempathy-gtk/empathy-ui-utils.c:
+       * libempathy/empathy-presence.c: Add hidden supprot. Fixes bug #455510
+       (Cosimo Cecchi).
+
+       * data/gtalk.profile:
+       * data/jabber.profile:
+       * data/salut.profile:
+       * data/irc.profile:
+       * data/msn.profile: Updated to use SupportedPresences field.
+
+2007-08-09 Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-presence-chooser.glade:
+       * libempathy-gtk/empathy-presence-chooser.c:
+       * libempathy-gtk/empathy-status-presets.c:
+       * libempathy-gtk/empathy-status-presets.h:
+       * libempathy-gtk/empathy-ui-utils.c: Remove per-state
+       "Custom message..." item and add one on the bottom of the menu. Add
+       a combobox on the custom message dialog to select the state and change
+       the action of the checkbox, now it add/remove the message from saved
+       messages. Make easier to add other states to the list if needed.
+       Fixes bug #460678.
+
 2007-08-09 Xavier Claessens  <xclaesse@gmail.com>
 
        * libempathy/empathy-presence.c: