diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-04-03 05:51:41 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-04-03 06:18:33 +0800 |
commit | 26240e0b180bdaf92702e513a21da2f859883fb3 (patch) | |
tree | 6a3a27c69755355161ab07f300446908bc2d154b /plugins/caldav | |
parent | 167b482c9e39a093dcfecc5ef430261c0504e370 (diff) | |
download | gsoc2013-evolution-26240e0b180bdaf92702e513a21da2f859883fb3.tar.gz 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/caldav')
-rw-r--r-- | plugins/caldav/ChangeLog | 124 |
1 files changed, 0 insertions, 124 deletions
diff --git a/plugins/caldav/ChangeLog b/plugins/caldav/ChangeLog deleted file mode 100644 index 9a9bae7398..0000000000 --- a/plugins/caldav/ChangeLog +++ /dev/null @@ -1,124 +0,0 @@ -2009-04-28 Milan Crha <mcrha@redhat.com> - - ** Fix for bug #578335 - - * caldav-source.c: (user_changed), (location_changed): - Revert part of bug #562990, as EPassword requires username - as part of an URL to store passwords properly to a keyring. - -2009-04-24 Milan Crha <mcrha@redhat.com> - - ** Part of fix for bug #569652 - - * caldav-source.c: (ensure_caldav_source_group): - Use new ESourceList API (simplifies code). - -2009-04-24 Milan Crha <mcrha@redhat.com> - - ** Fix for bug #572348 - - * caldav-source.c: Remove deprecated Gtk+ symbols. - -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. - -2008-12-08 Milan Crha <mcrha@redhat.com> - - ** Fix for bug #562990 - - * caldav-source.c: (user_changed), (oge_caldav): Use 'username' - property of the ESource to read/write user name, not the uri. - -2008-11-28 Milan Crha <mcrha@redhat.com> - - ** Part of fix for bug #503662 - - * caldav-source.c: (user_changed): - Set NULL properly to protect against using already freed memory. - -2008-11-28 Milan Crha <mcrha@redhat.com> - - ** Part of fix for bug #359745 - - * caldav-source.c: (ensure_caldav_source_group), - (e_plugin_lib_enable): Ensure source group for VTODO and VJOURNAL too. - * caldav-source.c: (set_refresh_time), (get_refresh_minutes), - (spin_changed), (option_changed), (oge_caldav): - Be able to change refresh time for the CalDAV sources. - * org-gnome-evolution-caldav.eplug.xml: - Show CalDAV options under all the other standard options. - -2008-09-02 Sankar P <psankar@novell.com> - -License Changes - - * caldav-source.c: - -2008-08-07 Paul Bolle <pebolle@tiscali.nl> - - ** Fixes bug #546785 - - * caldav-source.c: (e_plugin_lib_enable): The caldav plugin is noisy - when enabled: - "CalDAV Eplugin starting up ..." - Make this plugin just as polite as google-account-setup. - -2008-07-31 Matthew Barnes <mbarnes@redhat.com> - - ** Fixes part of bug #545568 - - * org-gnome-caldav.eplug.xml: - Add "system_plugin=true" so it's not shown in the Plugin Manager. - This plugin is not designed to be disabled by the user. - -2007-10-26 Kjartan Maraas <kmaraas@gnome.org> - - * caldav-source.c: (ensure_caldav_source_group): - ANSIfication of function declaration. - -2007-05-12 Matthew Barnes <mbarnes@redhat.com> - - ** Fixes part of bug #337616 - - * Makefile.am: Add "eplug" file to CLEANFILES. - -2006-08-28 Kjartan Maraas <kmaraas@gnome.org> - - * org-gnome-evolution-caldav.eplug.xml: Mark name and - description for translation. - Makefile.am: Rename the above from .in to .xml - -2006-06-15 Tor Lillqvist <tml@novell.com> - - * Makefile.am: Use NO_UNDEFINED. - - * org-gnome-evolution-caldav.eplug.in: Use SOEXT. - -2006-03-28 Jeff Cai <jeff.cai@sun.com> - - ** Fixes #333881 - * caldav-source.c: (oge_caldav): - Set an empty string instead of null for a TEXT entry. - -2006-02-22 Irene.Huang <Irene.Huang@sun.com> - - Fixes bug #328252 - - * Makefile.am: Add $(EVOLUTION_CALENDAR_LIBS) - to liborg_gnome_evolution_caldav_la_LIBADD. - -2006-01-16 Harish Krishnaswamy <kharish@novell.com> - - * Makefile.am : Integrate with eplugin make - scripts and add a ChangeLog file for the eplugin. - -2006-01-16 Harish Krishnaswamy <kharish@novell.com> - - * caldav*: 'Import' the CalDAV eplugin - implementation into evolution. Please - refer evolution-caldav module in cvs.gnome.org for - prior Change history. |