2009-01-29 Milan Crha <mcrha@redhat.com> ** Fix for bug #539467 * plugins/webdav-account-setup/webdav-contacts-source.c: (find_webdav_group), (ensure_webdav_contacts_source_group), (remove_webdav_contacts_source_group): * plugins/google-account-setup/google-contacts-source.h: (manage_google_group): * plugins/google-account-setup/google-contacts-source.c: (manage_google_group), (ensure_google_contacts_source_group), (remove_google_contacts_source_group): * plugins/google-account-setup/google-source.c: (ensure_google_source_group): Find group by its base uri, not by a localized name. svn path=/trunk/; revision=37165
32 lines
877 B
Plaintext
32 lines
877 B
Plaintext
2009-01-29 Milan Crha <mcrha@redhat.com>
|
|
|
|
** Fix for bug #539467
|
|
|
|
* webdav-contacts-source.c: (find_webdav_group),
|
|
(ensure_webdav_contacts_source_group),
|
|
(remove_webdav_contacts_source_group):
|
|
Find group by its base uri, not by a localized name.
|
|
|
|
2008-09-24 Philip Withnall <philip@tecnocode.co.uk>
|
|
|
|
** Fixes bug #553479
|
|
|
|
* webdav-contacts-source.c (plugin_webdav_contacts):
|
|
String capitalisation improvements.
|
|
|
|
2008-08-12 Bharath Acharya <abharath@novell.com>
|
|
|
|
* Makefile.am: Added necessary libraries to link to. Build break while
|
|
compiling on Windows. Added a ChangeLog file for webdav-account-setup
|
|
plugin.
|
|
|
|
2008-08-04 Matthias Braun <matze@braunis.de>
|
|
|
|
** Fix for bug #544051
|
|
|
|
** Added WebDAV plugin
|
|
* Makefile.am:
|
|
* org-gnome-evolution-webdav.eplug.xml:
|
|
* webdav-contacts-source.c:
|
|
WebDAV backend for addressbook - GUI plugin for account setup.
|