diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-27 04:38:49 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-27 04:38:49 +0800 |
commit | 628ca43584542f85ffc3b6a1617af489607a8dea (patch) | |
tree | 71039a6aca0bd45f0650b29120f55cc8eb522a8e /widgets/e-table/ChangeLog | |
parent | 7434b2831bd5604c6ee939c604cec5a91205b4d2 (diff) | |
download | gsoc2013-evolution-628ca43584542f85ffc3b6a1617af489607a8dea.tar gsoc2013-evolution-628ca43584542f85ffc3b6a1617af489607a8dea.tar.gz gsoc2013-evolution-628ca43584542f85ffc3b6a1617af489607a8dea.tar.bz2 gsoc2013-evolution-628ca43584542f85ffc3b6a1617af489607a8dea.tar.lz gsoc2013-evolution-628ca43584542f85ffc3b6a1617af489607a8dea.tar.xz gsoc2013-evolution-628ca43584542f85ffc3b6a1617af489607a8dea.tar.zst gsoc2013-evolution-628ca43584542f85ffc3b6a1617af489607a8dea.zip |
Made "drawgrid", "drawfocus", "spreadsheet", and "length_threshold"
2000-05-26 Christopher James Lahey <clahey@helixcode.com>
* e-table-group-container.c, e-table-group-container.h,
e-table-group-leaf.c, e-table-group-leaf.h, e-table.c, e-table.h:
Made "drawgrid", "drawfocus", "spreadsheet", and
"length_threshold" arguments set from the ETable effect all the
end ETableItems.
* e-table-header.c: Made column resize a bit less bumpy.
svn path=/trunk/; revision=3223
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 644d1d64f9..706a51cf35 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,13 @@ +2000-05-26 Christopher James Lahey <clahey@helixcode.com> + + * e-table-group-container.c, e-table-group-container.h, + e-table-group-leaf.c, e-table-group-leaf.h, e-table.c, e-table.h: + Made "drawgrid", "drawfocus", "spreadsheet", and + "length_threshold" arguments set from the ETable effect all the + end ETableItems. + + * e-table-header.c: Made column resize a bit less bumpy. + 2000-05-25 Christopher James Lahey <clahey@helixcode.com> * e-table-header.c: Account for extra pixel at right end of |