diff options
author | Praveen Kumar <kpraveen@novell.com> | 2005-07-08 21:45:19 +0800 |
---|---|---|
committer | Praveen Kumar <kpraveen@src.gnome.org> | 2005-07-08 21:45:19 +0800 |
commit | a8ce8864c08bb3972c73818491fe6475a4acf017 (patch) | |
tree | 1be88b9f734181092093d0e8ed047c9c66ec31b1 /plugins/exchange-operations/ChangeLog | |
parent | 661a270d4b787a9c21b65070bcca451f089a2d9a (diff) | |
download | gsoc2013-evolution-a8ce8864c08bb3972c73818491fe6475a4acf017.tar gsoc2013-evolution-a8ce8864c08bb3972c73818491fe6475a4acf017.tar.gz gsoc2013-evolution-a8ce8864c08bb3972c73818491fe6475a4acf017.tar.bz2 gsoc2013-evolution-a8ce8864c08bb3972c73818491fe6475a4acf017.tar.lz gsoc2013-evolution-a8ce8864c08bb3972c73818491fe6475a4acf017.tar.xz gsoc2013-evolution-a8ce8864c08bb3972c73818491fe6475a4acf017.tar.zst gsoc2013-evolution-a8ce8864c08bb3972c73818491fe6475a4acf017.zip |
Added entries for the files providing the delegation assistant feature
2005-07-08 Praveen Kumar <kpraveen@novell.com>
* Makefile.am : Added entries for the files providing the delegation
assistant feature
* exchange-user-dialog.c : Added new
* exchange-user-dialog.h : Added new
* exchange-account-setup.c (btn_dass_clicked) : Enabled the code for
for invoking the delegation assistant window
* exchange-delegates-user.c : Modified to include the header files
from include path instead of the local directory
* exchange-permissions-dialog.c : Modified an occurence to include
the file exchange-user-dialog.c instead of e2k-folder-dialog.c
svn path=/trunk/; revision=29686
Diffstat (limited to 'plugins/exchange-operations/ChangeLog')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 3ff61f47fb..be613cf169 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,16 @@ +2005-07-08 Praveen Kumar <kpraveen@novell.com> + + * Makefile.am : Added entries for the files providing the delegation + assistant feature + * exchange-user-dialog.c : Added new + * exchange-user-dialog.h : Added new + * exchange-account-setup.c (btn_dass_clicked) : Enabled the code for + for invoking the delegation assistant window + * exchange-delegates-user.c : Modified to include the header files + from include path instead of the local directory + * exchange-permissions-dialog.c : Modified an occurence to include + the file exchange-user-dialog.c instead of e2k-folder-dialog.c + 2005-07-08 Shakti Sen <shprasad@novell.com> * Makefile.am: Included files exchange-permissions-dialog.c, |