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/calendar-http | |
parent | 167b482c9e39a093dcfecc5ef430261c0504e370 (diff) | |
download | gsoc2013-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/calendar-http')
-rw-r--r-- | plugins/calendar-http/ChangeLog | 103 |
1 files changed, 0 insertions, 103 deletions
diff --git a/plugins/calendar-http/ChangeLog b/plugins/calendar-http/ChangeLog deleted file mode 100644 index 7ceb72ae76..0000000000 --- a/plugins/calendar-http/ChangeLog +++ /dev/null @@ -1,103 +0,0 @@ -2009-04-24 Milan Crha <mcrha@redhat.com> - - ** Fix for bug #572348 - - * calendar-http.c: Remove deprecated Gtk+ symbols. - -2008-07-31 Matthew Barnes <mbarnes@redhat.com> - - ** Fixes part of bug #545568 - - * org-gnome-calendar-http.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. - -2008-03-31 Suman Manjunath <msuman@novell.com> - - ** Fix for bug #346555 - - * calendar-http.c: (e_calendar_http_refresh): - Fixed a mnemonic conflict. - -2007-10-09 Matthew Barnes <mbarnes@redhat.com> - - ** Fixes part of bug #437579 - - * calendar-http.c: - Fix various compiler warnings. Patch from Milan Crha. - -2007-07-25 Milan Crha <mcrha@redhat.com> - - ** Fix for bug #268162 - - * org-gnome-calendar-http.eplug.xml: - Added new entry for username. - * calendar-http.c: (e_calendar_http_auth): - Creates and setup entry for username. - * calendar-http.c: (username_changed): - New callback when user changes username entry content. - -2007-03-20 Matthew Barnes <mbarnes@redhat.com> - - ** Fixes part of bug #419524 - - * Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>. - -2006-01-16 Tony Tsui <tsui.tony@gmail.com> - - Fixes #267402 - * plugins/calendar-http/calendar-http.c - * plugins/calendar-http/org-gnome-calendar-http.eplug.xml: - Add support for accessing web calendars over HTTPS. - -2005-06-27 Tor Lillqvist <tml@novell.com> - - * Makefile.am: There is no EVOLUTION_CFLAGS. Use - NO_UNDEFINED. Link with EVOLUTION_CALENDAR_LIBS. - -2005-06-18 Tor Lillqvist <tml@novell.com> - - * org-gnome-calendar-http.eplug.xml: Use SOEXT. - -2005-05-11 Not Zed <NotZed@Ximian.com> - - * Makefile.am: added built_sources/cleanfiles - -2005-05-06 Not Zed <NotZed@Ximian.com> - - * Makefile.am: - * org-gnome-calendar-http.eplug.xml: s/.in/.xml/ & i18n. - -2005-02-24 Björn Torkelsson <torkel@acc.umu.se> - - * org-gnome-calendar-http.eplug.in: Added author and description. - -2005-01-06 JP Rosevear <jpr@novell.com> - - * Makefile.am: include top_srcdir - -2004-12-28 David Trowbridge <David.Trowbridge@Colorado.edu> - - * calendar-http.c (e_calendar_http_check): s/strcmp/strncmp. - - * org-gnome-calendar-http.eplug.in: fixed order of menus. - -2004-11-12 Diego Sevilla Ruiz <dsevilla@ditec.um.es> - - * calendar-http.c (e_calendar_http_check): Accept protocol-less - URIs. Fixes #68264. - (e_calendar_http_check): Fixed a memory leak. - (e_calendar_http_refresh): Another mem. leak fix. - (e_calendar_http_url): Fixed another more memory leak. - -2004-11-09 Rodney Dawes <dobey@novell.com> - - * Makefile.am: Add EXTRA_DIST variable for the eplug.in file - -2004-11-04 Not Zed <NotZed@Ximian.com> - - * Makefile.am: duh, add this to cvs, remove Makefile. - -2004-11-04 David Trowbridge <David.Trowbridge@Colorado.edu> - - * Initial import of webcal properties plugin. |