add the new test in 'make check' and update it to check subdictionaries

* Makefile.am testdict.c: add the new test in 'make check' and
  update it to check subdictionaries processing.
Daniel

svn path=/trunk/; revision=3769
diff --git a/ChangeLog b/ChangeLog
index d6df479..a09199f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Aug  8 14:01:59 CEST 2008 Daniel Veillard <daniel@veillard.com>
+
+	* Makefile.am testdict.c: add the new test in 'make check' and
+	  update it to check subdictionaries processing.
+
 Fri Aug  8 12:07:20 CEST 2008 Daniel Veillard <daniel@veillard.com>
 
 	* testdict.c: added a program to regression test the dictionary code