aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/webdav-account-setup
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-04-03 05:51:41 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-04-03 06:18:33 +0800
commit26240e0b180bdaf92702e513a21da2f859883fb3 (patch)
tree6a3a27c69755355161ab07f300446908bc2d154b /plugins/webdav-account-setup
parent167b482c9e39a093dcfecc5ef430261c0504e370 (diff)
downloadgsoc2013-evolution-26240e0b180bdaf92702e513a21da2f859883fb3.tar
gsoc2013-evolution-26240e0b180bdaf92702e513a21da2f859883fb3.tar.gz
gsoc2013-evolution-26240e0b180bdaf92702e513a21da2f859883fb3.tar.bz2
gsoc2013-evolution-26240e0b180bdaf92702e513a21da2f859883fb3.tar.lz
gsoc2013-evolution-26240e0b180bdaf92702e513a21da2f859883fb3.tar.xz
gsoc2013-evolution-26240e0b180bdaf92702e513a21da2f859883fb3.tar.zst
gsoc2013-evolution-26240e0b180bdaf92702e513a21da2f859883fb3.zip
Generate ChangeLog files for tarball releases.
Remove old ChangeLog files that predate our switch to git.
Diffstat (limited to 'plugins/webdav-account-setup')
-rw-r--r--plugins/webdav-account-setup/ChangeLog55
1 files changed, 0 insertions, 55 deletions
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 <mcrha@redhat.com>
-
- ** 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 <mbarnes@redhat.com>
-
- ** Fixes part of bug #572950
-
- * Makefile.am:
- Fix ordering of -I compiler directives. Patch by Daniel Macks.
-
-2009-02-25 Milan Crha <mcrha@redhat.com>
-
- ** 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 <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.