diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,10 @@ 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 @@ -7,7 +7,7 @@ Things you can do if you want to help: - GtkWidget-ify libempathy-gtk. Actually most window/dialog do not inherit from GtkWindow/GtkDialog. Need to create a glade catalog. - Remove Quit option everywhere, empathy is a session service and shouldn't be leaved. - Add sound events - - Add register capability in GossipAccountsDialog if the profile says it's supported. + - Add register capability in EmpathyAccountsDialog if the profile says it's supported. - Write a manual based on gossip's. - Testing and Bugfixing. - Update translations. diff --git a/configure.ac b/configure.ac index 2920aa236..c184205d2 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ GTK_REQUIRED=2.10.0 GCONF_REQUIRED=1.2.0 LIBGLADE_REQUIRED=2.0.0 TELEPATHY_REQUIRED=0.0.51 -MISSION_CONTROL_REQUIRED=4.22 +MISSION_CONTROL_REQUIRED=4.27 IDT_COMPILE_WARNINGS |