104 lines
2.9 KiB
Plaintext
104 lines
2.9 KiB
Plaintext
2005-11-11 Dinesh Layek <LDinesh@novell.com>
|
|
|
|
* save-calendar.c (ask_destination_and_save): append the file_extension
|
|
if the user does not provide it.
|
|
|
|
2005-08-23 Not Zed <NotZed@Ximian.com>
|
|
|
|
* ical-format.c: include missing header.
|
|
|
|
2005-05-16 Not Zed <NotZed@Ximian.com>
|
|
|
|
* csv-format.c: moved e-error to e-util
|
|
|
|
2005-05-12 Not Zed <NotZed@Ximian.com>
|
|
|
|
* Makefile.am: setup built_sources/cleanfiles
|
|
|
|
2005-03-02 Philip Van Hoof <pvanhoof@gnome.org>
|
|
|
|
* 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 <NotZed@Ximian.com>
|
|
|
|
* Makefile.am:
|
|
* org-gnome-save-calendar.eplug.xml: s/.in/.xml/ & fix i18n.
|
|
|
|
2005-03-22 Chenthill Palanisamy <pchenthill@novell.com>
|
|
|
|
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 <torkel@acc.umu.se>
|
|
|
|
* org-gnome-save-calendar.eplug.in: Fixed description and added
|
|
author.
|
|
Shortened name of plugin.
|
|
Added xml tag.
|
|
|
|
2005-02-21 Rodrigo Moya <rodrigo@novell.com>
|
|
|
|
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 <jpr@novell.com>
|
|
|
|
* save-calendar.c (ask_destination_and_save): fix build for non
|
|
gtk file chooser case
|
|
|
|
2005-01-04 Philip Van Hoof <pvanhoof@gnome.org>
|
|
|
|
* csv-format.c, rdf-format.c: Use standard error messages
|
|
|
|
2004-12-27 Philip Van Hoof <pvanhoof@gnome.org>
|
|
|
|
* csv-format.c, rdf-format.c: Warning when overwriting file
|
|
|
|
2004-12-22 JP Rosevear <jpr@novell.com>
|
|
|
|
* Makefile.am: list format-handler.h as a source so it dists
|
|
|
|
2004-12-20 Philip Van Hoof <pvanhoof@gnome.org>
|
|
|
|
* 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 <pvanhoof@gnome.org>
|
|
|
|
* save-calendar.c: Support for CSV files
|
|
|
|
2004-11-01 JP Rosevear <jpr@novell.com>
|
|
|
|
* Makefile.am: dist .eplug.in file
|
|
|
|
2004-10-21 Rodrigo Moya <rodrigo@novell.com>
|
|
|
|
* save-calendar.c (do_save_calendar): get error information in
|
|
e_cal_* calls, and display errors to the user.
|
|
|
|
2004-10-21 JP Rosevear <jpr@novell.com>
|
|
|
|
* save-calendar.c (do_save_calendar): compile if not using file
|
|
chooser
|
|
|
|
2004-10-21 Rodrigo Moya <rodrigo@novell.com>
|
|
|
|
* org-gnome-save-calendar.eplug.in: better menu items.
|
|
|
|
2004-10-21 Rodrigo Moya <rodrigo@novell.com>
|
|
|
|
* save-calendar.c: new plugin for saving a calendar to disk.
|