diff options
author | JP Rosevear <jpr@novell.com> | 2005-03-01 14:17:20 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2005-03-01 14:17:20 +0800 |
commit | fc1558ac985ba9b075da93d14b20ff333ce98283 (patch) | |
tree | df7566760e7fd1b235dad4b820e1839e5400bef6 /plugins | |
parent | 7cb4234412eb57a17875e1d8519dc5312c592040 (diff) | |
download | gsoc2013-evolution-fc1558ac985ba9b075da93d14b20ff333ce98283.tar.gz gsoc2013-evolution-fc1558ac985ba9b075da93d14b20ff333ce98283.tar.zst gsoc2013-evolution-fc1558ac985ba9b075da93d14b20ff333ce98283.zip |
bump version, requires
2005-02-28 JP Rosevear <jpr@novell.com>
* configure.in: bump version, requires
2005-02-28 JP Rosevear <jpr@novell.com>
* configure.in: add startup wizard plugin
2005-02-28 JP Rosevear <jpr@novell.com>
* plugins/Makefile.am: dist standard and experimental plugins
* configure.in: move "all" plugins to standard and experimental
and default to building the standard set
svn path=/trunk/; revision=28927
Diffstat (limited to 'plugins')
4 files changed, 32 insertions, 1 deletions
diff --git a/plugins/exchange-account-setup/ChangeLog b/plugins/exchange-account-setup/ChangeLog index 073e007f56..1ae1722805 100644 --- a/plugins/exchange-account-setup/ChangeLog +++ b/plugins/exchange-account-setup/ChangeLog @@ -1,3 +1,7 @@ +2005-02-28 JP Rosevear <jpr@novell.com> + + * org-gnome-exchange-account-setup.eplug.in: add account wizard item + 2005-02-27 Sushma Rai <rsushma@novell.com> * exchange-account-setup.c (org_gnome_exchange_settings): Storing the diff --git a/plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug.in b/plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug.in index a21b750423..cd96e0b5c4 100644 --- a/plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug.in +++ b/plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug.in @@ -34,6 +34,24 @@ path="10.receive/10.config/20.owa" factory="org_gnome_exchange_owa_url"/> </group> + + <group + target="account" + id="org.gnome.evolution.mail.config.accountWizard" + check="org_gnome_exchange_check_options"> + <item type="item_table" + path="10.receive/10.config/20.owa" + factory="org_gnome_exchange_owa_url"/> + </group> + + <group + target="account" + id="org.gnome.evolution.mail.config.accountWizard" + check="org_gnome_exchange_check_options"> + <item type="item_table" + path="10.receive/10.config/20.owa" + factory="org_gnome_exchange_owa_url"/> + </group> </hook> </e-plugin> diff --git a/plugins/groupwise-account-setup/ChangeLog b/plugins/groupwise-account-setup/ChangeLog index 93aa2db012..b5ab43c75c 100644 --- a/plugins/groupwise-account-setup/ChangeLog +++ b/plugins/groupwise-account-setup/ChangeLog @@ -1,3 +1,7 @@ +2005-02-23 JP Rosevear <jpr@novell.com> + + * org-gnome-gw-account-setup.eplug.in: add account wizard item + 2005-02-24 Björn Torkelsson <torkel@acc.umu.se> * org-gnome-gw-account-setup.eplug.in: Added author and fixed diff --git a/plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.in b/plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.in index d351dc6069..6e799d366c 100644 --- a/plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.in +++ b/plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.in @@ -20,7 +20,12 @@ <item type="item_table" path="20.receive_options/30.soapport/50.dummy" factory="org_gnome_gw_account_setup"/> </group> </hook> - + + <hook class="org.gnome.evolution.mail.config:1.0"> + <group target="account" id="org.gnome.evolution.mail.config.accountWizard"> + <item type="item_table" path="20.receive_options/30.soapport/50.dummy" factory="org_gnome_gw_account_setup"/> + </group> + </hook> </e-plugin> </e-plugin-list> |