diff --git a/ChangeLog b/ChangeLog
index cefc332dcf8e4bbfe2c645ea082ce503163909d9..10c8dc805a663badd5c4a866b891621791c6a543 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,16 @@
 2008-03-18  Emmanuel Milou
+
 	* GTK client
 	* ALSA implementation instead of Portaudio
 	  * DMIX support - Pulse audio not functional
 	* Dynamic loading of audio codecs
-	* IAX / SIP support
+	* Many portions of code and debugging
+
+2007-08-15  Pierre-Luc Beaudoin
 
+	* GTK Client
+	* IAX2 / SIP support
+	* Many portions of code and debugging
 
 2006-12-07  Yan Morin
 
diff --git a/NEWS b/NEWS
index 264c530e0b1d9b40ade7c61020f80d2e26f5561a..922f0ac8452f511ac1ee13ab18e523a133141a01 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-SFLphoned (0.7.0) / 2006-..-..
+SFLphoned (0.7.0) / 2006-...
 	* adding reload (sound driver) button
 	* fix: peer hangup remove flashing buttons
 	* removing old packaging stuff like FIXME or sflphone.spec.in
diff --git a/TODO b/TODO
index 905f06830ebdeafd735a09604f89532e7894077e..ea479bc2c549c5d91e0f96c9fb6ab6101f568c3e 100644
--- a/TODO
+++ b/TODO
@@ -1,26 +1,8 @@
 For project core:
 ----------------
 Management Config like about:config in Mozilla
-Add IAX support
 Management of exceptions
 Remove all warnings in compilation
 
 Improvement of STUN (done?)
 Better handling for an reINVITE request. (done?)
-Management of account (add, remove, ...) (done?)
-
-For project dependencies:
-------------------------
-Improve the autotools scripts of PortAudioCpp
-
-
-For sflphone-qt:
----------------
-Save account status if modified in configuration
-
-From FIXME:
-- sflphoned don't return any result at the second time getcallstatus is called.
-- sflphoned don't return a 206 on getcallstatus when one call is ringing.
-- unhold should not return an error if it's not holded
-
-- Check if the device as the same name (usb), not only the number
diff --git a/configure.ac b/configure.ac
index 5c339e79fc651c4f24ca2170303fef16da0aa286..3ae432a0b380e951c45c372d924b8803fb266148 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,6 @@ dnl What to generate
 dnl AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h])
 AC_CONFIG_FILES([Makefile])
 AC_CONFIG_FILES([libs/Makefile \
-  libs/taxidermy/Makefile \
   libs/stund/Makefile \
   libs/utilspp/Makefile \
   libs/utilspp/functor/Makefile \
diff --git a/libs/Makefile.am b/libs/Makefile.am
index fa72be611b78a4e620fd1fd6155eb3148f247544..b565e8b61cb0fbd17e7a4647a879d4fb18f9cb4b 100644
--- a/libs/Makefile.am
+++ b/libs/Makefile.am
@@ -1,7 +1 @@
-if WITH_QT
-qtdir = taxidermy
-else
-qtdir = 
-endif
-
-SUBDIRS = stund $(qtdir) utilspp
+SUBDIRS = stund utilspp