diff options
author | Chris Toshok <toshok@ximian.com> | 2001-09-23 05:13:28 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-09-23 05:13:28 +0800 |
commit | 211470db51f8ffa20e1ca54548e94de949e90acb (patch) | |
tree | db2cbf6813e66ae3444c565ac00262337a87fe36 /addressbook/ChangeLog | |
parent | 12ecaf7cef7e9a3eea0aa8a7cb44235bd14e507f (diff) | |
download | gsoc2013-evolution-211470db51f8ffa20e1ca54548e94de949e90acb.tar.gz gsoc2013-evolution-211470db51f8ffa20e1ca54548e94de949e90acb.tar.zst gsoc2013-evolution-211470db51f8ffa20e1ca54548e94de949e90acb.zip |
add getters for the additional name fields. (field_data): move FAMILY_NAME
2001-09-22 Chris Toshok <toshok@ximian.com>
* backend/ebook/e-card-simple.c
(e_card_simple_get): add getters for the additional name fields.
(field_data): move FAMILY_NAME to the end of the list, and add
GIVEN_NAME, ADDITIONAL_NAME (middle name), and NAME_SUFFIX.
* backend/ebook/e-card-simple.h: same.
svn path=/trunk/; revision=13082
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index ba25fe1b55..ab3f9d7ecd 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,12 @@ +2001-09-22 Chris Toshok <toshok@ximian.com> + + * backend/ebook/e-card-simple.c + (e_card_simple_get): add getters for the additional name fields. + (field_data): move FAMILY_NAME to the end of the list, and add + GIVEN_NAME, ADDITIONAL_NAME (middle name), and NAME_SUFFIX. + + * backend/ebook/e-card-simple.h: same. + 2001-09-21 Christopher James Lahey <clahey@ximian.com> * gui/component/addressbook.c (print_preview_cb): Hooked up print |