From: Paul Mangan Date: Mon, 5 Dec 2005 11:51:09 +0000 (+0000) Subject: 2005-12-05 [paul] 1.9.100cvs64 X-Git-Tag: rel_2_0_0~152 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=7760b06cc6391a332681b57a02570da9ae817cca 2005-12-05 [paul] 1.9.100cvs64 * README * manual/plugins.xml remove info about removed mathml_viewer plugin --- diff --git a/ChangeLog b/ChangeLog index 0647715d8..34c41e978 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-12-05 [paul] 1.9.100cvs64 + + * README + * manual/plugins.xml + remove info about removed mathml_viewer plugin + 2005-12-05 [paul] 1.9.100cvs63 * configure.ac diff --git a/PATCHSETS b/PATCHSETS index b8ef44b5c..d60fb50cf 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -1047,3 +1047,4 @@ ( cvs diff -u -r 1.382.2.199 -r 1.382.2.200 src/compose.c; cvs diff -u -r 1.105.2.44 -r 1.105.2.45 src/prefs_account.c; cvs diff -u -r 1.59.2.26 -r 1.59.2.27 src/prefs_filtering.c; cvs diff -u -r 1.1.2.6 -r 1.1.2.7 src/prefs_quote.c; cvs diff -u -r 1.5.2.15 -r 1.5.2.16 src/prefs_spelling.c; cvs diff -u -r 1.30.2.19 -r 1.30.2.20 src/prefs_toolbar.c; cvs diff -u -r 1.395.2.149 -r 1.395.2.150 src/summaryview.c; cvs diff -u -r 1.5.2.17 -r 1.5.2.18 src/gtk/gtkutils.c; cvs diff -u -r 1.1.2.27 -r 1.1.2.28 src/gtk/quicksearch.c; cvs diff -u -r 1.5.2.8 -r 1.5.2.9 src/plugins/dillo_viewer/dillo_prefs.c; ) > 1.9.100cvs61.patchset ( cvs diff -u -r 1.395.2.150 -r 1.395.2.151 src/summaryview.c; ) > 1.9.100cvs62.patchset ( cvs diff -u -r 1.654.2.1092 -r 1.654.2.1093 configure.ac; cvs diff -u -r 1.8.2.4 -r 1.8.2.5 src/plugins/Makefile.am; cvs diff -u -r -1.1 -r -1.2 src/plugins/mathml_viewer/.cvsignore; cvs diff -u -r -1.2 -r -1.3 src/plugins/mathml_viewer/Makefile.am; cvs diff -u -r -1.9.2.6 -r -1.9.2.7 src/plugins/mathml_viewer/mathml_viewer.c; ) > 1.9.100cvs63.patchset +( cvs diff -u -r 1.8.2.6 -r 1.8.2.7 README; cvs diff -u -r 1.1.2.3 -r 1.1.2.4 manual/plugins.xml; ) > 1.9.100cvs64.patchset diff --git a/README b/README index 0917f6c2c..3809bd978 100644 --- a/README +++ b/README @@ -88,12 +88,6 @@ Select the plugin that you want and click 'OK' found in '/Configuration/Preferences/Plugins/Dillo Browser'. Dillo is available from http://www.dillo.org/ - o MathML Viewer - Enables the viewing of attachments that have the - Content-Type 'text/mathml' using the GtkMathView widget - which is available from - http://helm.cs.unibo.it/mml-widget/ - o PGP/Core Handles core PGP functions and is required by the PGP/Inline and PGP/MIME plugins. diff --git a/configure.ac b/configure.ac index 8e31e6c73..82f940312 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=9 MICRO_VERSION=100 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=63 +EXTRA_VERSION=64 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/manual/plugins.xml b/manual/plugins.xml index eb18ca79e..a380f5c93 100644 --- a/manual/plugins.xml +++ b/manual/plugins.xml @@ -18,9 +18,6 @@ Dillo HTML Viewer Enables the viewing of html messages using the Dillo web browser, version 0.7.0 or newer. It uses Dillo's --local option by default for safe browsing. Preferences can be found in /Configuration/Preferences/Plugins/Dillo Browser. Dillo is available from http://www.dillo.org/. - MathML Viewer - Enables the viewing of attachments that have the Content-Type 'text/mathml' using the GtkMathView widget which is available from http://helm.cs.unibo.it/mml-widget/. - PGP/Core, PGP/Inline and PGP/MIME Handles PGP signed and/or encrypted mails. You can decrypt mails, verify signatures or sign and encrypt your own mails. Uses GnuPG/GPGME, ftp://ftp.gnupg.org/gcrypt/gpgme/.