From fd57ac9011e1c8ac00160c9b9d5b00ecaccfcfec Mon Sep 17 00:00:00 2001 From: Melvin Hadasht Date: Wed, 28 Nov 2001 22:52:51 +0000 Subject: [PATCH] added support to text/enriched added support to view headers in the message view of text/enriched and text/html non multipart messages --- ChangeLog.claws | 12 ++++++++++++ configure.in | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog.claws b/ChangeLog.claws index 546a410af..d7e12c6fb 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,15 @@ +2001-11-29 [melvin] 0.6.5claws42 + * src/Makefile.am + added enriched.[ch] to the list of files + + * src/textview.c + * src/mimeview.c + * src/procmime.[ch] + * src/enriched.[ch] + added support to view text/enriched + added support to show headers in message view for text/enriched and text/html + in non multipart messages + 2001-11-28 [paul] 0.6.5claws41 * more sync with sylpheed 0.6.5cvs18 diff --git a/configure.in b/configure.in index 320c0c96a..5b9dc579c 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ MINOR_VERSION=6 MICRO_VERSION=5 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws41 +EXTRA_VERSION=claws42 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl -- 2.25.1