]> git.0d.be Git - empathy.git/blobdiff - ChangeLog
Updated.
[empathy.git] / ChangeLog
index 17a687988f21039ce53f390616266b435ff6052b..070bb6e47c53eaf0008c52e6c1d818a0b1e2c05a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,570 @@
+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:
+       * src/empathy-call-chandler.c:
+       * src/empathy-call.chandler:
+       * src/org.gnome.Empathy.Call.service.in:
+       * src/empathy-chat.chandler:
+       * src/org.gnome.Empathy.Chat.service.in:
+       * src/empathy-chat-chandler.c: Don't use the same bus name for filter
+       and chandler programs.
+
+2007-11-12  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-account-widget-jabber.glade: Jabber priority is
+       in the range -128 127 (Laurent Bigonville).
+
+2007-11-11  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-chat.c:
+       * src/empathy-call-chandler.c:
+       * src/org.gnome.Empathy.Chat.service.in:
+       * src/empathy-chat-chandler.c:
+       * src/empathy.c:
+       * src/Makefile.am: Move chats to its own process.
+
+2007-11-07  Xavier Claessens  <xclaesse@gmail.com>
+
+       * src/org.gnome.Empathy.Call.service.in:
+       * src/Makefile.am: Install empathy-call-chandler to $libexecdir.
+
+2007-11-06  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-account-widget-jabber.glade:
+       * libempathy-gtk/empathy-account-widget-jabber.c: Allow to change jabber
+       priority. Fixes bug #493992 (Laurent Bigonville).
+
+2007-11-04  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-main-window.c: Display error message when an
+       account failed to connect. Based on Gossip's code.
+
+2007-11-03  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy/empathy-contact-factory.c: Call ClearAvatar if the data
+       is NULL or size <= 0 in empathy_contact_factory_set_avatar().
+
+2007-11-03  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-contact-widget.c:
+       * libempathy-gtk/empathy-avatar-chooser.c:
+       * libempathy-gtk/empathy-avatar-chooser.h:
+       * python/pyempathy/pyempathy.defs:
+       * libempathy/empathy-contact-factory.c:
+       * libempathy/empathy-contact-factory.h: Rename
+       empathy_contact_factory_set_name() to _set_alias(). Implements
+       empathy_contact_factory_set_avatar(). Return the mime_type in
+       empathy_avatar_chooser_get_image_data().
+
+2007-11-03  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-main-window.c: Unref contact returned by
+       empathy_contact_factory_get_user().
+
+2007-11-03  Xavier Claessens  <xclaesse@gmail.com>
+
+       * src/empathy.c: Make use of gtk_init_with_args for command line
+       parsing. Fixes bug #491985 (Basilio Kublik).
+
+2007-11-03  Xavier Claessens  <xclaesse@gmail.com>
+
+       * data/icons/hicolor_status_scalable_empathy-pending.svg:
+       * data/icons/hicolor_status_16x16_empathy-pending.svg:
+       * data/icons/hicolor_status_scalable_empathy-extended-away.svg:
+       * data/icons/hicolor_status_16x16_empathy-extended-away.svg:
+       * data/icons/hicolor_status_scalable_empathy-away.svg:
+       * data/icons/hicolor_status_16x16_empathy-away.svg:
+       * data/icons/hicolor_status_scalable_empathy-offline.svg:
+       * data/icons/hicolor_status_16x16_empathy-offline.svg:
+       * data/icons/hicolor_status_scalable_empathy-busy.svg:
+       * data/icons/hicolor_status_16x16_empathy-busy.svg:
+       * data/icons/hicolor_status_scalable_empathy-available.svg:
+       * data/icons/hicolor_status_16x16_empathy-available.svg:
+       * data/icons/Makefile.am: Install SVG status images as scalable.
+       Fixes bug #492984.
+
+2007-11-03  Xavier Claessens  <xclaesse@gmail.com>
+
+       * configure.ac: Bump version to 0.21.2.
+
+2007-10-28  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-contact-list-view.c:
+       * libempathy-gtk/empathy-contact-list-store.c:
+       * libempathy-gtk/empathy-contact-list-store.h:
+       * doc/libempathy-gtk/libempathy-gtk.types:
+       * doc/libempathy-gtk/tmpl/empathy-contact-list-store.sgml: Rename
+       COL_XXX to EMPATHY_CONTACT_LIST_STORE_COL_XXX since it's in public API.
+       Fixes bug #470804.
+
+2007-10-28  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-status-icon.glade:
+       * libempathy-gtk/empathy-group-chat.glade:
+       * libempathy-gtk/empathy-main-window.glade:
+       * libempathy-gtk/empathy-images.h:
+       * src/empathy.c:
+       * src/Makefile.am:
+       * configure.ac:
+       * data/jabber.profile:
+       * data/salut.profile:
+       * data/msn.profile:
+       * data/gtalk.profile:
+       * data/irc.profile:
+       * data/22x22:
+       * data/32x32:
+       * data/24x24:
+       * data/16x16:
+       * data/48x48:
+       * data/scalable:
+       * data/Makefile.am:
+       * data/icons/*: Rename icons to follow fd.o icon naming spec. Move icons
+       to the right directory. Fixes bug #470418 (Michael Monreal).
+
+2007-10-28  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-smiley-manager.c: Update to new icon naming
+       spec for new avatars. Fixes bug #490173 (Michael Monreal).
+
+2007-10-28  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-contact-dialogs.c: Change edit personal
+       information window title to "Personal Information". Fixes bug #490159.
+       Change add contact window title to "New Contact", need a capitalized
+       'C'. Change edit contact information window title to
+       "Edit Contact Information".
+
+2007-10-25  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-chat.glade: Add Ctr-L accelerator to clear
+       the chat. Fixes bug #490125 (Marco Barisione).
+
+2007-10-25  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-main-window.glade: Change window title to
+       "Contact List", both words should be capitalised according to HIG.
+       Fixes bug #490076 (Michael Monreal).
+
+2007-10-25  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-main-window.glade: Remove "..." from the
+       "Manage Favorites..." menu item. Fixes bug #490086 (Michael Monreal).
+
+2007-10-25  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-images.h:
+       * libempathy-gtk/empathy-contact-list-view.c:
+       * libempathy-gtk/empathy-chat.glade:
+       * libempathy-gtk/empathy-log-window.glade:
+       * libempathy-gtk/empathy-main-window.glade: Use "document-open-recent"
+       icon instead of gtk-justify-left for history icon.
+       Fixes bug #490080 (Michael Monreal, Xavier Claessens).
+
+2007-10-25  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-main-window.glade: Use "user-info" icon for
+       Edit->Personal Information menu item.
+       Fixes bug #490079 (Michael Monreal).
+
+2007-10-25  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-log-window.glade: Use the navigation icons in
+       the history dialog. Fixes bug #490077 (Michael Monreal).
+
+2007-10-25  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-log-window.glade: Set window title to
+       "Previous Conversations". Fixes bug #490075 (Michael Monreal).
+
+2007-10-24  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-account-chooser.c:
+       * libempathy-gtk/empathy-profile-chooser.c:
+       * libempathy-gtk/empathy-account-chooser.h:
+       * libempathy-gtk/empathy-profile-chooser.h:
+       * libempathy-gtk/empathy-images.h:
+       * libempathy-gtk/empathy-main-window.c:
+       * libempathy-gtk/empathy-main-window.h:
+       * libempathy-gtk/empathy-cell-renderer-activatable.c:
+       * libempathy-gtk/empathy-account-widget-salut.c:
+       * libempathy-gtk/empathy-presence-chooser.c:
+       * libempathy-gtk/empathy-cell-renderer-activatable.h:
+       * libempathy-gtk/empathy-account-widget-salut.h:
+       * libempathy-gtk/empathy-account-widget-msn.c:
+       * libempathy-gtk/empathy-presence-chooser.h:
+       * libempathy-gtk/empathy-status-icon.c:
+       * libempathy-gtk/empathy-contact-dialogs.c:
+       * libempathy-gtk/empathy-account-widget-msn.h:
+       * libempathy-gtk/empathy-status-icon.h:
+       * libempathy-gtk/empathy-contact-dialogs.h:
+       * libempathy-gtk/empathy-account-widget-jabber.c:
+       * libempathy-gtk/empathy-account-widget-jabber.h:
+       * libempathy-gtk/empathy-contact-widget.c:
+       * libempathy-gtk/empathy-contact-widget.h:
+       * libempathy-gtk/empathy-smiley-manager.c:
+       * libempathy-gtk/empathy-about-dialog.h:
+       * libempathy-gtk/empathy-smiley-manager.h:
+       * libempathy-gtk/empathy-accounts-dialog.h:
+       * libempathy/empathy-avatar.h:
+       * libempathy/empathy-debug.h: Cleanup licences and copyrights,
+       Modules with 100% collabora code are now relicenced to LGPL.
+
+       * doc/libempathy-gtk/tmpl/empathy-contact-list-store.sgml: Updated.
+
+2007-10-23  Xavier Claessens  <xclaesse@gmail.com>
+
+       * doc/libempathy-gtk/tmpl/empathy-profile-chooser.sgml:
+       * doc/libempathy-gtk/tmpl/empathy-contact-dialogs.sgml:
+       * doc/libempathy-gtk/tmpl/empathy-contact-widget.sgml: Updated.
+
+2007-10-21  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-contact-widget.h: Add
+       EMPATHY_CONTACT_WIDGET_EDIT_NONE to EmpathyContactWidgetFlags.
+
+2007-10-21  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-contact-dialogs.h:
+       * libempathy-gtk/empathy-contact-dialogs.c:
+       * libempathy-gtk/empathy-main-window.c:
+       * libempathy-gtk/empathy-contact-list-view.c: Don't allow to change
+       account if we are editing information of self-contact.
+
+2007-10-21  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-account-chooser.c:
+       * libempathy-gtk/empathy-contact-dialogs.c:
+       * libempathy-gtk/empathy-contact-widget.c:
+       * libempathy-gtk/empathy-contact-widget.h:
+       * libempathy-gtk/empathy-accounts-dialog.c: To know if an account is
+       connected, use mission_control_get_connection_status() instead of
+       mission_control_get_connection(). Update account chooser if an account's
+       status changes or if it get removed.
+       Move account chooser filter func for add-contact's window from
+       EmpathyContactWidget to EmpathyContactDialogs.
+
+2007-10-19  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-accounts-dialog.c: Update Enable/Disable
+       button when "account-enabled" or "account-disabled" are emitted on
+       McAccountMonitor. Set tooltip on protocol icon with the profile's
+       display name.
+
+2007-10-19  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-profile-chooser.c:
+       * libempathy-gtk/empathy-profile-chooser.h:
+       * libempathy-gtk/empathy-accounts-dialog.c: set unsensitive the add
+       button if there is no profile installed and tell the user to install
+       some connection managers.
+
+       * libempathy-gtk/empathy-ui-utils.c: Fix indentation.
+
+2007-10-19  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-chat-window.c: If EmpathyChat object does not
+       exist when DnD a contact, create one. Fixes bug #483168.
+
+2007-10-19  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-status-icon.c: Fix crash when iconifying main
+       window if it's already hiden.
+
+2007-10-19  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-group-chat.c:
+       * libempathy/empathy-tp-chatroom.c:Don't accept invitation if we are
+       not invited.
+
+       * libempathy-gtk/empathy-status-icon.c: Correctly toggle visibility
+       with ALT-F4 on the main windows.
+
+2007-10-18  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy/empathy-log-manager.c:
+       * libempathy/empathy-log-manager.h:
+       * libempathy/empathy-tp-chat.c:
+       * libempathy/empathy-contact-manager.c:
+       * libempathy/empathy-tp-chat.h:
+       * libempathy/empathy-contact-manager.h:
+       * libempathy/empathy-avatar.c:
+       * libempathy/empathy-chandler.c:
+       * libempathy/empathy-tp-contact-list.c:
+       * libempathy/empathy-chandler.h:
+       * libempathy/empathy-filter.c:
+       * libempathy/empathy-tp-roomlist.c:
+       * libempathy/empathy-tp-contact-list.h:
+       * libempathy/empathy-filter.h:
+       * libempathy/empathy-tp-chatroom.c:
+       * libempathy/empathy-tp-roomlist.h:
+       * libempathy/empathy-contact-factory.c:
+       * libempathy/empathy-tp-chatroom.h:
+       * libempathy/empathy-contact-list.c:
+       * libempathy/empathy-contact-factory.h:
+       * libempathy/empathy-contact-list.h:
+       * libempathy/empathy-chatroom.c:
+       * libempathy/empathy-idle.c:
+       * libempathy/empathy-tp-group.c:
+       * libempathy/empathy-chatroom.h:
+       * libempathy/empathy-idle.h:
+       * libempathy/empathy-tp-group.h: Cleanup licences and copyrights,
+       Modules with 100% collabora code are now relicenced to LGPL.
+
+2007-10-15  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-ui-utils.c: Don't warning if we try to load
+       a NULL icon.
+
+       * data/Makefile.am:
+       * data/aim.profile:
+       * data/sofiasip.profile: Add AIM and SIP profiles. Fixes bug #457740
+       (Jamey Hicks).
+
+2007-10-13  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-chat.c: Set chat state to ACTIVE when receiving
+       a message from a contact, avoid staying in COMPOSING state forever for
+       protocols like MSN that do not notify when contact stoped writing.
+
+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:
+       * libempathy-gtk/empathy-contact-widget.c:
+       * libempathy-gtk/empathy-chat.c:
+       * libempathy-gtk/empathy-contact-list-store.c:
+       * libempathy-gtk/empathy-chat-window.c:
+       * libempathy/empathy-idle.c:
+       * tests/contact-manager.c: Use g_timeout_add_seconds when appropriated
+       to avoid weaking the process too much.
+
+2007-10-11  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy/empathy-tp-contact-list.c: Set supress_handler to TRUE when
+       creating new group channel.
+
+2007-10-11  Xavier Claessens  <xclaesse@gmail.com>
+
+       * po/POTFILES.in: Add missing files.
+
+2007-10-09  Xavier Claessens  <xclaesse@gmail.com>
+
+       * configure.ac: Bump MissionControl version to 4.37, we uses new API
+       introduced in that version.
+
+2007-10-09  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-main-window.c:
+       * libempathy-gtk/empathy-contact-dialogs.c:
+       * libempathy-gtk/empathy-contact-list-view.c:
+       * libempathy-gtk/empathy-contact-dialogs.h:
+       * libempathy-gtk/empathy-contact-widget.c:
+       * libempathy-gtk/empathy-contact-widget.h:
+       * libempathy-gtk/empathy-chat-window.c:
+       * megaphone/src/megaphone-applet.c: More flexible API for
+       EmpathyContactWidget, we now have flags to set editable each fields.
+       Implement personal information menu item in main window.
+
+2007-10-09  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-contact-widget.glade:
+       * libempathy-gtk/empathy-contact-widget.c:
+       * libempathy-gtk/empathy-avatar-chooser.c:
+       * libempathy-gtk/empathy-avatar-image.c: Makes avatar looks better in
+       information and edit dialogs.
+
+2007-10-08  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-ui-utils.c:
+       * libempathy-gtk/empathy-ui-utils.h:
+       * libempathy-gtk/empathy-contact-widget.c:
+       * libempathy-gtk/empathy-contact-widget.h:
+       * libempathy-gtk/empathy-avatar-chooser.c:
+       * libempathy-gtk/empathy-avatar-chooser.h:
+       * libempathy-gtk/empathy-avatar-image.c:
+       * libempathy-gtk/empathy-avatar-image.h:
+       * libempathy-gtk/Makefile.am:
+       * src/empathy.c: Implement EmpathyAvatarChooser and EmpathyAvatarImage
+       and make use of them in contact information windows. That means we can
+       now enlarge avatars when clicking on it and we can set our own avatar if
+       we edit our own contact.
+
+2007-10-03  Marco Barisione  <marco@barisione.org>
+
+       * libempathy/empathy-contact-factory.c:
+       * libempathy/empathy-tp-call.c:
+       * libempathy/empathy-tp-group.c:
+       * libempathy/empathy-utils.c: Initialize every GError to NULL. Fixes
+       bug #482889.
+
+2007-10-02  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy/empathy-tp-contact-list.c: Add back protocol group.
+
+2007-10-01  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-contact-list-view.c: Add a #ifdef HAVE_VOIP.
+       Fixes bug #482190 (Marco Barisione).
+
+2007-10-01  Xavier Claessens  <xclaesse@gmail.com>
+
+       * data/Makefile.am:
+       * data/empathy.desktop.in.in: Use fd.o standard location for autostart
+       desktop files. Fixes bug #481860 (Stephane Loeuillet).
+
+2007-10-01  Xavier Claessens  <xclaesse@gmail.com>
+
+       * configure.ac: Bump version to 0.15.
+
+2007-10-01  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy/Makefile.am: Add tp-stream-engine.xml to EXTRA_DIST.
+       * po/POTFILES.in: Add empathy-call-window.glade.
+
+2007-10-01  Xavier Claessens  <xclaesse@gmail.com>
+
+       * configure.ac:
+       * NEWS: Update before release.
+
+2007-10-01  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-private-chat.c: Fix refcounting of
+       priv->factory. Fixes bug #473116.
+
+2007-10-01  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-chat-window.c: Adding sanity checks to public
+       functions.
+
+2007-10-01  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-accounts-dialog.c:
+       * libempathy/empathy-utils.c: Add some sanity checks. Fixes bug #463051.
+
+2007-10-01  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy/empathy-tp-chat.c: Disconnect all signals in finalize.
+       Fixes bug #462815.
+
+2007-10-01  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-chatrooms-window.c: Disconnect signals on
+       chatroom manager. Fixes bug #456619.
+
+2007-10-01  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-contact-list-store.c: Disconnect signals on
+       list and contacts when finalizing the store.
+
+2007-10-01  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-contact-list-view.c:
+       * libempathy-gtk/empathy-chat-window.c: Hide VOIP stuff if empathy is
+       not compiled with --enable-voip=yes. Fixes bug #482111
+       (Sjoerd Simons, Xavier Claessens).
+
+2007-10-01  Xavier Claessens  <xclaesse@gmail.com>
+
+       * megaphone/src/megaphone-applet.c:
+       * megaphone/data/GNOME_Megaphone_Applet.schemas.in: Updated to use new
+       avatar cache.
+
+2007-09-29  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy/empathy-tp-group.c: ref group when async calls are in
+       flight to avoid destroying the object before receiving the reply.
+       * libempathy/empathy-utils.c: Unref the group to not leak it.
+
+2007-09-29  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy/empathy-contact-factory.c: Refcount
+       ContactFactoryAccountData struct.
+
+2007-09-29  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-call-window.c:
+       * libempathy-gtk/empathy-call-window.h:
+       * libempathy-gtk/empathy-contact-list-view.c:
+       * libempathy-gtk/empathy-call-window.glade:
+       * libempathy-gtk/Makefile.am:
+       * libempathy-gtk/empathy-chat-window.c:
+       * src/empathy-call-chandler.c:
+       * src/empathy-call.chandler:
+       * src/org.gnome.Empathy.Call.service.in:
+       * src/Makefile.am:
+       * libempathy/empathy-utils.c:
+       * libempathy/empathy-utils.h:
+       * libempathy/empathy-tp-call.c:
+       * libempathy/empathy-tp-call.h:
+       * libempathy/Makefile.am:
+       * libempathy/tp-stream-engine.xml:
+       * configure.ac:
+       * doc/libempathy-gtk/libempathy-gtk-docs.sgml:
+       * doc/libempathy/libempathy.types:
+       * doc/libempathy/libempathy-docs.sgml:
+       * doc/libempathy/Makefile.am:
+       * doc/libempathy/tmpl/empathy-utils.sgml: Initial Voice+Video support
+       Fixes bug #468204 (Elliot Fairweather, Xavier Claessens).
+
 2007-09-28  Xavier Claessens  <xclaesse@gmail.com>
 
        * configure.ac: Bump version to 0.14.
        they are not owned by dbus-glib. This fix big leaks, thanks again to
        valgrind.
 
+2007-09-28  Xavier Claessens  <xclaesse@gmail.com>
+
+       * src/Makefile.am: Correctly modify service.in files to expand bindir.
+
 2007-09-28  Xavier Claessens  <xclaesse@gmail.com>
 
        * libempathy/empathy-tp-group.c: Look in the local_pendings list if a
 
        * Initial version
 
+2007-09-28  Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy/empathy-tp-group.c: Look in the local_pendings list if a
+       contact is already local pending.
+       * tests/contact-manager.c: Fix white space typo.
+