aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2005-01-12 20:07:41 +0800
committerJP Rosevear <jpr@src.gnome.org>2005-01-12 20:07:41 +0800
commitd5b2771b47f190bdf606a48baff9783c8bddf84e (patch)
tree60feba00055454ca2d2ec61af22d6d338de444f7
parentd4101f86f79c2dcdd832485002fddcf07a6d6c0a (diff)
downloadgsoc2013-evolution-d5b2771b47f190bdf606a48baff9783c8bddf84e.tar
gsoc2013-evolution-d5b2771b47f190bdf606a48baff9783c8bddf84e.tar.gz
gsoc2013-evolution-d5b2771b47f190bdf606a48baff9783c8bddf84e.tar.bz2
gsoc2013-evolution-d5b2771b47f190bdf606a48baff9783c8bddf84e.tar.lz
gsoc2013-evolution-d5b2771b47f190bdf606a48baff9783c8bddf84e.tar.xz
gsoc2013-evolution-d5b2771b47f190bdf606a48baff9783c8bddf84e.tar.zst
gsoc2013-evolution-d5b2771b47f190bdf606a48baff9783c8bddf84e.zip
fix plugin listing, bump upgrade revision so weather calendar group
2005-01-12 JP Rosevear <jpr@novell.com> * configure.in: fix plugin listing, bump upgrade revision so weather calendar group appears svn path=/trunk/; revision=28376
-rw-r--r--ChangeLog9
-rw-r--r--configure.in8
2 files changed, 13 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index f832222df4..12f8c9f17c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-01-12 JP Rosevear <jpr@novell.com>
+
+ * configure.in: fix plugin listing, bump upgrade revision so
+ weather calendar group appears
+
+2005-01-10 JP Rosevear <jpr@novell.com>
+
+ * configure.in: make itip-formatter a base plugin
+
2005-01-11 JP Rosevear <jpr@novell.com>
* configure.in: bump version
diff --git a/configure.in b/configure.in
index c9b08896cb..3de104da3d 100644
--- a/configure.in
+++ b/configure.in
@@ -28,13 +28,13 @@ AC_SUBST(BASE_VERSION)
AC_DEFINE_UNQUOTED(BASE_VERSION, "$BASE_VERSION", [Base version (Major.Minor)])
dnl *************************************************************************************************
-dnl Updgrade Revision
+dnl Upgrade Revision
dnl
dnl This is for triggering migration calls between varying versions.
dnl
dnl This should be reset to 0 whenever BASE_VERSION changes
dnl *************************************************************************************************
-UPGRADE_REVISION=0
+UPGRADE_REVISION=1
AC_SUBST(UPGRADE_REVISION)
AC_DEFINE_UNQUOTED(UPGRADE_REVISION, "$UPGRADE_REVISION", [The number of times we've upgraded since the BASE_VERSION release])
@@ -1333,8 +1333,8 @@ AC_SUBST_FILE(EVO_PLUGIN_RULE)
AC_ARG_ENABLE(plugins, [ --enable-plugins=[no/all/list] Enable plugins.],enable_plugins="$enableval",enable_plugins=base)
dnl Add any new plugins here
-plugins_base="calendar-file calendar-http calendar-weather groupwise-account-setup plugin-manager send-options shared-folder groupwise-send-options"
-plugins_all="bbdb subject-thread save-attachments prefer-plain save-calendar select-one-source copy-tool mail-to-meeting mail-to-task folder-unsubscribe mark-calendar-offline audio-inline mailing-list-actions groupwise-account-setup itip-formatter backup-restore send-options shared-folder groupwise-send-options exchange-account-setup new-mail-notify"
+plugins_base="calendar-file calendar-http calendar-weather groupwise-account-setup itip-formatter plugin-manager send-options shared-folder groupwise-send-options exchange-account-setup"
+plugins_all="bbdb subject-thread save-attachments prefer-plain save-calendar select-one-source copy-tool mail-to-meeting mail-to-task folder-unsubscribe mark-calendar-offline audio-inline mailing-list-actions backup-restore"
case x"$enable_plugins" in
xno)