aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ipod-sync/ChangeLog
diff options
context:
space:
mode:
authorSuman Manjunath <msuman@src.gnome.org>2008-01-07 02:54:04 +0800
committerSuman Manjunath <msuman@src.gnome.org>2008-01-07 02:54:04 +0800
commit45d410de1e13a91e0e41a55b442d256112b031da (patch)
tree66a12afe8622a27133ddab32480698b4fda37a5a /plugins/ipod-sync/ChangeLog
parent00d89fdac2c92ceeae3478713f6fc247841d3da7 (diff)
downloadgsoc2013-evolution-45d410de1e13a91e0e41a55b442d256112b031da.tar
gsoc2013-evolution-45d410de1e13a91e0e41a55b442d256112b031da.tar.gz
gsoc2013-evolution-45d410de1e13a91e0e41a55b442d256112b031da.tar.bz2
gsoc2013-evolution-45d410de1e13a91e0e41a55b442d256112b031da.tar.lz
gsoc2013-evolution-45d410de1e13a91e0e41a55b442d256112b031da.tar.xz
gsoc2013-evolution-45d410de1e13a91e0e41a55b442d256112b031da.tar.zst
gsoc2013-evolution-45d410de1e13a91e0e41a55b442d256112b031da.zip
Patch from João Vale <jpvale@gmail.com>: Fix for bug #375580 (Use ISO-8859-1 encoding to store contacts in iPod)
svn path=/trunk/; revision=34771
Diffstat (limited to 'plugins/ipod-sync/ChangeLog')
-rw-r--r--plugins/ipod-sync/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/plugins/ipod-sync/ChangeLog b/plugins/ipod-sync/ChangeLog
index 2c0b42a170..804f29b157 100644
--- a/plugins/ipod-sync/ChangeLog
+++ b/plugins/ipod-sync/ChangeLog
@@ -1,3 +1,10 @@
+2008-01-07 João Vale <jpvale@gmail.com>
+
+ ** Fix for bug #375580
+
+ * ipod-sync.c: (destination_save_addressbook): Use ISO-8859-1 encoding
+ to store contacts in iPod.
+
2007-11-11 Gilles Dartiguelongue <gdartigu@svn.gnome.org>
** Fix bug #495872
@@ -73,7 +80,7 @@
2005-10-18 Srinivasa Ragavan <sragavan@novell.com>
* Created the iPod sync plugin. It based on Justin Wakes bounty
- work and rodrigo's save callendar plugin.
+ work and rodrigo's save calendar plugin.