diff options
author | Not Zed <NotZed@Ximian.com> | 2004-06-14 16:31:19 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-06-14 16:31:19 +0800 |
commit | 2c166904b9f5bd317fb832e841872322d004ef59 (patch) | |
tree | 60effa09873aacd793c0c897e6ad6adf6cc05cde /addressbook/ChangeLog | |
parent | 87ae2d3b9c329297dbe8cc06583d4ce7deb7aec1 (diff) | |
download | gsoc2013-evolution-2c166904b9f5bd317fb832e841872322d004ef59.tar.gz gsoc2013-evolution-2c166904b9f5bd317fb832e841872322d004ef59.tar.zst gsoc2013-evolution-2c166904b9f5bd317fb832e841872322d004ef59.zip |
handle LIST field types. (ldif_fields[]): Add a list type. E_CONTACT_EMAIL
2004-06-14 Not Zed <NotZed@Ximian.com>
* importers/evolution-ldif-importer.c (parseLine): handle LIST
field types.
(ldif_fields[]): Add a list type. E_CONTACT_EMAIL is a list field
type. See #58855.
svn path=/trunk/; revision=26333
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 c42cfb50d5..b9f6e746fb 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2004-06-14 Not Zed <NotZed@Ximian.com> + + * importers/evolution-ldif-importer.c (parseLine): handle LIST + field types. + (ldif_fields[]): Add a list type. E_CONTACT_EMAIL is a list field + type. See #58855. + 2004-06-08 Chris Toshok <toshok@ximian.com> * gui/widgets/e-addressbook-model.c (get_view_idle): new |