]> git.0d.be Git - empathy.git/blobdiff - ChangeLog
Bump MC version required to 4.27. Updated.
[empathy.git] / ChangeLog
index c080397ac8fa32e839fc37df55099a1d96fae797..8715d4e88634a9ac8bf5d49aab1c64f8cf710da8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,222 @@
+2007-06-30 Xavier Claessens  <xclaesse@gmail.com>
+
+       * configure.ac: Bump MC version required to 4.27.
+       * TODO: Updated.
+
+2007-06-30 Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-account-widget-generic.c: Fix a leaked ref.
+
+       * src/empathy.c: If we get a chatroom we have to create an
+       EmpathyTpChatroom object.
+
+       * src/Makefile.am: Fix build system, programs links to libempathy-gtk
+       and libempathy.
+
+       * configure.ac: libempathy does not depends on libgnome-vfs.
+
+       * libempathy-gtk/empathy-status-icon.c:
+       * libempathy-gtk/empathy-chat.c:
+       * libempathy/empathy-tp-chat.c:
+       * libempathy/empathy-tp-chat.h:
+       * libempathy/empathy-filter.c:
+       * libempathy/empathy-filter.h:
+       * libempathy/empathy-filter.xml:
+       * libempathy/Makefile.am: Filter incoming text channels and make
+       status icon flash when there we receive a new message. Dispatch the
+       channel only when we get a message and the user click on the icon.
+
+2007-06-22 Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/libempathy-gtk.pc.in:
+       * libempathy-gtk/Makefile.am:
+       * libempathy/libempathy.pc.in:
+       * libempathy/Makefile.am:
+       * configure.ac: Install libempathy and libempathy-gtk and make their
+       API public.
+
+2007-06-22 Xavier Claessens  <xclaesse@gmail.com>
+
+       * po/POTFILES.in: s/gossip/empathy/
+
+2007-06-22 Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy/*.[ch]:
+       * libempathy-gtk/*.[ch]:
+       * src/*.[ch]: Rename all filenames starting with "gossip" by "empathy",
+       change namespace of all gossip_*() functions to empathy_*().
+       Fixes bug #444490 (Mario Danic, Xavier Claessens).
+
+2007-06-21 Xavier Claessens  <xclaesse@gmail.com>
+
+       * configure.ac: Bump version to 0.9
+
+2007-06-21 Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy/empathy-tp-contact-list.c: Fix typo causing warnings.
+
+2007-06-21 Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-contact-dialogs.c:
+       * libempathy-gtk/gossip-contact-list-store.c:
+       * libempathy-gtk/gossip-contact-list-view.c:
+       * libempathy/empathy-contact-manager.c:
+       * libempathy/empathy-tp-contact-list.c:
+       * libempathy/empathy-contact-list.c:
+       * libempathy/empathy-contact-list.h:
+       * libempathy/gossip-contact.c: We show in our roster all contacts
+       members and remote-pending of subscribe list. Adding/Removing a contact
+       only add/remove from subscribe list. Accept/Reject a contact in
+       local-pending of publish list is done using _process_pending().
+
+2007-06-15 Xavier Claessens  <xclaesse@gmail.com>
+
+       * src/empathy.c:
+       * libempathy/empathy-idle.c: Adding NetworkManager support.
+
+2007-06-15 Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-status-icon.c:
+       * libempathy-gtk/gossip-presence-chooser.c:
+       * libempathy-gtk/gossip-presence-chooser.h:
+       * libempathy/empathy-idle.c:
+       * libempathy/empathy-idle.h: Prepare for slack time when coming back
+       from auto away. Not yet fully implemented.
+
+2007-06-14 Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-images.h:
+       * libempathy-gtk/gossip-chat.c: Use gtk-info for contact informaiton.
+
+       * data/22x22/empathy-proto-salut.png:
+       * data/22x22/Makefile.am:
+       * data/16x16/empathy-proto-salut.png:
+       * data/16x16/Makefile.am:
+       * data/scalable/empathy-proto-salut.svg:
+       * data/scalable/Makefile.am:
+       * data/salut.profile: Add salut icon. Fixes bug #447659 (Michael Monreal).
+
+2007-06-14 Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/gossip-contact-list-view.c: Show logs when right
+       click on a contact in the roster.
+
+2007-06-14 Xavier Claessens  <xclaesse@gmail.com>
+
+       * src/org.gnome.Empathy.Chat.service.in:
+       * src/empathy-accounts.c:
+       * src/empathy-accounts-main.c:
+       * src/empathy-chat-main.c:
+       * src/empathy.c:
+       * src/Makefile.am:
+       * src/empathy-main.c:
+       * libempathy/gossip-chatroom-manager.c:
+       * autogen.sh: Empathy is no more splitted into 2 processes. It makes
+       debugging more difficult when emmpathy-chat crashes. It's also more
+       optimised like that since contact objects can be shared.
+
+2007-06-14 Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/gossip-chat-window.c: Disconnect signals from
+       chatroom_manager. Fixes bug #447178.
+
+2007-06-14 Xavier Claessens  <xclaesse@gmail.com>
+
+       * po/POTFILES.in:
+       * po/POTFILES.skip: Get strings in empathy.desktop.in.in and skip
+       empathy.desktop.in. Fixes bug #446161.
+
+2007-06-14 Xavier Claessens  <xclaesse@gmail.com>
+
+       * po/POTFILES.in: Adding missing files.
+
+2007-06-14 Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/gossip-log-window.c:
+       * libempathy-gtk/gossip-chat-window.c:
+       * libempathy/empathy-log-manager.c:
+       * libempathy/empathy-log-manager.h: Do not create log directory for a
+       chat if there is no messages to put in. Show logs and information for
+       the contact we are speaking with in the chat window menu.
+
+2007-06-13 Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/Makefile.am:
+       * libempathy-gtk/gossip-log-window.glade:
+       * libempathy-gtk/gossip-log-window.h:
+       * libempathy-gtk/gossip-log-window.c:
+       * libempathy/empathy-log-manager.c:
+       * libempathy/empathy-log-manager.h:
+       * libempathy-gtk/gossip-chat.c:
+       * libempathy-gtk/empathy-main-window.c: New window for viewing logs.
+
+       * libempathy-gtk/gossip-chat-view.c: Do not use smooth scroll when
+       resizing the view.
+
+       * libempathy-gtk/gossip-contact-list-store.c: Do not set active
+       contacts when creating the store, and when contact groups changed.
+
+       * src/empathy-main.c: Fix warning when using command-line options.
+
+       * libempathy/empathy-tp-contact-list.c: Check if we have an aliasing
+       iface before setting the alias of a contact.
+
+       * TODO: Updated.
+
+       * data/jabber.profile: Ignore ssl errors by default. This is a security
+       vulnerability but we don't really have the choice.
+
+       * libempathy/gossip-contact.h:
+       * libempathy/gossip-contact.c: Add a "is-user" property to know if
+       it's our self contact.
+
+       * libempathy/gossip-message.h:
+       * libempathy/gossip-message.c: Add a "receiver" property like that we
+       have our self contact for nick highlight.
+
+2007-06-10 Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/gossip-spell-dialog.glade:
+       * libempathy-gtk/gossip-spell-dialog.c:
+       * libempathy-gtk/gossip-spell-dialog.h:
+       * libempathy-gtk/gossip-chat.c:
+       * libempathy-gtk/Makefile.am:
+       * configure.ac: Adding spellcheck support.
+
+       * libempathy-gtk/gossip-spell.c:
+       * libempathy/gossip-conf.c: Remove useless debug messages.
+
+2007-06-10 Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/gossip-chat-view.c: Smooth scrolling.
+       Fixes bug #445859 (Raphael Slinckx).
+
+2007-06-09 Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy/gossip-contact.c: Emit notify signal only if the property
+       value effectively changed.
+
+2007-06-09 Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/gossip-contact-list-view.c: Fix warning for DnD.
+       patch imported from gossip.
+
+2007-06-09 Xavier Claessens  <xclaesse@gmail.com>
+
+       * configure.ac: Bump version to 0.8
+
+       * libempathy-gtk/gossip-ui-utils.c: Fix usage of contact subscription
+       property.
+
+       * data/gtalk.profile:
+       * data/jabber.profile:
+       * data/msn.profile: Add VCardField and VCardDefault to profiles for
+       eds-sync support.
+
+2007-06-09 Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-contact-widget.c: Fix a warning.
+
 2007-06-09 Xavier Claessens  <xclaesse@gmail.com>
 
        * libempathy-gtk/empathy-main-window.c: