diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-02-12 12:13:14 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-02-12 12:13:14 +0800 |
commit | 4ddf8af33a9dbbdc5ce946da54ee228403ff577f (patch) | |
tree | 88c35086789edb574c1bc11270f8b7bf5c84227b /widgets/e-table/ChangeLog | |
parent | d2fe58c56857e9e4b2e37f87174da6956b0d985c (diff) | |
download | gsoc2013-evolution-4ddf8af33a9dbbdc5ce946da54ee228403ff577f.tar gsoc2013-evolution-4ddf8af33a9dbbdc5ce946da54ee228403ff577f.tar.gz gsoc2013-evolution-4ddf8af33a9dbbdc5ce946da54ee228403ff577f.tar.bz2 gsoc2013-evolution-4ddf8af33a9dbbdc5ce946da54ee228403ff577f.tar.lz gsoc2013-evolution-4ddf8af33a9dbbdc5ce946da54ee228403ff577f.tar.xz gsoc2013-evolution-4ddf8af33a9dbbdc5ce946da54ee228403ff577f.tar.zst gsoc2013-evolution-4ddf8af33a9dbbdc5ce946da54ee228403ff577f.zip |
Added test of sort arrows.
2000-02-11 Christopher James Lahey <clahey@helixcode.com>
* test-check.c: Added test of sort arrows.
* e-table-col.h, e-table-col.c: Added sort arrows for column
headers (It doesn't actually sort. It just displays the arrows.)
* e-table-header-item.c: Added display of arrows.
svn path=/trunk/; revision=1743
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index bffb8151bd..5b1077a7ab 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,5 +1,14 @@ 2000-02-11 Christopher James Lahey <clahey@helixcode.com> + * test-check.c: Added test of sort arrows. + + * e-table-col.h, e-table-col.c: Added sort arrows for column + headers (It doesn't actually sort. It just displays the arrows.) + + * e-table-header-item.c: Added display of arrows. + +2000-02-11 Christopher James Lahey <clahey@helixcode.com> + * clip.png: Test column header image. * test-check.c: Test pixbuf column headers. |