diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-03-24 07:37:48 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-03-24 07:37:48 +0800 |
commit | 92f0631a74a1e128e0936b30336ca314fd6fec4c (patch) | |
tree | 5ec198dff25bf392e875d81b997a8da2f8d68db9 /ChangeLog | |
parent | 6e64a7badadb8b24759737385d0331ceca56a69f (diff) | |
download | gsoc2013-evolution-92f0631a74a1e128e0936b30336ca314fd6fec4c.tar gsoc2013-evolution-92f0631a74a1e128e0936b30336ca314fd6fec4c.tar.gz gsoc2013-evolution-92f0631a74a1e128e0936b30336ca314fd6fec4c.tar.bz2 gsoc2013-evolution-92f0631a74a1e128e0936b30336ca314fd6fec4c.tar.lz gsoc2013-evolution-92f0631a74a1e128e0936b30336ca314fd6fec4c.tar.xz gsoc2013-evolution-92f0631a74a1e128e0936b30336ca314fd6fec4c.tar.zst gsoc2013-evolution-92f0631a74a1e128e0936b30336ca314fd6fec4c.zip |
Added parsing and testing for name, full name, birthday, telephone, email,
2000-03-23 Christopher James Lahey <clahey@helixcode.com>
* addressbook/backend/ebook/e-card.c,
addressbook/backend/ebook/e-card.h,
addressbook/backend/ebook/e-card-types.h,
addressbook/backend/ebook/e-card-pairs.h,
addressbook/backend/ebook/test-card.c: Added parsing and testing
for name, full name, birthday, telephone, email, and street
address properties.
svn path=/trunk/; revision=2157
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2000-03-23 Christopher James Lahey <clahey@helixcode.com> + + * addressbook/backend/ebook/e-card.c, + addressbook/backend/ebook/e-card.h, + addressbook/backend/ebook/e-card-types.h, + addressbook/backend/ebook/e-card-pairs.h, + addressbook/backend/ebook/test-card.c: Added parsing and testing + for name, full name, birthday, telephone, email, and street + address properties. + 2000-03-22 NotZed <NotZed@HelixCode.com> * e-util/e-sexp.h: Formatting cleanup. @@ -8,6 +18,13 @@ 2000-03-22 Christopher James Lahey <clahey@helixcode.com> + * addressbook/backend/ebook/.cvsignore, + addressbook/backend/pas/.cvsignore, + addressbook/backend/idl/.cvsignore, + addressbook/backend/.cvsignore: Updated .cvsignore files. + +2000-03-22 Christopher James Lahey <clahey@helixcode.com> + * addressbook/Makefile.am, configure.in: Added the addressbook/backend directory. |