diff options
author | Philip Van Hoof <pvanhoof@gnome.org> | 2004-12-20 20:47:51 +0800 |
---|---|---|
committer | Philip Van Hoof <pvanhoof@src.gnome.org> | 2004-12-20 20:47:51 +0800 |
commit | ed19e01a4c6f9d774a40b56e4f6cc71209c06689 (patch) | |
tree | 830020d3f6c202b264181fd05ec05435ef9ce03a /plugins/save-calendar/ChangeLog | |
parent | e778706926604dbbe9efdb2d6cb183bfaba2841c (diff) | |
download | gsoc2013-evolution-ed19e01a4c6f9d774a40b56e4f6cc71209c06689.tar.gz gsoc2013-evolution-ed19e01a4c6f9d774a40b56e4f6cc71209c06689.tar.zst gsoc2013-evolution-ed19e01a4c6f9d774a40b56e4f6cc71209c06689.zip |
Code splitup, each format has it's own c-file Added. Code splitup Added.
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
svn path=/trunk/; revision=28154
Diffstat (limited to 'plugins/save-calendar/ChangeLog')
-rw-r--r-- | plugins/save-calendar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/save-calendar/ChangeLog b/plugins/save-calendar/ChangeLog index c4b9052916..31a985e0e1 100644 --- a/plugins/save-calendar/ChangeLog +++ b/plugins/save-calendar/ChangeLog @@ -1,3 +1,12 @@ +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 |