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/save-calendar/ChangeLog | 293 ---------------------------------------- 1 file changed, 293 deletions(-) delete mode 100644 plugins/save-calendar/ChangeLog (limited to 'plugins/save-calendar') diff --git a/plugins/save-calendar/ChangeLog b/plugins/save-calendar/ChangeLog deleted file mode 100644 index 28e5ad77e1..0000000000 --- a/plugins/save-calendar/ChangeLog +++ /dev/null @@ -1,293 +0,0 @@ -2009-01-21 Suman Manjunath - - ** Fix for bug #541209 - - ** Adapt to the new APIs from upstream libical. Changes made include - using the "_r" counterpart for the following APIs: - + icalproperty_as_ical_string () - + icalvalue_as_ical_string () - + icalcomponent_as_ical_string () - + icalparameter_as_ical_string () - + icaldurationtype_as_ical_string () - + icalenum_reqstat_code () - + icallangbind_property_eval_string () - + icallangbind_quote_as_ical () - + icalmime_text_end_part () - + icalperiodtype_as_ical_string () - + icalproperty_enum_to_string () - + icalproperty_get_parameter_as_string () - + icalproperty_get_value_as_string () - + icalproperty_get_property_name () - + icalrecurrencetype_as_string () - + icaltime_as_ical_string () - + icalreqstattype_as_string () - + icalvalue_binary_as_ical_string () - + icalvalue_int_as_ical_string () - + icalvalue_utcoffset_as_ical_string () - + icalvalue_string_as_ical_string () - + icalvalue_recur_as_ical_string () - + icalvalue_text_as_ical_string () - + icalvalue_attach_as_ical_string () - + icalvalue_duration_as_ical_string () - + icalvalue_date_as_ical_string () - + icalvalue_datetime_as_ical_string () - + icalvalue_float_as_ical_string () - + icalvalue_geo_as_ical_string () - + icalvalue_datetimeperiod_as_ical_string () - + icalvalue_period_as_ical_string () - + icalvalue_trigger_as_ical_string () - + icalvalue_as_ical_string () - - * ical-format.c (do_save_calendar_ical): - -2008-09-16 Sankar P - -License Changes - - * csv-format.c: - * ical-format.c: - * rdf-format.c: - -2008-09-12 Sankar P - -License Changes - - * save-calendar.c: - -2008-09-02 Sankar P - -License Changes - - * format-handler.h: - -2008-08-12 Bharath Acharya - - * Makefile.am: Use NO_UNDEFINED. Link with more libraries. To generate - dlls on Windows. - -2008-05-22 Matthew Barnes - - * csv-format.c (do_save_calendar_csv): - * rdf-format.c (do_save_calendar_rdf): - Remove pointless address check of a local variable. - -2008-04-17 Milan Crha - - ** Part of fix for bug #526739 - - * ical-format.c: (do_save_calendar_ical): - * csv-format.c: (do_save_calendar_csv): - * rdf-format.c: (do_save_calendar_rdf): - Use gio GOutpuStream instead of gnome-vfs handle. - * format-handler.h: (open_for_writing): - * save-calendar.c: (open_for_writing): New helper function. - -2008-02-18 Srinivasa Ragavan - - * ical-format.c: (do_save_calendar_ical): Patch from OpenSUSE - -2008-01-25 Milan Crha - - ** Fix for bug #475781 - - * csv-format.c: (do_save_calendar_csv): - * rdf-format.c: (do_save_calendar_rdf): - Fix memory leaks around ECalComponentDateTime. - -2007-11-11 Gilles Dartiguelongue - - ** Fix bug #495872 - - * org-gnome-save-calendar.eplug.xml: - * save-calendar.c: (org_gnome_save_memos): - add memo support - -2007-09-27 Matthew Barnes - - ** Fixes part of bug #477045 - - * org-gnome-save-calendar.eplug.xml: - Use standard icon names where applicable. - -2007-09-14 Matthew Barnes - - ** Fixes part of bug #476231 - - * csv-format.c: - * ical-format.c: - * rdf-format.c: - * save-calendar.c: - Remove non-USE_GTKFILECHOOSER code. - GtkFileChooser has been around since 2004. - -2007-06-07 Gilles Dartiguelongue - - * rdf-format.c: (add_nummeric_to_rdf), (add_time_to_rdf), - (add_string_to_rdf), (do_save_calendar_rdf): - more compilation warnings cleanup, completes bug #437584 fixes - -2007-04-02 Sankar P - - * Committed on behalf of Gilles Dartiguelongue - - * org-gnome-save-calendar.eplug.xml: - Cleanup. - Fixes part of #301149 - -2007-03-29 Matthew Barnes - - * save-calendar.c: - Fix "incompatible pointer type" warnings (#360619). - -2007-02-20 Chenthill Palanisamy - - Fixes #238093 (bnc) - * ical-format.c: (insert_tz_comps), (append_tz_to_comp), - (do_save_calendar_ical): Add the timezone information while - exporting the calendars. - -2006-08-17 Kjartan Maraas - - * rdf-format.c: (add_time_to_rdf): Plug a leak. - -2006-05-25 Srinivasa Ragavan - - - * save-calendar.c: (ask_destination_and_save): Added code to save - calendar to remote shares. - -2006-04-22 Srinivasa Ragavan - - * ical-format.c (do_save_calendar_ical): Ask for overwrite, if the - file already exists. - - ** Fixes bug #329345 - -2006-02-13 Karsten Bräckelmann - - * org-gnome-save-calendar.eplug.xml: - Fix mnemonics to be consistent. Fixes bug #330934. - -2006-01-09 Kjartan Maraas - - * csv-format.c: (string_needsquotes): - * save-calendar.c: (ask_destination_and_save): Fix confusion - between = and ==. Silences the compiler, but someone has to check - if this really is correct. - -2006-01-10 Simon Zheng - - * csv-format.c: - * rdf-format.c: - use e_utf8_strftime() in evolution-data-server/ - libedataserver/e-data-server-util.c instead of the copy in - evolution/e-util/e-util.c. - -2005-12-30 Andre Klapper - - * csv-format.c: fixed two strings for consistency. - Fixes bug 325127 and partially bug 325125. - -2005-11-11 Dinesh Layek - - * save-calendar.c (ask_destination_and_save): append the file_extension - if the user does not provide it. - -2005-08-23 Not Zed - - * ical-format.c: include missing header. - -2005-05-16 Not Zed - - * csv-format.c: moved e-error to e-util - -2005-05-12 Not Zed - - * Makefile.am: setup built_sources/cleanfiles - -2005-03-02 Philip Van Hoof - - * rdf-format.c: Fixes for Bug #73099 and Bug #73098 - * csv-format.c: Changed malloc to g_malloc and char to gchar - * csv-format.c: Fixes for Bug #73099 and Bug #73098 - -2005-05-06 Not Zed - - * Makefile.am: - * org-gnome-save-calendar.eplug.xml: s/.in/.xml/ & fix i18n. - -2005-03-22 Chenthill Palanisamy - - Fixes #73541 - * csv-format.c: (do_save_calendar_csv): - * ical-format.c: (do_save_calendar_ical): - * rdf-format.c: (do_save_calendar_rdf): Changed the - cal e_cal_new to auth_new_from_source, so that the - ecal has the auth function in it. - -2005-02-24 Björn Torkelsson - - * org-gnome-save-calendar.eplug.in: Fixed description and added - author. - Shortened name of plugin. - Added xml tag. - -2005-02-21 Rodrigo Moya - - Fixes #71527 - - * ical-format.c (display_error_message): changed to get a simple - string instead of a GError. - (do_save_calendar_ical): use GNOME-VFS for saving the file. - -2005-01-05 JP Rosevear - - * save-calendar.c (ask_destination_and_save): fix build for non - gtk file chooser case - -2005-01-04 Philip Van Hoof - - * csv-format.c, rdf-format.c: Use standard error messages - -2004-12-27 Philip Van Hoof - - * csv-format.c, rdf-format.c: Warning when overwriting file - -2004-12-22 JP Rosevear - - * Makefile.am: list format-handler.h as a source so it dists - -2004-12-20 Philip Van Hoof - - * Makefile.am: Code splitup, each format has it's own c-file - * csv-format.c: Added. Code splitup - * format-handler.h: Added. Code splitup - * ical-format.c: Added. Code splitup - * rdf-format.c: Added. Support for RDF files. Code splitup - * save-calendar.c: Support for RDF files. Code splitup - -2004-11-30 Philip Van Hoof - - * save-calendar.c: Support for CSV files - -2004-11-01 JP Rosevear - - * Makefile.am: dist .eplug.in file - -2004-10-21 Rodrigo Moya - - * save-calendar.c (do_save_calendar): get error information in - e_cal_* calls, and display errors to the user. - -2004-10-21 JP Rosevear - - * save-calendar.c (do_save_calendar): compile if not using file - chooser - -2004-10-21 Rodrigo Moya - - * org-gnome-save-calendar.eplug.in: better menu items. - -2004-10-21 Rodrigo Moya - - * save-calendar.c: new plugin for saving a calendar to disk. -- cgit