diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-03-01 16:43:28 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-03-01 16:43:28 +0800 |
commit | 92d19d2d4f989a021a6587755689b7439c7fb064 (patch) | |
tree | 1b1de8956425713bb497983620ffb3011964b086 /addressbook/ChangeLog | |
parent | a4fe250a03ac4b9571dd4da9e9d83e941046775b (diff) | |
download | gsoc2013-evolution-92d19d2d4f989a021a6587755689b7439c7fb064.tar gsoc2013-evolution-92d19d2d4f989a021a6587755689b7439c7fb064.tar.gz gsoc2013-evolution-92d19d2d4f989a021a6587755689b7439c7fb064.tar.bz2 gsoc2013-evolution-92d19d2d4f989a021a6587755689b7439c7fb064.tar.lz gsoc2013-evolution-92d19d2d4f989a021a6587755689b7439c7fb064.tar.xz gsoc2013-evolution-92d19d2d4f989a021a6587755689b7439c7fb064.tar.zst gsoc2013-evolution-92d19d2d4f989a021a6587755689b7439c7fb064.zip |
Used ESelectionModelSimple and the changes to EReflow and EReflowSorted to
2001-03-01 Christopher James Lahey <clahey@ximian.com>
* gui/widgets/e-minicard-view.c, gui/widgets/e-minicard-view.h,
gui/widgets/e-minicard.c, gui/widgets/e-minicard.h: Used
ESelectionModelSimple and the changes to EReflow and EReflowSorted
to get multiple selection in the minicard view.
* gui/widgets/test-reflow.c: Changed this to get it to compile
with the changes to EReflow.
svn path=/trunk/; revision=8444
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 0840b5f178..847a9b1547 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,13 @@ +2001-03-01 Christopher James Lahey <clahey@ximian.com> + + * gui/widgets/e-minicard-view.c, gui/widgets/e-minicard-view.h, + gui/widgets/e-minicard.c, gui/widgets/e-minicard.h: Used + ESelectionModelSimple and the changes to EReflow and EReflowSorted + to get multiple selection in the minicard view. + + * gui/widgets/test-reflow.c: Changed this to get it to compile + with the changes to EReflow. + 2001-02-21 Christopher James Lahey <clahey@ximian.com> * backend/pas/pas-backend-file.c (pas_backend_file_search): Made |