diff options
author | Chris Toshok <toshok@ximian.com> | 2004-01-23 07:44:35 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-01-23 07:44:35 +0800 |
commit | 93e268731dad2c7529879ac99aef1e1ab216463d (patch) | |
tree | d3e8187bed29a4aec750ebc4e4b4a38e972caa67 /addressbook/ChangeLog | |
parent | c9b56375fe7b21673fd813d3e957b64fe6f9f7f0 (diff) | |
download | gsoc2013-evolution-93e268731dad2c7529879ac99aef1e1ab216463d.tar.gz gsoc2013-evolution-93e268731dad2c7529879ac99aef1e1ab216463d.tar.zst gsoc2013-evolution-93e268731dad2c7529879ac99aef1e1ab216463d.zip |
[ fixes bug #53184 ] handle the fact that the xml 1.4 spits out contains
2004-01-22 Chris Toshok <toshok@ximian.com>
[ fixes bug #53184 ]
* gui/component/addressbook-migrate.c (migrate_contacts): handle
the fact that the xml 1.4 spits out contains unescaped ';'s in the
EMAIL attributes for mailing lists.
svn path=/trunk/; revision=24374
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index ffd2fab031..e656ad2861 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,12 @@ 2004-01-22 Chris Toshok <toshok@ximian.com> + [ fixes bug #53184 ] + * gui/component/addressbook-migrate.c (migrate_contacts): handle + the fact that the xml 1.4 spits out contains unescaped ';'s in the + EMAIL attributes for mailing lists. + +2004-01-22 Chris Toshok <toshok@ximian.com> + [ fixes bug #52944 ] * gui/component/addressbook-migrate.c (migrate_contacts): do some massaging of contacts as we import them, to fix up the differences |