X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=ChangeLog;h=9f2c7e0a524e7ca8b68f8344155373529e099e38;hp=e6e6d080f2eb85b82aa899e4b76fb4e56344b0cd;hb=b5b294aaff557e837096aab6602fa690b22a84dc;hpb=a7375e6b2eea6743d9032d14f537c66c2709f605 diff --git a/ChangeLog b/ChangeLog index e6e6d080..9f2c7e0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,226 @@ +2007-08-19 Xavier Claessens + + * 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 + + * libempathy-gtk/empathy-main-window.glade: Edit menu should be second + from the left. Fixes bug #467827 (Cosimo Cecchi). + +2007-08-13 Xavier Claessens + + * 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 + + * configure.ac: Bump version to 0.12. + +2007-08-12 Xavier Claessens + + * 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 + + * data/irc.profile: Removed spaces in the SupportedPresences key to + workaround a MC warning SF bug 1772539. + +2007-08-11 Xavier Claessens + + * 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 + + * libempathy/empathy-tp-contact-list.c: s/Local Network/People nearby/ + (Sjoerd Simons) + +2007-08-10 Xavier Claessens + + * libempathy-gtk/empathy-accounts-dialog.c: Unselect accounts when + clicking on "add" button. Fixes bug #459173 (Cosimo Cecchi). + +2007-08-10 Xavier Claessens + + * libempathy-gtk/empathy-presence-chooser.glade: add some spacing in + "Custom message" dialog. Fixes bug #465360 (Frederic Peters). + +2007-08-10 Xavier Claessens + + * 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 + + * 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 + + * libempathy/empathy-presence.c: + * libempathy/empathy-idle.c: + * configure.ac: Remove workaround for mc-enum-types.h not being + installed by MC and bump MC minimal version to 4.33. + +2007-08-09 Xavier Claessens + + * libempathy-gtk/empathy-preferences.c: + * libempathy-gtk/empathy-preferences.glade: Useless spell checker + option. Fixes bug #459164 (Cosimo Cecchi). + +2007-08-08 Xavier Claessens + + * autogen.sh: Requier automake 1.9. Fixes bug #464822 (Cosimo Cecchi). + +2007-08-08 Xavier Claessens + + * MAINTAINERS: Updated the MAINTAINERS file to match new syntax. + +2007-08-07 Marco Barisione + + * libempathy/Makefile.am: + * libempathy/empathy-marshal-main.c: Remove empathy-marshal-main.c and + include empathy-marshal.h from empathy-marshal.c. + + * libempathy/Makefile.am: + * libempathy-gtk/Makefile.am: Generate files for enum types with + glib-mkenums. + + * libempathy/empathy-contact.c: + * libempathy/empathy-idle.c: + * libempathy/empathy-message.c: + * libempathy/empathy-presence.c: + * libempathy-gtk/empathy-main-window.c: + * libempathy-gtk/empathy-preferences.c: + * doc/libempathy-gtk/libempathy-gtk.types: + * doc/libempathy-gtk/tmpl/empathy-contact-list-store.sgml: Use + g_param_spec_enum() and g_param_spec_flags() instead of + g_param_spec_(u)int. + Fixes bug #462465. + + * libempathy-gtk/empathy-contact-list-store.c: + * libempathy-gtk/empathy-contact-list-store.h: Remove + empathy_contact_list_store_sort_get_type() as it's now auto-generated + by glib-mkenums. + +2007-08-06 Xavier Claessens + + * libempathy-gtk/empathy-main-window.glade: Change main window's title + to "Contact list". + +2007-08-06 Xavier Claessens + + * libempathy/empathy-tp-chat.c: Don't forget to reverse the glist of + pending messages. + + * libempathy/empathy-tp-roomlist.c: Fix wrong room list names when + listing them. + +2007-08-06 Xavier Claessens + + * libempathy-gtk/empathy-account-widget-msn.glade: + * libempathy-gtk/empathy-account-widget-msn.c: Add an Advanced section + and remove size_group. + Fixes bug #463759 (Jaap A. Haitsma, Xavier Claessens). + + * README: Use ./autogen.sh instead of gnome-autogen.sh. + +2007-08-02 Xavier Claessens + + * libempathy-gtk/empathy-accounts-dialog.glade: + * libempathy-gtk/empathy-accounts-dialog.c: Click on the treeview to + edit the name of an account. Fixes bug #459166. + +2007-08-02 Xavier Claessens + + * libempathy-gtk/empathy-account-widget-jabber.c: Do not try to guess + the Jabber server from the jid, gabble does that for us. + +2007-08-02 Xavier Claessens + + * doc/libempathy-gtk/tmpl/empathy-account-chooser.sgml: + * doc/libempathy-gtk/tmpl/empathy-ui-utils.sgml: + * doc/libempathy-gtk/tmpl/empathy-contact-widget.sgml: + * doc/libempathy/tmpl/empathy-message.sgml: + * doc/libempathy/tmpl/empathy-utils.sgml: Update doc. + +2007-08-02 Xavier Claessens + + * libempathy-gtk/empathy-profile-chooser.c: Do not list profiles that + don't have the corresponding CM installed when creating a new account. + This is a workaround for MC bug: SF #1688779. + +2007-08-02 Xavier Claessens + + * libempathy-gtk/empathy-account-widget-generic.c: Remove size_group. + Fixes bug #462792. + +2007-08-02 Xavier Claessens + + * libempathy-gtk/empathy-accounts-dialog.c: + * libempathy/empathy-utils.c: + * libempathy/empathy-utils.h: Adding new empathy_strdiff API stolen from + telepathy-glib. It check if strings are != NULL before using strcmp. + Using that API to fix bug #461886. Should be used in more places. + +2007-08-02 Xavier Claessens + + * libempathy-gtk/empathy-status-icon.c: Click on the tray icon shows the + window if it's not active and hide if it is. Fixes bug #462057 + (Olivier Valentin). + +2007-08-02 Xavier Claessens + + * libempathy-gtk/empathy-group-chat.c: don't display + "Topic set to: (null)". Fixes bug #460205 (Michael Scherer). + +2007-07-30 Xavier Claessens + + * autogen.sh: Added back, it calls gnome-autogen.sh. + +2007-07-29 Xavier Claessens + + * libempathy-gtk/empathy-profile-chooser.c: + * libempathy/empathy-message.c: Add missing include string.h. + 2007-07-29 Xavier Claessens * configure.ac: Bump version to 0.11.