[Commits] configure.ac 1.654.2.4657 1.654.2.4658 PATCHSETS 1.1.2.4589 1.1.2.4590 ChangeLog 1.396.2.3761 1.396.2.3762
colin at claws-mail.org
colin at claws-mail.org
Tue Feb 19 14:27:23 CET 2013
Update of /home/claws-mail/claws
In directory srv:/tmp/cvs-serv7580
Modified Files:
Tag: gtk2
configure.ac PATCHSETS ChangeLog
Log Message:
2013-02-19 [colin] 3.9.0cvs81
* configure.ac
Fix inverted logic in a few plugins
Index: configure.ac
===================================================================
RCS file: /home/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.4657
retrieving revision 1.654.2.4658
diff -u -d -r1.654.2.4657 -r1.654.2.4658
--- configure.ac 18 Feb 2013 20:06:10 -0000 1.654.2.4657
+++ configure.ac 19 Feb 2013 13:27:19 -0000 1.654.2.4658
@@ -12,7 +12,7 @@
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=80
+EXTRA_VERSION=81
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
@@ -859,7 +859,7 @@
dnl --- acpi_notifier ---
AC_ARG_ENABLE(acpi_notifier-plugin,
- [ --enable-acpi_notifier-plugin build acpi_notifier plugin],
+ [ --disable-acpi_notifier-plugin do not build acpi_notifier plugin],
[ac_cv_enable_acpi_notifier_plugin=$enableval], [ac_cv_enable_acpi_notifier_plugin=yes])
if test x"$ac_cv_enable_acpi_notifier_plugin" = xyes; then
PLUGINS="acpi_notifier $PLUGINS"
@@ -871,7 +871,7 @@
dnl --- address_keeper ---
AC_ARG_ENABLE(address_keeper-plugin,
- [ --enable-address_keeper-plugin build address_keeper plugin],
+ [ --disable-address_keeper-plugin do not build address_keeper plugin],
[ac_cv_enable_address_keeper_plugin=$enableval], [ac_cv_enable_address_keeper_plugin=yes])
if test x"$ac_cv_enable_address_keeper_plugin" = xyes; then
PLUGINS="address_keeper $PLUGINS"
@@ -883,7 +883,7 @@
dnl --- archive ---
AC_ARG_ENABLE(archive-plugin,
- [ --enable-archive-plugin build archive plugin],
+ [ --disable-archive-plugin do not build archive plugin],
[ac_cv_enable_archive_plugin=$enableval], [ac_cv_enable_archive_plugin=yes])
if test x"$ac_cv_enable_archive_plugin" = xyes; then
AC_SEARCH_LIBS([archive_read_new], [archive],
@@ -901,7 +901,7 @@
dnl --- att_remover ---
AC_ARG_ENABLE(att_remover-plugin,
- [ --enable-att_remover-plugin build att_remover plugin],
+ [ --disable-att_remover-plugin do not build att_remover plugin],
[ac_cv_enable_att_remover_plugin=$enableval], [ac_cv_enable_att_remover_plugin=yes])
if test x"$ac_cv_enable_att_remover_plugin" = xyes; then
PLUGINS="att_remover $PLUGINS"
@@ -913,7 +913,7 @@
dnl --- attachwarner ---
AC_ARG_ENABLE(attachwarner-plugin,
- [ --enable-attachwarner-plugin build attachwarner plugin],
+ [ --disable-attachwarner-plugin do not build attachwarner plugin],
[ac_cv_enable_attachwarner_plugin=$enableval], [ac_cv_enable_attachwarner_plugin=yes])
if test x"$ac_cv_enable_attachwarner_plugin" = xyes; then
PLUGINS="attachwarner $PLUGINS"
Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.4589
retrieving revision 1.1.2.4590
diff -u -d -r1.1.2.4589 -r1.1.2.4590
--- PATCHSETS 18 Feb 2013 20:06:09 -0000 1.1.2.4589
+++ PATCHSETS 19 Feb 2013 13:27:20 -0000 1.1.2.4590
@@ -4578,3 +4578,4 @@
( diff -u /dev/null src/plugins/clamd/libclamd/.cvsignore; ) > 3.9.0cvs78.patchset
( diff -u /dev/null src/plugins/clamd/libclamd/.cvsignore; ) > 3.9.0cvs79.patchset
( cvs diff -u -r 1.1.2.2 -r 1.1.2.3 src/plugins/notification/Makefile.am; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/plugins/pdf_viewer/Makefile.am; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/plugins/python/Makefile.am; ) > 3.9.0cvs80.patchset
+( cvs diff -u -r 1.654.2.4657 -r 1.654.2.4658 configure.ac; ) > 3.9.0cvs81.patchset
Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3761
retrieving revision 1.396.2.3762
diff -u -d -r1.396.2.3761 -r1.396.2.3762
--- ChangeLog 18 Feb 2013 20:06:08 -0000 1.396.2.3761
+++ ChangeLog 19 Feb 2013 13:27:20 -0000 1.396.2.3762
@@ -1,3 +1,8 @@
+2013-02-19 [colin] 3.9.0cvs81
+
+ * configure.ac
+ Fix inverted logic in a few plugins
+
2013-02-18 [mones] 3.9.0cvs80
* src/plugins/notification/Makefile.am
More information about the Commits
mailing list