diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-05 20:57:07 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-05 20:57:07 +0800 |
commit | cab78cd062fbf93003014bc1d5825a24897b3106 (patch) | |
tree | 260d228e01c51f0cf55c841fea238a3efe5ae2eb /widgets/e-table/ChangeLog | |
parent | 78adc934b0946d1f4f4f6dacb393b4a119d68bec (diff) | |
download | gsoc2013-evolution-cab78cd062fbf93003014bc1d5825a24897b3106.tar gsoc2013-evolution-cab78cd062fbf93003014bc1d5825a24897b3106.tar.gz gsoc2013-evolution-cab78cd062fbf93003014bc1d5825a24897b3106.tar.bz2 gsoc2013-evolution-cab78cd062fbf93003014bc1d5825a24897b3106.tar.lz gsoc2013-evolution-cab78cd062fbf93003014bc1d5825a24897b3106.tar.xz gsoc2013-evolution-cab78cd062fbf93003014bc1d5825a24897b3106.tar.zst gsoc2013-evolution-cab78cd062fbf93003014bc1d5825a24897b3106.zip |
Made it so that selection ranges work even if the table is using grouping.
2000-08-05 Christopher James Lahey <clahey@helixcode.com>
* e-table-sorter.c: Made it so that selection ranges work even if
the table is using grouping.
svn path=/trunk/; revision=4547
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 29a3b3a588..8d404f0757 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,5 +1,10 @@ 2000-08-05 Christopher James Lahey <clahey@helixcode.com> + * e-table-sorter.c: Made it so that selection ranges work even if + the table is using grouping. + +2000-08-05 Christopher James Lahey <clahey@helixcode.com> + * Makefile.am, e-table-selection-model.c, e-table-selection-model.h, e-table.c, e-table.h: Made selection ranges work even if the table is sorted. |