diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-07-01 05:21:46 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-07-01 05:21:46 +0800 |
commit | efe3042bf7b712e2b688121b97bd280ca15a4ff7 (patch) | |
tree | f02914dffa23b6ef74e7899d5696a76a2c150a61 | |
parent | 63bc73ed30d97c8ecfb1be4bc19c3e30e9aaddf2 (diff) | |
download | gsoc2013-empathy-efe3042bf7b712e2b688121b97bd280ca15a4ff7.tar gsoc2013-empathy-efe3042bf7b712e2b688121b97bd280ca15a4ff7.tar.gz gsoc2013-empathy-efe3042bf7b712e2b688121b97bd280ca15a4ff7.tar.bz2 gsoc2013-empathy-efe3042bf7b712e2b688121b97bd280ca15a4ff7.tar.lz gsoc2013-empathy-efe3042bf7b712e2b688121b97bd280ca15a4ff7.tar.xz gsoc2013-empathy-efe3042bf7b712e2b688121b97bd280ca15a4ff7.tar.zst gsoc2013-empathy-efe3042bf7b712e2b688121b97bd280ca15a4ff7.zip |
Bump MC version required to 4.27. Updated.
2007-06-30 Xavier Claessens <xclaesse@gmail.com>
* configure.ac: Bump MC version required to 4.27.
* TODO: Updated.
svn path=/trunk/; revision=176
-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 |