From cd0704da5cf1f2dfebdb235b32105f15d57ca012 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sun, 7 May 2000 01:07:10 +0000 Subject: Made a NULL callback just mean to not call back. 2000-05-07 Christopher James Lahey * backend/ebook/e-book.c: Made a NULL callback just mean to not call back. * backend/ebook/e-card-simple.c, backend/ebook/e-card-simple.h: Reordered fields. Added a get_const function to get a constant string that persists until the simple is destroyed. * gui/component/Makefile.am: Added e-addressbook-model.c and e-addressbook-model.h and all of the libraries and includes that they are dependent on. * gui/component/addressbook-factory.c: Initialize e cursors. * gui/component/addressbook.c: Added inactive code to display an ETable view of the addressbook. * gui/component/e-addressbook-model.c, gui/component/e-addressbook-model.h: New files to implement an ETable model with a EBook back end. svn path=/trunk/; revision=2845 --- addressbook/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index da05fe368e..bed9302b9c 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -15,6 +15,10 @@ * gui/component/addressbook.c: Added inactive code to display an ETable view of the addressbook. + + * gui/component/e-addressbook-model.c, + gui/component/e-addressbook-model.h: New files to implement an + ETable model with a EBook back end. 2000-05-06 Christopher James Lahey -- cgit v1.2.3