diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-04-05 03:30:28 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-04-05 03:30:28 +0800 |
commit | 2d75a701029288c953a84ba0a696675f5a7eb77f (patch) | |
tree | c59f2d15eb6129fec7de451b7d8ca26b164c7c71 /ChangeLog | |
parent | 02dd5e38c87f297ebfee7468da15eac12d7c51cc (diff) | |
download | gsoc2013-evolution-2d75a701029288c953a84ba0a696675f5a7eb77f.tar gsoc2013-evolution-2d75a701029288c953a84ba0a696675f5a7eb77f.tar.gz gsoc2013-evolution-2d75a701029288c953a84ba0a696675f5a7eb77f.tar.bz2 gsoc2013-evolution-2d75a701029288c953a84ba0a696675f5a7eb77f.tar.lz gsoc2013-evolution-2d75a701029288c953a84ba0a696675f5a7eb77f.tar.xz gsoc2013-evolution-2d75a701029288c953a84ba0a696675f5a7eb77f.tar.zst gsoc2013-evolution-2d75a701029288c953a84ba0a696675f5a7eb77f.zip |
Fixed an incorrect function.
2000-04-04 Christopher James Lahey <clahey@helixcode.com>
* addressbook/backend/ebook/e-book-view.c: Fixed an incorrect
function.
* addressbook/backend/ebook/e-book-view.h,
addressbook/backend/ebook/e-book.h: Fixed some incorrect function
pointer declarations.
* addressbook/backend/ebook/e-card-iterator.c,
addressbook/backend/ebook/e-card-iterator.h,
addressbook/backend/ebook/e-card-list-iterator.c,
addressbook/backend/ebook/e-card-list-iterator.h,
addressbook/backend/ebook/e-card-list.c,
addressbook/backend/ebook/e-card-list.h,
addressbook/backend/ebook/e-card.c,
addressbook/backend/ebook/e-card.h,
addressbook/backend/ebook/test-card.c: Built new iterator system
for getting fields with multiple entries.
* addressbook/backend/ebook/Makefile.am: Added new files
addressbook/backend/ebook/e-card-iterator.c,
addressbook/backend/ebook/e-card-iterator.h,
addressbook/backend/ebook/e-card-list-iterator.c,
addressbook/backend/ebook/e-card-list-iterator.h,
addressbook/backend/ebook/e-card-list.c, and
addressbook/backend/ebook/e-card-list.h.
svn path=/trunk/; revision=2286
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,3 +1,31 @@ +2000-04-04 Christopher James Lahey <clahey@helixcode.com> + + * addressbook/backend/ebook/e-book-view.c: Fixed an incorrect + function. + + * addressbook/backend/ebook/e-book-view.h, + addressbook/backend/ebook/e-book.h: Fixed some incorrect function + pointer declarations. + + * addressbook/backend/ebook/e-card-iterator.c, + addressbook/backend/ebook/e-card-iterator.h, + addressbook/backend/ebook/e-card-list-iterator.c, + addressbook/backend/ebook/e-card-list-iterator.h, + addressbook/backend/ebook/e-card-list.c, + addressbook/backend/ebook/e-card-list.h, + addressbook/backend/ebook/e-card.c, + addressbook/backend/ebook/e-card.h, + addressbook/backend/ebook/test-card.c: Built new iterator system + for getting fields with multiple entries. + + * addressbook/backend/ebook/Makefile.am: Added new files + addressbook/backend/ebook/e-card-iterator.c, + addressbook/backend/ebook/e-card-iterator.h, + addressbook/backend/ebook/e-card-list-iterator.c, + addressbook/backend/ebook/e-card-list-iterator.h, + addressbook/backend/ebook/e-card-list.c, and + addressbook/backend/ebook/e-card-list.h. + 2000-04-04 Yuri Syrota <rasta@renome.rovno.ua> * configure.in: Added uk to ALL_LINGUAS. |