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/publish-calendar | |
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/publish-calendar')
-rw-r--r-- | plugins/publish-calendar/ChangeLog | 316 |
1 files changed, 0 insertions, 316 deletions
diff --git a/plugins/publish-calendar/ChangeLog b/plugins/publish-calendar/ChangeLog deleted file mode 100644 index 15ae0b036d..0000000000 --- a/plugins/publish-calendar/ChangeLog +++ /dev/null @@ -1,316 +0,0 @@ -2009-04-24 Milan Crha <mcrha@redhat.com> - - ** Fix for bug #340783 - - * publish-format-fb.h: (publish_calendar_as_fb): - * publish-format-fb.c: (write_calendar), (publish_calendar_as_fb): - * publish-format-ical.h: (publish_calendar_as_ical): - * publish-format-ical.c: (write_calendar), (publish_calendar_as_ical): - * publish-calendar.c: (publish), (publish_no_succ_info), - (publish_uri_async), (publish_online), (mount_ready_cb), - (mount_first), (add_timeout), (add_offset_timeout), - (online_state_changed), (publish_urls), (action_publish), - (error_queue_show_idle), (error_queue_add): - Show error or success to user in a UI. - -2009-01-21 Suman Manjunath <msuman@novell.com> - - ** 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 () - - * publish-format-fb.c (write_calendar): - * publish-format-ical.c (write_calendar): - -2008-12-16 Milan Crha <mcrha@redhat.com> - - ** Fix for bug #359010 - - * url-editor-dialog.c: (url_editor_dialog_new): - Set title of the window based on the parameter/action. - -2008-10-03 Sankar P <psankar@novell.com> - -License Changes - - * publish-calendar.c: - * url-editor-dialog.c: - -2008-09-26 Philip Withnall <philip@tecnocode.co.uk> - - ** Fix for bug #553461 and bug #553389 - - * publish-calendar.c (url_remove_clicked): - * publish-calendar.glade: - * url-editor-dialog.c (create_uri), (check_input), - (publish_service_changed), (set_from_uri): - * url-editor-dialog.h: Rename the "SSH" option to "Secure FTP (SSH)" - and update the code accordingly. Also, change a related string to use - better terminology. - -2008-09-02 Sankar P <psankar@novell.com> - -License Changes - - * publish-format-fb.c: - * publish-format-ical.c: - * publish-location.c: - * publish-location.h: - * url-editor-dialog.h: - -2008-08-27 Sankar P <psankar@novell.com> - -License Changes - - * publish-format-fb.h: - * publish-format-ical.h: - -2008-04-17 Milan Crha <mcrha@redhat.com> - - ** Part of fix for bug #526739 - - * publish-format-fb.h: (publish_calendar_as_fb): - * publish-format-fb.c: (write_calendar), (publish_calendar_as_fb): - * publish-format-ical.h: (publish_calendar_as_ical): - * publish-format-ical.c: (write_calendar), (publish_calendar_as_ical): - Use gio GOutputStream instead of gnome-vfs handle. - * url-editor-dialog.c: (create_uri): Use glib function to escape URI. - * publish-location.c: (migrateURI): Use EUri to parse URI. - * publish-calendar.c: (publish_online), (unmount_done_cb), - (struct mnt_struct), (mount_ready_cb), (ask_password), (ask_question), - (mount_first), (publish): - Use gio instead of gnome-vfs for opening (remote) files. - -2007-12-14 Tobias Mueller <tobiasmue@svn.gnome.org> - Patch by <nickspoon0@gmail.com> - - ** Fixes bug 502188 - - * publish-calendar.c: initialize "remember" variable to - FALSE. - -2007-09-27 Pedro Villavicencio Garrido <pvillavi@gnome.org> - - * url-editor-dialog.c: (url_editor_dialog_construct): - use EVOLUTION_GLADEDIR instead of EVOLUTION_PLUGINDIR. - - Fixes #480804. - -2007-09-10 Andre Klapper <a9016009@gmx.de> - - * publish-calendar.c: (publish): - fix chen's string freeze break. - -2007-09-10 Chenthill Palanisamy <pchenthill@novell.com> - - Fixes #274047 (bnc) - * Makefile.am: Inserted glade_data. - * publish-calendar.c: (publish_calendar_locations): Pick - the glade file from install area. - -2007-09-10 Chenthill Palanisamy <pchenthill@novell.com> - - Fixes #277159 (bnc) - * url-editor-dialog.c: (frequency_changed_cb), - (url_editor_dialog_construct): Listen to the changes made - in publish frequency. - -2007-09-10 Chenthill Palanisamy <pchenthill@novell.com> - - Fixes #274048 (bnc) - * publish-calendar.c: (publish): Prompt for a password - if required. - -2007-07-30 Andre Klapper <a9016009@gmx.de> - - * publish-calendar.glade: - remove "window1" string from translation - -2007-06-07 Gilles Dartiguelongue <dartigug@esiee.fr> - - * publish-location.c: (migrateURI), (e_publish_uri_from_xml), - (e_publish_uri_to_xml): more compilation warnings cleanup, - completes bug #437584 fixes - -2007-05-12 Matthew Barnes <mbarnes@redhat.com> - - * Makefile.am: Add "eplug" file to CLEANFILES. - -2007-05-11 Gilles Dartiguelongue <dartigug@esiee.fr> - - * url-editor-dialog.c: (set_from_uri): fixes casts in strcmp, - fixes part of bug #437584 - -2007-03-20 Matthew Barnes <mbarnes@redhat.com> - - ** Fixes part of bug #419524 - - * Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>. - -2007-02-20 Chenthill Palanisamy <pchenthill@novell.com> - - Fixes #238093 (bnc) - * publish-format-ical.c: (insert_tz_comps), (append_tz_to_comp), - (write_calendar): Add the timezone information while - publishing the calendars. - -2007-02-19 Sankar P <psankar@novell.com> - - * url-editor-dialog.c: (set_from_uri): - Fixes some string to int conversion. - -2006-08-02 Chenthill Palanisamy <pchenthill@novell.com> - - Fixes #343991 - * publish-calendar.c: (publish_uris_set_timeout): Iterate - the list when the uri is NULL. - -2006-07-31 Chenthill Palanisamy <pchenthill@novell.com> - - Fixes #329740 - * publish-format-fb.c: (write_calendar): Pass the email id - of the user for getting the free busy information. - -2006-07-31 Chenthill Palanisamy <pchenthill@novell.com> - - Fixes #347973 - * url-editor-dialog.c: (set_from_uri): Parse the uri - using EUri. - -2006-02-09 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in> - - Fixes #328389 - * publish-calendar.c: Disabled Enabled button for Enabled Url. - -2006-02-12 Karsten Bräckelmann <guenther@rudersport.de> - - * publish-calendar.glade: Change mnemonic for Port. - Fixes bug #329757. - -2006-01-30 Chenthill Palanisamy <pchenthill@novell.com> - - Fixes #328413 - * publish-calendar.glade: Set the text invisible for the - password field. - -2006-01-27 Kjartan Maraas <kmaraas@gnome.org> - - * publish-format-fb.c: Add missing include. - -2006-01-27 Andre Klapper <a9016009@gmx.de> - * publish-calendar.glade: - removed string "dialog1" from translation. Fixes bug 306118. - -2006-01-23 Chenthill Palanisamy <pchenthill@novell.com> - - Fixes #328224, 328408, 328389 - * publish-calendar.c: (publish_uri_async), (url_add_clicked), - (url_edit_clicked), , - (publish_uris_set_timeout), (e_plugin_lib_enable): Publish - the calendar in a seperate thread so that the gui remains - responsive. - (publish_calendar_locations): Clear the items gtk store. - * publish-location.c: (migrateURI), (e_publish_uri_from_xml): - If the uri is NULL return back. - -2006-01-11 Chenthill Palanisamy <pchenthill@novell.com> - - Fixes #325926 - * org-gnome-publish-calendar.eplug.xml: Use the target and hook id - of calendar instead of shell. - -2006-01-04 Tor Lillqvist <tml@novell.com> - - * Makefile.am: Use EVOLUTION_PLUGINDIR as the macro name for the - plugindir, to match what is redefined for Win32 in - e-util/e-util-private.h - - * publish-calendar.c (publish_calendar_locations) - * url-editor-dialog.c (url_editor_dialog_construct): Construct - glade file pathname at run-time. - -2005-12-25 Funda Wang <fundawang@linux.net.cn> - - * Makefile.am: Mark this plugin as translatable (bug#301149). - -2005-12-22 Tor Lillqvist <tml@novell.com> - - * Makefile.am: Use -no-undefined on Windows. Link with used - libraries. - - * org-gnome-publish-calendar.eplug.in: Use SOEXT. - -2005-12-20 Chenthill Palanisamy <pchenthill@novell.com> - - * Makefile.am: Added the org-gnome-publish-calendar.xml - file to extra dist. - -2005-12-19 Chenthill Palanisamy <pchenthill@novell.com> - - Committing for: David Trowbridge <trowbrds cs colorado edu> - - * Makefile.am: - * org-gnome-publish-calendar.eplug.in: - * org-gnome-publish-calendar.xml: - * publish-calendar.c: (publish), (add_timeout), (update_timestamp), - (add_offset_timeout), (url_list_changed), - (url_list_enable_toggled), (selection_changed), (url_add_clicked), - (url_edit_clicked), (url_list_double_click), (url_remove_clicked), - (url_enable_clicked), (online_state_changed), - (publish_calendar_locations), (publish_urls), (action_publish), - (e_plugin_lib_enable): - * publish-calendar.glade: - * publish-format-fb.c: (write_calendar), (publish_calendar_as_fb): - * publish-format-fb.h: - * publish-format-ical.c: (write_calendar), - (publish_calendar_as_ical): - * publish-format-ical.h: - * publish-location.c: (migrateURI), (e_publish_uri_from_xml), - (e_publish_uri_to_xml): - * publish-location.h: - * url-editor-dialog.c: (create_uri), (check_input), - (source_selection_changed), (publish_service_changed), - (type_selector_changed), (server_entry_changed), - (file_entry_changed), (port_entry_changed), - (username_entry_changed), (password_entry_changed), - (remember_pw_toggled), (set_from_uri), - (url_editor_dialog_construct), (url_editor_dialog_new), - (url_editor_dialog_dispose), (url_editor_dialog_class_init), - (url_editor_dialog_init), (url_editor_dialog_get_type), - (url_editor_dialog_run): - * url-editor-dialog.h: Committing the intial patch. - |