From 26240e0b180bdaf92702e513a21da2f859883fb3 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 2 Apr 2010 17:51:41 -0400 Subject: Generate ChangeLog files for tarball releases. Remove old ChangeLog files that predate our switch to git. --- plugins/webdav-account-setup/ChangeLog | 55 ---------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 plugins/webdav-account-setup/ChangeLog (limited to 'plugins/webdav-account-setup/ChangeLog') diff --git a/plugins/webdav-account-setup/ChangeLog b/plugins/webdav-account-setup/ChangeLog deleted file mode 100644 index ce72e9c671..0000000000 --- a/plugins/webdav-account-setup/ChangeLog +++ /dev/null @@ -1,55 +0,0 @@ -2009-04-24 Milan Crha - - ** Part of fix for bug #569652 - - * webdav-contacts-source.c: (find_webdav_group): Removed. - * webdav-contacts-source.c: (ensure_webdav_contacts_source_group), - (remove_webdav_contacts_source_group): - Use new ESourceList API (simplifies code). - -2009-02-26 Matthew Barnes - - ** Fixes part of bug #572950 - - * Makefile.am: - Fix ordering of -I compiler directives. Patch by Daniel Macks. - -2009-02-25 Milan Crha - - ** Part of fix for bug #559719 - - * webdav-contacts-source.c: (destroy_ui_data), - (plugin_webdav_contacts): Use it's own/unique name for the property - on the 'epl' and free the widget only if it wasn't freed yet. - -2009-01-29 Milan Crha - - ** 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 - - ** Fixes bug #553479 - - * webdav-contacts-source.c (plugin_webdav_contacts): - String capitalisation improvements. - -2008-08-12 Bharath Acharya - - * 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 - - ** 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. -- cgit