diff options
author | Praveen Kumar <kpraveen@novell.com> | 2005-07-01 18:06:24 +0800 |
---|---|---|
committer | Praveen Kumar <kpraveen@src.gnome.org> | 2005-07-01 18:06:24 +0800 |
commit | da4c46c126c59356c64030c1f05ddc2a3f72cad0 (patch) | |
tree | 708bee4677887bbfc1dd2fc3f7bcce13030d75c8 /plugins/exchange-operations/ChangeLog | |
parent | bffdf85285b26fca4783e5f9208a7e3b6d943674 (diff) | |
download | gsoc2013-evolution-da4c46c126c59356c64030c1f05ddc2a3f72cad0.tar gsoc2013-evolution-da4c46c126c59356c64030c1f05ddc2a3f72cad0.tar.gz gsoc2013-evolution-da4c46c126c59356c64030c1f05ddc2a3f72cad0.tar.bz2 gsoc2013-evolution-da4c46c126c59356c64030c1f05ddc2a3f72cad0.tar.lz gsoc2013-evolution-da4c46c126c59356c64030c1f05ddc2a3f72cad0.tar.xz gsoc2013-evolution-da4c46c126c59356c64030c1f05ddc2a3f72cad0.tar.zst gsoc2013-evolution-da4c46c126c59356c64030c1f05ddc2a3f72cad0.zip |
Added new file entries for calendar , contacts and change-password enabled
2005-07-01 Praveen Kumar <kpraveen@novell.com>
* Makefile.am : Added new file entries for calendar , contacts
and change-password
* exchange-account-setup.c (btn_chpass_clicked) : enabled the code
* exchange-operations.c (exchange_operations_cta_add_node_to_tree) :
This now stores the relative uri of the node to the model
(exchange_operations_cta_select_node_from_tree) : Added new. This
selects the node for a given relative uri.
* exchange-operations.h : Similar
* org-gnome-exchange-operations.eplug.in : Added commit hook action
for calendar and contacts
* exchange-change-password.c : Added new
* exchange-calendar.c : Added new
* exchange-contacts.c : Added new
svn path=/trunk/; revision=29610
Diffstat (limited to 'plugins/exchange-operations/ChangeLog')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index e00832f25d..154d3d4595 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,19 @@ +2005-07-01 Praveen Kumar <kpraveen@novell.com> + + * Makefile.am : Added new file entries for calendar , contacts + and change-password + * exchange-account-setup.c (btn_chpass_clicked) : enabled the code + * exchange-operations.c (exchange_operations_cta_add_node_to_tree) : + This now stores the relative uri of the node to the model + (exchange_operations_cta_select_node_from_tree) : Added new. This + selects the node for a given relative uri. + * exchange-operations.h : Similar + * org-gnome-exchange-operations.eplug.in : Added commit hook action + for calendar and contacts + * exchange-change-password.c : Added new + * exchange-calendar.c : Added new + * exchange-contacts.c : Added new + 2005-07-01 Sarfraaz Ahmed <asarfraaz@novell.com> * exchange-account-setup.c(print_error) : Added new. This prints the |