diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2008-08-04 12:31:34 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2008-08-04 12:31:34 +0800 |
commit | 5313d89e23866a59efd582cb5bb64ffe7b7d9bcc (patch) | |
tree | b849b94ccafaa468fd153be80452dceee91948e2 /ChangeLog | |
parent | 4531c3758e5c2c95fc3bb65a95291f4f95546d82 (diff) | |
download | gsoc2013-evolution-5313d89e23866a59efd582cb5bb64ffe7b7d9bcc.tar.gz gsoc2013-evolution-5313d89e23866a59efd582cb5bb64ffe7b7d9bcc.tar.zst gsoc2013-evolution-5313d89e23866a59efd582cb5bb64ffe7b7d9bcc.zip |
Patch from Matthias Braun <matze@braunis.de>: Fix for bug #544051 (WebDAV backend for addressbook - GUI plugin for account setup).
svn path=/trunk/; revision=35902
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2008-08-04 Matthias Braun <matze@braunis.de> + + ** Fix for bug #544051 - Added a plugin for the WebDAV addressbook + account setup. + + * configure.in: + * plugins/webdav-account-setup/Makefile.am: + * plugins/webdav-account-setup/org-gnome-evolution-webdav.eplug.xml + : + * plugins/webdav-account-setup/webdav-contacts-source.c + (ensure_webdav_contacts_source_group), + (remove_webdav_contacts_source_group), (print_uri_noproto), + (set_ui_from_source), (set_source_from_ui), (on_entry_changed), + (on_toggle_changed), (destroy_ui_data), (plugin_webdav_contacts), + (e_plugin_lib_enable): + 2008-07-30 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #545558 |