diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-05 21:21:39 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-05 21:21:39 +0800 |
commit | 93460327277096268eed463400a11f7843cb518d (patch) | |
tree | 26df6aa29e970974f9433a7c89d961d8b60ea9eb /widgets/e-table/ChangeLog | |
parent | cab78cd062fbf93003014bc1d5825a24897b3106 (diff) | |
download | gsoc2013-evolution-93460327277096268eed463400a11f7843cb518d.tar gsoc2013-evolution-93460327277096268eed463400a11f7843cb518d.tar.gz gsoc2013-evolution-93460327277096268eed463400a11f7843cb518d.tar.bz2 gsoc2013-evolution-93460327277096268eed463400a11f7843cb518d.tar.lz gsoc2013-evolution-93460327277096268eed463400a11f7843cb518d.tar.xz gsoc2013-evolution-93460327277096268eed463400a11f7843cb518d.tar.zst gsoc2013-evolution-93460327277096268eed463400a11f7843cb518d.zip |
Added a function to get the next row with sorting taken into account.
2000-08-05 Christopher James Lahey <clahey@helixcode.com>
* e-table.c: Added a function to get the next row with sorting
taken into account.
svn path=/trunk/; revision=4549
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 8d404f0757..90230e3ceb 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.c: Added a function to get the next row with sorting + taken into account. + +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. |