diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-07-26 05:30:25 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-07-26 05:30:25 +0800 |
commit | d6c66f72e7174af586496b8dfdbcc252f753864a (patch) | |
tree | 116440f8100c516de3d617b5d44bf73569bfee39 /widgets/e-table/ChangeLog | |
parent | fc661fb23aee42e87370886a17ed9373388d7493 (diff) | |
download | gsoc2013-evolution-d6c66f72e7174af586496b8dfdbcc252f753864a.tar gsoc2013-evolution-d6c66f72e7174af586496b8dfdbcc252f753864a.tar.gz gsoc2013-evolution-d6c66f72e7174af586496b8dfdbcc252f753864a.tar.bz2 gsoc2013-evolution-d6c66f72e7174af586496b8dfdbcc252f753864a.tar.lz gsoc2013-evolution-d6c66f72e7174af586496b8dfdbcc252f753864a.tar.xz gsoc2013-evolution-d6c66f72e7174af586496b8dfdbcc252f753864a.tar.zst gsoc2013-evolution-d6c66f72e7174af586496b8dfdbcc252f753864a.zip |
Added e-table-selection-model.c and e-table-selection-model.h.
2000-07-25 Christopher James Lahey <clahey@helixcode.com>
* Makefile.am: Added e-table-selection-model.c and
e-table-selection-model.h.
* e-table-selection-model.c: Added the get_selection_list and
is_row_selected functions. Removed some unused code.
* e-table-selection-model.h: Removed some unused code.
svn path=/trunk/; revision=4331
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 6b8b1f6918..f1c22f3167 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,6 +1,16 @@ 2000-07-25 Christopher James Lahey <clahey@helixcode.com> - * e-table-selection-model.c: Added comments to the bit data. + * Makefile.am: Added e-table-selection-model.c and + e-table-selection-model.h. + + * e-table-selection-model.c: Added the get_selection_list and + is_row_selected functions. Removed some unused code. + + * e-table-selection-model.h: Removed some unused code. + +2000-07-25 Christopher James Lahey <clahey@helixcode.com> + + * e-table-selection-model.c: Added comments to the bit field code. * e-table-selection-model.h: Made the selection data guint32s. |