aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-account-setup/ChangeLog
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2005-02-27 18:05:22 +0800
committerSushma Rai <rsushma@src.gnome.org>2005-02-27 18:05:22 +0800
commit56bcd82105c8d69e57f94ca1297b0ac756bc1790 (patch)
tree4aca1cc427ceed5bbe0fdc4086fac346d11dc2b8 /plugins/exchange-account-setup/ChangeLog
parentbb101940c44b4ec4bbea912d92e4da9d3440bb05 (diff)
downloadgsoc2013-evolution-56bcd82105c8d69e57f94ca1297b0ac756bc1790.tar
gsoc2013-evolution-56bcd82105c8d69e57f94ca1297b0ac756bc1790.tar.gz
gsoc2013-evolution-56bcd82105c8d69e57f94ca1297b0ac756bc1790.tar.bz2
gsoc2013-evolution-56bcd82105c8d69e57f94ca1297b0ac756bc1790.tar.lz
gsoc2013-evolution-56bcd82105c8d69e57f94ca1297b0ac756bc1790.tar.xz
gsoc2013-evolution-56bcd82105c8d69e57f94ca1297b0ac756bc1790.tar.zst
gsoc2013-evolution-56bcd82105c8d69e57f94ca1297b0ac756bc1790.zip
iHandling Out of office from account editor.
svn path=/trunk/; revision=28900
Diffstat (limited to 'plugins/exchange-account-setup/ChangeLog')
-rw-r--r--plugins/exchange-account-setup/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/exchange-account-setup/ChangeLog b/plugins/exchange-account-setup/ChangeLog
index 486639fa13..073e007f56 100644
--- a/plugins/exchange-account-setup/ChangeLog
+++ b/plugins/exchange-account-setup/ChangeLog
@@ -1,3 +1,16 @@
+2005-02-27 Sushma Rai <rsushma@novell.com>
+
+ * exchange-account-setup.c (org_gnome_exchange_settings): Storing the
+ oof data enterted by user to a file, displaying the existing data on
+ this page.
+ (toggled_state): Signal hander for radiobutton, that sets the oof state.
+ (update_state): Signal handler that reads the oof message entered.
+ (org_gnome_exchange_commit): Stores the oof data and does cleanup.
+ (store_oof_info): Checks for the oof information file, writes the
+ oof state and message to the file.
+ (destroy_oof_data): Frees OOFData.
+
+
2005-02-26 Sushma Rai <rsushma@novell.com>
* exchange-account-setup.c (org_gnome_exchange_check_options):