diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-12 17:11:12 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-12 17:11:12 +0800 |
commit | 1fc94a31fa32251b9371cd1e643422a403ebc52c (patch) | |
tree | ca6d9940c897bd1874e466af94a022081eae108a /addressbook/ChangeLog | |
parent | 9d009258289579da708ec2aa3744471646d5bfa2 (diff) | |
download | gsoc2013-evolution-1fc94a31fa32251b9371cd1e643422a403ebc52c.tar.gz gsoc2013-evolution-1fc94a31fa32251b9371cd1e643422a403ebc52c.tar.zst gsoc2013-evolution-1fc94a31fa32251b9371cd1e643422a403ebc52c.zip |
Ref our book view listener.
2000-08-12 Christopher James Lahey <clahey@helixcode.com>
* backend/pas/pas-book-view.c: Ref our book view listener.
* gui/component/addressbook.c: Updated to use new minicard view
widget.
* gui/minicard/Makefile.am: Added e-minicard-view-widget.c and
e-minicard-view-widget.h.
* gui/minicard/e-minicard-view-widget.c,
gui/minicard/e-minicard-view-widget.h: New class that's just a
minicard view in an ECanvas.
* gui/search/e-addressbook-search-dialog.c: New file for
implementing a search dialog.
svn path=/trunk/; revision=4771
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index e4ec97346f..31061654ac 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,20 @@ +2000-08-12 Christopher James Lahey <clahey@helixcode.com> + + * backend/pas/pas-book-view.c: Ref our book view listener. + + * gui/component/addressbook.c: Updated to use new minicard view + widget. + + * gui/minicard/Makefile.am: Added e-minicard-view-widget.c and + e-minicard-view-widget.h. + + * gui/minicard/e-minicard-view-widget.c, + gui/minicard/e-minicard-view-widget.h: New class that's just a + minicard view in an ECanvas. + + * gui/search/e-addressbook-search-dialog.c: New file for + implementing a search dialog. + 2000-08-11 Chris Toshok <toshok@helixcode.com> * conduit/address-conduit.c (transmit): implement code to encode |