From 0e8d5bfb79ed6b3f75270aa4e2043be999ff67bd Mon Sep 17 00:00:00 2001 From: Paul Mangan Date: Mon, 17 Mar 2003 11:33:10 +0000 Subject: [PATCH] remove 'Compiled-plugins' section from about.c; slight change to description text of the dillo_viewer plugin --- ChangeLog.claws | 8 ++++++++ configure.ac | 3 +-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog.claws b/ChangeLog.claws index 2a010e4ee..074c8d20f 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,11 @@ +2003-03-17 [paul] 0.8.11claws21 + + * src/gtk/about.c + remove 'Compiled-plugins' section. + + * src/plugins/dillo_viewer/dillo_viewer.c + slight change to description text + 2003-03-16 [match] 0.8.11claws20 * src/ldapserver.[ch] ** NEW ** * src/ldapctrl.[ch] ** NEW ** diff --git a/configure.ac b/configure.ac index 324dadbc1..dc14d14f4 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=8 MICRO_VERSION=11 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws20 +EXTRA_VERSION=claws21 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target @@ -392,7 +392,6 @@ AM_CONDITIONAL(BUILD_SPAMASSASSIN_PLUGIN, test x"$ac_cv_enable_spamassassin_plug if test x"$ac_cv_enable_spamassassin_plugin" = xyes; then AC_SPAMASSASSIN PLUGINS="spamassassin $PLUGINS" - AC_DEFINE(USE_SPAMASSASSIN, 1, Define if you use the SpamAssassin plugin) fi AC_ARG_ENABLE(mathml-viewer-plugin, -- 2.25.1