From 095c53bace7844fbdb0f2053f7facdc609a1bb57 Mon Sep 17 00:00:00 2001 From: bertrand Date: Thu, 13 Jan 2000 04:07:33 +0000 Subject: remove non updated tests from the build process. 2000-01-12 bertrand * tests/Makefile.am (noinst_PROGRAMS): remove non updated tests from the build process. * camel/Makefile.am : remove the rfc2047 related files from the build process as for the moment, nothing has been decided concerning unicode. * Makefile.am (evolution_msg_composer_LDADD): use $(EXTRA_GNOME_LIBS_THREADS) to link with gthread svn path=/trunk/; revision=1564 --- ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 27ff78781c..69b78f1086 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2000-01-12 bertrand + + * tests/Makefile.am (noinst_PROGRAMS): + remove non updated tests from the build + process. + + * corrected a bunch of bugs + + * camel/providers/mbox/camel-mbox-parser.c + (camel_mbox_parse_file): + parser the subject and date. + + + * camel/providers/mbox/camel-mbox-parser.c + (camel_mbox_parse_file): added the ability to + follow the parsing progression. + + * camel/providers/mbox/camel-mbox-parser.h: + parse the x-evolution field. + + * camel/Makefile.am (libcamel_la_SOURCES): + disabled gmime-rfc2047 as it depends on libunicode + and is not used for the moment. + + 2000-01-12 * widgets/e-minicard.c, widgets/e-minicard.h: Added a resize -- cgit