diff options
author | Philip Van Hoof <pvanhoof@gnome.org> | 2005-03-02 23:56:23 +0800 |
---|---|---|
committer | Philip Van Hoof <pvanhoof@src.gnome.org> | 2005-03-02 23:56:23 +0800 |
commit | 43f8824655767ffa75a94114be9e893353464cf3 (patch) | |
tree | 94f7cbc52a4e5270e408b6ac235e8133e69460ea /plugins/save-calendar/ChangeLog | |
parent | b72fc2eca390d5c032d5932e964ed519504b3b65 (diff) | |
download | gsoc2013-evolution-43f8824655767ffa75a94114be9e893353464cf3.tar.gz gsoc2013-evolution-43f8824655767ffa75a94114be9e893353464cf3.tar.zst gsoc2013-evolution-43f8824655767ffa75a94114be9e893353464cf3.zip |
Fixes for Bug #73099 and Bug #73098 Changed malloc to g_malloc and char to
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
svn path=/trunk/; revision=28937
Diffstat (limited to 'plugins/save-calendar/ChangeLog')
-rw-r--r-- | plugins/save-calendar/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/save-calendar/ChangeLog b/plugins/save-calendar/ChangeLog index e9c35b06c3..a34d307635 100644 --- a/plugins/save-calendar/ChangeLog +++ b/plugins/save-calendar/ChangeLog @@ -1,5 +1,10 @@ 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 + +2005-03-02 Philip Van Hoof <pvanhoof@gnome.org> + * csv-format.c: Fixes for Bug #73099 and Bug #73098 2005-02-24 Björn Torkelsson <torkel@acc.umu.se> |