aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShreyas Srinivasan <sshreyas@novell.com>2005-07-10 18:41:43 +0800
committerShreyas Srinivasan <shres@src.gnome.org>2005-07-10 18:41:43 +0800
commit12440a7ce8d095137d4b2b54d7eaf884cc0a661e (patch)
tree9d583da56cb8910682e3649bcbd99c0cb365615a
parented5e4061f497a7f9960e2c00797f151f3d936f12 (diff)
downloadgsoc2013-evolution-12440a7ce8d095137d4b2b54d7eaf884cc0a661e.tar
gsoc2013-evolution-12440a7ce8d095137d4b2b54d7eaf884cc0a661e.tar.gz
gsoc2013-evolution-12440a7ce8d095137d4b2b54d7eaf884cc0a661e.tar.bz2
gsoc2013-evolution-12440a7ce8d095137d4b2b54d7eaf884cc0a661e.tar.lz
gsoc2013-evolution-12440a7ce8d095137d4b2b54d7eaf884cc0a661e.tar.xz
gsoc2013-evolution-12440a7ce8d095137d4b2b54d7eaf884cc0a661e.tar.zst
gsoc2013-evolution-12440a7ce8d095137d4b2b54d7eaf884cc0a661e.zip
Add mail-account-disable, proxy, proxy-login and groupwise-account-setup
2005-07-10 Shreyas Srinivasan <sshreyas@novell.com> * configure.in: Add mail-account-disable, proxy, proxy-login and groupwise-account-setup to the plugin list. * plugins/proxy/*: Plugin to implement Proxy assignment on a groupwise account. * plugins/proxy-login/*: Plugin to implement Proxy Login on a groupwise account. * plugins/mail-account-disable/*: Plugin to add Disable/ Proxy Logout to a store menu on right click. * plugins/groupwise-account-setup/*: Make the camel-groupwise-listener load on startup. * plugins/groupwise-features/*: Remove the camel-groupwise-listener code as it runs in a different plugin. * po/POTFILES.in: Add files which need to be translated. svn path=/trunk/; revision=29700
-rw-r--r--ChangeLog16
-rw-r--r--configure.in6
-rw-r--r--po/POTFILES.in7
3 files changed, 28 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e61c5f3657..0ed7f06d6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2005-07-10 Shreyas Srinivasan <sshreyas@novell.com>
+
+ * configure.in: Add mail-account-disable, proxy, proxy-login and
+ groupwise-account-setup to the plugin list.
+ * plugins/proxy/*: Plugin to implement Proxy assignment on a
+ groupwise account.
+ * plugins/proxy-login/*: Plugin to implement Proxy Login on a
+ groupwise account.
+ * plugins/mail-account-disable/*: Plugin to add Disable/ Proxy
+ Logout to a store menu on right click.
+ * plugins/groupwise-account-setup/*: Make the
+ camel-groupwise-listener load on startup.
+ * plugins/groupwise-features/*: Remove the
+ camel-groupwise-listener code as it runs in a different plugin.
+ * po/POTFILES.in: Add files which need to be translated.
+
2005-07-02 Harish Krishnaswamy <kharish@novell.com>
* configure.in: bump version
diff --git a/configure.in b/configure.in
index 7a00bd326a..df4286e8e5 100644
--- a/configure.in
+++ b/configure.in
@@ -1410,7 +1410,7 @@ AC_SUBST_FILE(EVO_PLUGIN_RULE)
AC_ARG_ENABLE(plugins, [ --enable-plugins=[no/base/all/experimental/list] Enable plugins.],enable_plugins="$enableval",enable_plugins=all)
dnl Add any new plugins here
-plugins_base="calendar-file calendar-http calendar-weather itip-formatter plugin-manager default-source addressbook-file startup-wizard print-message mark-all-read groupwise-features $EXCHANGE_PLUGIN $MONO_PLUGIN"
+plugins_base="calendar-file calendar-http calendar-weather itip-formatter plugin-manager default-source addressbook-file startup-wizard print-message mark-all-read groupwise-features groupwise-account-setup mail-account-disable proxy proxy-login $EXCHANGE_PLUGIN $MONO_PLUGIN"
plugins_standard="bbdb subject-thread save-calendar select-one-source copy-tool mail-to-task mark-calendar-offline audio-inline mailing-list-actions new-mail-notify default-mailer"
@@ -1691,7 +1691,11 @@ plugins/default-mailer/Makefile
plugins/addressbook-file/Makefile
plugins/startup-wizard/Makefile
plugins/print-message/Makefile
+plugins/groupwise-account-setup/Makefile
plugins/groupwise-features/Makefile
+plugins/mail-account-disable/Makefile
+plugins/proxy/Makefile
+plugins/proxy-login/Makefile
smime/Makefile
smime/lib/Makefile
smime/gui/Makefile
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 4f8550332c..b1dadcd085 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -320,6 +320,13 @@ plugins/startup-wizard/org-gnome-evolution-startup-wizard.eplug.xml
plugins/startup-wizard/startup-wizard.c
plugins/subject-thread/org-gnome-subject-thread.eplug.xml
plugins/subject-thread/subject-thread.c
+plugins/mail-account-disable/mail-account-disable.c
+plugins/proxy/org-gnome-proxy-errors.xml
+plugins/proxy/proxy-listing.glade
+plugins/proxy/proxy-add-dialog.glade
+plugins/proxy-login/proxy-login.c
+plugins/proxy-login/org-gnome-proxy-login-errors.xml
+plugins/proxy-login/proxy-login-dialog.glade
plugins/sa-junk-plugin/em-junk-filter.c
shell/GNOME_Evolution_Shell.server.in.in
shell/GNOME_Evolution_Test.server.in.in