X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=ChangeLog;h=8715d4e88634a9ac8bf5d49aab1c64f8cf710da8;hp=3d1ca572166f60e65c2b073a97d9a901f8503b33;hb=efe3042bf7b712e2b688121b97bd280ca15a4ff7;hpb=5c194a557dea8a74b9b20f4bdedbec26b99751c8 diff --git a/ChangeLog b/ChangeLog index 3d1ca572..8715d4e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,125 @@ +2007-06-30 Xavier Claessens + + * configure.ac: Bump MC version required to 4.27. + * TODO: Updated. + +2007-06-30 Xavier Claessens + + * 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 + + * 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 + + * po/POTFILES.in: s/gossip/empathy/ + +2007-06-22 Xavier Claessens + + * 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 + + * configure.ac: Bump version to 0.9 + +2007-06-21 Xavier Claessens + + * libempathy/empathy-tp-contact-list.c: Fix typo causing warnings. + +2007-06-21 Xavier Claessens + + * 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 + + * src/empathy.c: + * libempathy/empathy-idle.c: Adding NetworkManager support. + +2007-06-15 Xavier Claessens + + * 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 + + * 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 + + * libempathy-gtk/gossip-contact-list-view.c: Show logs when right + click on a contact in the roster. + +2007-06-14 Xavier Claessens + + * 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 + + * libempathy-gtk/gossip-chat-window.c: Disconnect signals from + chatroom_manager. Fixes bug #447178. + 2007-06-14 Xavier Claessens * po/POTFILES.in: